01:41:42
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.
01:41:42
php
User Deprecated: The "templating.locator " service is deprecated since Symfony 4.3 and will be removed in 5.0.
[
"exception " => ErrorException {#436
#message : "User Deprecated: The "templating.locator" service is deprecated since Symfony 4.3 and will be removed in 5.0. "
#code : 0
#file : "/home/lubezone/staging / var/cache/dev/ContainerLSrXm6Z/srcApp_KernelDevDebugContainer.php "
#line : 9988
#severity : E_USER_DEPRECATED
trace : {
/home/lubezone/staging / var/cache/dev/ContainerLSrXm6Z/srcApp_KernelDevDebugContainer.php:9988 {
ContainerLSrXm6Z \ 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/lubezone/staging / var/cache/dev/ContainerLSrXm6Z/srcApp_KernelDevDebugContainer.php:4759 {
ContainerLSrXm6Z \ 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/knplabs/knp-menu/src/Knp/Menu/Resources/views'));
}
/home/lubezone/staging / var/cache/dev/ContainerLSrXm6Z/srcApp_KernelDevDebugContainer.php:2679 {
ContainerLSrXm6Z \ 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);
}
/home/lubezone/staging / var/cache/dev/ContainerLSrXm6Z/srcApp_KernelDevDebugContainer.php:9092 {
ContainerLSrXm6Z \ 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/lubezone/staging / var/cache/dev/ContainerLSrXm6Z/srcApp_KernelDevDebugContainer.php:2357 {
ContainerLSrXm6Z\srcApp_KernelDevDebugContainer->ContainerLSrXm6Z \ {closure} …
› $instance->addListener('kernel.exception', [0 => function () {
› return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
› }, 1 => 'onKernelException'], 0);
}
/home/lubezone/staging/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/lubezone/staging/vendor /symfony/event-dispatcher/ EventDispatcher.php:90 {
Symfony\Component\EventDispatcher \ EventDispatcher->getListeners($eventName = null) …
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/home/lubezone/staging/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/lubezone/staging/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:162 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch($event) …
›
› $this->preProcess($eventName);
› try {
}
/home/lubezone/staging/vendor /symfony/http-kernel/ HttpKernel.php:207 {
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/lubezone/staging/vendor /symfony/http-kernel/ HttpKernel.php:79 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
›
› return $this->handleThrowable($e, $request, $type);
› }
}
/home/lubezone/staging/vendor /symfony/http-kernel/ Kernel.php:201 {
Symfony\Component\HttpKernel \ Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#47 …}
$type : 1
$catch : true
}
}
/home/lubezone/staging / public/index.php:25 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#47 …}
}
}
}
}
]
{
/home/lubezone/staging / var/cache/dev/ContainerLSrXm6Z/srcApp_KernelDevDebugContainer.php:9988 {
ContainerLSrXm6Z \ 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/lubezone/staging / var/cache/dev/ContainerLSrXm6Z/srcApp_KernelDevDebugContainer.php:4759 {
ContainerLSrXm6Z \ 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/knplabs/knp-menu/src/Knp/Menu/Resources/views'));
}
/home/lubezone/staging / var/cache/dev/ContainerLSrXm6Z/srcApp_KernelDevDebugContainer.php:2679 {
ContainerLSrXm6Z \ 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);
}
/home/lubezone/staging / var/cache/dev/ContainerLSrXm6Z/srcApp_KernelDevDebugContainer.php:9092 {
ContainerLSrXm6Z \ 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/lubezone/staging / var/cache/dev/ContainerLSrXm6Z/srcApp_KernelDevDebugContainer.php:2357 {
ContainerLSrXm6Z\srcApp_KernelDevDebugContainer->ContainerLSrXm6Z \ {closure} …
› $instance->addListener('kernel.exception', [0 => function () {
› return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
› }, 1 => 'onKernelException'], 0);
}
/home/lubezone/staging/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/lubezone/staging/vendor /symfony/event-dispatcher/ EventDispatcher.php:90 {
Symfony\Component\EventDispatcher \ EventDispatcher->getListeners($eventName = null) …
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/home/lubezone/staging/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/lubezone/staging/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:162 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch($event) …
›
› $this->preProcess($eventName);
› try {
}
/home/lubezone/staging/vendor /symfony/http-kernel/ HttpKernel.php:207 {
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/lubezone/staging/vendor /symfony/http-kernel/ HttpKernel.php:79 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
›
› return $this->handleThrowable($e, $request, $type);
› }
}
/home/lubezone/staging/vendor /symfony/http-kernel/ Kernel.php:201 {
Symfony\Component\HttpKernel \ Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#47 …}
$type : 1
$catch : true
}
}
/home/lubezone/staging / public/index.php:25 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#47 …}
}
}
}
01:41:42
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 {#439
#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/lubezone/staging/vendor /symfony/framework-bundle/ Templating/Loader/TemplateLocator.php "
#line : 14
#severity : E_USER_DEPRECATED
trace : {
/home/lubezone/staging/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/lubezone/staging / var/cache/dev/ContainerLSrXm6Z/srcApp_KernelDevDebugContainer.php:9990 {
ContainerLSrXm6Z \ 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/lubezone/staging / var/cache/dev/ContainerLSrXm6Z/srcApp_KernelDevDebugContainer.php:4759 {
ContainerLSrXm6Z \ 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/knplabs/knp-menu/src/Knp/Menu/Resources/views'));
}
/home/lubezone/staging / var/cache/dev/ContainerLSrXm6Z/srcApp_KernelDevDebugContainer.php:2679 {
ContainerLSrXm6Z \ 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);
}
/home/lubezone/staging / var/cache/dev/ContainerLSrXm6Z/srcApp_KernelDevDebugContainer.php:9092 {
ContainerLSrXm6Z \ 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/lubezone/staging / var/cache/dev/ContainerLSrXm6Z/srcApp_KernelDevDebugContainer.php:2357 {
ContainerLSrXm6Z\srcApp_KernelDevDebugContainer->ContainerLSrXm6Z \ {closure} …
› $instance->addListener('kernel.exception', [0 => function () {
› return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
› }, 1 => 'onKernelException'], 0);
}
/home/lubezone/staging/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/lubezone/staging/vendor /symfony/event-dispatcher/ EventDispatcher.php:90 {
Symfony\Component\EventDispatcher \ EventDispatcher->getListeners($eventName = null) …
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/home/lubezone/staging/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/lubezone/staging/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:162 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch($event) …
›
› $this->preProcess($eventName);
› try {
}
/home/lubezone/staging/vendor /symfony/http-kernel/ HttpKernel.php:207 {
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/lubezone/staging/vendor /symfony/http-kernel/ HttpKernel.php:79 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
›
› return $this->handleThrowable($e, $request, $type);
› }
}
/home/lubezone/staging/vendor /symfony/http-kernel/ Kernel.php:201 {
Symfony\Component\HttpKernel \ Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#47 …}
$type : 1
$catch : true
}
}
/home/lubezone/staging / public/index.php:25 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#47 …}
}
}
}
}
]
{
/home/lubezone/staging/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/lubezone/staging / var/cache/dev/ContainerLSrXm6Z/srcApp_KernelDevDebugContainer.php:9990 {
ContainerLSrXm6Z \ 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/lubezone/staging / var/cache/dev/ContainerLSrXm6Z/srcApp_KernelDevDebugContainer.php:4759 {
ContainerLSrXm6Z \ 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/knplabs/knp-menu/src/Knp/Menu/Resources/views'));
}
/home/lubezone/staging / var/cache/dev/ContainerLSrXm6Z/srcApp_KernelDevDebugContainer.php:2679 {
ContainerLSrXm6Z \ 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);
}
/home/lubezone/staging / var/cache/dev/ContainerLSrXm6Z/srcApp_KernelDevDebugContainer.php:9092 {
ContainerLSrXm6Z \ 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/lubezone/staging / var/cache/dev/ContainerLSrXm6Z/srcApp_KernelDevDebugContainer.php:2357 {
ContainerLSrXm6Z\srcApp_KernelDevDebugContainer->ContainerLSrXm6Z \ {closure} …
› $instance->addListener('kernel.exception', [0 => function () {
› return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
› }, 1 => 'onKernelException'], 0);
}
/home/lubezone/staging/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/lubezone/staging/vendor /symfony/event-dispatcher/ EventDispatcher.php:90 {
Symfony\Component\EventDispatcher \ EventDispatcher->getListeners($eventName = null) …
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/home/lubezone/staging/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/lubezone/staging/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:162 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch($event) …
›
› $this->preProcess($eventName);
› try {
}
/home/lubezone/staging/vendor /symfony/http-kernel/ HttpKernel.php:207 {
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/lubezone/staging/vendor /symfony/http-kernel/ HttpKernel.php:79 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
›
› return $this->handleThrowable($e, $request, $type);
› }
}
/home/lubezone/staging/vendor /symfony/http-kernel/ Kernel.php:201 {
Symfony\Component\HttpKernel \ Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#47 …}
$type : 1
$catch : true
}
}
/home/lubezone/staging / public/index.php:25 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#47 …}
}
}
}
01:41:42
php
User Deprecated: The "templating.name_parser " service is deprecated since Symfony 4.3 and will be removed in 5.0.
[
"exception " => ErrorException {#413
#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/lubezone/staging / var/cache/dev/ContainerLSrXm6Z/srcApp_KernelDevDebugContainer.php "
#line : 10002
#severity : E_USER_DEPRECATED
trace : {
/home/lubezone/staging / var/cache/dev/ContainerLSrXm6Z/srcApp_KernelDevDebugContainer.php:10002 {
ContainerLSrXm6Z \ 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/lubezone/staging / var/cache/dev/ContainerLSrXm6Z/srcApp_KernelDevDebugContainer.php:4759 {
ContainerLSrXm6Z \ 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/knplabs/knp-menu/src/Knp/Menu/Resources/views'));
}
/home/lubezone/staging / var/cache/dev/ContainerLSrXm6Z/srcApp_KernelDevDebugContainer.php:2679 {
ContainerLSrXm6Z \ 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);
}
/home/lubezone/staging / var/cache/dev/ContainerLSrXm6Z/srcApp_KernelDevDebugContainer.php:9092 {
ContainerLSrXm6Z \ 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/lubezone/staging / var/cache/dev/ContainerLSrXm6Z/srcApp_KernelDevDebugContainer.php:2357 {
ContainerLSrXm6Z\srcApp_KernelDevDebugContainer->ContainerLSrXm6Z \ {closure} …
› $instance->addListener('kernel.exception', [0 => function () {
› return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
› }, 1 => 'onKernelException'], 0);
}
/home/lubezone/staging/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/lubezone/staging/vendor /symfony/event-dispatcher/ EventDispatcher.php:90 {
Symfony\Component\EventDispatcher \ EventDispatcher->getListeners($eventName = null) …
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/home/lubezone/staging/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/lubezone/staging/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:162 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch($event) …
›
› $this->preProcess($eventName);
› try {
}
/home/lubezone/staging/vendor /symfony/http-kernel/ HttpKernel.php:207 {
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/lubezone/staging/vendor /symfony/http-kernel/ HttpKernel.php:79 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
›
› return $this->handleThrowable($e, $request, $type);
› }
}
/home/lubezone/staging/vendor /symfony/http-kernel/ Kernel.php:201 {
Symfony\Component\HttpKernel \ Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#47 …}
$type : 1
$catch : true
}
}
/home/lubezone/staging / public/index.php:25 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#47 …}
}
}
}
}
]
{
/home/lubezone/staging / var/cache/dev/ContainerLSrXm6Z/srcApp_KernelDevDebugContainer.php:10002 {
ContainerLSrXm6Z \ 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/lubezone/staging / var/cache/dev/ContainerLSrXm6Z/srcApp_KernelDevDebugContainer.php:4759 {
ContainerLSrXm6Z \ 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/knplabs/knp-menu/src/Knp/Menu/Resources/views'));
}
/home/lubezone/staging / var/cache/dev/ContainerLSrXm6Z/srcApp_KernelDevDebugContainer.php:2679 {
ContainerLSrXm6Z \ 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);
}
/home/lubezone/staging / var/cache/dev/ContainerLSrXm6Z/srcApp_KernelDevDebugContainer.php:9092 {
ContainerLSrXm6Z \ 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/lubezone/staging / var/cache/dev/ContainerLSrXm6Z/srcApp_KernelDevDebugContainer.php:2357 {
ContainerLSrXm6Z\srcApp_KernelDevDebugContainer->ContainerLSrXm6Z \ {closure} …
› $instance->addListener('kernel.exception', [0 => function () {
› return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
› }, 1 => 'onKernelException'], 0);
}
/home/lubezone/staging/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/lubezone/staging/vendor /symfony/event-dispatcher/ EventDispatcher.php:90 {
Symfony\Component\EventDispatcher \ EventDispatcher->getListeners($eventName = null) …
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/home/lubezone/staging/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/lubezone/staging/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:162 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch($event) …
›
› $this->preProcess($eventName);
› try {
}
/home/lubezone/staging/vendor /symfony/http-kernel/ HttpKernel.php:207 {
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/lubezone/staging/vendor /symfony/http-kernel/ HttpKernel.php:79 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
›
› return $this->handleThrowable($e, $request, $type);
› }
}
/home/lubezone/staging/vendor /symfony/http-kernel/ Kernel.php:201 {
Symfony\Component\HttpKernel \ Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#47 …}
$type : 1
$catch : true
}
}
/home/lubezone/staging / public/index.php:25 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#47 …}
}
}
}
01:41:42
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 {#443
#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/lubezone/staging/vendor /symfony/framework-bundle/ Templating/TemplateNameParser.php "
#line : 14
#severity : E_USER_DEPRECATED
trace : {
/home/lubezone/staging/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/lubezone/staging / var/cache/dev/ContainerLSrXm6Z/srcApp_KernelDevDebugContainer.php:10004 {
ContainerLSrXm6Z \ srcApp_KernelDevDebugContainer->getTemplating_NameParserService() …
›
› return $this->privates['templating.name_parser'] = new \Symfony\Bundle\FrameworkBundle\Templating\TemplateNameParser(($this->services['kernel'] ?? $this->get('kernel', 1)));
› }
}
/home/lubezone/staging / var/cache/dev/ContainerLSrXm6Z/srcApp_KernelDevDebugContainer.php:4759 {
ContainerLSrXm6Z \ 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/knplabs/knp-menu/src/Knp/Menu/Resources/views'));
}
/home/lubezone/staging / var/cache/dev/ContainerLSrXm6Z/srcApp_KernelDevDebugContainer.php:2679 {
ContainerLSrXm6Z \ 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);
}
/home/lubezone/staging / var/cache/dev/ContainerLSrXm6Z/srcApp_KernelDevDebugContainer.php:9092 {
ContainerLSrXm6Z \ 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/lubezone/staging / var/cache/dev/ContainerLSrXm6Z/srcApp_KernelDevDebugContainer.php:2357 {
ContainerLSrXm6Z\srcApp_KernelDevDebugContainer->ContainerLSrXm6Z \ {closure} …
› $instance->addListener('kernel.exception', [0 => function () {
› return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
› }, 1 => 'onKernelException'], 0);
}
/home/lubezone/staging/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/lubezone/staging/vendor /symfony/event-dispatcher/ EventDispatcher.php:90 {
Symfony\Component\EventDispatcher \ EventDispatcher->getListeners($eventName = null) …
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/home/lubezone/staging/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/lubezone/staging/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:162 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch($event) …
›
› $this->preProcess($eventName);
› try {
}
/home/lubezone/staging/vendor /symfony/http-kernel/ HttpKernel.php:207 {
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/lubezone/staging/vendor /symfony/http-kernel/ HttpKernel.php:79 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
›
› return $this->handleThrowable($e, $request, $type);
› }
}
/home/lubezone/staging/vendor /symfony/http-kernel/ Kernel.php:201 {
Symfony\Component\HttpKernel \ Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#47 …}
$type : 1
$catch : true
}
}
/home/lubezone/staging / public/index.php:25 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#47 …}
}
}
}
}
]
{
/home/lubezone/staging/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/lubezone/staging / var/cache/dev/ContainerLSrXm6Z/srcApp_KernelDevDebugContainer.php:10004 {
ContainerLSrXm6Z \ srcApp_KernelDevDebugContainer->getTemplating_NameParserService() …
›
› return $this->privates['templating.name_parser'] = new \Symfony\Bundle\FrameworkBundle\Templating\TemplateNameParser(($this->services['kernel'] ?? $this->get('kernel', 1)));
› }
}
/home/lubezone/staging / var/cache/dev/ContainerLSrXm6Z/srcApp_KernelDevDebugContainer.php:4759 {
ContainerLSrXm6Z \ 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/knplabs/knp-menu/src/Knp/Menu/Resources/views'));
}
/home/lubezone/staging / var/cache/dev/ContainerLSrXm6Z/srcApp_KernelDevDebugContainer.php:2679 {
ContainerLSrXm6Z \ 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);
}
/home/lubezone/staging / var/cache/dev/ContainerLSrXm6Z/srcApp_KernelDevDebugContainer.php:9092 {
ContainerLSrXm6Z \ 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/lubezone/staging / var/cache/dev/ContainerLSrXm6Z/srcApp_KernelDevDebugContainer.php:2357 {
ContainerLSrXm6Z\srcApp_KernelDevDebugContainer->ContainerLSrXm6Z \ {closure} …
› $instance->addListener('kernel.exception', [0 => function () {
› return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
› }, 1 => 'onKernelException'], 0);
}
/home/lubezone/staging/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/lubezone/staging/vendor /symfony/event-dispatcher/ EventDispatcher.php:90 {
Symfony\Component\EventDispatcher \ EventDispatcher->getListeners($eventName = null) …
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/home/lubezone/staging/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/lubezone/staging/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:162 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch($event) …
›
› $this->preProcess($eventName);
› try {
}
/home/lubezone/staging/vendor /symfony/http-kernel/ HttpKernel.php:207 {
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/lubezone/staging/vendor /symfony/http-kernel/ HttpKernel.php:79 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
›
› return $this->handleThrowable($e, $request, $type);
› }
}
/home/lubezone/staging/vendor /symfony/http-kernel/ Kernel.php:201 {
Symfony\Component\HttpKernel \ Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#47 …}
$type : 1
$catch : true
}
}
/home/lubezone/staging / public/index.php:25 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#47 …}
}
}
}
01:41:43
php
User Deprecated: The "sonata.core.model.adapter.chain " service is deprecated in favor of service "sonata.doctrine.model.adapter.chain " since 3.12.0 and will be removed in 4.0.
[
"exception " => ErrorException {#472
#message : "User Deprecated: The "sonata.core.model.adapter.chain" service is deprecated in favor of service "sonata.doctrine.model.adapter.chain" since 3.12.0 and will be removed in 4.0. "
#code : 0
#file : "/home/lubezone/staging / var/cache/dev/ContainerLSrXm6Z/srcApp_KernelDevDebugContainer.php "
#line : 4613
#severity : E_USER_DEPRECATED
trace : {
/home/lubezone/staging / var/cache/dev/ContainerLSrXm6Z/srcApp_KernelDevDebugContainer.php:4613 {
ContainerLSrXm6Z \ srcApp_KernelDevDebugContainer->getSonata_Core_Model_Adapter_ChainService() …
› {
› @trigger_error('The "sonata.core.model.adapter.chain" service is deprecated in favor of service "sonata.doctrine.model.adapter.chain" since 3.12.0 and will be removed in 4.0.', E_USER_DEPRECATED);
›
}
/home/lubezone/staging / var/cache/dev/ContainerLSrXm6Z/srcApp_KernelDevDebugContainer.php:4855 {
ContainerLSrXm6Z \ srcApp_KernelDevDebugContainer->getTwigService() …
› $instance->addExtension(new \Sonata\Twig\Extension\DeprecatedTemplateExtension());
› $instance->addExtension(new \Sonata\Twig\Extension\TemplateExtension(true, $c, ($this->services['sonata.core.model.adapter.chain'] ?? $this->getSonata_Core_Model_Adapter_ChainService())));
› $instance->addExtension(new \Knp\Menu\Twig\MenuExtension(new \Knp\Menu\Twig\Helper(new \Knp\Menu\Renderer\PsrProvider(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
}
/home/lubezone/staging / var/cache/dev/ContainerLSrXm6Z/srcApp_KernelDevDebugContainer.php:2679 {
ContainerLSrXm6Z \ 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);
}
/home/lubezone/staging / var/cache/dev/ContainerLSrXm6Z/srcApp_KernelDevDebugContainer.php:9092 {
ContainerLSrXm6Z \ 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/lubezone/staging / var/cache/dev/ContainerLSrXm6Z/srcApp_KernelDevDebugContainer.php:2357 {
ContainerLSrXm6Z\srcApp_KernelDevDebugContainer->ContainerLSrXm6Z \ {closure} …
› $instance->addListener('kernel.exception', [0 => function () {
› return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
› }, 1 => 'onKernelException'], 0);
}
/home/lubezone/staging/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/lubezone/staging/vendor /symfony/event-dispatcher/ EventDispatcher.php:90 {
Symfony\Component\EventDispatcher \ EventDispatcher->getListeners($eventName = null) …
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/home/lubezone/staging/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/lubezone/staging/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:162 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch($event) …
›
› $this->preProcess($eventName);
› try {
}
/home/lubezone/staging/vendor /symfony/http-kernel/ HttpKernel.php:207 {
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/lubezone/staging/vendor /symfony/http-kernel/ HttpKernel.php:79 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
›
› return $this->handleThrowable($e, $request, $type);
› }
}
/home/lubezone/staging/vendor /symfony/http-kernel/ Kernel.php:201 {
Symfony\Component\HttpKernel \ Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#47 …}
$type : 1
$catch : true
}
}
/home/lubezone/staging / public/index.php:25 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#47 …}
}
}
}
}
]
{
/home/lubezone/staging / var/cache/dev/ContainerLSrXm6Z/srcApp_KernelDevDebugContainer.php:4613 {
ContainerLSrXm6Z \ srcApp_KernelDevDebugContainer->getSonata_Core_Model_Adapter_ChainService() …
› {
› @trigger_error('The "sonata.core.model.adapter.chain" service is deprecated in favor of service "sonata.doctrine.model.adapter.chain" since 3.12.0 and will be removed in 4.0.', E_USER_DEPRECATED);
›
}
/home/lubezone/staging / var/cache/dev/ContainerLSrXm6Z/srcApp_KernelDevDebugContainer.php:4855 {
ContainerLSrXm6Z \ srcApp_KernelDevDebugContainer->getTwigService() …
› $instance->addExtension(new \Sonata\Twig\Extension\DeprecatedTemplateExtension());
› $instance->addExtension(new \Sonata\Twig\Extension\TemplateExtension(true, $c, ($this->services['sonata.core.model.adapter.chain'] ?? $this->getSonata_Core_Model_Adapter_ChainService())));
› $instance->addExtension(new \Knp\Menu\Twig\MenuExtension(new \Knp\Menu\Twig\Helper(new \Knp\Menu\Renderer\PsrProvider(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
}
/home/lubezone/staging / var/cache/dev/ContainerLSrXm6Z/srcApp_KernelDevDebugContainer.php:2679 {
ContainerLSrXm6Z \ 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);
}
/home/lubezone/staging / var/cache/dev/ContainerLSrXm6Z/srcApp_KernelDevDebugContainer.php:9092 {
ContainerLSrXm6Z \ 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/lubezone/staging / var/cache/dev/ContainerLSrXm6Z/srcApp_KernelDevDebugContainer.php:2357 {
ContainerLSrXm6Z\srcApp_KernelDevDebugContainer->ContainerLSrXm6Z \ {closure} …
› $instance->addListener('kernel.exception', [0 => function () {
› return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
› }, 1 => 'onKernelException'], 0);
}
/home/lubezone/staging/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/lubezone/staging/vendor /symfony/event-dispatcher/ EventDispatcher.php:90 {
Symfony\Component\EventDispatcher \ EventDispatcher->getListeners($eventName = null) …
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/home/lubezone/staging/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/lubezone/staging/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:162 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch($event) …
›
› $this->preProcess($eventName);
› try {
}
/home/lubezone/staging/vendor /symfony/http-kernel/ HttpKernel.php:207 {
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/lubezone/staging/vendor /symfony/http-kernel/ HttpKernel.php:79 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
›
› return $this->handleThrowable($e, $request, $type);
› }
}
/home/lubezone/staging/vendor /symfony/http-kernel/ Kernel.php:201 {
Symfony\Component\HttpKernel \ Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#47 …}
$type : 1
$catch : true
}
}
/home/lubezone/staging / public/index.php:25 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#47 …}
}
}
}
01:41:43
php
User Deprecated: The Sonata\CoreBundle\Model\Adapter\AdapterChain class is deprecated since version 3.12.0 and will be removed in 4.0. Use Sonata\Doctrine\Adapter\AdapterChain instead.
[
"exception " => ErrorException {#473
#message : "User Deprecated: The Sonata\CoreBundle\Model\Adapter\AdapterChain class is deprecated since version 3.12.0 and will be removed in 4.0. Use Sonata\Doctrine\Adapter\AdapterChain instead. "
#code : 0
#file : "/home/lubezone/staging/vendor /sonata-project/core-bundle/ src/CoreBundle/Model/Adapter/AdapterChain.php "
#line : 20
#severity : E_USER_DEPRECATED
trace : {
/home/lubezone/staging/vendor /sonata-project/core-bundle/ src/CoreBundle/Model/Adapter/AdapterChain.php:20 {
spl_autoload_call($class_name) …
› .' Use Sonata\Doctrine\Adapter\AdapterChain instead.',
› E_USER_DEPRECATED
› );
}
/home/lubezone/staging / var/cache/dev/ContainerLSrXm6Z/srcApp_KernelDevDebugContainer.php:4615 {
ContainerLSrXm6Z \ srcApp_KernelDevDebugContainer->getSonata_Core_Model_Adapter_ChainService() …
›
› $this->services['sonata.core.model.adapter.chain'] = $instance = new \Sonata\CoreBundle\Model\Adapter\AdapterChain();
›
}
/home/lubezone/staging / var/cache/dev/ContainerLSrXm6Z/srcApp_KernelDevDebugContainer.php:4855 {
ContainerLSrXm6Z \ srcApp_KernelDevDebugContainer->getTwigService() …
› $instance->addExtension(new \Sonata\Twig\Extension\DeprecatedTemplateExtension());
› $instance->addExtension(new \Sonata\Twig\Extension\TemplateExtension(true, $c, ($this->services['sonata.core.model.adapter.chain'] ?? $this->getSonata_Core_Model_Adapter_ChainService())));
› $instance->addExtension(new \Knp\Menu\Twig\MenuExtension(new \Knp\Menu\Twig\Helper(new \Knp\Menu\Renderer\PsrProvider(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
}
/home/lubezone/staging / var/cache/dev/ContainerLSrXm6Z/srcApp_KernelDevDebugContainer.php:2679 {
ContainerLSrXm6Z \ 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);
}
/home/lubezone/staging / var/cache/dev/ContainerLSrXm6Z/srcApp_KernelDevDebugContainer.php:9092 {
ContainerLSrXm6Z \ 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/lubezone/staging / var/cache/dev/ContainerLSrXm6Z/srcApp_KernelDevDebugContainer.php:2357 {
ContainerLSrXm6Z\srcApp_KernelDevDebugContainer->ContainerLSrXm6Z \ {closure} …
› $instance->addListener('kernel.exception', [0 => function () {
› return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
› }, 1 => 'onKernelException'], 0);
}
/home/lubezone/staging/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/lubezone/staging/vendor /symfony/event-dispatcher/ EventDispatcher.php:90 {
Symfony\Component\EventDispatcher \ EventDispatcher->getListeners($eventName = null) …
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/home/lubezone/staging/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/lubezone/staging/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:162 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch($event) …
›
› $this->preProcess($eventName);
› try {
}
/home/lubezone/staging/vendor /symfony/http-kernel/ HttpKernel.php:207 {
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/lubezone/staging/vendor /symfony/http-kernel/ HttpKernel.php:79 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
›
› return $this->handleThrowable($e, $request, $type);
› }
}
/home/lubezone/staging/vendor /symfony/http-kernel/ Kernel.php:201 {
Symfony\Component\HttpKernel \ Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#47 …}
$type : 1
$catch : true
}
}
/home/lubezone/staging / public/index.php:25 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#47 …}
}
}
}
}
]
{
/home/lubezone/staging/vendor /sonata-project/core-bundle/ src/CoreBundle/Model/Adapter/AdapterChain.php:20 {
spl_autoload_call($class_name) …
› .' Use Sonata\Doctrine\Adapter\AdapterChain instead.',
› E_USER_DEPRECATED
› );
}
/home/lubezone/staging / var/cache/dev/ContainerLSrXm6Z/srcApp_KernelDevDebugContainer.php:4615 {
ContainerLSrXm6Z \ srcApp_KernelDevDebugContainer->getSonata_Core_Model_Adapter_ChainService() …
›
› $this->services['sonata.core.model.adapter.chain'] = $instance = new \Sonata\CoreBundle\Model\Adapter\AdapterChain();
›
}
/home/lubezone/staging / var/cache/dev/ContainerLSrXm6Z/srcApp_KernelDevDebugContainer.php:4855 {
ContainerLSrXm6Z \ srcApp_KernelDevDebugContainer->getTwigService() …
› $instance->addExtension(new \Sonata\Twig\Extension\DeprecatedTemplateExtension());
› $instance->addExtension(new \Sonata\Twig\Extension\TemplateExtension(true, $c, ($this->services['sonata.core.model.adapter.chain'] ?? $this->getSonata_Core_Model_Adapter_ChainService())));
› $instance->addExtension(new \Knp\Menu\Twig\MenuExtension(new \Knp\Menu\Twig\Helper(new \Knp\Menu\Renderer\PsrProvider(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
}
/home/lubezone/staging / var/cache/dev/ContainerLSrXm6Z/srcApp_KernelDevDebugContainer.php:2679 {
ContainerLSrXm6Z \ 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);
}
/home/lubezone/staging / var/cache/dev/ContainerLSrXm6Z/srcApp_KernelDevDebugContainer.php:9092 {
ContainerLSrXm6Z \ 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/lubezone/staging / var/cache/dev/ContainerLSrXm6Z/srcApp_KernelDevDebugContainer.php:2357 {
ContainerLSrXm6Z\srcApp_KernelDevDebugContainer->ContainerLSrXm6Z \ {closure} …
› $instance->addListener('kernel.exception', [0 => function () {
› return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
› }, 1 => 'onKernelException'], 0);
}
/home/lubezone/staging/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/lubezone/staging/vendor /symfony/event-dispatcher/ EventDispatcher.php:90 {
Symfony\Component\EventDispatcher \ EventDispatcher->getListeners($eventName = null) …
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/home/lubezone/staging/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/lubezone/staging/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:162 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch($event) …
›
› $this->preProcess($eventName);
› try {
}
/home/lubezone/staging/vendor /symfony/http-kernel/ HttpKernel.php:207 {
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/lubezone/staging/vendor /symfony/http-kernel/ HttpKernel.php:79 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
›
› return $this->handleThrowable($e, $request, $type);
› }
}
/home/lubezone/staging/vendor /symfony/http-kernel/ Kernel.php:201 {
Symfony\Component\HttpKernel \ Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#47 …}
$type : 1
$catch : true
}
}
/home/lubezone/staging / public/index.php:25 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#47 …}
}
}
}
01:41:43
php
User Deprecated: The "sonata.core.model.adapter.doctrine_orm " service is deprecated in favor of service "sonata.doctrine.adapter.doctrine_orm " since 3.12.0 and will be removed in 4.0.
[
"exception " => ErrorException {#477
#message : "User Deprecated: The "sonata.core.model.adapter.doctrine_orm" service is deprecated in favor of service "sonata.doctrine.adapter.doctrine_orm" since 3.12.0 and will be removed in 4.0. "
#code : 0
#file : "/home/lubezone/staging / var/cache/dev/ContainerLSrXm6Z/srcApp_KernelDevDebugContainer.php "
#line : 9805
#severity : E_USER_DEPRECATED
trace : {
/home/lubezone/staging / var/cache/dev/ContainerLSrXm6Z/srcApp_KernelDevDebugContainer.php:9805 {
ContainerLSrXm6Z \ srcApp_KernelDevDebugContainer->getSonata_Core_Model_Adapter_DoctrineOrmService() …
› {
› @trigger_error('The "sonata.core.model.adapter.doctrine_orm" service is deprecated in favor of service "sonata.doctrine.adapter.doctrine_orm" since 3.12.0 and will be removed in 4.0.', E_USER_DEPRECATED);
›
}
/home/lubezone/staging / var/cache/dev/ContainerLSrXm6Z/srcApp_KernelDevDebugContainer.php:4617 {
ContainerLSrXm6Z \ srcApp_KernelDevDebugContainer->getSonata_Core_Model_Adapter_ChainService() …
›
› $instance->addAdapter($this->getSonata_Core_Model_Adapter_DoctrineOrmService());
›
}
/home/lubezone/staging / var/cache/dev/ContainerLSrXm6Z/srcApp_KernelDevDebugContainer.php:4855 {
ContainerLSrXm6Z \ srcApp_KernelDevDebugContainer->getTwigService() …
› $instance->addExtension(new \Sonata\Twig\Extension\DeprecatedTemplateExtension());
› $instance->addExtension(new \Sonata\Twig\Extension\TemplateExtension(true, $c, ($this->services['sonata.core.model.adapter.chain'] ?? $this->getSonata_Core_Model_Adapter_ChainService())));
› $instance->addExtension(new \Knp\Menu\Twig\MenuExtension(new \Knp\Menu\Twig\Helper(new \Knp\Menu\Renderer\PsrProvider(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
}
/home/lubezone/staging / var/cache/dev/ContainerLSrXm6Z/srcApp_KernelDevDebugContainer.php:2679 {
ContainerLSrXm6Z \ 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);
}
/home/lubezone/staging / var/cache/dev/ContainerLSrXm6Z/srcApp_KernelDevDebugContainer.php:9092 {
ContainerLSrXm6Z \ 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/lubezone/staging / var/cache/dev/ContainerLSrXm6Z/srcApp_KernelDevDebugContainer.php:2357 {
ContainerLSrXm6Z\srcApp_KernelDevDebugContainer->ContainerLSrXm6Z \ {closure} …
› $instance->addListener('kernel.exception', [0 => function () {
› return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
› }, 1 => 'onKernelException'], 0);
}
/home/lubezone/staging/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/lubezone/staging/vendor /symfony/event-dispatcher/ EventDispatcher.php:90 {
Symfony\Component\EventDispatcher \ EventDispatcher->getListeners($eventName = null) …
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/home/lubezone/staging/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/lubezone/staging/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:162 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch($event) …
›
› $this->preProcess($eventName);
› try {
}
/home/lubezone/staging/vendor /symfony/http-kernel/ HttpKernel.php:207 {
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/lubezone/staging/vendor /symfony/http-kernel/ HttpKernel.php:79 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
›
› return $this->handleThrowable($e, $request, $type);
› }
}
/home/lubezone/staging/vendor /symfony/http-kernel/ Kernel.php:201 {
Symfony\Component\HttpKernel \ Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#47 …}
$type : 1
$catch : true
}
}
/home/lubezone/staging / public/index.php:25 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#47 …}
}
}
}
}
]
{
/home/lubezone/staging / var/cache/dev/ContainerLSrXm6Z/srcApp_KernelDevDebugContainer.php:9805 {
ContainerLSrXm6Z \ srcApp_KernelDevDebugContainer->getSonata_Core_Model_Adapter_DoctrineOrmService() …
› {
› @trigger_error('The "sonata.core.model.adapter.doctrine_orm" service is deprecated in favor of service "sonata.doctrine.adapter.doctrine_orm" since 3.12.0 and will be removed in 4.0.', E_USER_DEPRECATED);
›
}
/home/lubezone/staging / var/cache/dev/ContainerLSrXm6Z/srcApp_KernelDevDebugContainer.php:4617 {
ContainerLSrXm6Z \ srcApp_KernelDevDebugContainer->getSonata_Core_Model_Adapter_ChainService() …
›
› $instance->addAdapter($this->getSonata_Core_Model_Adapter_DoctrineOrmService());
›
}
/home/lubezone/staging / var/cache/dev/ContainerLSrXm6Z/srcApp_KernelDevDebugContainer.php:4855 {
ContainerLSrXm6Z \ srcApp_KernelDevDebugContainer->getTwigService() …
› $instance->addExtension(new \Sonata\Twig\Extension\DeprecatedTemplateExtension());
› $instance->addExtension(new \Sonata\Twig\Extension\TemplateExtension(true, $c, ($this->services['sonata.core.model.adapter.chain'] ?? $this->getSonata_Core_Model_Adapter_ChainService())));
› $instance->addExtension(new \Knp\Menu\Twig\MenuExtension(new \Knp\Menu\Twig\Helper(new \Knp\Menu\Renderer\PsrProvider(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
}
/home/lubezone/staging / var/cache/dev/ContainerLSrXm6Z/srcApp_KernelDevDebugContainer.php:2679 {
ContainerLSrXm6Z \ 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);
}
/home/lubezone/staging / var/cache/dev/ContainerLSrXm6Z/srcApp_KernelDevDebugContainer.php:9092 {
ContainerLSrXm6Z \ 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/lubezone/staging / var/cache/dev/ContainerLSrXm6Z/srcApp_KernelDevDebugContainer.php:2357 {
ContainerLSrXm6Z\srcApp_KernelDevDebugContainer->ContainerLSrXm6Z \ {closure} …
› $instance->addListener('kernel.exception', [0 => function () {
› return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
› }, 1 => 'onKernelException'], 0);
}
/home/lubezone/staging/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/lubezone/staging/vendor /symfony/event-dispatcher/ EventDispatcher.php:90 {
Symfony\Component\EventDispatcher \ EventDispatcher->getListeners($eventName = null) …
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/home/lubezone/staging/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/lubezone/staging/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:162 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch($event) …
›
› $this->preProcess($eventName);
› try {
}
/home/lubezone/staging/vendor /symfony/http-kernel/ HttpKernel.php:207 {
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/lubezone/staging/vendor /symfony/http-kernel/ HttpKernel.php:79 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
›
› return $this->handleThrowable($e, $request, $type);
› }
}
/home/lubezone/staging/vendor /symfony/http-kernel/ Kernel.php:201 {
Symfony\Component\HttpKernel \ Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#47 …}
$type : 1
$catch : true
}
}
/home/lubezone/staging / public/index.php:25 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#47 …}
}
}
}
01:41:43
php
User Deprecated: The Sonata\CoreBundle\Model\Adapter\DoctrineORMAdapter class is deprecated since version 3.12.0 and will be removed in 4.0. Use Sonata\Doctrine\Adapter\ORM\DoctrineORMAdapter instead.
[
"exception " => ErrorException {#476
#message : "User Deprecated: The Sonata\CoreBundle\Model\Adapter\DoctrineORMAdapter class is deprecated since version 3.12.0 and will be removed in 4.0. Use Sonata\Doctrine\Adapter\ORM\DoctrineORMAdapter instead. "
#code : 0
#file : "/home/lubezone/staging/vendor /sonata-project/core-bundle/ src/CoreBundle/Model/Adapter/DoctrineORMAdapter.php "
#line : 20
#severity : E_USER_DEPRECATED
trace : {
/home/lubezone/staging/vendor /sonata-project/core-bundle/ src/CoreBundle/Model/Adapter/DoctrineORMAdapter.php:20 {
spl_autoload_call($class_name) …
› .' Use Sonata\Doctrine\Adapter\ORM\DoctrineORMAdapter instead.',
› E_USER_DEPRECATED
› );
}
/home/lubezone/staging / var/cache/dev/ContainerLSrXm6Z/srcApp_KernelDevDebugContainer.php:9807 {
ContainerLSrXm6Z \ srcApp_KernelDevDebugContainer->getSonata_Core_Model_Adapter_DoctrineOrmService() …
›
› return new \Sonata\CoreBundle\Model\Adapter\DoctrineORMAdapter(($this->services['doctrine'] ?? $this->getDoctrineService()));
› }
}
/home/lubezone/staging / var/cache/dev/ContainerLSrXm6Z/srcApp_KernelDevDebugContainer.php:4617 {
ContainerLSrXm6Z \ srcApp_KernelDevDebugContainer->getSonata_Core_Model_Adapter_ChainService() …
›
› $instance->addAdapter($this->getSonata_Core_Model_Adapter_DoctrineOrmService());
›
}
/home/lubezone/staging / var/cache/dev/ContainerLSrXm6Z/srcApp_KernelDevDebugContainer.php:4855 {
ContainerLSrXm6Z \ srcApp_KernelDevDebugContainer->getTwigService() …
› $instance->addExtension(new \Sonata\Twig\Extension\DeprecatedTemplateExtension());
› $instance->addExtension(new \Sonata\Twig\Extension\TemplateExtension(true, $c, ($this->services['sonata.core.model.adapter.chain'] ?? $this->getSonata_Core_Model_Adapter_ChainService())));
› $instance->addExtension(new \Knp\Menu\Twig\MenuExtension(new \Knp\Menu\Twig\Helper(new \Knp\Menu\Renderer\PsrProvider(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
}
/home/lubezone/staging / var/cache/dev/ContainerLSrXm6Z/srcApp_KernelDevDebugContainer.php:2679 {
ContainerLSrXm6Z \ 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);
}
/home/lubezone/staging / var/cache/dev/ContainerLSrXm6Z/srcApp_KernelDevDebugContainer.php:9092 {
ContainerLSrXm6Z \ 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/lubezone/staging / var/cache/dev/ContainerLSrXm6Z/srcApp_KernelDevDebugContainer.php:2357 {
ContainerLSrXm6Z\srcApp_KernelDevDebugContainer->ContainerLSrXm6Z \ {closure} …
› $instance->addListener('kernel.exception', [0 => function () {
› return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
› }, 1 => 'onKernelException'], 0);
}
/home/lubezone/staging/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/lubezone/staging/vendor /symfony/event-dispatcher/ EventDispatcher.php:90 {
Symfony\Component\EventDispatcher \ EventDispatcher->getListeners($eventName = null) …
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/home/lubezone/staging/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/lubezone/staging/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:162 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch($event) …
›
› $this->preProcess($eventName);
› try {
}
/home/lubezone/staging/vendor /symfony/http-kernel/ HttpKernel.php:207 {
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/lubezone/staging/vendor /symfony/http-kernel/ HttpKernel.php:79 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
›
› return $this->handleThrowable($e, $request, $type);
› }
}
/home/lubezone/staging/vendor /symfony/http-kernel/ Kernel.php:201 {
Symfony\Component\HttpKernel \ Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#47 …}
$type : 1
$catch : true
}
}
/home/lubezone/staging / public/index.php:25 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#47 …}
}
}
}
}
]
{
/home/lubezone/staging/vendor /sonata-project/core-bundle/ src/CoreBundle/Model/Adapter/DoctrineORMAdapter.php:20 {
spl_autoload_call($class_name) …
› .' Use Sonata\Doctrine\Adapter\ORM\DoctrineORMAdapter instead.',
› E_USER_DEPRECATED
› );
}
/home/lubezone/staging / var/cache/dev/ContainerLSrXm6Z/srcApp_KernelDevDebugContainer.php:9807 {
ContainerLSrXm6Z \ srcApp_KernelDevDebugContainer->getSonata_Core_Model_Adapter_DoctrineOrmService() …
›
› return new \Sonata\CoreBundle\Model\Adapter\DoctrineORMAdapter(($this->services['doctrine'] ?? $this->getDoctrineService()));
› }
}
/home/lubezone/staging / var/cache/dev/ContainerLSrXm6Z/srcApp_KernelDevDebugContainer.php:4617 {
ContainerLSrXm6Z \ srcApp_KernelDevDebugContainer->getSonata_Core_Model_Adapter_ChainService() …
›
› $instance->addAdapter($this->getSonata_Core_Model_Adapter_DoctrineOrmService());
›
}
/home/lubezone/staging / var/cache/dev/ContainerLSrXm6Z/srcApp_KernelDevDebugContainer.php:4855 {
ContainerLSrXm6Z \ srcApp_KernelDevDebugContainer->getTwigService() …
› $instance->addExtension(new \Sonata\Twig\Extension\DeprecatedTemplateExtension());
› $instance->addExtension(new \Sonata\Twig\Extension\TemplateExtension(true, $c, ($this->services['sonata.core.model.adapter.chain'] ?? $this->getSonata_Core_Model_Adapter_ChainService())));
› $instance->addExtension(new \Knp\Menu\Twig\MenuExtension(new \Knp\Menu\Twig\Helper(new \Knp\Menu\Renderer\PsrProvider(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
}
/home/lubezone/staging / var/cache/dev/ContainerLSrXm6Z/srcApp_KernelDevDebugContainer.php:2679 {
ContainerLSrXm6Z \ 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);
}
/home/lubezone/staging / var/cache/dev/ContainerLSrXm6Z/srcApp_KernelDevDebugContainer.php:9092 {
ContainerLSrXm6Z \ 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/lubezone/staging / var/cache/dev/ContainerLSrXm6Z/srcApp_KernelDevDebugContainer.php:2357 {
ContainerLSrXm6Z\srcApp_KernelDevDebugContainer->ContainerLSrXm6Z \ {closure} …
› $instance->addListener('kernel.exception', [0 => function () {
› return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
› }, 1 => 'onKernelException'], 0);
}
/home/lubezone/staging/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/lubezone/staging/vendor /symfony/event-dispatcher/ EventDispatcher.php:90 {
Symfony\Component\EventDispatcher \ EventDispatcher->getListeners($eventName = null) …
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/home/lubezone/staging/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/lubezone/staging/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:162 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch($event) …
›
› $this->preProcess($eventName);
› try {
}
/home/lubezone/staging/vendor /symfony/http-kernel/ HttpKernel.php:207 {
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/lubezone/staging/vendor /symfony/http-kernel/ HttpKernel.php:79 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
›
› return $this->handleThrowable($e, $request, $type);
› }
}
/home/lubezone/staging/vendor /symfony/http-kernel/ Kernel.php:201 {
Symfony\Component\HttpKernel \ Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#47 …}
$type : 1
$catch : true
}
}
/home/lubezone/staging / public/index.php:25 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#47 …}
}
}
}
01:41:43
php
User Deprecated: The "twig.exception_listener " service is deprecated since Symfony 4.4.
[
"exception " => ErrorException {#269
#message : "User Deprecated: The "twig.exception_listener" service is deprecated since Symfony 4.4. "
#code : 0
#file : "/home/lubezone/staging / var/cache/dev/ContainerLSrXm6Z/srcApp_KernelDevDebugContainer.php "
#line : 10346
#severity : E_USER_DEPRECATED
trace : {
/home/lubezone/staging / var/cache/dev/ContainerLSrXm6Z/srcApp_KernelDevDebugContainer.php:10346 {
ContainerLSrXm6Z \ srcApp_KernelDevDebugContainer->getTwig_ExceptionListenerService() …
› {
› @trigger_error('The "twig.exception_listener" service is deprecated since Symfony 4.4.', E_USER_DEPRECATED);
›
}
/home/lubezone/staging / var/cache/dev/ContainerLSrXm6Z/srcApp_KernelDevDebugContainer.php:2387 {
ContainerLSrXm6Z\srcApp_KernelDevDebugContainer->ContainerLSrXm6Z \ {closure} …
› $instance->addListener('kernel.exception', [0 => function () {
› return ($this->privates['twig.exception_listener'] ?? $this->getTwig_ExceptionListenerService());
› }, 1 => 'logKernelException'], 0);
}
/home/lubezone/staging/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/lubezone/staging/vendor /symfony/event-dispatcher/ EventDispatcher.php:90 {
Symfony\Component\EventDispatcher \ EventDispatcher->getListeners($eventName = null) …
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/home/lubezone/staging/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/lubezone/staging/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:162 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch($event) …
›
› $this->preProcess($eventName);
› try {
}
/home/lubezone/staging/vendor /symfony/http-kernel/ HttpKernel.php:207 {
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/lubezone/staging/vendor /symfony/http-kernel/ HttpKernel.php:79 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
›
› return $this->handleThrowable($e, $request, $type);
› }
}
/home/lubezone/staging/vendor /symfony/http-kernel/ Kernel.php:201 {
Symfony\Component\HttpKernel \ Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#47 …}
$type : 1
$catch : true
}
}
/home/lubezone/staging / public/index.php:25 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#47 …}
}
}
}
}
]
{
/home/lubezone/staging / var/cache/dev/ContainerLSrXm6Z/srcApp_KernelDevDebugContainer.php:10346 {
ContainerLSrXm6Z \ srcApp_KernelDevDebugContainer->getTwig_ExceptionListenerService() …
› {
› @trigger_error('The "twig.exception_listener" service is deprecated since Symfony 4.4.', E_USER_DEPRECATED);
›
}
/home/lubezone/staging / var/cache/dev/ContainerLSrXm6Z/srcApp_KernelDevDebugContainer.php:2387 {
ContainerLSrXm6Z\srcApp_KernelDevDebugContainer->ContainerLSrXm6Z \ {closure} …
› $instance->addListener('kernel.exception', [0 => function () {
› return ($this->privates['twig.exception_listener'] ?? $this->getTwig_ExceptionListenerService());
› }, 1 => 'logKernelException'], 0);
}
/home/lubezone/staging/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/lubezone/staging/vendor /symfony/event-dispatcher/ EventDispatcher.php:90 {
Symfony\Component\EventDispatcher \ EventDispatcher->getListeners($eventName = null) …
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/home/lubezone/staging/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/lubezone/staging/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:162 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch($event) …
›
› $this->preProcess($eventName);
› try {
}
/home/lubezone/staging/vendor /symfony/http-kernel/ HttpKernel.php:207 {
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/lubezone/staging/vendor /symfony/http-kernel/ HttpKernel.php:79 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
›
› return $this->handleThrowable($e, $request, $type);
› }
}
/home/lubezone/staging/vendor /symfony/http-kernel/ Kernel.php:201 {
Symfony\Component\HttpKernel \ Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#47 …}
$type : 1
$catch : true
}
}
/home/lubezone/staging / public/index.php:25 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#47 …}
}
}
}
01:41:43
php
User Deprecated: The "Symfony\Component\HttpKernel\EventListener\ExceptionListener " class is deprecated since Symfony 4.4, use "ErrorListener " instead.
[
"exception " => ErrorException {#512
#message : "User Deprecated: The "Symfony\Component\HttpKernel\EventListener\ExceptionListener" class is deprecated since Symfony 4.4, use "ErrorListener" instead. "
#code : 0
#file : "/home/lubezone/staging/vendor /symfony/http-kernel/ EventListener/ExceptionListener.php "
#line : 25
#severity : E_USER_DEPRECATED
trace : {
/home/lubezone/staging/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);
›
}
/home/lubezone/staging / var/cache/dev/ContainerLSrXm6Z/srcApp_KernelDevDebugContainer.php:10348 {
ContainerLSrXm6Z \ srcApp_KernelDevDebugContainer->getTwig_ExceptionListenerService() …
›
› 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);
› }
}
/home/lubezone/staging / var/cache/dev/ContainerLSrXm6Z/srcApp_KernelDevDebugContainer.php:2387 {
ContainerLSrXm6Z\srcApp_KernelDevDebugContainer->ContainerLSrXm6Z \ {closure} …
› $instance->addListener('kernel.exception', [0 => function () {
› return ($this->privates['twig.exception_listener'] ?? $this->getTwig_ExceptionListenerService());
› }, 1 => 'logKernelException'], 0);
}
/home/lubezone/staging/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/lubezone/staging/vendor /symfony/event-dispatcher/ EventDispatcher.php:90 {
Symfony\Component\EventDispatcher \ EventDispatcher->getListeners($eventName = null) …
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/home/lubezone/staging/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/lubezone/staging/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:162 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch($event) …
›
› $this->preProcess($eventName);
› try {
}
/home/lubezone/staging/vendor /symfony/http-kernel/ HttpKernel.php:207 {
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/lubezone/staging/vendor /symfony/http-kernel/ HttpKernel.php:79 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
›
› return $this->handleThrowable($e, $request, $type);
› }
}
/home/lubezone/staging/vendor /symfony/http-kernel/ Kernel.php:201 {
Symfony\Component\HttpKernel \ Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#47 …}
$type : 1
$catch : true
}
}
/home/lubezone/staging / public/index.php:25 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#47 …}
}
}
}
}
]
{
/home/lubezone/staging/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);
›
}
/home/lubezone/staging / var/cache/dev/ContainerLSrXm6Z/srcApp_KernelDevDebugContainer.php:10348 {
ContainerLSrXm6Z \ srcApp_KernelDevDebugContainer->getTwig_ExceptionListenerService() …
›
› 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);
› }
}
/home/lubezone/staging / var/cache/dev/ContainerLSrXm6Z/srcApp_KernelDevDebugContainer.php:2387 {
ContainerLSrXm6Z\srcApp_KernelDevDebugContainer->ContainerLSrXm6Z \ {closure} …
› $instance->addListener('kernel.exception', [0 => function () {
› return ($this->privates['twig.exception_listener'] ?? $this->getTwig_ExceptionListenerService());
› }, 1 => 'logKernelException'], 0);
}
/home/lubezone/staging/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/lubezone/staging/vendor /symfony/event-dispatcher/ EventDispatcher.php:90 {
Symfony\Component\EventDispatcher \ EventDispatcher->getListeners($eventName = null) …
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/home/lubezone/staging/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/lubezone/staging/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:162 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch($event) …
›
› $this->preProcess($eventName);
› try {
}
/home/lubezone/staging/vendor /symfony/http-kernel/ HttpKernel.php:207 {
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/lubezone/staging/vendor /symfony/http-kernel/ HttpKernel.php:79 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
›
› return $this->handleThrowable($e, $request, $type);
› }
}
/home/lubezone/staging/vendor /symfony/http-kernel/ Kernel.php:201 {
Symfony\Component\HttpKernel \ Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#47 …}
$type : 1
$catch : true
}
}
/home/lubezone/staging / public/index.php:25 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#47 …}
}
}
}
01:41:43
php (3 times)
User Deprecated: The "Symfony\Component\HttpKernel\Event\GetResponseForExceptionEvent::getException() " method is deprecated since Symfony 4.4, use "getThrowable() " instead.
[
"exception " => ErrorException {#535
#message : "User Deprecated: The "Symfony\Component\HttpKernel\Event\GetResponseForExceptionEvent::getException()" method is deprecated since Symfony 4.4, use "getThrowable()" instead. "
#code : 0
#file : "/home/lubezone/staging/vendor /symfony/http-kernel/ Event/GetResponseForExceptionEvent.php "
#line : 57
#severity : E_USER_DEPRECATED
trace : {
/home/lubezone/staging/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);
›
}
/home/lubezone/staging/vendor /symfony/http-kernel/ EventListener/ExceptionListener.php:45 {
Symfony\Component\HttpKernel\EventListener \ ExceptionListener->logKernelException(GetResponseForExceptionEvent $event) …
› {
› $e = FlattenException::createFromThrowable($event->getException());
›
}
/home/lubezone/staging/vendor /symfony/event-dispatcher/ Debug/WrappedListener.php:126 {
Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher) …
›
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
›
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#220 …}
... : {
"kernel.request "
Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#293 …}
}
}
}
/home/lubezone/staging/vendor /symfony/event-dispatcher/ EventDispatcher.php:264 {
Symfony\Component\EventDispatcher \ EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#220 …}
$eventName : "kernel.request "
$dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#293 …}
}
}
/home/lubezone/staging/vendor /symfony/event-dispatcher/ EventDispatcher.php:239 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, $event) …
› if ($event instanceof Event) {
› $this->doDispatch($listeners, $eventName, $event);
›
arguments : {
$listeners : [ …11]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#220 …}
}
}
/home/lubezone/staging/vendor /symfony/event-dispatcher/ EventDispatcher.php:73 {
Symfony\Component\EventDispatcher \ EventDispatcher->dispatch($event) …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments : {
$listeners : [ …11]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#220 …}
}
}
/home/lubezone/staging/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:168 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch($event) …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#220 …}
... : {
"kernel.request "
}
}
}
/home/lubezone/staging/vendor /symfony/http-kernel/ HttpKernel.php:207 {
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/lubezone/staging/vendor /symfony/http-kernel/ HttpKernel.php:79 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
›
› return $this->handleThrowable($e, $request, $type);
› }
}
/home/lubezone/staging/vendor /symfony/http-kernel/ Kernel.php:201 {
Symfony\Component\HttpKernel \ Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#47 …}
$type : 1
$catch : true
}
}
/home/lubezone/staging / public/index.php:25 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#47 …}
}
}
}
}
]
{
/home/lubezone/staging/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);
›
}
/home/lubezone/staging/vendor /symfony/http-kernel/ EventListener/ExceptionListener.php:45 {
Symfony\Component\HttpKernel\EventListener \ ExceptionListener->logKernelException(GetResponseForExceptionEvent $event) …
› {
› $e = FlattenException::createFromThrowable($event->getException());
›
}
/home/lubezone/staging/vendor /symfony/event-dispatcher/ Debug/WrappedListener.php:126 {
Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher) …
›
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
›
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#220 …}
... : {
"kernel.request "
Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#293 …}
}
}
}
/home/lubezone/staging/vendor /symfony/event-dispatcher/ EventDispatcher.php:264 {
Symfony\Component\EventDispatcher \ EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#220 …}
$eventName : "kernel.request "
$dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#293 …}
}
}
/home/lubezone/staging/vendor /symfony/event-dispatcher/ EventDispatcher.php:239 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, $event) …
› if ($event instanceof Event) {
› $this->doDispatch($listeners, $eventName, $event);
›
arguments : {
$listeners : [ …11]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#220 …}
}
}
/home/lubezone/staging/vendor /symfony/event-dispatcher/ EventDispatcher.php:73 {
Symfony\Component\EventDispatcher \ EventDispatcher->dispatch($event) …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments : {
$listeners : [ …11]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#220 …}
}
}
/home/lubezone/staging/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:168 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch($event) …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#220 …}
... : {
"kernel.request "
}
}
}
/home/lubezone/staging/vendor /symfony/http-kernel/ HttpKernel.php:207 {
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/lubezone/staging/vendor /symfony/http-kernel/ HttpKernel.php:79 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
›
› return $this->handleThrowable($e, $request, $type);
› }
}
/home/lubezone/staging/vendor /symfony/http-kernel/ Kernel.php:201 {
Symfony\Component\HttpKernel \ Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#47 …}
$type : 1
$catch : true
}
}
/home/lubezone/staging / public/index.php:25 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#47 …}
}
}
}
01:41:43
php
User Deprecated: The "twig.controller.exception " service is deprecated since Symfony 4.4.
[
"exception " => ErrorException {#601
#message : "User Deprecated: The "twig.controller.exception" service is deprecated since Symfony 4.4. "
#code : 0
#file : "/home/lubezone/staging / var/cache/dev/ContainerLSrXm6Z/srcApp_KernelDevDebugContainer.php "
#line : 4909
#severity : E_USER_DEPRECATED
trace : {
/home/lubezone/staging / var/cache/dev/ContainerLSrXm6Z/srcApp_KernelDevDebugContainer.php:4909 {
ContainerLSrXm6Z \ srcApp_KernelDevDebugContainer->getTwig_Controller_ExceptionService() …
› {
› @trigger_error('The "twig.controller.exception" service is deprecated since Symfony 4.4.', E_USER_DEPRECATED);
›
}
/home/lubezone/staging/vendor /symfony/dependency-injection/ Container.php:251 {
Symfony\Component\DependencyInjection \ Container->make(string $id, int $invalidBehavior) …
› } elseif (isset($this->methodMap[$id])) {
› return /* self::IGNORE_ON_UNINITIALIZED_REFERENCE */ 4 === $invalidBehavior ? null : $this->{$this->methodMap[$id]}();
› }
}
/home/lubezone/staging/vendor /symfony/dependency-injection/ Container.php:225 {
Symfony\Component\DependencyInjection \ Container->get($id, $invalidBehavior = 1) …
› ?? $this->services[$id = $this->aliases[$id] ?? $id]
› ?? ('service_container' === $id ? $this : ($this->factories[$id] ?? [$this, 'make'])($id, $invalidBehavior));
›
}
/home/lubezone/staging/vendor /symfony/http-kernel/ Controller/ContainerControllerResolver.php:53 {
Symfony\Component\HttpKernel\Controller \ ContainerControllerResolver->instantiateController($class) …
› if ($this->container->has($class)) {
› return $this->container->get($class);
› }
}
/home/lubezone/staging/vendor /symfony/framework-bundle/ Controller/ControllerResolver.php:70 {
Symfony\Bundle\FrameworkBundle\Controller \ ControllerResolver->instantiateController($class) …
› {
› return $this->configureController(parent::instantiateController($class), $class);
› }
}
/home/lubezone/staging/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) {
}
/home/lubezone/staging/vendor /symfony/http-kernel/ Controller/ContainerControllerResolver.php:42 {
Symfony\Component\HttpKernel\Controller \ ContainerControllerResolver->createController($controller) …
›
› return parent::createController($controller);
› }
}
/home/lubezone/staging/vendor /symfony/framework-bundle/ Controller/ControllerResolver.php:62 {
Symfony\Bundle\FrameworkBundle\Controller \ ControllerResolver->createController($controller) …
›
› return parent::createController($controller);
› }
}
/home/lubezone/staging/vendor /symfony/http-kernel/ Controller/ControllerResolver.php:86 {
Symfony\Component\HttpKernel\Controller \ ControllerResolver->getController(Request $request) …
› try {
› $callable = $this->createController($controller);
› } catch (\InvalidArgumentException $e) {
}
/home/lubezone/staging/vendor /symfony/http-kernel/ Controller/TraceableControllerResolver.php:38 {
Symfony\Component\HttpKernel\Controller \ TraceableControllerResolver->getController(Request $request) …
›
› $ret = $this->resolver->getController($request);
›
}
/home/lubezone/staging/vendor /symfony/http-kernel/ HttpKernel.php:129 {
Symfony\Component\HttpKernel \ HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
› // load controller
› if (false === $controller = $this->resolver->getController($request)) {
› throw new NotFoundHttpException(sprintf('Unable to find the controller for path "%s". The route is wrongly configured.', $request->getPathInfo()));
}
/home/lubezone/staging/vendor /symfony/http-kernel/ HttpKernel.php:68 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#47 …}
$type : 1
}
}
/home/lubezone/staging/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) {
}
/home/lubezone/staging/vendor /symfony/event-dispatcher/ Debug/WrappedListener.php:126 {
Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher) …
›
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
›
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#220 …}
... : {
"kernel.request "
Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#293 …}
}
}
}
/home/lubezone/staging/vendor /symfony/event-dispatcher/ EventDispatcher.php:264 {
Symfony\Component\EventDispatcher \ EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#220 …}
$eventName : "kernel.request "
$dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#293 …}
}
}
/home/lubezone/staging/vendor /symfony/event-dispatcher/ EventDispatcher.php:239 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, $event) …
› if ($event instanceof Event) {
› $this->doDispatch($listeners, $eventName, $event);
›
arguments : {
$listeners : [ …11]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#220 …}
}
}
/home/lubezone/staging/vendor /symfony/event-dispatcher/ EventDispatcher.php:73 {
Symfony\Component\EventDispatcher \ EventDispatcher->dispatch($event) …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments : {
$listeners : [ …11]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#220 …}
}
}
/home/lubezone/staging/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:168 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch($event) …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#220 …}
... : {
"kernel.request "
}
}
}
/home/lubezone/staging/vendor /symfony/http-kernel/ HttpKernel.php:207 {
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/lubezone/staging/vendor /symfony/http-kernel/ HttpKernel.php:79 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
›
› return $this->handleThrowable($e, $request, $type);
› }
}
/home/lubezone/staging/vendor /symfony/http-kernel/ Kernel.php:201 {
Symfony\Component\HttpKernel \ Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#47 …}
$type : 1
$catch : true
}
}
/home/lubezone/staging / public/index.php:25 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#47 …}
}
}
}
}
]
{
/home/lubezone/staging / var/cache/dev/ContainerLSrXm6Z/srcApp_KernelDevDebugContainer.php:4909 {
ContainerLSrXm6Z \ srcApp_KernelDevDebugContainer->getTwig_Controller_ExceptionService() …
› {
› @trigger_error('The "twig.controller.exception" service is deprecated since Symfony 4.4.', E_USER_DEPRECATED);
›
}
/home/lubezone/staging/vendor /symfony/dependency-injection/ Container.php:251 {
Symfony\Component\DependencyInjection \ Container->make(string $id, int $invalidBehavior) …
› } elseif (isset($this->methodMap[$id])) {
› return /* self::IGNORE_ON_UNINITIALIZED_REFERENCE */ 4 === $invalidBehavior ? null : $this->{$this->methodMap[$id]}();
› }
}
/home/lubezone/staging/vendor /symfony/dependency-injection/ Container.php:225 {
Symfony\Component\DependencyInjection \ Container->get($id, $invalidBehavior = 1) …
› ?? $this->services[$id = $this->aliases[$id] ?? $id]
› ?? ('service_container' === $id ? $this : ($this->factories[$id] ?? [$this, 'make'])($id, $invalidBehavior));
›
}
/home/lubezone/staging/vendor /symfony/http-kernel/ Controller/ContainerControllerResolver.php:53 {
Symfony\Component\HttpKernel\Controller \ ContainerControllerResolver->instantiateController($class) …
› if ($this->container->has($class)) {
› return $this->container->get($class);
› }
}
/home/lubezone/staging/vendor /symfony/framework-bundle/ Controller/ControllerResolver.php:70 {
Symfony\Bundle\FrameworkBundle\Controller \ ControllerResolver->instantiateController($class) …
› {
› return $this->configureController(parent::instantiateController($class), $class);
› }
}
/home/lubezone/staging/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) {
}
/home/lubezone/staging/vendor /symfony/http-kernel/ Controller/ContainerControllerResolver.php:42 {
Symfony\Component\HttpKernel\Controller \ ContainerControllerResolver->createController($controller) …
›
› return parent::createController($controller);
› }
}
/home/lubezone/staging/vendor /symfony/framework-bundle/ Controller/ControllerResolver.php:62 {
Symfony\Bundle\FrameworkBundle\Controller \ ControllerResolver->createController($controller) …
›
› return parent::createController($controller);
› }
}
/home/lubezone/staging/vendor /symfony/http-kernel/ Controller/ControllerResolver.php:86 {
Symfony\Component\HttpKernel\Controller \ ControllerResolver->getController(Request $request) …
› try {
› $callable = $this->createController($controller);
› } catch (\InvalidArgumentException $e) {
}
/home/lubezone/staging/vendor /symfony/http-kernel/ Controller/TraceableControllerResolver.php:38 {
Symfony\Component\HttpKernel\Controller \ TraceableControllerResolver->getController(Request $request) …
›
› $ret = $this->resolver->getController($request);
›
}
/home/lubezone/staging/vendor /symfony/http-kernel/ HttpKernel.php:129 {
Symfony\Component\HttpKernel \ HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
› // load controller
› if (false === $controller = $this->resolver->getController($request)) {
› throw new NotFoundHttpException(sprintf('Unable to find the controller for path "%s". The route is wrongly configured.', $request->getPathInfo()));
}
/home/lubezone/staging/vendor /symfony/http-kernel/ HttpKernel.php:68 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#47 …}
$type : 1
}
}
/home/lubezone/staging/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) {
}
/home/lubezone/staging/vendor /symfony/event-dispatcher/ Debug/WrappedListener.php:126 {
Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher) …
›
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
›
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#220 …}
... : {
"kernel.request "
Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#293 …}
}
}
}
/home/lubezone/staging/vendor /symfony/event-dispatcher/ EventDispatcher.php:264 {
Symfony\Component\EventDispatcher \ EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#220 …}
$eventName : "kernel.request "
$dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#293 …}
}
}
/home/lubezone/staging/vendor /symfony/event-dispatcher/ EventDispatcher.php:239 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, $event) …
› if ($event instanceof Event) {
› $this->doDispatch($listeners, $eventName, $event);
›
arguments : {
$listeners : [ …11]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#220 …}
}
}
/home/lubezone/staging/vendor /symfony/event-dispatcher/ EventDispatcher.php:73 {
Symfony\Component\EventDispatcher \ EventDispatcher->dispatch($event) …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments : {
$listeners : [ …11]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#220 …}
}
}
/home/lubezone/staging/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:168 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch($event) …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#220 …}
... : {
"kernel.request "
}
}
}
/home/lubezone/staging/vendor /symfony/http-kernel/ HttpKernel.php:207 {
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/lubezone/staging/vendor /symfony/http-kernel/ HttpKernel.php:79 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
›
› return $this->handleThrowable($e, $request, $type);
› }
}
/home/lubezone/staging/vendor /symfony/http-kernel/ Kernel.php:201 {
Symfony\Component\HttpKernel \ Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#47 …}
$type : 1
$catch : true
}
}
/home/lubezone/staging / public/index.php:25 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#47 …}
}
}
}
01:41:43
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 {#602
#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 : "/home/lubezone/staging/vendor /symfony/twig-bundle/ Controller/ExceptionController.php "
#line : 23
#severity : E_USER_DEPRECATED
trace : {
/home/lubezone/staging/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);
›
}
/home/lubezone/staging / var/cache/dev/ContainerLSrXm6Z/srcApp_KernelDevDebugContainer.php:4911 {
ContainerLSrXm6Z \ srcApp_KernelDevDebugContainer->getTwig_Controller_ExceptionService() …
›
› return $this->services['twig.controller.exception'] = new \Symfony\Bundle\TwigBundle\Controller\ExceptionController(($this->services['twig'] ?? $this->getTwigService()), true);
› }
}
/home/lubezone/staging/vendor /symfony/dependency-injection/ Container.php:251 {
Symfony\Component\DependencyInjection \ Container->make(string $id, int $invalidBehavior) …
› } elseif (isset($this->methodMap[$id])) {
› return /* self::IGNORE_ON_UNINITIALIZED_REFERENCE */ 4 === $invalidBehavior ? null : $this->{$this->methodMap[$id]}();
› }
}
/home/lubezone/staging/vendor /symfony/dependency-injection/ Container.php:225 {
Symfony\Component\DependencyInjection \ Container->get($id, $invalidBehavior = 1) …
› ?? $this->services[$id = $this->aliases[$id] ?? $id]
› ?? ('service_container' === $id ? $this : ($this->factories[$id] ?? [$this, 'make'])($id, $invalidBehavior));
›
}
/home/lubezone/staging/vendor /symfony/http-kernel/ Controller/ContainerControllerResolver.php:53 {
Symfony\Component\HttpKernel\Controller \ ContainerControllerResolver->instantiateController($class) …
› if ($this->container->has($class)) {
› return $this->container->get($class);
› }
}
/home/lubezone/staging/vendor /symfony/framework-bundle/ Controller/ControllerResolver.php:70 {
Symfony\Bundle\FrameworkBundle\Controller \ ControllerResolver->instantiateController($class) …
› {
› return $this->configureController(parent::instantiateController($class), $class);
› }
}
/home/lubezone/staging/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) {
}
/home/lubezone/staging/vendor /symfony/http-kernel/ Controller/ContainerControllerResolver.php:42 {
Symfony\Component\HttpKernel\Controller \ ContainerControllerResolver->createController($controller) …
›
› return parent::createController($controller);
› }
}
/home/lubezone/staging/vendor /symfony/framework-bundle/ Controller/ControllerResolver.php:62 {
Symfony\Bundle\FrameworkBundle\Controller \ ControllerResolver->createController($controller) …
›
› return parent::createController($controller);
› }
}
/home/lubezone/staging/vendor /symfony/http-kernel/ Controller/ControllerResolver.php:86 {
Symfony\Component\HttpKernel\Controller \ ControllerResolver->getController(Request $request) …
› try {
› $callable = $this->createController($controller);
› } catch (\InvalidArgumentException $e) {
}
/home/lubezone/staging/vendor /symfony/http-kernel/ Controller/TraceableControllerResolver.php:38 {
Symfony\Component\HttpKernel\Controller \ TraceableControllerResolver->getController(Request $request) …
›
› $ret = $this->resolver->getController($request);
›
}
/home/lubezone/staging/vendor /symfony/http-kernel/ HttpKernel.php:129 {
Symfony\Component\HttpKernel \ HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
› // load controller
› if (false === $controller = $this->resolver->getController($request)) {
› throw new NotFoundHttpException(sprintf('Unable to find the controller for path "%s". The route is wrongly configured.', $request->getPathInfo()));
}
/home/lubezone/staging/vendor /symfony/http-kernel/ HttpKernel.php:68 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#47 …}
$type : 1
}
}
/home/lubezone/staging/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) {
}
/home/lubezone/staging/vendor /symfony/event-dispatcher/ Debug/WrappedListener.php:126 {
Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher) …
›
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
›
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#220 …}
... : {
"kernel.request "
Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#293 …}
}
}
}
/home/lubezone/staging/vendor /symfony/event-dispatcher/ EventDispatcher.php:264 {
Symfony\Component\EventDispatcher \ EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#220 …}
$eventName : "kernel.request "
$dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#293 …}
}
}
/home/lubezone/staging/vendor /symfony/event-dispatcher/ EventDispatcher.php:239 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, $event) …
› if ($event instanceof Event) {
› $this->doDispatch($listeners, $eventName, $event);
›
arguments : {
$listeners : [ …11]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#220 …}
}
}
/home/lubezone/staging/vendor /symfony/event-dispatcher/ EventDispatcher.php:73 {
Symfony\Component\EventDispatcher \ EventDispatcher->dispatch($event) …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments : {
$listeners : [ …11]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#220 …}
}
}
/home/lubezone/staging/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:168 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch($event) …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#220 …}
... : {
"kernel.request "
}
}
}
/home/lubezone/staging/vendor /symfony/http-kernel/ HttpKernel.php:207 {
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/lubezone/staging/vendor /symfony/http-kernel/ HttpKernel.php:79 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
›
› return $this->handleThrowable($e, $request, $type);
› }
}
/home/lubezone/staging/vendor /symfony/http-kernel/ Kernel.php:201 {
Symfony\Component\HttpKernel \ Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#47 …}
$type : 1
$catch : true
}
}
/home/lubezone/staging / public/index.php:25 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#47 …}
}
}
}
}
]
{
/home/lubezone/staging/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);
›
}
/home/lubezone/staging / var/cache/dev/ContainerLSrXm6Z/srcApp_KernelDevDebugContainer.php:4911 {
ContainerLSrXm6Z \ srcApp_KernelDevDebugContainer->getTwig_Controller_ExceptionService() …
›
› return $this->services['twig.controller.exception'] = new \Symfony\Bundle\TwigBundle\Controller\ExceptionController(($this->services['twig'] ?? $this->getTwigService()), true);
› }
}
/home/lubezone/staging/vendor /symfony/dependency-injection/ Container.php:251 {
Symfony\Component\DependencyInjection \ Container->make(string $id, int $invalidBehavior) …
› } elseif (isset($this->methodMap[$id])) {
› return /* self::IGNORE_ON_UNINITIALIZED_REFERENCE */ 4 === $invalidBehavior ? null : $this->{$this->methodMap[$id]}();
› }
}
/home/lubezone/staging/vendor /symfony/dependency-injection/ Container.php:225 {
Symfony\Component\DependencyInjection \ Container->get($id, $invalidBehavior = 1) …
› ?? $this->services[$id = $this->aliases[$id] ?? $id]
› ?? ('service_container' === $id ? $this : ($this->factories[$id] ?? [$this, 'make'])($id, $invalidBehavior));
›
}
/home/lubezone/staging/vendor /symfony/http-kernel/ Controller/ContainerControllerResolver.php:53 {
Symfony\Component\HttpKernel\Controller \ ContainerControllerResolver->instantiateController($class) …
› if ($this->container->has($class)) {
› return $this->container->get($class);
› }
}
/home/lubezone/staging/vendor /symfony/framework-bundle/ Controller/ControllerResolver.php:70 {
Symfony\Bundle\FrameworkBundle\Controller \ ControllerResolver->instantiateController($class) …
› {
› return $this->configureController(parent::instantiateController($class), $class);
› }
}
/home/lubezone/staging/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) {
}
/home/lubezone/staging/vendor /symfony/http-kernel/ Controller/ContainerControllerResolver.php:42 {
Symfony\Component\HttpKernel\Controller \ ContainerControllerResolver->createController($controller) …
›
› return parent::createController($controller);
› }
}
/home/lubezone/staging/vendor /symfony/framework-bundle/ Controller/ControllerResolver.php:62 {
Symfony\Bundle\FrameworkBundle\Controller \ ControllerResolver->createController($controller) …
›
› return parent::createController($controller);
› }
}
/home/lubezone/staging/vendor /symfony/http-kernel/ Controller/ControllerResolver.php:86 {
Symfony\Component\HttpKernel\Controller \ ControllerResolver->getController(Request $request) …
› try {
› $callable = $this->createController($controller);
› } catch (\InvalidArgumentException $e) {
}
/home/lubezone/staging/vendor /symfony/http-kernel/ Controller/TraceableControllerResolver.php:38 {
Symfony\Component\HttpKernel\Controller \ TraceableControllerResolver->getController(Request $request) …
›
› $ret = $this->resolver->getController($request);
›
}
/home/lubezone/staging/vendor /symfony/http-kernel/ HttpKernel.php:129 {
Symfony\Component\HttpKernel \ HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
› // load controller
› if (false === $controller = $this->resolver->getController($request)) {
› throw new NotFoundHttpException(sprintf('Unable to find the controller for path "%s". The route is wrongly configured.', $request->getPathInfo()));
}
/home/lubezone/staging/vendor /symfony/http-kernel/ HttpKernel.php:68 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#47 …}
$type : 1
}
}
/home/lubezone/staging/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) {
}
/home/lubezone/staging/vendor /symfony/event-dispatcher/ Debug/WrappedListener.php:126 {
Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher) …
›
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
›
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#220 …}
... : {
"kernel.request "
Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#293 …}
}
}
}
/home/lubezone/staging/vendor /symfony/event-dispatcher/ EventDispatcher.php:264 {
Symfony\Component\EventDispatcher \ EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#220 …}
$eventName : "kernel.request "
$dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#293 …}
}
}
/home/lubezone/staging/vendor /symfony/event-dispatcher/ EventDispatcher.php:239 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, $event) …
› if ($event instanceof Event) {
› $this->doDispatch($listeners, $eventName, $event);
›
arguments : {
$listeners : [ …11]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#220 …}
}
}
/home/lubezone/staging/vendor /symfony/event-dispatcher/ EventDispatcher.php:73 {
Symfony\Component\EventDispatcher \ EventDispatcher->dispatch($event) …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments : {
$listeners : [ …11]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#220 …}
}
}
/home/lubezone/staging/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:168 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch($event) …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#220 …}
... : {
"kernel.request "
}
}
}
/home/lubezone/staging/vendor /symfony/http-kernel/ HttpKernel.php:207 {
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/lubezone/staging/vendor /symfony/http-kernel/ HttpKernel.php:79 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
›
› return $this->handleThrowable($e, $request, $type);
› }
}
/home/lubezone/staging/vendor /symfony/http-kernel/ Kernel.php:201 {
Symfony\Component\HttpKernel \ Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#47 …}
$type : 1
$catch : true
}
}
/home/lubezone/staging / public/index.php:25 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#47 …}
}
}
}
01:41:43
php
User Deprecated: The template "@Twig/layout.html.twig " is deprecated since Symfony 4.4, will be removed in 5.0. ("@Twig/layout.html.twig " at line 1).
[
"exception " => ErrorException {#712
#message : "User Deprecated: The template "@Twig/layout.html.twig" is deprecated since Symfony 4.4, will be removed in 5.0. ("@Twig/layout.html.twig" at line 1). "
#code : 0
#file : "/home/lubezone/staging / var/cache/dev/twig/bb/bb45f20ddbe42b1179fa141f91a6d25f7bbccc64fcd064e1c2f4867659b62651.php "
#line : 49
#severity : E_USER_DEPRECATED
trace : {
/home/lubezone/staging/var/cache/dev/twig/bb/bb45f20ddbe42b1179fa141f91a6d25f7bbccc64fcd064e1c2f4867659b62651.php:49 {
__TwigTemplate_1423c490c0996f836d71b14536172e1566185f90d0e2942a64faec9a3a8dfb6e->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." (\"@Twig/layout.html.twig\" at line 1).", E_USER_DEPRECATED);
› // line 2
}
/home/lubezone/staging/vendor /twig/twig/ src/Template.php:407 {
Twig \ Template->displayWithErrorHandling(array $context, array $blocks = []) …
› try {
› $this->doDisplay($context, $blocks);
› } catch (Error $e) {
}
/home/lubezone/staging/vendor /twig/twig/ src/Template.php:380 {
Twig \ Template->display(array $context, array $blocks = []) …
› {
› $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $blocks));
› }
}
/home/lubezone/staging/var/cache/dev/twig/ce/ce6c179eb6bfbbbe5987ed4f1a8224ca818014a504c4a9ee43ae3673b61f82c4.php:52 {
__TwigTemplate_7d29d13bff7f5421ba70c5f7ef2e01fb318b0ac31ae72651115a4c665f91b342->doDisplay(array $context, array $blocks = []) …
› $this->parent = $this->loadTemplate("@Twig/layout.html.twig", "@Twig/Exception/exception_full.html.twig", 1);
› $this->parent->display($context, array_merge($this->blocks, $blocks));
›
}
/home/lubezone/staging/vendor /twig/twig/ src/Template.php:407 {
Twig \ Template->displayWithErrorHandling(array $context, array $blocks = []) …
› try {
› $this->doDisplay($context, $blocks);
› } catch (Error $e) {
}
/home/lubezone/staging/vendor /twig/twig/ src/Template.php:380 {
Twig \ Template->display(array $context, array $blocks = []) …
› {
› $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $blocks));
› }
}
/home/lubezone/staging/vendor /twig/twig/ src/Template.php:392 {
Twig \ Template->render(array $context) …
› try {
› $this->display($context);
› } catch (\Throwable $e) {
}
/home/lubezone/staging/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] ?? []);
› }
}
/home/lubezone/staging/vendor /twig/twig/ src/Environment.php:318 {
Twig \ Environment->render($name, array $context = []) …
› {
› return $this->load($name)->render($context);
› }
}
/home/lubezone/staging/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,
› ]
}
/home/lubezone/staging/vendor /symfony/http-kernel/ HttpKernel.php:146 {
Symfony\Component\HttpKernel \ HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
› // call controller
› $response = $controller(...$arguments);
›
}
/home/lubezone/staging/vendor /symfony/http-kernel/ HttpKernel.php:68 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#47 …}
$type : 1
}
}
/home/lubezone/staging/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) {
}
/home/lubezone/staging/vendor /symfony/event-dispatcher/ Debug/WrappedListener.php:126 {
Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher) …
›
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
›
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#220 …}
... : {
"kernel.request "
Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#293 …}
}
}
}
/home/lubezone/staging/vendor /symfony/event-dispatcher/ EventDispatcher.php:264 {
Symfony\Component\EventDispatcher \ EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#220 …}
$eventName : "kernel.request "
$dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#293 …}
}
}
/home/lubezone/staging/vendor /symfony/event-dispatcher/ EventDispatcher.php:239 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, $event) …
› if ($event instanceof Event) {
› $this->doDispatch($listeners, $eventName, $event);
›
arguments : {
$listeners : [ …11]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#220 …}
}
}
/home/lubezone/staging/vendor /symfony/event-dispatcher/ EventDispatcher.php:73 {
Symfony\Component\EventDispatcher \ EventDispatcher->dispatch($event) …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments : {
$listeners : [ …11]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#220 …}
}
}
/home/lubezone/staging/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:168 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch($event) …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#220 …}
... : {
"kernel.request "
}
}
}
/home/lubezone/staging/vendor /symfony/http-kernel/ HttpKernel.php:207 {
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/lubezone/staging/vendor /symfony/http-kernel/ HttpKernel.php:79 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
›
› return $this->handleThrowable($e, $request, $type);
› }
}
/home/lubezone/staging/vendor /symfony/http-kernel/ Kernel.php:201 {
Symfony\Component\HttpKernel \ Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#47 …}
$type : 1
$catch : true
}
}
/home/lubezone/staging / public/index.php:25 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#47 …}
}
}
}
}
]
{
/home/lubezone/staging/var/cache/dev/twig/bb/bb45f20ddbe42b1179fa141f91a6d25f7bbccc64fcd064e1c2f4867659b62651.php:49 {
__TwigTemplate_1423c490c0996f836d71b14536172e1566185f90d0e2942a64faec9a3a8dfb6e->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." (\"@Twig/layout.html.twig\" at line 1).", E_USER_DEPRECATED);
› // line 2
}
/home/lubezone/staging/vendor /twig/twig/ src/Template.php:407 {
Twig \ Template->displayWithErrorHandling(array $context, array $blocks = []) …
› try {
› $this->doDisplay($context, $blocks);
› } catch (Error $e) {
}
/home/lubezone/staging/vendor /twig/twig/ src/Template.php:380 {
Twig \ Template->display(array $context, array $blocks = []) …
› {
› $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $blocks));
› }
}
/home/lubezone/staging/var/cache/dev/twig/ce/ce6c179eb6bfbbbe5987ed4f1a8224ca818014a504c4a9ee43ae3673b61f82c4.php:52 {
__TwigTemplate_7d29d13bff7f5421ba70c5f7ef2e01fb318b0ac31ae72651115a4c665f91b342->doDisplay(array $context, array $blocks = []) …
› $this->parent = $this->loadTemplate("@Twig/layout.html.twig", "@Twig/Exception/exception_full.html.twig", 1);
› $this->parent->display($context, array_merge($this->blocks, $blocks));
›
}
/home/lubezone/staging/vendor /twig/twig/ src/Template.php:407 {
Twig \ Template->displayWithErrorHandling(array $context, array $blocks = []) …
› try {
› $this->doDisplay($context, $blocks);
› } catch (Error $e) {
}
/home/lubezone/staging/vendor /twig/twig/ src/Template.php:380 {
Twig \ Template->display(array $context, array $blocks = []) …
› {
› $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $blocks));
› }
}
/home/lubezone/staging/vendor /twig/twig/ src/Template.php:392 {
Twig \ Template->render(array $context) …
› try {
› $this->display($context);
› } catch (\Throwable $e) {
}
/home/lubezone/staging/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] ?? []);
› }
}
/home/lubezone/staging/vendor /twig/twig/ src/Environment.php:318 {
Twig \ Environment->render($name, array $context = []) …
› {
› return $this->load($name)->render($context);
› }
}
/home/lubezone/staging/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,
› ]
}
/home/lubezone/staging/vendor /symfony/http-kernel/ HttpKernel.php:146 {
Symfony\Component\HttpKernel \ HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
› // call controller
› $response = $controller(...$arguments);
›
}
/home/lubezone/staging/vendor /symfony/http-kernel/ HttpKernel.php:68 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#47 …}
$type : 1
}
}
/home/lubezone/staging/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) {
}
/home/lubezone/staging/vendor /symfony/event-dispatcher/ Debug/WrappedListener.php:126 {
Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher) …
›
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
›
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#220 …}
... : {
"kernel.request "
Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#293 …}
}
}
}
/home/lubezone/staging/vendor /symfony/event-dispatcher/ EventDispatcher.php:264 {
Symfony\Component\EventDispatcher \ EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#220 …}
$eventName : "kernel.request "
$dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#293 …}
}
}
/home/lubezone/staging/vendor /symfony/event-dispatcher/ EventDispatcher.php:239 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, $event) …
› if ($event instanceof Event) {
› $this->doDispatch($listeners, $eventName, $event);
›
arguments : {
$listeners : [ …11]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#220 …}
}
}
/home/lubezone/staging/vendor /symfony/event-dispatcher/ EventDispatcher.php:73 {
Symfony\Component\EventDispatcher \ EventDispatcher->dispatch($event) …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments : {
$listeners : [ …11]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#220 …}
}
}
/home/lubezone/staging/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:168 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch($event) …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#220 …}
... : {
"kernel.request "
}
}
}
/home/lubezone/staging/vendor /symfony/http-kernel/ HttpKernel.php:207 {
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/lubezone/staging/vendor /symfony/http-kernel/ HttpKernel.php:79 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
›
› return $this->handleThrowable($e, $request, $type);
› }
}
/home/lubezone/staging/vendor /symfony/http-kernel/ Kernel.php:201 {
Symfony\Component\HttpKernel \ Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#47 …}
$type : 1
$catch : true
}
}
/home/lubezone/staging / public/index.php:25 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#47 …}
}
}
}
01:41:43
php
User Deprecated: The template "@Twig/exception.css.twig " is deprecated since Symfony 4.4, will be removed in 5.0. ("@Twig/exception.css.twig " at line 1).
[
"exception " => ErrorException {#725
#message : "User Deprecated: The template "@Twig/exception.css.twig" is deprecated since Symfony 4.4, will be removed in 5.0. ("@Twig/exception.css.twig" at line 1). "
#code : 0
#file : "/home/lubezone/staging / var/cache/dev/twig/b5/b50a270e55c75714ad28f65fdffc0fd836c7e9034445268f02136cfdaf8757af.php "
#line : 44
#severity : E_USER_DEPRECATED
trace : {
/home/lubezone/staging/var/cache/dev/twig/b5/b50a270e55c75714ad28f65fdffc0fd836c7e9034445268f02136cfdaf8757af.php:44 {
__TwigTemplate_e80cc1beba307e1608c6c81838930e060203f9ed5a64fc6b0c9bc32928566114->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." (\"@Twig/exception.css.twig\" at line 1).", E_USER_DEPRECATED);
› // line 4
}
/home/lubezone/staging/vendor /twig/twig/ src/Template.php:407 {
Twig \ Template->displayWithErrorHandling(array $context, array $blocks = []) …
› try {
› $this->doDisplay($context, $blocks);
› } catch (Error $e) {
}
/home/lubezone/staging/vendor /twig/twig/ src/Template.php:380 {
Twig \ Template->display(array $context, array $blocks = []) …
› {
› $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $blocks));
› }
}
/home/lubezone/staging/vendor /twig/twig/ src/Template.php:392 {
Twig \ Template->render(array $context) …
› try {
› $this->display($context);
› } catch (\Throwable $e) {
}
/home/lubezone/staging/vendor /twig/twig/ src/Extension/CoreExtension.php:1219 {
twig_include(Environment $env, $context, $template, $variables = [], $withContext = true, $ignoreMissing = false, $sandboxed = false) …
›
› return $loaded ? $loaded->render($variables) : '';
› } finally {
}
/home/lubezone/staging/vendor/symfony/twig-bundle/Resources/views/layout.html.twig:11 {
__TwigTemplate_1423c490c0996f836d71b14536172e1566185f90d0e2942a64faec9a3a8dfb6e->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 %}
}
/home/lubezone/staging/vendor /twig/twig/ src/Template.php:407 {
Twig \ Template->displayWithErrorHandling(array $context, array $blocks = []) …
› try {
› $this->doDisplay($context, $blocks);
› } catch (Error $e) {
}
/home/lubezone/staging/vendor /twig/twig/ src/Template.php:380 {
Twig \ Template->display(array $context, array $blocks = []) …
› {
› $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $blocks));
› }
}
/home/lubezone/staging/var/cache/dev/twig/ce/ce6c179eb6bfbbbe5987ed4f1a8224ca818014a504c4a9ee43ae3673b61f82c4.php:52 {
__TwigTemplate_7d29d13bff7f5421ba70c5f7ef2e01fb318b0ac31ae72651115a4c665f91b342->doDisplay(array $context, array $blocks = []) …
› $this->parent = $this->loadTemplate("@Twig/layout.html.twig", "@Twig/Exception/exception_full.html.twig", 1);
› $this->parent->display($context, array_merge($this->blocks, $blocks));
›
}
/home/lubezone/staging/vendor /twig/twig/ src/Template.php:407 {
Twig \ Template->displayWithErrorHandling(array $context, array $blocks = []) …
› try {
› $this->doDisplay($context, $blocks);
› } catch (Error $e) {
}
/home/lubezone/staging/vendor /twig/twig/ src/Template.php:380 {
Twig \ Template->display(array $context, array $blocks = []) …
› {
› $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $blocks));
› }
}
/home/lubezone/staging/vendor /twig/twig/ src/Template.php:392 {
Twig \ Template->render(array $context) …
› try {
› $this->display($context);
› } catch (\Throwable $e) {
}
/home/lubezone/staging/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] ?? []);
› }
}
/home/lubezone/staging/vendor /twig/twig/ src/Environment.php:318 {
Twig \ Environment->render($name, array $context = []) …
› {
› return $this->load($name)->render($context);
› }
}
/home/lubezone/staging/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,
› ]
}
/home/lubezone/staging/vendor /symfony/http-kernel/ HttpKernel.php:146 {
Symfony\Component\HttpKernel \ HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
› // call controller
› $response = $controller(...$arguments);
›
}
/home/lubezone/staging/vendor /symfony/http-kernel/ HttpKernel.php:68 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#47 …}
$type : 1
}
}
/home/lubezone/staging/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) {
}
/home/lubezone/staging/vendor /symfony/event-dispatcher/ Debug/WrappedListener.php:126 {
Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher) …
›
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
›
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#220 …}
... : {
"kernel.request "
Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#293 …}
}
}
}
/home/lubezone/staging/vendor /symfony/event-dispatcher/ EventDispatcher.php:264 {
Symfony\Component\EventDispatcher \ EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#220 …}
$eventName : "kernel.request "
$dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#293 …}
}
}
/home/lubezone/staging/vendor /symfony/event-dispatcher/ EventDispatcher.php:239 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, $event) …
› if ($event instanceof Event) {
› $this->doDispatch($listeners, $eventName, $event);
›
arguments : {
$listeners : [ …11]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#220 …}
}
}
/home/lubezone/staging/vendor /symfony/event-dispatcher/ EventDispatcher.php:73 {
Symfony\Component\EventDispatcher \ EventDispatcher->dispatch($event) …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments : {
$listeners : [ …11]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#220 …}
}
}
/home/lubezone/staging/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:168 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch($event) …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#220 …}
... : {
"kernel.request "
}
}
}
/home/lubezone/staging/vendor /symfony/http-kernel/ HttpKernel.php:207 {
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/lubezone/staging/vendor /symfony/http-kernel/ HttpKernel.php:79 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
›
› return $this->handleThrowable($e, $request, $type);
› }
}
/home/lubezone/staging/vendor /symfony/http-kernel/ Kernel.php:201 {
Symfony\Component\HttpKernel \ Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#47 …}
$type : 1
$catch : true
}
}
/home/lubezone/staging / public/index.php:25 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#47 …}
}
}
}
}
]
{
/home/lubezone/staging/var/cache/dev/twig/b5/b50a270e55c75714ad28f65fdffc0fd836c7e9034445268f02136cfdaf8757af.php:44 {
__TwigTemplate_e80cc1beba307e1608c6c81838930e060203f9ed5a64fc6b0c9bc32928566114->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." (\"@Twig/exception.css.twig\" at line 1).", E_USER_DEPRECATED);
› // line 4
}
/home/lubezone/staging/vendor /twig/twig/ src/Template.php:407 {
Twig \ Template->displayWithErrorHandling(array $context, array $blocks = []) …
› try {
› $this->doDisplay($context, $blocks);
› } catch (Error $e) {
}
/home/lubezone/staging/vendor /twig/twig/ src/Template.php:380 {
Twig \ Template->display(array $context, array $blocks = []) …
› {
› $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $blocks));
› }
}
/home/lubezone/staging/vendor /twig/twig/ src/Template.php:392 {
Twig \ Template->render(array $context) …
› try {
› $this->display($context);
› } catch (\Throwable $e) {
}
/home/lubezone/staging/vendor /twig/twig/ src/Extension/CoreExtension.php:1219 {
twig_include(Environment $env, $context, $template, $variables = [], $withContext = true, $ignoreMissing = false, $sandboxed = false) …
›
› return $loaded ? $loaded->render($variables) : '';
› } finally {
}
/home/lubezone/staging/vendor/symfony/twig-bundle/Resources/views/layout.html.twig:11 {
__TwigTemplate_1423c490c0996f836d71b14536172e1566185f90d0e2942a64faec9a3a8dfb6e->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 %}
}
/home/lubezone/staging/vendor /twig/twig/ src/Template.php:407 {
Twig \ Template->displayWithErrorHandling(array $context, array $blocks = []) …
› try {
› $this->doDisplay($context, $blocks);
› } catch (Error $e) {
}
/home/lubezone/staging/vendor /twig/twig/ src/Template.php:380 {
Twig \ Template->display(array $context, array $blocks = []) …
› {
› $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $blocks));
› }
}
/home/lubezone/staging/var/cache/dev/twig/ce/ce6c179eb6bfbbbe5987ed4f1a8224ca818014a504c4a9ee43ae3673b61f82c4.php:52 {
__TwigTemplate_7d29d13bff7f5421ba70c5f7ef2e01fb318b0ac31ae72651115a4c665f91b342->doDisplay(array $context, array $blocks = []) …
› $this->parent = $this->loadTemplate("@Twig/layout.html.twig", "@Twig/Exception/exception_full.html.twig", 1);
› $this->parent->display($context, array_merge($this->blocks, $blocks));
›
}
/home/lubezone/staging/vendor /twig/twig/ src/Template.php:407 {
Twig \ Template->displayWithErrorHandling(array $context, array $blocks = []) …
› try {
› $this->doDisplay($context, $blocks);
› } catch (Error $e) {
}
/home/lubezone/staging/vendor /twig/twig/ src/Template.php:380 {
Twig \ Template->display(array $context, array $blocks = []) …
› {
› $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $blocks));
› }
}
/home/lubezone/staging/vendor /twig/twig/ src/Template.php:392 {
Twig \ Template->render(array $context) …
› try {
› $this->display($context);
› } catch (\Throwable $e) {
}
/home/lubezone/staging/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] ?? []);
› }
}
/home/lubezone/staging/vendor /twig/twig/ src/Environment.php:318 {
Twig \ Environment->render($name, array $context = []) …
› {
› return $this->load($name)->render($context);
› }
}
/home/lubezone/staging/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,
› ]
}
/home/lubezone/staging/vendor /symfony/http-kernel/ HttpKernel.php:146 {
Symfony\Component\HttpKernel \ HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
› // call controller
› $response = $controller(...$arguments);
›
}
/home/lubezone/staging/vendor /symfony/http-kernel/ HttpKernel.php:68 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#47 …}
$type : 1
}
}
/home/lubezone/staging/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) {
}
/home/lubezone/staging/vendor /symfony/event-dispatcher/ Debug/WrappedListener.php:126 {
Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher) …
›
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
›
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#220 …}
... : {
"kernel.request "
Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#293 …}
}
}
}
/home/lubezone/staging/vendor /symfony/event-dispatcher/ EventDispatcher.php:264 {
Symfony\Component\EventDispatcher \ EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#220 …}
$eventName : "kernel.request "
$dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#293 …}
}
}
/home/lubezone/staging/vendor /symfony/event-dispatcher/ EventDispatcher.php:239 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, $event) …
› if ($event instanceof Event) {
› $this->doDispatch($listeners, $eventName, $event);
›
arguments : {
$listeners : [ …11]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#220 …}
}
}
/home/lubezone/staging/vendor /symfony/event-dispatcher/ EventDispatcher.php:73 {
Symfony\Component\EventDispatcher \ EventDispatcher->dispatch($event) …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments : {
$listeners : [ …11]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#220 …}
}
}
/home/lubezone/staging/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:168 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch($event) …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#220 …}
... : {
"kernel.request "
}
}
}
/home/lubezone/staging/vendor /symfony/http-kernel/ HttpKernel.php:207 {
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/lubezone/staging/vendor /symfony/http-kernel/ HttpKernel.php:79 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
›
› return $this->handleThrowable($e, $request, $type);
› }
}
/home/lubezone/staging/vendor /symfony/http-kernel/ Kernel.php:201 {
Symfony\Component\HttpKernel \ Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#47 …}
$type : 1
$catch : true
}
}
/home/lubezone/staging / public/index.php:25 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#47 …}
}
}
}
01:41:43
php
User Deprecated: The template "@Twig/base_js.html.twig " is deprecated since Symfony 4.4, will be removed in 5.0. ("@Twig/base_js.html.twig " at line 1).
[
"exception " => ErrorException {#1005
#message : "User Deprecated: The template "@Twig/base_js.html.twig" is deprecated since Symfony 4.4, will be removed in 5.0. ("@Twig/base_js.html.twig" at line 1). "
#code : 0
#file : "/home/lubezone/staging / var/cache/dev/twig/82/82a75a2a53e5063667022772990998b925f97674c142443cac84300c71be5bdc.php "
#line : 44
#severity : E_USER_DEPRECATED
trace : {
/home/lubezone/staging/var/cache/dev/twig/82/82a75a2a53e5063667022772990998b925f97674c142443cac84300c71be5bdc.php:44 {
__TwigTemplate_f07c680266f91efb430b420574cad9dc3986a176b743d2e86300ab1c648bcac1->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." (\"@Twig/base_js.html.twig\" at line 1).", E_USER_DEPRECATED);
› // line 4
}
/home/lubezone/staging/vendor /twig/twig/ src/Template.php:407 {
Twig \ Template->displayWithErrorHandling(array $context, array $blocks = []) …
› try {
› $this->doDisplay($context, $blocks);
› } catch (Error $e) {
}
/home/lubezone/staging/vendor /twig/twig/ src/Template.php:380 {
Twig \ Template->display(array $context, array $blocks = []) …
› {
› $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $blocks));
› }
}
/home/lubezone/staging/vendor /twig/twig/ src/Template.php:392 {
Twig \ Template->render(array $context) …
› try {
› $this->display($context);
› } catch (\Throwable $e) {
}
/home/lubezone/staging/vendor /twig/twig/ src/Extension/CoreExtension.php:1219 {
twig_include(Environment $env, $context, $template, $variables = [], $withContext = true, $ignoreMissing = false, $sandboxed = false) …
›
› return $loaded ? $loaded->render($variables) : '';
› } finally {
}
/home/lubezone/staging/var/cache/dev/twig/bb/bb45f20ddbe42b1179fa141f91a6d25f7bbccc64fcd064e1c2f4867659b62651.php:117 {
__TwigTemplate_1423c490c0996f836d71b14536172e1566185f90d0e2942a64faec9a3a8dfb6e->doDisplay(array $context, array $blocks = []) …
› echo " ";
› echo twig_include($this->env, $context, "@Twig/base_js.html.twig");
› echo "
}
/home/lubezone/staging/vendor /twig/twig/ src/Template.php:407 {
Twig \ Template->displayWithErrorHandling(array $context, array $blocks = []) …
› try {
› $this->doDisplay($context, $blocks);
› } catch (Error $e) {
}
/home/lubezone/staging/vendor /twig/twig/ src/Template.php:380 {
Twig \ Template->display(array $context, array $blocks = []) …
› {
› $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $blocks));
› }
}
/home/lubezone/staging/var/cache/dev/twig/ce/ce6c179eb6bfbbbe5987ed4f1a8224ca818014a504c4a9ee43ae3673b61f82c4.php:52 {
__TwigTemplate_7d29d13bff7f5421ba70c5f7ef2e01fb318b0ac31ae72651115a4c665f91b342->doDisplay(array $context, array $blocks = []) …
› $this->parent = $this->loadTemplate("@Twig/layout.html.twig", "@Twig/Exception/exception_full.html.twig", 1);
› $this->parent->display($context, array_merge($this->blocks, $blocks));
›
}
/home/lubezone/staging/vendor /twig/twig/ src/Template.php:407 {
Twig \ Template->displayWithErrorHandling(array $context, array $blocks = []) …
› try {
› $this->doDisplay($context, $blocks);
› } catch (Error $e) {
}
/home/lubezone/staging/vendor /twig/twig/ src/Template.php:380 {
Twig \ Template->display(array $context, array $blocks = []) …
› {
› $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $blocks));
› }
}
/home/lubezone/staging/vendor /twig/twig/ src/Template.php:392 {
Twig \ Template->render(array $context) …
› try {
› $this->display($context);
› } catch (\Throwable $e) {
}
/home/lubezone/staging/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] ?? []);
› }
}
/home/lubezone/staging/vendor /twig/twig/ src/Environment.php:318 {
Twig \ Environment->render($name, array $context = []) …
› {
› return $this->load($name)->render($context);
› }
}
/home/lubezone/staging/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,
› ]
}
/home/lubezone/staging/vendor /symfony/http-kernel/ HttpKernel.php:146 {
Symfony\Component\HttpKernel \ HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
› // call controller
› $response = $controller(...$arguments);
›
}
/home/lubezone/staging/vendor /symfony/http-kernel/ HttpKernel.php:68 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#47 …}
$type : 1
}
}
/home/lubezone/staging/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) {
}
/home/lubezone/staging/vendor /symfony/event-dispatcher/ Debug/WrappedListener.php:126 {
Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher) …
›
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
›
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#220 …}
... : {
"kernel.request "
Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#293 …}
}
}
}
/home/lubezone/staging/vendor /symfony/event-dispatcher/ EventDispatcher.php:264 {
Symfony\Component\EventDispatcher \ EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#220 …}
$eventName : "kernel.request "
$dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#293 …}
}
}
/home/lubezone/staging/vendor /symfony/event-dispatcher/ EventDispatcher.php:239 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, $event) …
› if ($event instanceof Event) {
› $this->doDispatch($listeners, $eventName, $event);
›
arguments : {
$listeners : [ …11]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#220 …}
}
}
/home/lubezone/staging/vendor /symfony/event-dispatcher/ EventDispatcher.php:73 {
Symfony\Component\EventDispatcher \ EventDispatcher->dispatch($event) …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments : {
$listeners : [ …11]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#220 …}
}
}
/home/lubezone/staging/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:168 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch($event) …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#220 …}
... : {
"kernel.request "
}
}
}
/home/lubezone/staging/vendor /symfony/http-kernel/ HttpKernel.php:207 {
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/lubezone/staging/vendor /symfony/http-kernel/ HttpKernel.php:79 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
›
› return $this->handleThrowable($e, $request, $type);
› }
}
/home/lubezone/staging/vendor /symfony/http-kernel/ Kernel.php:201 {
Symfony\Component\HttpKernel \ Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#47 …}
$type : 1
$catch : true
}
}
/home/lubezone/staging / public/index.php:25 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#47 …}
}
}
}
}
]
{
/home/lubezone/staging/var/cache/dev/twig/82/82a75a2a53e5063667022772990998b925f97674c142443cac84300c71be5bdc.php:44 {
__TwigTemplate_f07c680266f91efb430b420574cad9dc3986a176b743d2e86300ab1c648bcac1->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." (\"@Twig/base_js.html.twig\" at line 1).", E_USER_DEPRECATED);
› // line 4
}
/home/lubezone/staging/vendor /twig/twig/ src/Template.php:407 {
Twig \ Template->displayWithErrorHandling(array $context, array $blocks = []) …
› try {
› $this->doDisplay($context, $blocks);
› } catch (Error $e) {
}
/home/lubezone/staging/vendor /twig/twig/ src/Template.php:380 {
Twig \ Template->display(array $context, array $blocks = []) …
› {
› $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $blocks));
› }
}
/home/lubezone/staging/vendor /twig/twig/ src/Template.php:392 {
Twig \ Template->render(array $context) …
› try {
› $this->display($context);
› } catch (\Throwable $e) {
}
/home/lubezone/staging/vendor /twig/twig/ src/Extension/CoreExtension.php:1219 {
twig_include(Environment $env, $context, $template, $variables = [], $withContext = true, $ignoreMissing = false, $sandboxed = false) …
›
› return $loaded ? $loaded->render($variables) : '';
› } finally {
}
/home/lubezone/staging/var/cache/dev/twig/bb/bb45f20ddbe42b1179fa141f91a6d25f7bbccc64fcd064e1c2f4867659b62651.php:117 {
__TwigTemplate_1423c490c0996f836d71b14536172e1566185f90d0e2942a64faec9a3a8dfb6e->doDisplay(array $context, array $blocks = []) …
› echo " ";
› echo twig_include($this->env, $context, "@Twig/base_js.html.twig");
› echo "
}
/home/lubezone/staging/vendor /twig/twig/ src/Template.php:407 {
Twig \ Template->displayWithErrorHandling(array $context, array $blocks = []) …
› try {
› $this->doDisplay($context, $blocks);
› } catch (Error $e) {
}
/home/lubezone/staging/vendor /twig/twig/ src/Template.php:380 {
Twig \ Template->display(array $context, array $blocks = []) …
› {
› $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $blocks));
› }
}
/home/lubezone/staging/var/cache/dev/twig/ce/ce6c179eb6bfbbbe5987ed4f1a8224ca818014a504c4a9ee43ae3673b61f82c4.php:52 {
__TwigTemplate_7d29d13bff7f5421ba70c5f7ef2e01fb318b0ac31ae72651115a4c665f91b342->doDisplay(array $context, array $blocks = []) …
› $this->parent = $this->loadTemplate("@Twig/layout.html.twig", "@Twig/Exception/exception_full.html.twig", 1);
› $this->parent->display($context, array_merge($this->blocks, $blocks));
›
}
/home/lubezone/staging/vendor /twig/twig/ src/Template.php:407 {
Twig \ Template->displayWithErrorHandling(array $context, array $blocks = []) …
› try {
› $this->doDisplay($context, $blocks);
› } catch (Error $e) {
}
/home/lubezone/staging/vendor /twig/twig/ src/Template.php:380 {
Twig \ Template->display(array $context, array $blocks = []) …
› {
› $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $blocks));
› }
}
/home/lubezone/staging/vendor /twig/twig/ src/Template.php:392 {
Twig \ Template->render(array $context) …
› try {
› $this->display($context);
› } catch (\Throwable $e) {
}
/home/lubezone/staging/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] ?? []);
› }
}
/home/lubezone/staging/vendor /twig/twig/ src/Environment.php:318 {
Twig \ Environment->render($name, array $context = []) …
› {
› return $this->load($name)->render($context);
› }
}
/home/lubezone/staging/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,
› ]
}
/home/lubezone/staging/vendor /symfony/http-kernel/ HttpKernel.php:146 {
Symfony\Component\HttpKernel \ HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
› // call controller
› $response = $controller(...$arguments);
›
}
/home/lubezone/staging/vendor /symfony/http-kernel/ HttpKernel.php:68 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#47 …}
$type : 1
}
}
/home/lubezone/staging/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) {
}
/home/lubezone/staging/vendor /symfony/event-dispatcher/ Debug/WrappedListener.php:126 {
Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher) …
›
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
›
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#220 …}
... : {
"kernel.request "
Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#293 …}
}
}
}
/home/lubezone/staging/vendor /symfony/event-dispatcher/ EventDispatcher.php:264 {
Symfony\Component\EventDispatcher \ EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#220 …}
$eventName : "kernel.request "
$dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#293 …}
}
}
/home/lubezone/staging/vendor /symfony/event-dispatcher/ EventDispatcher.php:239 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, $event) …
› if ($event instanceof Event) {
› $this->doDispatch($listeners, $eventName, $event);
›
arguments : {
$listeners : [ …11]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#220 …}
}
}
/home/lubezone/staging/vendor /symfony/event-dispatcher/ EventDispatcher.php:73 {
Symfony\Component\EventDispatcher \ EventDispatcher->dispatch($event) …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments : {
$listeners : [ …11]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#220 …}
}
}
/home/lubezone/staging/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:168 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch($event) …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#220 …}
... : {
"kernel.request "
}
}
}
/home/lubezone/staging/vendor /symfony/http-kernel/ HttpKernel.php:207 {
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/lubezone/staging/vendor /symfony/http-kernel/ HttpKernel.php:79 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
›
› return $this->handleThrowable($e, $request, $type);
› }
}
/home/lubezone/staging/vendor /symfony/http-kernel/ Kernel.php:201 {
Symfony\Component\HttpKernel \ Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#47 …}
$type : 1
$catch : true
}
}
/home/lubezone/staging / public/index.php:25 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#47 …}
}
}
}
01:41:43
php
User Deprecated: The "templating " service is deprecated since Symfony 4.4 and will be removed in 5.0.
[
"exception " => ErrorException {#3416
#message : "User Deprecated: The "templating" service is deprecated since Symfony 4.4 and will be removed in 5.0. "
#code : 0
#file : "/home/lubezone/staging / var/cache/dev/ContainerLSrXm6Z/srcApp_KernelDevDebugContainer.php "
#line : 4723
#severity : E_USER_DEPRECATED
trace : {
/home/lubezone/staging / var/cache/dev/ContainerLSrXm6Z/srcApp_KernelDevDebugContainer.php:4723 {
ContainerLSrXm6Z \ srcApp_KernelDevDebugContainer->getTemplatingService() …
› {
› @trigger_error('The "templating" service is deprecated since Symfony 4.4 and will be removed in 5.0.', E_USER_DEPRECATED);
›
}
/home/lubezone/staging / var/cache/dev/ContainerLSrXm6Z/srcApp_KernelDevDebugContainer.php:5880 {
ContainerLSrXm6Z \ srcApp_KernelDevDebugContainer->getMailLogicService() …
›
› return $this->privates['App\\Logic\\MailLogic'] = new \App\Logic\MailLogic($this->getEnv('MAILER_USERNAME'), ($this->services['swiftmailer.mailer.default'] ?? $this->getSwiftmailer_Mailer_DefaultService()), ($this->services['templating'] ?? $this->getTemplatingService()));
› }
}
/home/lubezone/staging / var/cache/dev/ContainerLSrXm6Z/srcApp_KernelDevDebugContainer.php:5714 {
ContainerLSrXm6Z \ srcApp_KernelDevDebugContainer->getUserSubscriberService() …
›
› return $this->privates['App\\EventSubscriber\\UserSubscriber'] = new \App\EventSubscriber\UserSubscriber($this, ($this->services['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService()), ($this->services['router'] ?? $this->getRouterService()), ($this->privates['App\\Logic\\PrepaidCardManager'] ?? $this->getPrepaidCardManagerService()), ($this->privates['session.flash_bag'] ?? ($this->privates['session.flash_bag'] = new \Symfony\Component\HttpFoundation\Session\Flash\FlashBag())), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['App\\Repository\\ReferralRepository'] ?? $this->getReferralRepositoryService()), ($this->privates['App\\Repository\\UserRepository'] ?? $this->getUserRepositoryService()), new \App\Logic\LocationLogic(($this->privates['App\\Logic\\MailLogic'] ?? $this->getMailLogicService())));
› }
}
/home/lubezone/staging / var/cache/dev/ContainerLSrXm6Z/srcApp_KernelDevDebugContainer.php:2297 {
ContainerLSrXm6Z\srcApp_KernelDevDebugContainer->ContainerLSrXm6Z \ {closure} …
› $instance->addListener('user.registered', [0 => function () {
› return ($this->privates['App\\EventSubscriber\\UserSubscriber'] ?? $this->getUserSubscriberService());
› }, 1 => 'onUserRegistered'], 0);
}
/home/lubezone/staging/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/lubezone/staging/vendor /symfony/event-dispatcher/ EventDispatcher.php:98 {
Symfony\Component\EventDispatcher \ EventDispatcher->getListeners($eventName = null) …
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/home/lubezone/staging/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:102 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->getListeners($eventName = null) …
› {
› return $this->dispatcher->getListeners($eventName);
› }
}
/home/lubezone/staging/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:216 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->getNotCalledListeners() …
› try {
› $allListeners = $this->getListeners();
› } catch (\Exception $e) {
}
/home/lubezone/staging/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));
› }
}
/home/lubezone/staging/vendor /symfony/http-kernel/ Profiler/Profiler.php:100 {
Symfony\Component\HttpKernel\Profiler \ Profiler->saveProfile(Profile $profile) …
› if ($collector instanceof LateDataCollectorInterface) {
› $collector->lateCollect();
› }
}
/home/lubezone/staging/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]);
› }
}
/home/lubezone/staging/vendor /symfony/event-dispatcher/ Debug/WrappedListener.php:126 {
Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher) …
›
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
›
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#220 …}
... : {
"kernel.request "
Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#293 …}
}
}
}
/home/lubezone/staging/vendor /symfony/event-dispatcher/ EventDispatcher.php:264 {
Symfony\Component\EventDispatcher \ EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#220 …}
$eventName : "kernel.request "
$dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#293 …}
}
}
/home/lubezone/staging/vendor /symfony/event-dispatcher/ EventDispatcher.php:239 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, $event) …
› if ($event instanceof Event) {
› $this->doDispatch($listeners, $eventName, $event);
›
arguments : {
$listeners : [ …11]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#220 …}
}
}
/home/lubezone/staging/vendor /symfony/event-dispatcher/ EventDispatcher.php:73 {
Symfony\Component\EventDispatcher \ EventDispatcher->dispatch($event) …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments : {
$listeners : [ …11]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#220 …}
}
}
/home/lubezone/staging/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:168 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch($event) …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#220 …}
... : {
"kernel.request "
}
}
}
/home/lubezone/staging/vendor /symfony/http-kernel/ HttpKernel.php:88 {
Symfony\Component\HttpKernel \ HttpKernel->terminate(Request $request, Response $response) …
› {
› $this->dispatcher->dispatch(new TerminateEvent($this, $request, $response), KernelEvents::TERMINATE);
› }
}
/home/lubezone/staging/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);
› }
}
/home/lubezone/staging / public/index.php:27 {
› $response->send();
› $kernel->terminate($request, $response);
›
}
}
}
]
{
/home/lubezone/staging / var/cache/dev/ContainerLSrXm6Z/srcApp_KernelDevDebugContainer.php:4723 {
ContainerLSrXm6Z \ srcApp_KernelDevDebugContainer->getTemplatingService() …
› {
› @trigger_error('The "templating" service is deprecated since Symfony 4.4 and will be removed in 5.0.', E_USER_DEPRECATED);
›
}
/home/lubezone/staging / var/cache/dev/ContainerLSrXm6Z/srcApp_KernelDevDebugContainer.php:5880 {
ContainerLSrXm6Z \ srcApp_KernelDevDebugContainer->getMailLogicService() …
›
› return $this->privates['App\\Logic\\MailLogic'] = new \App\Logic\MailLogic($this->getEnv('MAILER_USERNAME'), ($this->services['swiftmailer.mailer.default'] ?? $this->getSwiftmailer_Mailer_DefaultService()), ($this->services['templating'] ?? $this->getTemplatingService()));
› }
}
/home/lubezone/staging / var/cache/dev/ContainerLSrXm6Z/srcApp_KernelDevDebugContainer.php:5714 {
ContainerLSrXm6Z \ srcApp_KernelDevDebugContainer->getUserSubscriberService() …
›
› return $this->privates['App\\EventSubscriber\\UserSubscriber'] = new \App\EventSubscriber\UserSubscriber($this, ($this->services['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService()), ($this->services['router'] ?? $this->getRouterService()), ($this->privates['App\\Logic\\PrepaidCardManager'] ?? $this->getPrepaidCardManagerService()), ($this->privates['session.flash_bag'] ?? ($this->privates['session.flash_bag'] = new \Symfony\Component\HttpFoundation\Session\Flash\FlashBag())), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['App\\Repository\\ReferralRepository'] ?? $this->getReferralRepositoryService()), ($this->privates['App\\Repository\\UserRepository'] ?? $this->getUserRepositoryService()), new \App\Logic\LocationLogic(($this->privates['App\\Logic\\MailLogic'] ?? $this->getMailLogicService())));
› }
}
/home/lubezone/staging / var/cache/dev/ContainerLSrXm6Z/srcApp_KernelDevDebugContainer.php:2297 {
ContainerLSrXm6Z\srcApp_KernelDevDebugContainer->ContainerLSrXm6Z \ {closure} …
› $instance->addListener('user.registered', [0 => function () {
› return ($this->privates['App\\EventSubscriber\\UserSubscriber'] ?? $this->getUserSubscriberService());
› }, 1 => 'onUserRegistered'], 0);
}
/home/lubezone/staging/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/lubezone/staging/vendor /symfony/event-dispatcher/ EventDispatcher.php:98 {
Symfony\Component\EventDispatcher \ EventDispatcher->getListeners($eventName = null) …
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/home/lubezone/staging/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:102 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->getListeners($eventName = null) …
› {
› return $this->dispatcher->getListeners($eventName);
› }
}
/home/lubezone/staging/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:216 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->getNotCalledListeners() …
› try {
› $allListeners = $this->getListeners();
› } catch (\Exception $e) {
}
/home/lubezone/staging/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));
› }
}
/home/lubezone/staging/vendor /symfony/http-kernel/ Profiler/Profiler.php:100 {
Symfony\Component\HttpKernel\Profiler \ Profiler->saveProfile(Profile $profile) …
› if ($collector instanceof LateDataCollectorInterface) {
› $collector->lateCollect();
› }
}
/home/lubezone/staging/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]);
› }
}
/home/lubezone/staging/vendor /symfony/event-dispatcher/ Debug/WrappedListener.php:126 {
Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher) …
›
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
›
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#220 …}
... : {
"kernel.request "
Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#293 …}
}
}
}
/home/lubezone/staging/vendor /symfony/event-dispatcher/ EventDispatcher.php:264 {
Symfony\Component\EventDispatcher \ EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#220 …}
$eventName : "kernel.request "
$dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#293 …}
}
}
/home/lubezone/staging/vendor /symfony/event-dispatcher/ EventDispatcher.php:239 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, $event) …
› if ($event instanceof Event) {
› $this->doDispatch($listeners, $eventName, $event);
›
arguments : {
$listeners : [ …11]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#220 …}
}
}
/home/lubezone/staging/vendor /symfony/event-dispatcher/ EventDispatcher.php:73 {
Symfony\Component\EventDispatcher \ EventDispatcher->dispatch($event) …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments : {
$listeners : [ …11]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#220 …}
}
}
/home/lubezone/staging/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:168 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch($event) …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#220 …}
... : {
"kernel.request "
}
}
}
/home/lubezone/staging/vendor /symfony/http-kernel/ HttpKernel.php:88 {
Symfony\Component\HttpKernel \ HttpKernel->terminate(Request $request, Response $response) …
› {
› $this->dispatcher->dispatch(new TerminateEvent($this, $request, $response), KernelEvents::TERMINATE);
› }
}
/home/lubezone/staging/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);
› }
}
/home/lubezone/staging / public/index.php:27 {
› $response->send();
› $kernel->terminate($request, $response);
›
}
}
01:41:43
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 {#4799
#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 : "/home/lubezone/staging/vendor /symfony/twig-bundle/ TwigEngine.php "
#line : 14
#severity : E_USER_DEPRECATED
trace : {
/home/lubezone/staging/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);
›
}
/home/lubezone/staging / var/cache/dev/ContainerLSrXm6Z/srcApp_KernelDevDebugContainer.php:4725 {
ContainerLSrXm6Z \ srcApp_KernelDevDebugContainer->getTemplatingService() …
›
› return $this->services['templating'] = new \Symfony\Bundle\TwigBundle\TwigEngine(($this->services['twig'] ?? $this->getTwigService()), ($this->privates['templating.name_parser'] ?? $this->getTemplating_NameParserService()), ($this->privates['templating.locator'] ?? $this->getTemplating_LocatorService()));
› }
}
/home/lubezone/staging / var/cache/dev/ContainerLSrXm6Z/srcApp_KernelDevDebugContainer.php:5880 {
ContainerLSrXm6Z \ srcApp_KernelDevDebugContainer->getMailLogicService() …
›
› return $this->privates['App\\Logic\\MailLogic'] = new \App\Logic\MailLogic($this->getEnv('MAILER_USERNAME'), ($this->services['swiftmailer.mailer.default'] ?? $this->getSwiftmailer_Mailer_DefaultService()), ($this->services['templating'] ?? $this->getTemplatingService()));
› }
}
/home/lubezone/staging / var/cache/dev/ContainerLSrXm6Z/srcApp_KernelDevDebugContainer.php:5714 {
ContainerLSrXm6Z \ srcApp_KernelDevDebugContainer->getUserSubscriberService() …
›
› return $this->privates['App\\EventSubscriber\\UserSubscriber'] = new \App\EventSubscriber\UserSubscriber($this, ($this->services['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService()), ($this->services['router'] ?? $this->getRouterService()), ($this->privates['App\\Logic\\PrepaidCardManager'] ?? $this->getPrepaidCardManagerService()), ($this->privates['session.flash_bag'] ?? ($this->privates['session.flash_bag'] = new \Symfony\Component\HttpFoundation\Session\Flash\FlashBag())), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['App\\Repository\\ReferralRepository'] ?? $this->getReferralRepositoryService()), ($this->privates['App\\Repository\\UserRepository'] ?? $this->getUserRepositoryService()), new \App\Logic\LocationLogic(($this->privates['App\\Logic\\MailLogic'] ?? $this->getMailLogicService())));
› }
}
/home/lubezone/staging / var/cache/dev/ContainerLSrXm6Z/srcApp_KernelDevDebugContainer.php:2297 {
ContainerLSrXm6Z\srcApp_KernelDevDebugContainer->ContainerLSrXm6Z \ {closure} …
› $instance->addListener('user.registered', [0 => function () {
› return ($this->privates['App\\EventSubscriber\\UserSubscriber'] ?? $this->getUserSubscriberService());
› }, 1 => 'onUserRegistered'], 0);
}
/home/lubezone/staging/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/lubezone/staging/vendor /symfony/event-dispatcher/ EventDispatcher.php:98 {
Symfony\Component\EventDispatcher \ EventDispatcher->getListeners($eventName = null) …
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/home/lubezone/staging/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:102 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->getListeners($eventName = null) …
› {
› return $this->dispatcher->getListeners($eventName);
› }
}
/home/lubezone/staging/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:216 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->getNotCalledListeners() …
› try {
› $allListeners = $this->getListeners();
› } catch (\Exception $e) {
}
/home/lubezone/staging/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));
› }
}
/home/lubezone/staging/vendor /symfony/http-kernel/ Profiler/Profiler.php:100 {
Symfony\Component\HttpKernel\Profiler \ Profiler->saveProfile(Profile $profile) …
› if ($collector instanceof LateDataCollectorInterface) {
› $collector->lateCollect();
› }
}
/home/lubezone/staging/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]);
› }
}
/home/lubezone/staging/vendor /symfony/event-dispatcher/ Debug/WrappedListener.php:126 {
Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher) …
›
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
›
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#220 …}
... : {
"kernel.request "
Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#293 …}
}
}
}
/home/lubezone/staging/vendor /symfony/event-dispatcher/ EventDispatcher.php:264 {
Symfony\Component\EventDispatcher \ EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#220 …}
$eventName : "kernel.request "
$dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#293 …}
}
}
/home/lubezone/staging/vendor /symfony/event-dispatcher/ EventDispatcher.php:239 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, $event) …
› if ($event instanceof Event) {
› $this->doDispatch($listeners, $eventName, $event);
›
arguments : {
$listeners : [ …11]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#220 …}
}
}
/home/lubezone/staging/vendor /symfony/event-dispatcher/ EventDispatcher.php:73 {
Symfony\Component\EventDispatcher \ EventDispatcher->dispatch($event) …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments : {
$listeners : [ …11]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#220 …}
}
}
/home/lubezone/staging/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:168 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch($event) …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#220 …}
... : {
"kernel.request "
}
}
}
/home/lubezone/staging/vendor /symfony/http-kernel/ HttpKernel.php:88 {
Symfony\Component\HttpKernel \ HttpKernel->terminate(Request $request, Response $response) …
› {
› $this->dispatcher->dispatch(new TerminateEvent($this, $request, $response), KernelEvents::TERMINATE);
› }
}
/home/lubezone/staging/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);
› }
}
/home/lubezone/staging / public/index.php:27 {
› $response->send();
› $kernel->terminate($request, $response);
›
}
}
}
]
{
/home/lubezone/staging/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);
›
}
/home/lubezone/staging / var/cache/dev/ContainerLSrXm6Z/srcApp_KernelDevDebugContainer.php:4725 {
ContainerLSrXm6Z \ srcApp_KernelDevDebugContainer->getTemplatingService() …
›
› return $this->services['templating'] = new \Symfony\Bundle\TwigBundle\TwigEngine(($this->services['twig'] ?? $this->getTwigService()), ($this->privates['templating.name_parser'] ?? $this->getTemplating_NameParserService()), ($this->privates['templating.locator'] ?? $this->getTemplating_LocatorService()));
› }
}
/home/lubezone/staging / var/cache/dev/ContainerLSrXm6Z/srcApp_KernelDevDebugContainer.php:5880 {
ContainerLSrXm6Z \ srcApp_KernelDevDebugContainer->getMailLogicService() …
›
› return $this->privates['App\\Logic\\MailLogic'] = new \App\Logic\MailLogic($this->getEnv('MAILER_USERNAME'), ($this->services['swiftmailer.mailer.default'] ?? $this->getSwiftmailer_Mailer_DefaultService()), ($this->services['templating'] ?? $this->getTemplatingService()));
› }
}
/home/lubezone/staging / var/cache/dev/ContainerLSrXm6Z/srcApp_KernelDevDebugContainer.php:5714 {
ContainerLSrXm6Z \ srcApp_KernelDevDebugContainer->getUserSubscriberService() …
›
› return $this->privates['App\\EventSubscriber\\UserSubscriber'] = new \App\EventSubscriber\UserSubscriber($this, ($this->services['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService()), ($this->services['router'] ?? $this->getRouterService()), ($this->privates['App\\Logic\\PrepaidCardManager'] ?? $this->getPrepaidCardManagerService()), ($this->privates['session.flash_bag'] ?? ($this->privates['session.flash_bag'] = new \Symfony\Component\HttpFoundation\Session\Flash\FlashBag())), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['App\\Repository\\ReferralRepository'] ?? $this->getReferralRepositoryService()), ($this->privates['App\\Repository\\UserRepository'] ?? $this->getUserRepositoryService()), new \App\Logic\LocationLogic(($this->privates['App\\Logic\\MailLogic'] ?? $this->getMailLogicService())));
› }
}
/home/lubezone/staging / var/cache/dev/ContainerLSrXm6Z/srcApp_KernelDevDebugContainer.php:2297 {
ContainerLSrXm6Z\srcApp_KernelDevDebugContainer->ContainerLSrXm6Z \ {closure} …
› $instance->addListener('user.registered', [0 => function () {
› return ($this->privates['App\\EventSubscriber\\UserSubscriber'] ?? $this->getUserSubscriberService());
› }, 1 => 'onUserRegistered'], 0);
}
/home/lubezone/staging/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/lubezone/staging/vendor /symfony/event-dispatcher/ EventDispatcher.php:98 {
Symfony\Component\EventDispatcher \ EventDispatcher->getListeners($eventName = null) …
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/home/lubezone/staging/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:102 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->getListeners($eventName = null) …
› {
› return $this->dispatcher->getListeners($eventName);
› }
}
/home/lubezone/staging/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:216 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->getNotCalledListeners() …
› try {
› $allListeners = $this->getListeners();
› } catch (\Exception $e) {
}
/home/lubezone/staging/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));
› }
}
/home/lubezone/staging/vendor /symfony/http-kernel/ Profiler/Profiler.php:100 {
Symfony\Component\HttpKernel\Profiler \ Profiler->saveProfile(Profile $profile) …
› if ($collector instanceof LateDataCollectorInterface) {
› $collector->lateCollect();
› }
}
/home/lubezone/staging/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]);
› }
}
/home/lubezone/staging/vendor /symfony/event-dispatcher/ Debug/WrappedListener.php:126 {
Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher) …
›
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
›
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#220 …}
... : {
"kernel.request "
Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#293 …}
}
}
}
/home/lubezone/staging/vendor /symfony/event-dispatcher/ EventDispatcher.php:264 {
Symfony\Component\EventDispatcher \ EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#220 …}
$eventName : "kernel.request "
$dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#293 …}
}
}
/home/lubezone/staging/vendor /symfony/event-dispatcher/ EventDispatcher.php:239 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, $event) …
› if ($event instanceof Event) {
› $this->doDispatch($listeners, $eventName, $event);
›
arguments : {
$listeners : [ …11]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#220 …}
}
}
/home/lubezone/staging/vendor /symfony/event-dispatcher/ EventDispatcher.php:73 {
Symfony\Component\EventDispatcher \ EventDispatcher->dispatch($event) …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments : {
$listeners : [ …11]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#220 …}
}
}
/home/lubezone/staging/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:168 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch($event) …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#220 …}
... : {
"kernel.request "
}
}
}
/home/lubezone/staging/vendor /symfony/http-kernel/ HttpKernel.php:88 {
Symfony\Component\HttpKernel \ HttpKernel->terminate(Request $request, Response $response) …
› {
› $this->dispatcher->dispatch(new TerminateEvent($this, $request, $response), KernelEvents::TERMINATE);
› }
}
/home/lubezone/staging/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);
› }
}
/home/lubezone/staging / public/index.php:27 {
› $response->send();
› $kernel->terminate($request, $response);
›
}
}
01:41:43
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 {#4798
#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 : "/home/lubezone/staging/vendor /symfony/twig-bridge/ TwigEngine.php "
#line : 14
#severity : E_USER_DEPRECATED
trace : {
/home/lubezone/staging/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);
›
}
/home/lubezone/staging/vendor /symfony/twig-bundle/ TwigEngine.php:31 {
spl_autoload_call($class_name) …
› */
› class TwigEngine extends BaseEngine implements EngineInterface
› {
}
/home/lubezone/staging / var/cache/dev/ContainerLSrXm6Z/srcApp_KernelDevDebugContainer.php:4725 {
ContainerLSrXm6Z \ srcApp_KernelDevDebugContainer->getTemplatingService() …
›
› return $this->services['templating'] = new \Symfony\Bundle\TwigBundle\TwigEngine(($this->services['twig'] ?? $this->getTwigService()), ($this->privates['templating.name_parser'] ?? $this->getTemplating_NameParserService()), ($this->privates['templating.locator'] ?? $this->getTemplating_LocatorService()));
› }
}
/home/lubezone/staging / var/cache/dev/ContainerLSrXm6Z/srcApp_KernelDevDebugContainer.php:5880 {
ContainerLSrXm6Z \ srcApp_KernelDevDebugContainer->getMailLogicService() …
›
› return $this->privates['App\\Logic\\MailLogic'] = new \App\Logic\MailLogic($this->getEnv('MAILER_USERNAME'), ($this->services['swiftmailer.mailer.default'] ?? $this->getSwiftmailer_Mailer_DefaultService()), ($this->services['templating'] ?? $this->getTemplatingService()));
› }
}
/home/lubezone/staging / var/cache/dev/ContainerLSrXm6Z/srcApp_KernelDevDebugContainer.php:5714 {
ContainerLSrXm6Z \ srcApp_KernelDevDebugContainer->getUserSubscriberService() …
›
› return $this->privates['App\\EventSubscriber\\UserSubscriber'] = new \App\EventSubscriber\UserSubscriber($this, ($this->services['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService()), ($this->services['router'] ?? $this->getRouterService()), ($this->privates['App\\Logic\\PrepaidCardManager'] ?? $this->getPrepaidCardManagerService()), ($this->privates['session.flash_bag'] ?? ($this->privates['session.flash_bag'] = new \Symfony\Component\HttpFoundation\Session\Flash\FlashBag())), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['App\\Repository\\ReferralRepository'] ?? $this->getReferralRepositoryService()), ($this->privates['App\\Repository\\UserRepository'] ?? $this->getUserRepositoryService()), new \App\Logic\LocationLogic(($this->privates['App\\Logic\\MailLogic'] ?? $this->getMailLogicService())));
› }
}
/home/lubezone/staging / var/cache/dev/ContainerLSrXm6Z/srcApp_KernelDevDebugContainer.php:2297 {
ContainerLSrXm6Z\srcApp_KernelDevDebugContainer->ContainerLSrXm6Z \ {closure} …
› $instance->addListener('user.registered', [0 => function () {
› return ($this->privates['App\\EventSubscriber\\UserSubscriber'] ?? $this->getUserSubscriberService());
› }, 1 => 'onUserRegistered'], 0);
}
/home/lubezone/staging/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/lubezone/staging/vendor /symfony/event-dispatcher/ EventDispatcher.php:98 {
Symfony\Component\EventDispatcher \ EventDispatcher->getListeners($eventName = null) …
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/home/lubezone/staging/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:102 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->getListeners($eventName = null) …
› {
› return $this->dispatcher->getListeners($eventName);
› }
}
/home/lubezone/staging/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:216 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->getNotCalledListeners() …
› try {
› $allListeners = $this->getListeners();
› } catch (\Exception $e) {
}
/home/lubezone/staging/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));
› }
}
/home/lubezone/staging/vendor /symfony/http-kernel/ Profiler/Profiler.php:100 {
Symfony\Component\HttpKernel\Profiler \ Profiler->saveProfile(Profile $profile) …
› if ($collector instanceof LateDataCollectorInterface) {
› $collector->lateCollect();
› }
}
/home/lubezone/staging/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]);
› }
}
/home/lubezone/staging/vendor /symfony/event-dispatcher/ Debug/WrappedListener.php:126 {
Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher) …
›
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
›
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#220 …}
... : {
"kernel.request "
Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#293 …}
}
}
}
/home/lubezone/staging/vendor /symfony/event-dispatcher/ EventDispatcher.php:264 {
Symfony\Component\EventDispatcher \ EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#220 …}
$eventName : "kernel.request "
$dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#293 …}
}
}
/home/lubezone/staging/vendor /symfony/event-dispatcher/ EventDispatcher.php:239 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, $event) …
› if ($event instanceof Event) {
› $this->doDispatch($listeners, $eventName, $event);
›
arguments : {
$listeners : [ …11]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#220 …}
}
}
/home/lubezone/staging/vendor /symfony/event-dispatcher/ EventDispatcher.php:73 {
Symfony\Component\EventDispatcher \ EventDispatcher->dispatch($event) …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments : {
$listeners : [ …11]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#220 …}
}
}
/home/lubezone/staging/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:168 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch($event) …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#220 …}
... : {
"kernel.request "
}
}
}
/home/lubezone/staging/vendor /symfony/http-kernel/ HttpKernel.php:88 {
Symfony\Component\HttpKernel \ HttpKernel->terminate(Request $request, Response $response) …
› {
› $this->dispatcher->dispatch(new TerminateEvent($this, $request, $response), KernelEvents::TERMINATE);
› }
}
/home/lubezone/staging/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);
› }
}
/home/lubezone/staging / public/index.php:27 {
› $response->send();
› $kernel->terminate($request, $response);
›
}
}
}
]
{
/home/lubezone/staging/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);
›
}
/home/lubezone/staging/vendor /symfony/twig-bundle/ TwigEngine.php:31 {
spl_autoload_call($class_name) …
› */
› class TwigEngine extends BaseEngine implements EngineInterface
› {
}
/home/lubezone/staging / var/cache/dev/ContainerLSrXm6Z/srcApp_KernelDevDebugContainer.php:4725 {
ContainerLSrXm6Z \ srcApp_KernelDevDebugContainer->getTemplatingService() …
›
› return $this->services['templating'] = new \Symfony\Bundle\TwigBundle\TwigEngine(($this->services['twig'] ?? $this->getTwigService()), ($this->privates['templating.name_parser'] ?? $this->getTemplating_NameParserService()), ($this->privates['templating.locator'] ?? $this->getTemplating_LocatorService()));
› }
}
/home/lubezone/staging / var/cache/dev/ContainerLSrXm6Z/srcApp_KernelDevDebugContainer.php:5880 {
ContainerLSrXm6Z \ srcApp_KernelDevDebugContainer->getMailLogicService() …
›
› return $this->privates['App\\Logic\\MailLogic'] = new \App\Logic\MailLogic($this->getEnv('MAILER_USERNAME'), ($this->services['swiftmailer.mailer.default'] ?? $this->getSwiftmailer_Mailer_DefaultService()), ($this->services['templating'] ?? $this->getTemplatingService()));
› }
}
/home/lubezone/staging / var/cache/dev/ContainerLSrXm6Z/srcApp_KernelDevDebugContainer.php:5714 {
ContainerLSrXm6Z \ srcApp_KernelDevDebugContainer->getUserSubscriberService() …
›
› return $this->privates['App\\EventSubscriber\\UserSubscriber'] = new \App\EventSubscriber\UserSubscriber($this, ($this->services['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService()), ($this->services['router'] ?? $this->getRouterService()), ($this->privates['App\\Logic\\PrepaidCardManager'] ?? $this->getPrepaidCardManagerService()), ($this->privates['session.flash_bag'] ?? ($this->privates['session.flash_bag'] = new \Symfony\Component\HttpFoundation\Session\Flash\FlashBag())), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['App\\Repository\\ReferralRepository'] ?? $this->getReferralRepositoryService()), ($this->privates['App\\Repository\\UserRepository'] ?? $this->getUserRepositoryService()), new \App\Logic\LocationLogic(($this->privates['App\\Logic\\MailLogic'] ?? $this->getMailLogicService())));
› }
}
/home/lubezone/staging / var/cache/dev/ContainerLSrXm6Z/srcApp_KernelDevDebugContainer.php:2297 {
ContainerLSrXm6Z\srcApp_KernelDevDebugContainer->ContainerLSrXm6Z \ {closure} …
› $instance->addListener('user.registered', [0 => function () {
› return ($this->privates['App\\EventSubscriber\\UserSubscriber'] ?? $this->getUserSubscriberService());
› }, 1 => 'onUserRegistered'], 0);
}
/home/lubezone/staging/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/lubezone/staging/vendor /symfony/event-dispatcher/ EventDispatcher.php:98 {
Symfony\Component\EventDispatcher \ EventDispatcher->getListeners($eventName = null) …
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/home/lubezone/staging/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:102 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->getListeners($eventName = null) …
› {
› return $this->dispatcher->getListeners($eventName);
› }
}
/home/lubezone/staging/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:216 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->getNotCalledListeners() …
› try {
› $allListeners = $this->getListeners();
› } catch (\Exception $e) {
}
/home/lubezone/staging/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));
› }
}
/home/lubezone/staging/vendor /symfony/http-kernel/ Profiler/Profiler.php:100 {
Symfony\Component\HttpKernel\Profiler \ Profiler->saveProfile(Profile $profile) …
› if ($collector instanceof LateDataCollectorInterface) {
› $collector->lateCollect();
› }
}
/home/lubezone/staging/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]);
› }
}
/home/lubezone/staging/vendor /symfony/event-dispatcher/ Debug/WrappedListener.php:126 {
Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher) …
›
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
›
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#220 …}
... : {
"kernel.request "
Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#293 …}
}
}
}
/home/lubezone/staging/vendor /symfony/event-dispatcher/ EventDispatcher.php:264 {
Symfony\Component\EventDispatcher \ EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#220 …}
$eventName : "kernel.request "
$dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#293 …}
}
}
/home/lubezone/staging/vendor /symfony/event-dispatcher/ EventDispatcher.php:239 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, $event) …
› if ($event instanceof Event) {
› $this->doDispatch($listeners, $eventName, $event);
›
arguments : {
$listeners : [ …11]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#220 …}
}
}
/home/lubezone/staging/vendor /symfony/event-dispatcher/ EventDispatcher.php:73 {
Symfony\Component\EventDispatcher \ EventDispatcher->dispatch($event) …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments : {
$listeners : [ …11]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#220 …}
}
}
/home/lubezone/staging/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:168 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch($event) …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#220 …}
... : {
"kernel.request "
}
}
}
/home/lubezone/staging/vendor /symfony/http-kernel/ HttpKernel.php:88 {
Symfony\Component\HttpKernel \ HttpKernel->terminate(Request $request, Response $response) …
› {
› $this->dispatcher->dispatch(new TerminateEvent($this, $request, $response), KernelEvents::TERMINATE);
› }
}
/home/lubezone/staging/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);
› }
}
/home/lubezone/staging / public/index.php:27 {
› $response->send();
› $kernel->terminate($request, $response);
›
}
}
01:41:43
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 {#4797
#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 : "/home/lubezone/staging/vendor /symfony/framework-bundle/ Templating/EngineInterface.php "
#line : 14
#severity : E_USER_DEPRECATED
trace : {
/home/lubezone/staging/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);
›
}
/home/lubezone/staging/vendor /symfony/twig-bundle/ TwigEngine.php:31 {
spl_autoload_call($class_name) …
› */
› class TwigEngine extends BaseEngine implements EngineInterface
› {
}
/home/lubezone/staging / var/cache/dev/ContainerLSrXm6Z/srcApp_KernelDevDebugContainer.php:4725 {
ContainerLSrXm6Z \ srcApp_KernelDevDebugContainer->getTemplatingService() …
›
› return $this->services['templating'] = new \Symfony\Bundle\TwigBundle\TwigEngine(($this->services['twig'] ?? $this->getTwigService()), ($this->privates['templating.name_parser'] ?? $this->getTemplating_NameParserService()), ($this->privates['templating.locator'] ?? $this->getTemplating_LocatorService()));
› }
}
/home/lubezone/staging / var/cache/dev/ContainerLSrXm6Z/srcApp_KernelDevDebugContainer.php:5880 {
ContainerLSrXm6Z \ srcApp_KernelDevDebugContainer->getMailLogicService() …
›
› return $this->privates['App\\Logic\\MailLogic'] = new \App\Logic\MailLogic($this->getEnv('MAILER_USERNAME'), ($this->services['swiftmailer.mailer.default'] ?? $this->getSwiftmailer_Mailer_DefaultService()), ($this->services['templating'] ?? $this->getTemplatingService()));
› }
}
/home/lubezone/staging / var/cache/dev/ContainerLSrXm6Z/srcApp_KernelDevDebugContainer.php:5714 {
ContainerLSrXm6Z \ srcApp_KernelDevDebugContainer->getUserSubscriberService() …
›
› return $this->privates['App\\EventSubscriber\\UserSubscriber'] = new \App\EventSubscriber\UserSubscriber($this, ($this->services['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService()), ($this->services['router'] ?? $this->getRouterService()), ($this->privates['App\\Logic\\PrepaidCardManager'] ?? $this->getPrepaidCardManagerService()), ($this->privates['session.flash_bag'] ?? ($this->privates['session.flash_bag'] = new \Symfony\Component\HttpFoundation\Session\Flash\FlashBag())), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['App\\Repository\\ReferralRepository'] ?? $this->getReferralRepositoryService()), ($this->privates['App\\Repository\\UserRepository'] ?? $this->getUserRepositoryService()), new \App\Logic\LocationLogic(($this->privates['App\\Logic\\MailLogic'] ?? $this->getMailLogicService())));
› }
}
/home/lubezone/staging / var/cache/dev/ContainerLSrXm6Z/srcApp_KernelDevDebugContainer.php:2297 {
ContainerLSrXm6Z\srcApp_KernelDevDebugContainer->ContainerLSrXm6Z \ {closure} …
› $instance->addListener('user.registered', [0 => function () {
› return ($this->privates['App\\EventSubscriber\\UserSubscriber'] ?? $this->getUserSubscriberService());
› }, 1 => 'onUserRegistered'], 0);
}
/home/lubezone/staging/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/lubezone/staging/vendor /symfony/event-dispatcher/ EventDispatcher.php:98 {
Symfony\Component\EventDispatcher \ EventDispatcher->getListeners($eventName = null) …
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/home/lubezone/staging/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:102 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->getListeners($eventName = null) …
› {
› return $this->dispatcher->getListeners($eventName);
› }
}
/home/lubezone/staging/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:216 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->getNotCalledListeners() …
› try {
› $allListeners = $this->getListeners();
› } catch (\Exception $e) {
}
/home/lubezone/staging/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));
› }
}
/home/lubezone/staging/vendor /symfony/http-kernel/ Profiler/Profiler.php:100 {
Symfony\Component\HttpKernel\Profiler \ Profiler->saveProfile(Profile $profile) …
› if ($collector instanceof LateDataCollectorInterface) {
› $collector->lateCollect();
› }
}
/home/lubezone/staging/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]);
› }
}
/home/lubezone/staging/vendor /symfony/event-dispatcher/ Debug/WrappedListener.php:126 {
Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher) …
›
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
›
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#220 …}
... : {
"kernel.request "
Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#293 …}
}
}
}
/home/lubezone/staging/vendor /symfony/event-dispatcher/ EventDispatcher.php:264 {
Symfony\Component\EventDispatcher \ EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#220 …}
$eventName : "kernel.request "
$dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#293 …}
}
}
/home/lubezone/staging/vendor /symfony/event-dispatcher/ EventDispatcher.php:239 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, $event) …
› if ($event instanceof Event) {
› $this->doDispatch($listeners, $eventName, $event);
›
arguments : {
$listeners : [ …11]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#220 …}
}
}
/home/lubezone/staging/vendor /symfony/event-dispatcher/ EventDispatcher.php:73 {
Symfony\Component\EventDispatcher \ EventDispatcher->dispatch($event) …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments : {
$listeners : [ …11]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#220 …}
}
}
/home/lubezone/staging/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:168 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch($event) …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#220 …}
... : {
"kernel.request "
}
}
}
/home/lubezone/staging/vendor /symfony/http-kernel/ HttpKernel.php:88 {
Symfony\Component\HttpKernel \ HttpKernel->terminate(Request $request, Response $response) …
› {
› $this->dispatcher->dispatch(new TerminateEvent($this, $request, $response), KernelEvents::TERMINATE);
› }
}
/home/lubezone/staging/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);
› }
}
/home/lubezone/staging / public/index.php:27 {
› $response->send();
› $kernel->terminate($request, $response);
›
}
}
}
]
{
/home/lubezone/staging/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);
›
}
/home/lubezone/staging/vendor /symfony/twig-bundle/ TwigEngine.php:31 {
spl_autoload_call($class_name) …
› */
› class TwigEngine extends BaseEngine implements EngineInterface
› {
}
/home/lubezone/staging / var/cache/dev/ContainerLSrXm6Z/srcApp_KernelDevDebugContainer.php:4725 {
ContainerLSrXm6Z \ srcApp_KernelDevDebugContainer->getTemplatingService() …
›
› return $this->services['templating'] = new \Symfony\Bundle\TwigBundle\TwigEngine(($this->services['twig'] ?? $this->getTwigService()), ($this->privates['templating.name_parser'] ?? $this->getTemplating_NameParserService()), ($this->privates['templating.locator'] ?? $this->getTemplating_LocatorService()));
› }
}
/home/lubezone/staging / var/cache/dev/ContainerLSrXm6Z/srcApp_KernelDevDebugContainer.php:5880 {
ContainerLSrXm6Z \ srcApp_KernelDevDebugContainer->getMailLogicService() …
›
› return $this->privates['App\\Logic\\MailLogic'] = new \App\Logic\MailLogic($this->getEnv('MAILER_USERNAME'), ($this->services['swiftmailer.mailer.default'] ?? $this->getSwiftmailer_Mailer_DefaultService()), ($this->services['templating'] ?? $this->getTemplatingService()));
› }
}
/home/lubezone/staging / var/cache/dev/ContainerLSrXm6Z/srcApp_KernelDevDebugContainer.php:5714 {
ContainerLSrXm6Z \ srcApp_KernelDevDebugContainer->getUserSubscriberService() …
›
› return $this->privates['App\\EventSubscriber\\UserSubscriber'] = new \App\EventSubscriber\UserSubscriber($this, ($this->services['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService()), ($this->services['router'] ?? $this->getRouterService()), ($this->privates['App\\Logic\\PrepaidCardManager'] ?? $this->getPrepaidCardManagerService()), ($this->privates['session.flash_bag'] ?? ($this->privates['session.flash_bag'] = new \Symfony\Component\HttpFoundation\Session\Flash\FlashBag())), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['App\\Repository\\ReferralRepository'] ?? $this->getReferralRepositoryService()), ($this->privates['App\\Repository\\UserRepository'] ?? $this->getUserRepositoryService()), new \App\Logic\LocationLogic(($this->privates['App\\Logic\\MailLogic'] ?? $this->getMailLogicService())));
› }
}
/home/lubezone/staging / var/cache/dev/ContainerLSrXm6Z/srcApp_KernelDevDebugContainer.php:2297 {
ContainerLSrXm6Z\srcApp_KernelDevDebugContainer->ContainerLSrXm6Z \ {closure} …
› $instance->addListener('user.registered', [0 => function () {
› return ($this->privates['App\\EventSubscriber\\UserSubscriber'] ?? $this->getUserSubscriberService());
› }, 1 => 'onUserRegistered'], 0);
}
/home/lubezone/staging/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/lubezone/staging/vendor /symfony/event-dispatcher/ EventDispatcher.php:98 {
Symfony\Component\EventDispatcher \ EventDispatcher->getListeners($eventName = null) …
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/home/lubezone/staging/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:102 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->getListeners($eventName = null) …
› {
› return $this->dispatcher->getListeners($eventName);
› }
}
/home/lubezone/staging/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:216 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->getNotCalledListeners() …
› try {
› $allListeners = $this->getListeners();
› } catch (\Exception $e) {
}
/home/lubezone/staging/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));
› }
}
/home/lubezone/staging/vendor /symfony/http-kernel/ Profiler/Profiler.php:100 {
Symfony\Component\HttpKernel\Profiler \ Profiler->saveProfile(Profile $profile) …
› if ($collector instanceof LateDataCollectorInterface) {
› $collector->lateCollect();
› }
}
/home/lubezone/staging/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]);
› }
}
/home/lubezone/staging/vendor /symfony/event-dispatcher/ Debug/WrappedListener.php:126 {
Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher) …
›
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
›
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#220 …}
... : {
"kernel.request "
Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#293 …}
}
}
}
/home/lubezone/staging/vendor /symfony/event-dispatcher/ EventDispatcher.php:264 {
Symfony\Component\EventDispatcher \ EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#220 …}
$eventName : "kernel.request "
$dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#293 …}
}
}
/home/lubezone/staging/vendor /symfony/event-dispatcher/ EventDispatcher.php:239 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, $event) …
› if ($event instanceof Event) {
› $this->doDispatch($listeners, $eventName, $event);
›
arguments : {
$listeners : [ …11]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#220 …}
}
}
/home/lubezone/staging/vendor /symfony/event-dispatcher/ EventDispatcher.php:73 {
Symfony\Component\EventDispatcher \ EventDispatcher->dispatch($event) …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments : {
$listeners : [ …11]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#220 …}
}
}
/home/lubezone/staging/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:168 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch($event) …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#220 …}
... : {
"kernel.request "
}
}
}
/home/lubezone/staging/vendor /symfony/http-kernel/ HttpKernel.php:88 {
Symfony\Component\HttpKernel \ HttpKernel->terminate(Request $request, Response $response) …
› {
› $this->dispatcher->dispatch(new TerminateEvent($this, $request, $response), KernelEvents::TERMINATE);
› }
}
/home/lubezone/staging/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);
› }
}
/home/lubezone/staging / public/index.php:27 {
› $response->send();
› $kernel->terminate($request, $response);
›
}
}
11:50:05
n/a
The "Symfony\Bundle\FrameworkBundle\Controller\ControllerTrait " trait is considered internal. It may change without further notice. You should not use it from "Sonata\AdminBundle\Controller\CRUDController ".
11:50:05
n/a (2 times)
The "framework.templating " configuration is deprecated since Symfony 4.3. Configure the "twig " section provided by the Twig Bundle instead.
11:50:05
n/a
Enabling the Templating component is deprecated since version 4.3 and will be removed in 5.0; use Twig instead.
11:50:05
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.
11:50:05
n/a
Not registering bundle "Sonata\Doctrine\Bridge\Symfony\Bundle\SonataDoctrineBundle " is deprecated since 3.12.0, registering it will be mandatory in 4.0
11:50:05
n/a (12 times)
A tree builder without a root node is deprecated since Symfony 4.2 and will not be supported anymore in 5.0.
11:50:05
n/a (2 times)
The "Symfony\Component\Config\Definition\Builder\TreeBuilder::root() " method called for the "stof_doctrine_extensions " configuration is deprecated since Symfony 4.3, pass the root name to the constructor instead.
11:50:05
n/a (2 times)
The "Symfony\Component\Config\Definition\Builder\TreeBuilder::root() " method called for the "orm " configuration is deprecated since Symfony 4.3, pass the root name to the constructor instead.
11:50:05
n/a (2 times)
The "Symfony\Component\Config\Definition\Builder\TreeBuilder::root() " method called for the "mongodb " configuration is deprecated since Symfony 4.3, pass the root name to the constructor instead.
11:50:05
n/a (2 times)
The "Symfony\Component\Config\Definition\Builder\TreeBuilder::root() " method called for the "class " configuration is deprecated since Symfony 4.3, pass the root name to the constructor instead.
11:50:05
n/a (2 times)
The "Symfony\Component\Config\Definition\Builder\TreeBuilder::root() " method called for the "uploadable " configuration is deprecated since Symfony 4.3, pass the root name to the constructor instead.
11:50:05
n/a
The "Symfony\Component\Config\Definition\Builder\TreeBuilder::root() " method called for the "nzo_url_encryptor " configuration is deprecated since Symfony 4.3, pass the root name to the constructor instead.
11:50:05
n/a
The "Symfony\Component\Config\Definition\Builder\TreeBuilder::root() " method called for the "pix_sortable_behavior " configuration is deprecated since Symfony 4.3, pass the root name to the constructor instead.
11:50:05
n/a
Not setting the "sonata.admin.manager " tag on the "sonata.admin.manager.orm " service is deprecated since sonata-project/admin-bundle 3.60.
11:50:05
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.
11:50:05
n/a
The "Symfony\Component\HttpKernel\EventListener\ExceptionListener " class is deprecated since Symfony 4.4, use "ErrorListener " instead.
11:50:05
n/a
The "Symfony\Bundle\FrameworkBundle\Command\ContainerAwareCommand " class is deprecated since Symfony 4.2, use "Symfony\Component\Console\Command\Command " with dependency injection instead.
11:50:05
n/a
The "templating.cache_warmer.template_paths " service is deprecated since Symfony 4.3 and will be removed in 5.0.
11:50:05
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.
11:50:05
n/a
The "templating.finder " service is deprecated since Symfony 4.3 and will be removed in 5.0.
11:50:05
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.
11:50:05
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.
11:50:05
n/a
The "templating.locator " service is deprecated since Symfony 4.3 and will be removed in 5.0.
11:50:05
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.
11:50:05
n/a
The "twig.cache_warmer " service is deprecated since Symfony 4.4 and will be removed in 5.0.