https://softnauts-back.wenus.softnauts.com/robots.txt

Log Messages

  • Info. & Errors 0
  • Deprecations 60
  • Debug 36
  • PHP Notices 0
  • Container 1417

Log messages generated by using features marked as deprecated.

Time Channel
  • php
  • (none)
Message
php User Deprecated: The "twig.controller.exception" service is deprecated since Symfony 4.4.
0 of 0
[▼ "exception" => ErrorException {#620 ▶ #message: "User Deprecated: The "twig.controller.exception" service is deprecated since Symfony 4.4." #code: 0 #file: "/mnt/sdc/www/softnauts.com/softnauts-back/var/cache/dev/ContainerX6hqc4k/getTwig_Controller_ExceptionService.php" #line: 9 #severity: E_USER_DEPRECATED trace: {▶ /mnt/sdc/www/softnauts.com/softnauts-back/var/cache/dev/ContainerX6hqc4k/getTwig_Controller_ExceptionService.php:9 {▼ require … › › @trigger_error('The "twig.controller.exception" service is deprecated since Symfony 4.4.', E_USER_DEPRECATED); › } /mnt/sdc/www/softnauts.com/softnauts-back/var/cache/dev/ContainerX6hqc4k/srcApp_KernelDevDebugContainer.php:616 {▶ ContainerX6hqc4k\srcApp_KernelDevDebugContainer->load($file, $lazyLoad = true) … › { › return require $this->containerDir.\DIRECTORY_SEPARATOR.$file; › } } /mnt/sdc/www/softnauts.com/softnauts-back/vendor/symfony/dependency-injection/Container.php:255 {▶ Symfony\Component\DependencyInjection\Container->make(string $id, int $invalidBehavior) … › if (isset($this->fileMap[$id])) { › return /* self::IGNORE_ON_UNINITIALIZED_REFERENCE */ 4 === $invalidBehavior ? null : $this->load($this->fileMap[$id]); › } elseif (isset($this->methodMap[$id])) { } /mnt/sdc/www/softnauts.com/softnauts-back/vendor/symfony/dependency-injection/Container.php:231 {▶ Symfony\Component\DependencyInjection\Container->get($id, $invalidBehavior = 1) … › ?? $this->services[$id = $this->aliases[$id] ?? $id] › ?? ('service_container' === $id ? $this : ($this->factories[$id] ?? [$this, 'make'])($id, $invalidBehavior)); › } /mnt/sdc/www/softnauts.com/softnauts-back/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); › } } /mnt/sdc/www/softnauts.com/softnauts-back/vendor/symfony/framework-bundle/Controller/ControllerResolver.php:70 {▶ Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver->instantiateController($class) … › { › $controller = parent::instantiateController($class); › } /mnt/sdc/www/softnauts.com/softnauts-back/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) { } /mnt/sdc/www/softnauts.com/softnauts-back/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php:42 {▶ Symfony\Component\HttpKernel\Controller\ContainerControllerResolver->createController($controller) … › › return parent::createController($controller); › } } /mnt/sdc/www/softnauts.com/softnauts-back/vendor/symfony/framework-bundle/Controller/ControllerResolver.php:62 {▶ Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver->createController($controller) … › › return parent::createController($controller); › } } /mnt/sdc/www/softnauts.com/softnauts-back/vendor/symfony/http-kernel/Controller/ControllerResolver.php:86 {▶ Symfony\Component\HttpKernel\Controller\ControllerResolver->getController(Request $request) … › try { › $callable = $this->createController($controller); › } catch (\InvalidArgumentException $e) { } /mnt/sdc/www/softnauts.com/softnauts-back/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php:38 {▶ Symfony\Component\HttpKernel\Controller\TraceableControllerResolver->getController(Request $request) … › › $ret = $this->resolver->getController($request); › } /mnt/sdc/www/softnauts.com/softnauts-back/vendor/symfony/http-kernel/HttpKernel.php:141 {▶ Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response … › // load controller › if (false === $controller = $this->resolver->getController($request)) { › throw new NotFoundHttpException(sprintf('Unable to find the controller for path "%s". The route is wrongly configured.', $request->getPathInfo())); } /mnt/sdc/www/softnauts.com/softnauts-back/vendor/symfony/http-kernel/HttpKernel.php:80 {▶ Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) … › try { › return $this->handleRaw($request, $type); › } catch (\Exception $e) { } /mnt/sdc/www/softnauts.com/softnauts-back/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) { } /mnt/sdc/www/softnauts.com/softnauts-back/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); › } /mnt/sdc/www/softnauts.com/softnauts-back/vendor/symfony/event-dispatcher/EventDispatcher.php:264 {▶ Symfony\Component\EventDispatcher\EventDispatcher->doDispatch($listeners, $eventName, Event $event) … › } › $listener($event, $eventName, $this); › } } /mnt/sdc/www/softnauts.com/softnauts-back/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); › } /mnt/sdc/www/softnauts.com/softnauts-back/vendor/symfony/event-dispatcher/EventDispatcher.php:73 {▶ Symfony\Component\EventDispatcher\EventDispatcher->dispatch($event) … › if ($listeners) { › $this->callListeners($listeners, $eventName, $event); › } } /mnt/sdc/www/softnauts.com/softnauts-back/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:168 {▶ Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) … › try { › $this->dispatcher->dispatch($event, $eventName); › } finally { } /mnt/sdc/www/softnauts.com/softnauts-back/vendor/symfony/http-kernel/HttpKernel.php:219 {▶ Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response … › $event = new ExceptionEvent($this, $request, $type, $e); › $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION); › } /mnt/sdc/www/softnauts.com/softnauts-back/vendor/symfony/http-kernel/HttpKernel.php:91 {▶ Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) … › › return $this->handleThrowable($e, $request, $type); › } } /mnt/sdc/www/softnauts.com/softnauts-back/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 { } /mnt/sdc/www/softnauts.com/softnauts-back/public/index.php:25 {▶ › $request = Request::createFromGlobals(); › $response = $kernel->handle($request); › $response->send(); } } } ]
0 of 0
{▼ /mnt/sdc/www/softnauts.com/softnauts-back/var/cache/dev/ContainerX6hqc4k/getTwig_Controller_ExceptionService.php:9 {▼ require … › › @trigger_error('The "twig.controller.exception" service is deprecated since Symfony 4.4.', E_USER_DEPRECATED); › } /mnt/sdc/www/softnauts.com/softnauts-back/var/cache/dev/ContainerX6hqc4k/srcApp_KernelDevDebugContainer.php:616 {▶ ContainerX6hqc4k\srcApp_KernelDevDebugContainer->load($file, $lazyLoad = true) … › { › return require $this->containerDir.\DIRECTORY_SEPARATOR.$file; › } } /mnt/sdc/www/softnauts.com/softnauts-back/vendor/symfony/dependency-injection/Container.php:255 {▶ Symfony\Component\DependencyInjection\Container->make(string $id, int $invalidBehavior) … › if (isset($this->fileMap[$id])) { › return /* self::IGNORE_ON_UNINITIALIZED_REFERENCE */ 4 === $invalidBehavior ? null : $this->load($this->fileMap[$id]); › } elseif (isset($this->methodMap[$id])) { } /mnt/sdc/www/softnauts.com/softnauts-back/vendor/symfony/dependency-injection/Container.php:231 {▶ Symfony\Component\DependencyInjection\Container->get($id, $invalidBehavior = 1) … › ?? $this->services[$id = $this->aliases[$id] ?? $id] › ?? ('service_container' === $id ? $this : ($this->factories[$id] ?? [$this, 'make'])($id, $invalidBehavior)); › } /mnt/sdc/www/softnauts.com/softnauts-back/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); › } } /mnt/sdc/www/softnauts.com/softnauts-back/vendor/symfony/framework-bundle/Controller/ControllerResolver.php:70 {▶ Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver->instantiateController($class) … › { › $controller = parent::instantiateController($class); › } /mnt/sdc/www/softnauts.com/softnauts-back/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) { } /mnt/sdc/www/softnauts.com/softnauts-back/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php:42 {▶ Symfony\Component\HttpKernel\Controller\ContainerControllerResolver->createController($controller) … › › return parent::createController($controller); › } } /mnt/sdc/www/softnauts.com/softnauts-back/vendor/symfony/framework-bundle/Controller/ControllerResolver.php:62 {▶ Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver->createController($controller) … › › return parent::createController($controller); › } } /mnt/sdc/www/softnauts.com/softnauts-back/vendor/symfony/http-kernel/Controller/ControllerResolver.php:86 {▶ Symfony\Component\HttpKernel\Controller\ControllerResolver->getController(Request $request) … › try { › $callable = $this->createController($controller); › } catch (\InvalidArgumentException $e) { } /mnt/sdc/www/softnauts.com/softnauts-back/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php:38 {▶ Symfony\Component\HttpKernel\Controller\TraceableControllerResolver->getController(Request $request) … › › $ret = $this->resolver->getController($request); › } /mnt/sdc/www/softnauts.com/softnauts-back/vendor/symfony/http-kernel/HttpKernel.php:141 {▶ Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response … › // load controller › if (false === $controller = $this->resolver->getController($request)) { › throw new NotFoundHttpException(sprintf('Unable to find the controller for path "%s". The route is wrongly configured.', $request->getPathInfo())); } /mnt/sdc/www/softnauts.com/softnauts-back/vendor/symfony/http-kernel/HttpKernel.php:80 {▶ Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) … › try { › return $this->handleRaw($request, $type); › } catch (\Exception $e) { } /mnt/sdc/www/softnauts.com/softnauts-back/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) { } /mnt/sdc/www/softnauts.com/softnauts-back/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); › } /mnt/sdc/www/softnauts.com/softnauts-back/vendor/symfony/event-dispatcher/EventDispatcher.php:264 {▶ Symfony\Component\EventDispatcher\EventDispatcher->doDispatch($listeners, $eventName, Event $event) … › } › $listener($event, $eventName, $this); › } } /mnt/sdc/www/softnauts.com/softnauts-back/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); › } /mnt/sdc/www/softnauts.com/softnauts-back/vendor/symfony/event-dispatcher/EventDispatcher.php:73 {▶ Symfony\Component\EventDispatcher\EventDispatcher->dispatch($event) … › if ($listeners) { › $this->callListeners($listeners, $eventName, $event); › } } /mnt/sdc/www/softnauts.com/softnauts-back/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:168 {▶ Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) … › try { › $this->dispatcher->dispatch($event, $eventName); › } finally { } /mnt/sdc/www/softnauts.com/softnauts-back/vendor/symfony/http-kernel/HttpKernel.php:219 {▶ Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response … › $event = new ExceptionEvent($this, $request, $type, $e); › $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION); › } /mnt/sdc/www/softnauts.com/softnauts-back/vendor/symfony/http-kernel/HttpKernel.php:91 {▶ Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) … › › return $this->handleThrowable($e, $request, $type); › } } /mnt/sdc/www/softnauts.com/softnauts-back/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 { } /mnt/sdc/www/softnauts.com/softnauts-back/public/index.php:25 {▶ › $request = Request::createFromGlobals(); › $response = $kernel->handle($request); › $response->send(); } }
php User Deprecated: The "Symfony\Bundle\TwigBundle\Controller\ExceptionController" class is deprecated since Symfony 4.4, use "Symfony\Component\HttpKernel\Controller\ErrorController" instead.
0 of 0
[▼ "exception" => ErrorException {#621 ▶ #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: "/mnt/sdc/www/softnauts.com/softnauts-back/vendor/symfony/twig-bundle/Controller/ExceptionController.php" #line: 23 #severity: E_USER_DEPRECATED trace: {▶ /mnt/sdc/www/softnauts.com/softnauts-back/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); › } /mnt/sdc/www/softnauts.com/softnauts-back/var/cache/dev/ContainerX6hqc4k/getTwig_Controller_ExceptionService.php:11 {▼ require … › › return $this->services['twig.controller.exception'] = new \Symfony\Bundle\TwigBundle\Controller\ExceptionController(($this->services['twig'] ?? $this->getTwigService()), true); › } /mnt/sdc/www/softnauts.com/softnauts-back/var/cache/dev/ContainerX6hqc4k/srcApp_KernelDevDebugContainer.php:616 {▶ ContainerX6hqc4k\srcApp_KernelDevDebugContainer->load($file, $lazyLoad = true) … › { › return require $this->containerDir.\DIRECTORY_SEPARATOR.$file; › } } /mnt/sdc/www/softnauts.com/softnauts-back/vendor/symfony/dependency-injection/Container.php:255 {▶ Symfony\Component\DependencyInjection\Container->make(string $id, int $invalidBehavior) … › if (isset($this->fileMap[$id])) { › return /* self::IGNORE_ON_UNINITIALIZED_REFERENCE */ 4 === $invalidBehavior ? null : $this->load($this->fileMap[$id]); › } elseif (isset($this->methodMap[$id])) { } /mnt/sdc/www/softnauts.com/softnauts-back/vendor/symfony/dependency-injection/Container.php:231 {▶ Symfony\Component\DependencyInjection\Container->get($id, $invalidBehavior = 1) … › ?? $this->services[$id = $this->aliases[$id] ?? $id] › ?? ('service_container' === $id ? $this : ($this->factories[$id] ?? [$this, 'make'])($id, $invalidBehavior)); › } /mnt/sdc/www/softnauts.com/softnauts-back/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); › } } /mnt/sdc/www/softnauts.com/softnauts-back/vendor/symfony/framework-bundle/Controller/ControllerResolver.php:70 {▶ Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver->instantiateController($class) … › { › $controller = parent::instantiateController($class); › } /mnt/sdc/www/softnauts.com/softnauts-back/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) { } /mnt/sdc/www/softnauts.com/softnauts-back/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php:42 {▶ Symfony\Component\HttpKernel\Controller\ContainerControllerResolver->createController($controller) … › › return parent::createController($controller); › } } /mnt/sdc/www/softnauts.com/softnauts-back/vendor/symfony/framework-bundle/Controller/ControllerResolver.php:62 {▶ Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver->createController($controller) … › › return parent::createController($controller); › } } /mnt/sdc/www/softnauts.com/softnauts-back/vendor/symfony/http-kernel/Controller/ControllerResolver.php:86 {▶ Symfony\Component\HttpKernel\Controller\ControllerResolver->getController(Request $request) … › try { › $callable = $this->createController($controller); › } catch (\InvalidArgumentException $e) { } /mnt/sdc/www/softnauts.com/softnauts-back/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php:38 {▶ Symfony\Component\HttpKernel\Controller\TraceableControllerResolver->getController(Request $request) … › › $ret = $this->resolver->getController($request); › } /mnt/sdc/www/softnauts.com/softnauts-back/vendor/symfony/http-kernel/HttpKernel.php:141 {▶ Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response … › // load controller › if (false === $controller = $this->resolver->getController($request)) { › throw new NotFoundHttpException(sprintf('Unable to find the controller for path "%s". The route is wrongly configured.', $request->getPathInfo())); } /mnt/sdc/www/softnauts.com/softnauts-back/vendor/symfony/http-kernel/HttpKernel.php:80 {▶ Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) … › try { › return $this->handleRaw($request, $type); › } catch (\Exception $e) { } /mnt/sdc/www/softnauts.com/softnauts-back/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) { } /mnt/sdc/www/softnauts.com/softnauts-back/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); › } /mnt/sdc/www/softnauts.com/softnauts-back/vendor/symfony/event-dispatcher/EventDispatcher.php:264 {▶ Symfony\Component\EventDispatcher\EventDispatcher->doDispatch($listeners, $eventName, Event $event) … › } › $listener($event, $eventName, $this); › } } /mnt/sdc/www/softnauts.com/softnauts-back/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); › } /mnt/sdc/www/softnauts.com/softnauts-back/vendor/symfony/event-dispatcher/EventDispatcher.php:73 {▶ Symfony\Component\EventDispatcher\EventDispatcher->dispatch($event) … › if ($listeners) { › $this->callListeners($listeners, $eventName, $event); › } } /mnt/sdc/www/softnauts.com/softnauts-back/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:168 {▶ Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) … › try { › $this->dispatcher->dispatch($event, $eventName); › } finally { } /mnt/sdc/www/softnauts.com/softnauts-back/vendor/symfony/http-kernel/HttpKernel.php:219 {▶ Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response … › $event = new ExceptionEvent($this, $request, $type, $e); › $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION); › } /mnt/sdc/www/softnauts.com/softnauts-back/vendor/symfony/http-kernel/HttpKernel.php:91 {▶ Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) … › › return $this->handleThrowable($e, $request, $type); › } } /mnt/sdc/www/softnauts.com/softnauts-back/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 { } /mnt/sdc/www/softnauts.com/softnauts-back/public/index.php:25 {▶ › $request = Request::createFromGlobals(); › $response = $kernel->handle($request); › $response->send(); } } } ]
0 of 0
{▼ /mnt/sdc/www/softnauts.com/softnauts-back/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); › } /mnt/sdc/www/softnauts.com/softnauts-back/var/cache/dev/ContainerX6hqc4k/getTwig_Controller_ExceptionService.php:11 {▼ require … › › return $this->services['twig.controller.exception'] = new \Symfony\Bundle\TwigBundle\Controller\ExceptionController(($this->services['twig'] ?? $this->getTwigService()), true); › } /mnt/sdc/www/softnauts.com/softnauts-back/var/cache/dev/ContainerX6hqc4k/srcApp_KernelDevDebugContainer.php:616 {▶ ContainerX6hqc4k\srcApp_KernelDevDebugContainer->load($file, $lazyLoad = true) … › { › return require $this->containerDir.\DIRECTORY_SEPARATOR.$file; › } } /mnt/sdc/www/softnauts.com/softnauts-back/vendor/symfony/dependency-injection/Container.php:255 {▶ Symfony\Component\DependencyInjection\Container->make(string $id, int $invalidBehavior) … › if (isset($this->fileMap[$id])) { › return /* self::IGNORE_ON_UNINITIALIZED_REFERENCE */ 4 === $invalidBehavior ? null : $this->load($this->fileMap[$id]); › } elseif (isset($this->methodMap[$id])) { } /mnt/sdc/www/softnauts.com/softnauts-back/vendor/symfony/dependency-injection/Container.php:231 {▶ Symfony\Component\DependencyInjection\Container->get($id, $invalidBehavior = 1) … › ?? $this->services[$id = $this->aliases[$id] ?? $id] › ?? ('service_container' === $id ? $this : ($this->factories[$id] ?? [$this, 'make'])($id, $invalidBehavior)); › } /mnt/sdc/www/softnauts.com/softnauts-back/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); › } } /mnt/sdc/www/softnauts.com/softnauts-back/vendor/symfony/framework-bundle/Controller/ControllerResolver.php:70 {▶ Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver->instantiateController($class) … › { › $controller = parent::instantiateController($class); › } /mnt/sdc/www/softnauts.com/softnauts-back/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) { } /mnt/sdc/www/softnauts.com/softnauts-back/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php:42 {▶ Symfony\Component\HttpKernel\Controller\ContainerControllerResolver->createController($controller) … › › return parent::createController($controller); › } } /mnt/sdc/www/softnauts.com/softnauts-back/vendor/symfony/framework-bundle/Controller/ControllerResolver.php:62 {▶ Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver->createController($controller) … › › return parent::createController($controller); › } } /mnt/sdc/www/softnauts.com/softnauts-back/vendor/symfony/http-kernel/Controller/ControllerResolver.php:86 {▶ Symfony\Component\HttpKernel\Controller\ControllerResolver->getController(Request $request) … › try { › $callable = $this->createController($controller); › } catch (\InvalidArgumentException $e) { } /mnt/sdc/www/softnauts.com/softnauts-back/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php:38 {▶ Symfony\Component\HttpKernel\Controller\TraceableControllerResolver->getController(Request $request) … › › $ret = $this->resolver->getController($request); › } /mnt/sdc/www/softnauts.com/softnauts-back/vendor/symfony/http-kernel/HttpKernel.php:141 {▶ Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response … › // load controller › if (false === $controller = $this->resolver->getController($request)) { › throw new NotFoundHttpException(sprintf('Unable to find the controller for path "%s". The route is wrongly configured.', $request->getPathInfo())); } /mnt/sdc/www/softnauts.com/softnauts-back/vendor/symfony/http-kernel/HttpKernel.php:80 {▶ Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) … › try { › return $this->handleRaw($request, $type); › } catch (\Exception $e) { } /mnt/sdc/www/softnauts.com/softnauts-back/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) { } /mnt/sdc/www/softnauts.com/softnauts-back/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); › } /mnt/sdc/www/softnauts.com/softnauts-back/vendor/symfony/event-dispatcher/EventDispatcher.php:264 {▶ Symfony\Component\EventDispatcher\EventDispatcher->doDispatch($listeners, $eventName, Event $event) … › } › $listener($event, $eventName, $this); › } } /mnt/sdc/www/softnauts.com/softnauts-back/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); › } /mnt/sdc/www/softnauts.com/softnauts-back/vendor/symfony/event-dispatcher/EventDispatcher.php:73 {▶ Symfony\Component\EventDispatcher\EventDispatcher->dispatch($event) … › if ($listeners) { › $this->callListeners($listeners, $eventName, $event); › } } /mnt/sdc/www/softnauts.com/softnauts-back/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:168 {▶ Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) … › try { › $this->dispatcher->dispatch($event, $eventName); › } finally { } /mnt/sdc/www/softnauts.com/softnauts-back/vendor/symfony/http-kernel/HttpKernel.php:219 {▶ Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response … › $event = new ExceptionEvent($this, $request, $type, $e); › $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION); › } /mnt/sdc/www/softnauts.com/softnauts-back/vendor/symfony/http-kernel/HttpKernel.php:91 {▶ Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) … › › return $this->handleThrowable($e, $request, $type); › } } /mnt/sdc/www/softnauts.com/softnauts-back/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 { } /mnt/sdc/www/softnauts.com/softnauts-back/public/index.php:25 {▶ › $request = Request::createFromGlobals(); › $response = $kernel->handle($request); › $response->send(); } }
php User Deprecated: The template "TwigBundle::layout.html.twig" is deprecated since Symfony 4.4, will be removed in 5.0. ("TwigBundle::layout.html.twig" at line 1).
0 of 0
[▼ "exception" => ErrorException {#728 ▶ #message: "User Deprecated: The template "TwigBundle::layout.html.twig" is deprecated since Symfony 4.4, will be removed in 5.0. ("TwigBundle::layout.html.twig" at line 1)." #code: 0 #file: "/mnt/sdc/www/softnauts.com/softnauts-back/var/cache/dev/twig/e2/e2e3adea1464f486b0240c22e22d56281f5c4a2cf46dd48501f42a84d57ad674.php" #line: 49 #severity: E_USER_DEPRECATED trace: {▶ /mnt/sdc/www/softnauts.com/softnauts-back/var/cache/dev/twig/e2/e2e3adea1464f486b0240c22e22d56281f5c4a2cf46dd48501f42a84d57ad674.php:49 {▼ __TwigTemplate_60af0e0a64b673452b94726a9f3fb50886edf3de6c8e3ab7794e2ced2fc83bba->doDisplay(array $context, array $blocks = []) … › $__internal_compile_0 = (("The template \"" . $this->getTemplateName()) . "\" is deprecated since Symfony 4.4, will be removed in 5.0."); › @trigger_error($__internal_compile_0." (\"TwigBundle::layout.html.twig\" at line 1).", E_USER_DEPRECATED); › // line 2 } /mnt/sdc/www/softnauts.com/softnauts-back/vendor/twig/twig/src/Template.php:405 {▶ Twig\Template->displayWithErrorHandling(array $context, array $blocks = []) … › try { › $this->doDisplay($context, $blocks); › } catch (Error $e) { } /mnt/sdc/www/softnauts.com/softnauts-back/vendor/twig/twig/src/Template.php:378 {▶ Twig\Template->display(array $context, array $blocks = []) … › { › $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $blocks)); › } } /mnt/sdc/www/softnauts.com/softnauts-back/var/cache/dev/twig/12/123522bd7c7c810a61255a81fe42f3146c06e10c1f9b79defaf57341f4b3e05e.php:52 {▶ __TwigTemplate_f7fd6d969d6360f40867f5148aa6c3a5a2f56cdbee40bd505d9f63d07f2dbb20->doDisplay(array $context, array $blocks = []) … › $this->parent = $this->loadTemplate("@Twig/layout.html.twig", "TwigBundle:Exception:exception_full.html.twig", 1); › $this->parent->display($context, array_merge($this->blocks, $blocks)); › } /mnt/sdc/www/softnauts.com/softnauts-back/vendor/twig/twig/src/Template.php:405 {▶ Twig\Template->displayWithErrorHandling(array $context, array $blocks = []) … › try { › $this->doDisplay($context, $blocks); › } catch (Error $e) { } /mnt/sdc/www/softnauts.com/softnauts-back/vendor/twig/twig/src/Template.php:378 {▶ Twig\Template->display(array $context, array $blocks = []) … › { › $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $blocks)); › } } /mnt/sdc/www/softnauts.com/softnauts-back/vendor/twig/twig/src/Template.php:390 {▶ Twig\Template->render(array $context) … › try { › $this->display($context); › } catch (\Throwable $e) { } /mnt/sdc/www/softnauts.com/softnauts-back/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] ?? []); › } } /mnt/sdc/www/softnauts.com/softnauts-back/vendor/twig/twig/src/Environment.php:318 {▶ Twig\Environment->render($name, array $context = []) … › { › return $this->load($name)->render($context); › } } /mnt/sdc/www/softnauts.com/softnauts-back/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, › ] } /mnt/sdc/www/softnauts.com/softnauts-back/vendor/symfony/http-kernel/HttpKernel.php:158 {▶ Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response … › // call controller › $response = $controller(...$arguments); › } /mnt/sdc/www/softnauts.com/softnauts-back/vendor/symfony/http-kernel/HttpKernel.php:80 {▶ Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) … › try { › return $this->handleRaw($request, $type); › } catch (\Exception $e) { } /mnt/sdc/www/softnauts.com/softnauts-back/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) { } /mnt/sdc/www/softnauts.com/softnauts-back/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); › } /mnt/sdc/www/softnauts.com/softnauts-back/vendor/symfony/event-dispatcher/EventDispatcher.php:264 {▶ Symfony\Component\EventDispatcher\EventDispatcher->doDispatch($listeners, $eventName, Event $event) … › } › $listener($event, $eventName, $this); › } } /mnt/sdc/www/softnauts.com/softnauts-back/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); › } /mnt/sdc/www/softnauts.com/softnauts-back/vendor/symfony/event-dispatcher/EventDispatcher.php:73 {▶ Symfony\Component\EventDispatcher\EventDispatcher->dispatch($event) … › if ($listeners) { › $this->callListeners($listeners, $eventName, $event); › } } /mnt/sdc/www/softnauts.com/softnauts-back/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:168 {▶ Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) … › try { › $this->dispatcher->dispatch($event, $eventName); › } finally { } /mnt/sdc/www/softnauts.com/softnauts-back/vendor/symfony/http-kernel/HttpKernel.php:219 {▶ Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response … › $event = new ExceptionEvent($this, $request, $type, $e); › $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION); › } /mnt/sdc/www/softnauts.com/softnauts-back/vendor/symfony/http-kernel/HttpKernel.php:91 {▶ Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) … › › return $this->handleThrowable($e, $request, $type); › } } /mnt/sdc/www/softnauts.com/softnauts-back/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 { } /mnt/sdc/www/softnauts.com/softnauts-back/public/index.php:25 {▶ › $request = Request::createFromGlobals(); › $response = $kernel->handle($request); › $response->send(); } } } ]
0 of 0
{▼ /mnt/sdc/www/softnauts.com/softnauts-back/var/cache/dev/twig/e2/e2e3adea1464f486b0240c22e22d56281f5c4a2cf46dd48501f42a84d57ad674.php:49 {▼ __TwigTemplate_60af0e0a64b673452b94726a9f3fb50886edf3de6c8e3ab7794e2ced2fc83bba->doDisplay(array $context, array $blocks = []) … › $__internal_compile_0 = (("The template \"" . $this->getTemplateName()) . "\" is deprecated since Symfony 4.4, will be removed in 5.0."); › @trigger_error($__internal_compile_0." (\"TwigBundle::layout.html.twig\" at line 1).", E_USER_DEPRECATED); › // line 2 } /mnt/sdc/www/softnauts.com/softnauts-back/vendor/twig/twig/src/Template.php:405 {▶ Twig\Template->displayWithErrorHandling(array $context, array $blocks = []) … › try { › $this->doDisplay($context, $blocks); › } catch (Error $e) { } /mnt/sdc/www/softnauts.com/softnauts-back/vendor/twig/twig/src/Template.php:378 {▶ Twig\Template->display(array $context, array $blocks = []) … › { › $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $blocks)); › } } /mnt/sdc/www/softnauts.com/softnauts-back/var/cache/dev/twig/12/123522bd7c7c810a61255a81fe42f3146c06e10c1f9b79defaf57341f4b3e05e.php:52 {▶ __TwigTemplate_f7fd6d969d6360f40867f5148aa6c3a5a2f56cdbee40bd505d9f63d07f2dbb20->doDisplay(array $context, array $blocks = []) … › $this->parent = $this->loadTemplate("@Twig/layout.html.twig", "TwigBundle:Exception:exception_full.html.twig", 1); › $this->parent->display($context, array_merge($this->blocks, $blocks)); › } /mnt/sdc/www/softnauts.com/softnauts-back/vendor/twig/twig/src/Template.php:405 {▶ Twig\Template->displayWithErrorHandling(array $context, array $blocks = []) … › try { › $this->doDisplay($context, $blocks); › } catch (Error $e) { } /mnt/sdc/www/softnauts.com/softnauts-back/vendor/twig/twig/src/Template.php:378 {▶ Twig\Template->display(array $context, array $blocks = []) … › { › $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $blocks)); › } } /mnt/sdc/www/softnauts.com/softnauts-back/vendor/twig/twig/src/Template.php:390 {▶ Twig\Template->render(array $context) … › try { › $this->display($context); › } catch (\Throwable $e) { } /mnt/sdc/www/softnauts.com/softnauts-back/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] ?? []); › } } /mnt/sdc/www/softnauts.com/softnauts-back/vendor/twig/twig/src/Environment.php:318 {▶ Twig\Environment->render($name, array $context = []) … › { › return $this->load($name)->render($context); › } } /mnt/sdc/www/softnauts.com/softnauts-back/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, › ] } /mnt/sdc/www/softnauts.com/softnauts-back/vendor/symfony/http-kernel/HttpKernel.php:158 {▶ Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response … › // call controller › $response = $controller(...$arguments); › } /mnt/sdc/www/softnauts.com/softnauts-back/vendor/symfony/http-kernel/HttpKernel.php:80 {▶ Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) … › try { › return $this->handleRaw($request, $type); › } catch (\Exception $e) { } /mnt/sdc/www/softnauts.com/softnauts-back/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) { } /mnt/sdc/www/softnauts.com/softnauts-back/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); › } /mnt/sdc/www/softnauts.com/softnauts-back/vendor/symfony/event-dispatcher/EventDispatcher.php:264 {▶ Symfony\Component\EventDispatcher\EventDispatcher->doDispatch($listeners, $eventName, Event $event) … › } › $listener($event, $eventName, $this); › } } /mnt/sdc/www/softnauts.com/softnauts-back/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); › } /mnt/sdc/www/softnauts.com/softnauts-back/vendor/symfony/event-dispatcher/EventDispatcher.php:73 {▶ Symfony\Component\EventDispatcher\EventDispatcher->dispatch($event) … › if ($listeners) { › $this->callListeners($listeners, $eventName, $event); › } } /mnt/sdc/www/softnauts.com/softnauts-back/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:168 {▶ Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) … › try { › $this->dispatcher->dispatch($event, $eventName); › } finally { } /mnt/sdc/www/softnauts.com/softnauts-back/vendor/symfony/http-kernel/HttpKernel.php:219 {▶ Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response … › $event = new ExceptionEvent($this, $request, $type, $e); › $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION); › } /mnt/sdc/www/softnauts.com/softnauts-back/vendor/symfony/http-kernel/HttpKernel.php:91 {▶ Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) … › › return $this->handleThrowable($e, $request, $type); › } } /mnt/sdc/www/softnauts.com/softnauts-back/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 { } /mnt/sdc/www/softnauts.com/softnauts-back/public/index.php:25 {▶ › $request = Request::createFromGlobals(); › $response = $kernel->handle($request); › $response->send(); } }
php User Deprecated: The template "TwigBundle::exception.css.twig" is deprecated since Symfony 4.4, will be removed in 5.0. ("TwigBundle::exception.css.twig" at line 1).
0 of 0
[▼ "exception" => ErrorException {#741 ▶ #message: "User Deprecated: The template "TwigBundle::exception.css.twig" is deprecated since Symfony 4.4, will be removed in 5.0. ("TwigBundle::exception.css.twig" at line 1)." #code: 0 #file: "/mnt/sdc/www/softnauts.com/softnauts-back/var/cache/dev/twig/d6/d66da0aa9cab2d08f8c764902de84d9caa80e234d88446ca9d8fd96805f64485.php" #line: 44 #severity: E_USER_DEPRECATED trace: {▶ /mnt/sdc/www/softnauts.com/softnauts-back/var/cache/dev/twig/d6/d66da0aa9cab2d08f8c764902de84d9caa80e234d88446ca9d8fd96805f64485.php:44 {▼ __TwigTemplate_2cd0d67d53b157f16aac1e41e50f0fa2072d68a97e0330c516af1151697d7afa->doDisplay(array $context, array $blocks = []) … › $__internal_compile_0 = (("The template \"" . $this->getTemplateName()) . "\" is deprecated since Symfony 4.4, will be removed in 5.0."); › @trigger_error($__internal_compile_0." (\"TwigBundle::exception.css.twig\" at line 1).", E_USER_DEPRECATED); › // line 4 } /mnt/sdc/www/softnauts.com/softnauts-back/vendor/twig/twig/src/Template.php:405 {▶ Twig\Template->displayWithErrorHandling(array $context, array $blocks = []) … › try { › $this->doDisplay($context, $blocks); › } catch (Error $e) { } /mnt/sdc/www/softnauts.com/softnauts-back/vendor/twig/twig/src/Template.php:378 {▶ Twig\Template->display(array $context, array $blocks = []) … › { › $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $blocks)); › } } /mnt/sdc/www/softnauts.com/softnauts-back/vendor/twig/twig/src/Template.php:390 {▶ Twig\Template->render(array $context) … › try { › $this->display($context); › } catch (\Throwable $e) { } /mnt/sdc/www/softnauts.com/softnauts-back/vendor/twig/twig/src/Extension/CoreExtension.php:1290 {▶ twig_include(Environment $env, $context, $template, $variables = [], $withContext = true, $ignoreMissing = false, $sandboxed = false) … › › return $loaded ? $loaded->render($variables) : ''; › } finally { } /mnt/sdc/www/softnauts.com/softnauts-back/vendor/symfony/twig-bundle/Resources/views/layout.html.twig:11 {▶ __TwigTemplate_60af0e0a64b673452b94726a9f3fb50886edf3de6c8e3ab7794e2ced2fc83bba->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 %} } /mnt/sdc/www/softnauts.com/softnauts-back/vendor/twig/twig/src/Template.php:405 {▶ Twig\Template->displayWithErrorHandling(array $context, array $blocks = []) … › try { › $this->doDisplay($context, $blocks); › } catch (Error $e) { } /mnt/sdc/www/softnauts.com/softnauts-back/vendor/twig/twig/src/Template.php:378 {▶ Twig\Template->display(array $context, array $blocks = []) … › { › $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $blocks)); › } } /mnt/sdc/www/softnauts.com/softnauts-back/var/cache/dev/twig/12/123522bd7c7c810a61255a81fe42f3146c06e10c1f9b79defaf57341f4b3e05e.php:52 {▶ __TwigTemplate_f7fd6d969d6360f40867f5148aa6c3a5a2f56cdbee40bd505d9f63d07f2dbb20->doDisplay(array $context, array $blocks = []) … › $this->parent = $this->loadTemplate("@Twig/layout.html.twig", "TwigBundle:Exception:exception_full.html.twig", 1); › $this->parent->display($context, array_merge($this->blocks, $blocks)); › } /mnt/sdc/www/softnauts.com/softnauts-back/vendor/twig/twig/src/Template.php:405 {▶ Twig\Template->displayWithErrorHandling(array $context, array $blocks = []) … › try { › $this->doDisplay($context, $blocks); › } catch (Error $e) { } /mnt/sdc/www/softnauts.com/softnauts-back/vendor/twig/twig/src/Template.php:378 {▶ Twig\Template->display(array $context, array $blocks = []) … › { › $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $blocks)); › } } /mnt/sdc/www/softnauts.com/softnauts-back/vendor/twig/twig/src/Template.php:390 {▶ Twig\Template->render(array $context) … › try { › $this->display($context); › } catch (\Throwable $e) { } /mnt/sdc/www/softnauts.com/softnauts-back/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] ?? []); › } } /mnt/sdc/www/softnauts.com/softnauts-back/vendor/twig/twig/src/Environment.php:318 {▶ Twig\Environment->render($name, array $context = []) … › { › return $this->load($name)->render($context); › } } /mnt/sdc/www/softnauts.com/softnauts-back/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, › ] } /mnt/sdc/www/softnauts.com/softnauts-back/vendor/symfony/http-kernel/HttpKernel.php:158 {▶ Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response … › // call controller › $response = $controller(...$arguments); › } /mnt/sdc/www/softnauts.com/softnauts-back/vendor/symfony/http-kernel/HttpKernel.php:80 {▶ Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) … › try { › return $this->handleRaw($request, $type); › } catch (\Exception $e) { } /mnt/sdc/www/softnauts.com/softnauts-back/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) { } /mnt/sdc/www/softnauts.com/softnauts-back/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); › } /mnt/sdc/www/softnauts.com/softnauts-back/vendor/symfony/event-dispatcher/EventDispatcher.php:264 {▶ Symfony\Component\EventDispatcher\EventDispatcher->doDispatch($listeners, $eventName, Event $event) … › } › $listener($event, $eventName, $this); › } } /mnt/sdc/www/softnauts.com/softnauts-back/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); › } /mnt/sdc/www/softnauts.com/softnauts-back/vendor/symfony/event-dispatcher/EventDispatcher.php:73 {▶ Symfony\Component\EventDispatcher\EventDispatcher->dispatch($event) … › if ($listeners) { › $this->callListeners($listeners, $eventName, $event); › } } /mnt/sdc/www/softnauts.com/softnauts-back/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:168 {▶ Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) … › try { › $this->dispatcher->dispatch($event, $eventName); › } finally { } /mnt/sdc/www/softnauts.com/softnauts-back/vendor/symfony/http-kernel/HttpKernel.php:219 {▶ Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response … › $event = new ExceptionEvent($this, $request, $type, $e); › $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION); › } /mnt/sdc/www/softnauts.com/softnauts-back/vendor/symfony/http-kernel/HttpKernel.php:91 {▶ Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) … › › return $this->handleThrowable($e, $request, $type); › } } /mnt/sdc/www/softnauts.com/softnauts-back/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 { } /mnt/sdc/www/softnauts.com/softnauts-back/public/index.php:25 {▶ › $request = Request::createFromGlobals(); › $response = $kernel->handle($request); › $response->send(); } } } ]
0 of 0
{▼ /mnt/sdc/www/softnauts.com/softnauts-back/var/cache/dev/twig/d6/d66da0aa9cab2d08f8c764902de84d9caa80e234d88446ca9d8fd96805f64485.php:44 {▼ __TwigTemplate_2cd0d67d53b157f16aac1e41e50f0fa2072d68a97e0330c516af1151697d7afa->doDisplay(array $context, array $blocks = []) … › $__internal_compile_0 = (("The template \"" . $this->getTemplateName()) . "\" is deprecated since Symfony 4.4, will be removed in 5.0."); › @trigger_error($__internal_compile_0." (\"TwigBundle::exception.css.twig\" at line 1).", E_USER_DEPRECATED); › // line 4 } /mnt/sdc/www/softnauts.com/softnauts-back/vendor/twig/twig/src/Template.php:405 {▶ Twig\Template->displayWithErrorHandling(array $context, array $blocks = []) … › try { › $this->doDisplay($context, $blocks); › } catch (Error $e) { } /mnt/sdc/www/softnauts.com/softnauts-back/vendor/twig/twig/src/Template.php:378 {▶ Twig\Template->display(array $context, array $blocks = []) … › { › $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $blocks)); › } } /mnt/sdc/www/softnauts.com/softnauts-back/vendor/twig/twig/src/Template.php:390 {▶ Twig\Template->render(array $context) … › try { › $this->display($context); › } catch (\Throwable $e) { } /mnt/sdc/www/softnauts.com/softnauts-back/vendor/twig/twig/src/Extension/CoreExtension.php:1290 {▶ twig_include(Environment $env, $context, $template, $variables = [], $withContext = true, $ignoreMissing = false, $sandboxed = false) … › › return $loaded ? $loaded->render($variables) : ''; › } finally { } /mnt/sdc/www/softnauts.com/softnauts-back/vendor/symfony/twig-bundle/Resources/views/layout.html.twig:11 {▶ __TwigTemplate_60af0e0a64b673452b94726a9f3fb50886edf3de6c8e3ab7794e2ced2fc83bba->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 %} } /mnt/sdc/www/softnauts.com/softnauts-back/vendor/twig/twig/src/Template.php:405 {▶ Twig\Template->displayWithErrorHandling(array $context, array $blocks = []) … › try { › $this->doDisplay($context, $blocks); › } catch (Error $e) { } /mnt/sdc/www/softnauts.com/softnauts-back/vendor/twig/twig/src/Template.php:378 {▶ Twig\Template->display(array $context, array $blocks = []) … › { › $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $blocks)); › } } /mnt/sdc/www/softnauts.com/softnauts-back/var/cache/dev/twig/12/123522bd7c7c810a61255a81fe42f3146c06e10c1f9b79defaf57341f4b3e05e.php:52 {▶ __TwigTemplate_f7fd6d969d6360f40867f5148aa6c3a5a2f56cdbee40bd505d9f63d07f2dbb20->doDisplay(array $context, array $blocks = []) … › $this->parent = $this->loadTemplate("@Twig/layout.html.twig", "TwigBundle:Exception:exception_full.html.twig", 1); › $this->parent->display($context, array_merge($this->blocks, $blocks)); › } /mnt/sdc/www/softnauts.com/softnauts-back/vendor/twig/twig/src/Template.php:405 {▶ Twig\Template->displayWithErrorHandling(array $context, array $blocks = []) … › try { › $this->doDisplay($context, $blocks); › } catch (Error $e) { } /mnt/sdc/www/softnauts.com/softnauts-back/vendor/twig/twig/src/Template.php:378 {▶ Twig\Template->display(array $context, array $blocks = []) … › { › $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $blocks)); › } } /mnt/sdc/www/softnauts.com/softnauts-back/vendor/twig/twig/src/Template.php:390 {▶ Twig\Template->render(array $context) … › try { › $this->display($context); › } catch (\Throwable $e) { } /mnt/sdc/www/softnauts.com/softnauts-back/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] ?? []); › } } /mnt/sdc/www/softnauts.com/softnauts-back/vendor/twig/twig/src/Environment.php:318 {▶ Twig\Environment->render($name, array $context = []) … › { › return $this->load($name)->render($context); › } } /mnt/sdc/www/softnauts.com/softnauts-back/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, › ] } /mnt/sdc/www/softnauts.com/softnauts-back/vendor/symfony/http-kernel/HttpKernel.php:158 {▶ Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response … › // call controller › $response = $controller(...$arguments); › } /mnt/sdc/www/softnauts.com/softnauts-back/vendor/symfony/http-kernel/HttpKernel.php:80 {▶ Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) … › try { › return $this->handleRaw($request, $type); › } catch (\Exception $e) { } /mnt/sdc/www/softnauts.com/softnauts-back/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) { } /mnt/sdc/www/softnauts.com/softnauts-back/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); › } /mnt/sdc/www/softnauts.com/softnauts-back/vendor/symfony/event-dispatcher/EventDispatcher.php:264 {▶ Symfony\Component\EventDispatcher\EventDispatcher->doDispatch($listeners, $eventName, Event $event) … › } › $listener($event, $eventName, $this); › } } /mnt/sdc/www/softnauts.com/softnauts-back/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); › } /mnt/sdc/www/softnauts.com/softnauts-back/vendor/symfony/event-dispatcher/EventDispatcher.php:73 {▶ Symfony\Component\EventDispatcher\EventDispatcher->dispatch($event) … › if ($listeners) { › $this->callListeners($listeners, $eventName, $event); › } } /mnt/sdc/www/softnauts.com/softnauts-back/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:168 {▶ Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) … › try { › $this->dispatcher->dispatch($event, $eventName); › } finally { } /mnt/sdc/www/softnauts.com/softnauts-back/vendor/symfony/http-kernel/HttpKernel.php:219 {▶ Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response … › $event = new ExceptionEvent($this, $request, $type, $e); › $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION); › } /mnt/sdc/www/softnauts.com/softnauts-back/vendor/symfony/http-kernel/HttpKernel.php:91 {▶ Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) … › › return $this->handleThrowable($e, $request, $type); › } } /mnt/sdc/www/softnauts.com/softnauts-back/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 { } /mnt/sdc/www/softnauts.com/softnauts-back/public/index.php:25 {▶ › $request = Request::createFromGlobals(); › $response = $kernel->handle($request); › $response->send(); } }
php User Deprecated: The template "TwigBundle::base_js.html.twig" is deprecated since Symfony 4.4, will be removed in 5.0. ("TwigBundle::base_js.html.twig" at line 1).
0 of 0
[▼ "exception" => ErrorException {#1019 ▶ #message: "User Deprecated: The template "TwigBundle::base_js.html.twig" is deprecated since Symfony 4.4, will be removed in 5.0. ("TwigBundle::base_js.html.twig" at line 1)." #code: 0 #file: "/mnt/sdc/www/softnauts.com/softnauts-back/var/cache/dev/twig/0b/0b327f918971237f5a75f9058d75e28d6fde133999b3dcda5dd2a0f0b9bb58d6.php" #line: 44 #severity: E_USER_DEPRECATED trace: {▶ /mnt/sdc/www/softnauts.com/softnauts-back/var/cache/dev/twig/0b/0b327f918971237f5a75f9058d75e28d6fde133999b3dcda5dd2a0f0b9bb58d6.php:44 {▼ __TwigTemplate_29af52aeaa7b7b2b5eb88265b9171447ea810312877f8ba3b31fc0ccb88f5962->doDisplay(array $context, array $blocks = []) … › $__internal_compile_0 = (("The template \"" . $this->getTemplateName()) . "\" is deprecated since Symfony 4.4, will be removed in 5.0."); › @trigger_error($__internal_compile_0." (\"TwigBundle::base_js.html.twig\" at line 1).", E_USER_DEPRECATED); › // line 4 } /mnt/sdc/www/softnauts.com/softnauts-back/vendor/twig/twig/src/Template.php:405 {▶ Twig\Template->displayWithErrorHandling(array $context, array $blocks = []) … › try { › $this->doDisplay($context, $blocks); › } catch (Error $e) { } /mnt/sdc/www/softnauts.com/softnauts-back/vendor/twig/twig/src/Template.php:378 {▶ Twig\Template->display(array $context, array $blocks = []) … › { › $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $blocks)); › } } /mnt/sdc/www/softnauts.com/softnauts-back/vendor/twig/twig/src/Template.php:390 {▶ Twig\Template->render(array $context) … › try { › $this->display($context); › } catch (\Throwable $e) { } /mnt/sdc/www/softnauts.com/softnauts-back/vendor/twig/twig/src/Extension/CoreExtension.php:1290 {▶ twig_include(Environment $env, $context, $template, $variables = [], $withContext = true, $ignoreMissing = false, $sandboxed = false) … › › return $loaded ? $loaded->render($variables) : ''; › } finally { } /mnt/sdc/www/softnauts.com/softnauts-back/var/cache/dev/twig/e2/e2e3adea1464f486b0240c22e22d56281f5c4a2cf46dd48501f42a84d57ad674.php:107 {▶ __TwigTemplate_60af0e0a64b673452b94726a9f3fb50886edf3de6c8e3ab7794e2ced2fc83bba->doDisplay(array $context, array $blocks = []) … › echo " "; › echo twig_include($this->env, $context, "@Twig/base_js.html.twig"); › echo " } /mnt/sdc/www/softnauts.com/softnauts-back/vendor/twig/twig/src/Template.php:405 {▶ Twig\Template->displayWithErrorHandling(array $context, array $blocks = []) … › try { › $this->doDisplay($context, $blocks); › } catch (Error $e) { } /mnt/sdc/www/softnauts.com/softnauts-back/vendor/twig/twig/src/Template.php:378 {▶ Twig\Template->display(array $context, array $blocks = []) … › { › $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $blocks)); › } } /mnt/sdc/www/softnauts.com/softnauts-back/var/cache/dev/twig/12/123522bd7c7c810a61255a81fe42f3146c06e10c1f9b79defaf57341f4b3e05e.php:52 {▶ __TwigTemplate_f7fd6d969d6360f40867f5148aa6c3a5a2f56cdbee40bd505d9f63d07f2dbb20->doDisplay(array $context, array $blocks = []) … › $this->parent = $this->loadTemplate("@Twig/layout.html.twig", "TwigBundle:Exception:exception_full.html.twig", 1); › $this->parent->display($context, array_merge($this->blocks, $blocks)); › } /mnt/sdc/www/softnauts.com/softnauts-back/vendor/twig/twig/src/Template.php:405 {▶ Twig\Template->displayWithErrorHandling(array $context, array $blocks = []) … › try { › $this->doDisplay($context, $blocks); › } catch (Error $e) { } /mnt/sdc/www/softnauts.com/softnauts-back/vendor/twig/twig/src/Template.php:378 {▶ Twig\Template->display(array $context, array $blocks = []) … › { › $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $blocks)); › } } /mnt/sdc/www/softnauts.com/softnauts-back/vendor/twig/twig/src/Template.php:390 {▶ Twig\Template->render(array $context) … › try { › $this->display($context); › } catch (\Throwable $e) { } /mnt/sdc/www/softnauts.com/softnauts-back/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] ?? []); › } } /mnt/sdc/www/softnauts.com/softnauts-back/vendor/twig/twig/src/Environment.php:318 {▶ Twig\Environment->render($name, array $context = []) … › { › return $this->load($name)->render($context); › } } /mnt/sdc/www/softnauts.com/softnauts-back/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, › ] } /mnt/sdc/www/softnauts.com/softnauts-back/vendor/symfony/http-kernel/HttpKernel.php:158 {▶ Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response … › // call controller › $response = $controller(...$arguments); › } /mnt/sdc/www/softnauts.com/softnauts-back/vendor/symfony/http-kernel/HttpKernel.php:80 {▶ Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) … › try { › return $this->handleRaw($request, $type); › } catch (\Exception $e) { } /mnt/sdc/www/softnauts.com/softnauts-back/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) { } /mnt/sdc/www/softnauts.com/softnauts-back/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); › } /mnt/sdc/www/softnauts.com/softnauts-back/vendor/symfony/event-dispatcher/EventDispatcher.php:264 {▶ Symfony\Component\EventDispatcher\EventDispatcher->doDispatch($listeners, $eventName, Event $event) … › } › $listener($event, $eventName, $this); › } } /mnt/sdc/www/softnauts.com/softnauts-back/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); › } /mnt/sdc/www/softnauts.com/softnauts-back/vendor/symfony/event-dispatcher/EventDispatcher.php:73 {▶ Symfony\Component\EventDispatcher\EventDispatcher->dispatch($event) … › if ($listeners) { › $this->callListeners($listeners, $eventName, $event); › } } /mnt/sdc/www/softnauts.com/softnauts-back/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:168 {▶ Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) … › try { › $this->dispatcher->dispatch($event, $eventName); › } finally { } /mnt/sdc/www/softnauts.com/softnauts-back/vendor/symfony/http-kernel/HttpKernel.php:219 {▶ Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response … › $event = new ExceptionEvent($this, $request, $type, $e); › $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION); › } /mnt/sdc/www/softnauts.com/softnauts-back/vendor/symfony/http-kernel/HttpKernel.php:91 {▶ Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) … › › return $this->handleThrowable($e, $request, $type); › } } /mnt/sdc/www/softnauts.com/softnauts-back/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 { } /mnt/sdc/www/softnauts.com/softnauts-back/public/index.php:25 {▶ › $request = Request::createFromGlobals(); › $response = $kernel->handle($request); › $response->send(); } } } ]
0 of 0
{▼ /mnt/sdc/www/softnauts.com/softnauts-back/var/cache/dev/twig/0b/0b327f918971237f5a75f9058d75e28d6fde133999b3dcda5dd2a0f0b9bb58d6.php:44 {▼ __TwigTemplate_29af52aeaa7b7b2b5eb88265b9171447ea810312877f8ba3b31fc0ccb88f5962->doDisplay(array $context, array $blocks = []) … › $__internal_compile_0 = (("The template \"" . $this->getTemplateName()) . "\" is deprecated since Symfony 4.4, will be removed in 5.0."); › @trigger_error($__internal_compile_0." (\"TwigBundle::base_js.html.twig\" at line 1).", E_USER_DEPRECATED); › // line 4 } /mnt/sdc/www/softnauts.com/softnauts-back/vendor/twig/twig/src/Template.php:405 {▶ Twig\Template->displayWithErrorHandling(array $context, array $blocks = []) … › try { › $this->doDisplay($context, $blocks); › } catch (Error $e) { } /mnt/sdc/www/softnauts.com/softnauts-back/vendor/twig/twig/src/Template.php:378 {▶ Twig\Template->display(array $context, array $blocks = []) … › { › $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $blocks)); › } } /mnt/sdc/www/softnauts.com/softnauts-back/vendor/twig/twig/src/Template.php:390 {▶ Twig\Template->render(array $context) … › try { › $this->display($context); › } catch (\Throwable $e) { } /mnt/sdc/www/softnauts.com/softnauts-back/vendor/twig/twig/src/Extension/CoreExtension.php:1290 {▶ twig_include(Environment $env, $context, $template, $variables = [], $withContext = true, $ignoreMissing = false, $sandboxed = false) … › › return $loaded ? $loaded->render($variables) : ''; › } finally { } /mnt/sdc/www/softnauts.com/softnauts-back/var/cache/dev/twig/e2/e2e3adea1464f486b0240c22e22d56281f5c4a2cf46dd48501f42a84d57ad674.php:107 {▶ __TwigTemplate_60af0e0a64b673452b94726a9f3fb50886edf3de6c8e3ab7794e2ced2fc83bba->doDisplay(array $context, array $blocks = []) … › echo " "; › echo twig_include($this->env, $context, "@Twig/base_js.html.twig"); › echo " } /mnt/sdc/www/softnauts.com/softnauts-back/vendor/twig/twig/src/Template.php:405 {▶ Twig\Template->displayWithErrorHandling(array $context, array $blocks = []) … › try { › $this->doDisplay($context, $blocks); › } catch (Error $e) { } /mnt/sdc/www/softnauts.com/softnauts-back/vendor/twig/twig/src/Template.php:378 {▶ Twig\Template->display(array $context, array $blocks = []) … › { › $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $blocks)); › } } /mnt/sdc/www/softnauts.com/softnauts-back/var/cache/dev/twig/12/123522bd7c7c810a61255a81fe42f3146c06e10c1f9b79defaf57341f4b3e05e.php:52 {▶ __TwigTemplate_f7fd6d969d6360f40867f5148aa6c3a5a2f56cdbee40bd505d9f63d07f2dbb20->doDisplay(array $context, array $blocks = []) … › $this->parent = $this->loadTemplate("@Twig/layout.html.twig", "TwigBundle:Exception:exception_full.html.twig", 1); › $this->parent->display($context, array_merge($this->blocks, $blocks)); › } /mnt/sdc/www/softnauts.com/softnauts-back/vendor/twig/twig/src/Template.php:405 {▶ Twig\Template->displayWithErrorHandling(array $context, array $blocks = []) … › try { › $this->doDisplay($context, $blocks); › } catch (Error $e) { } /mnt/sdc/www/softnauts.com/softnauts-back/vendor/twig/twig/src/Template.php:378 {▶ Twig\Template->display(array $context, array $blocks = []) … › { › $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $blocks)); › } } /mnt/sdc/www/softnauts.com/softnauts-back/vendor/twig/twig/src/Template.php:390 {▶ Twig\Template->render(array $context) … › try { › $this->display($context); › } catch (\Throwable $e) { } /mnt/sdc/www/softnauts.com/softnauts-back/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] ?? []); › } } /mnt/sdc/www/softnauts.com/softnauts-back/vendor/twig/twig/src/Environment.php:318 {▶ Twig\Environment->render($name, array $context = []) … › { › return $this->load($name)->render($context); › } } /mnt/sdc/www/softnauts.com/softnauts-back/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, › ] } /mnt/sdc/www/softnauts.com/softnauts-back/vendor/symfony/http-kernel/HttpKernel.php:158 {▶ Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response … › // call controller › $response = $controller(...$arguments); › } /mnt/sdc/www/softnauts.com/softnauts-back/vendor/symfony/http-kernel/HttpKernel.php:80 {▶ Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) … › try { › return $this->handleRaw($request, $type); › } catch (\Exception $e) { } /mnt/sdc/www/softnauts.com/softnauts-back/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) { } /mnt/sdc/www/softnauts.com/softnauts-back/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); › } /mnt/sdc/www/softnauts.com/softnauts-back/vendor/symfony/event-dispatcher/EventDispatcher.php:264 {▶ Symfony\Component\EventDispatcher\EventDispatcher->doDispatch($listeners, $eventName, Event $event) … › } › $listener($event, $eventName, $this); › } } /mnt/sdc/www/softnauts.com/softnauts-back/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); › } /mnt/sdc/www/softnauts.com/softnauts-back/vendor/symfony/event-dispatcher/EventDispatcher.php:73 {▶ Symfony\Component\EventDispatcher\EventDispatcher->dispatch($event) … › if ($listeners) { › $this->callListeners($listeners, $eventName, $event); › } } /mnt/sdc/www/softnauts.com/softnauts-back/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:168 {▶ Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) … › try { › $this->dispatcher->dispatch($event, $eventName); › } finally { } /mnt/sdc/www/softnauts.com/softnauts-back/vendor/symfony/http-kernel/HttpKernel.php:219 {▶ Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response … › $event = new ExceptionEvent($this, $request, $type, $e); › $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION); › } /mnt/sdc/www/softnauts.com/softnauts-back/vendor/symfony/http-kernel/HttpKernel.php:91 {▶ Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) … › › return $this->handleThrowable($e, $request, $type); › } } /mnt/sdc/www/softnauts.com/softnauts-back/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 { } /mnt/sdc/www/softnauts.com/softnauts-back/public/index.php:25 {▶ › $request = Request::createFromGlobals(); › $response = $kernel->handle($request); › $response->send(); } }
php User Deprecated: Creating Doctrine\ORM\Mapping\UnderscoreNamingStrategy without making it number aware is deprecated and will be removed in Doctrine ORM 3.0.
0 of 0
[▼ "exception" => ErrorException {#1121 ▶ #message: "User Deprecated: Creating Doctrine\ORM\Mapping\UnderscoreNamingStrategy without making it number aware is deprecated and will be removed in Doctrine ORM 3.0." #code: 0 #file: "/mnt/sdc/www/softnauts.com/softnauts-back/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/UnderscoreNamingStrategy.php" #line: 66 #severity: E_USER_DEPRECATED trace: {▶ /mnt/sdc/www/softnauts.com/softnauts-back/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/UnderscoreNamingStrategy.php:66 {▶ Doctrine\ORM\Mapping\UnderscoreNamingStrategy->__construct($case = CASE_LOWER, bool $numberAware = false) … › 'Creating ' . self::class . ' without making it number aware is deprecated and will be removed in Doctrine ORM 3.0.', › E_USER_DEPRECATED › ); } /mnt/sdc/www/softnauts.com/softnauts-back/var/cache/dev/ContainerX6hqc4k/srcApp_KernelDevDebugContainer.php:829 {▼ ContainerX6hqc4k\srcApp_KernelDevDebugContainer->getDoctrine_Orm_DefaultEntityManagerService($lazyLoad = true) … › $a->setDefaultRepositoryClassName('Doctrine\\ORM\\EntityRepository'); › $a->setNamingStrategy(new \Doctrine\ORM\Mapping\UnderscoreNamingStrategy()); › $a->setQuoteStrategy(new \Doctrine\ORM\Mapping\DefaultQuoteStrategy()); } /mnt/sdc/www/softnauts.com/softnauts-back/var/cache/dev/ContainerX6hqc4k/srcApp_KernelDevDebugContainer.php:778 {▶ ContainerX6hqc4k\srcApp_KernelDevDebugContainer->ContainerX6hqc4k\{closure} … › return \EntityManager_9a5be93::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) { › $wrappedInstance = $this->getDoctrine_Orm_DefaultEntityManagerService(false); › } /mnt/sdc/www/softnauts.com/softnauts-back/var/cache/dev/ContainerX6hqc4k/EntityManager_9a5be93.php:34 {▶ Closure->__invoke … › { › $this->initializere3996 && ($this->initializere3996->__invoke($valueHoldera1fd8, $this, 'getMetadataFactory', array(), $this->initializere3996) || 1) && $this->valueHoldera1fd8 = $valueHoldera1fd8; › } /mnt/sdc/www/softnauts.com/softnauts-back/var/cache/dev/ContainerX6hqc4k/EntityManager_9a5be93.php:34 {▶ EntityManager_9a5be93->getMetadataFactory() … › { › $this->initializere3996 && ($this->initializere3996->__invoke($valueHoldera1fd8, $this, 'getMetadataFactory', array(), $this->initializere3996) || 1) && $this->valueHoldera1fd8 = $valueHoldera1fd8; › } /mnt/sdc/www/softnauts.com/softnauts-back/vendor/doctrine/doctrine-bundle/DataCollector/DoctrineDataCollector.php:103 {▶ Doctrine\Bundle\DoctrineBundle\DataCollector\DoctrineDataCollector->collect(Request $request, Response $response, Throwable $exception = null) … › › $factory = $em->getMetadataFactory(); › $validator = new SchemaValidator($em); } /mnt/sdc/www/softnauts.com/softnauts-back/vendor/symfony/http-kernel/Profiler/Profiler.php:178 {▶ Symfony\Component\HttpKernel\Profiler\Profiler->collect(Request $request, Response $response) … › › $collector->collect($request, $response, $e); › // we need to clone for sub-requests } /mnt/sdc/www/softnauts.com/softnauts-back/vendor/symfony/http-kernel/EventListener/ProfilerListener.php:100 {▶ Symfony\Component\HttpKernel\EventListener\ProfilerListener->onKernelResponse(FilterResponseEvent $event) … › try { › if (!$profile = $this->profiler->collect($request, $event->getResponse(), $exception)) { › return; } /mnt/sdc/www/softnauts.com/softnauts-back/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); › } /mnt/sdc/www/softnauts.com/softnauts-back/vendor/symfony/event-dispatcher/EventDispatcher.php:264 {▶ Symfony\Component\EventDispatcher\EventDispatcher->doDispatch($listeners, $eventName, Event $event) … › } › $listener($event, $eventName, $this); › } } /mnt/sdc/www/softnauts.com/softnauts-back/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); › } /mnt/sdc/www/softnauts.com/softnauts-back/vendor/symfony/event-dispatcher/EventDispatcher.php:73 {▶ Symfony\Component\EventDispatcher\EventDispatcher->dispatch($event) … › if ($listeners) { › $this->callListeners($listeners, $eventName, $event); › } } /mnt/sdc/www/softnauts.com/softnauts-back/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:168 {▶ Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) … › try { › $this->dispatcher->dispatch($event, $eventName); › } finally { } /mnt/sdc/www/softnauts.com/softnauts-back/vendor/symfony/http-kernel/HttpKernel.php:191 {▶ Symfony\Component\HttpKernel\HttpKernel->filterResponse(Response $response, Request $request, int $type): Response … › › $this->dispatcher->dispatch($event, KernelEvents::RESPONSE); › } /mnt/sdc/www/softnauts.com/softnauts-back/vendor/symfony/http-kernel/HttpKernel.php:179 {▶ Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response … › › return $this->filterResponse($response, $request, $type); › } } /mnt/sdc/www/softnauts.com/softnauts-back/vendor/symfony/http-kernel/HttpKernel.php:80 {▶ Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) … › try { › return $this->handleRaw($request, $type); › } catch (\Exception $e) { } /mnt/sdc/www/softnauts.com/softnauts-back/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) { } /mnt/sdc/www/softnauts.com/softnauts-back/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); › } /mnt/sdc/www/softnauts.com/softnauts-back/vendor/symfony/event-dispatcher/EventDispatcher.php:264 {▶ Symfony\Component\EventDispatcher\EventDispatcher->doDispatch($listeners, $eventName, Event $event) … › } › $listener($event, $eventName, $this); › } } /mnt/sdc/www/softnauts.com/softnauts-back/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); › } /mnt/sdc/www/softnauts.com/softnauts-back/vendor/symfony/event-dispatcher/EventDispatcher.php:73 {▶ Symfony\Component\EventDispatcher\EventDispatcher->dispatch($event) … › if ($listeners) { › $this->callListeners($listeners, $eventName, $event); › } } /mnt/sdc/www/softnauts.com/softnauts-back/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:168 {▶ Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) … › try { › $this->dispatcher->dispatch($event, $eventName); › } finally { } /mnt/sdc/www/softnauts.com/softnauts-back/vendor/symfony/http-kernel/HttpKernel.php:219 {▶ Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response … › $event = new ExceptionEvent($this, $request, $type, $e); › $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION); › } /mnt/sdc/www/softnauts.com/softnauts-back/vendor/symfony/http-kernel/HttpKernel.php:91 {▶ Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) … › › return $this->handleThrowable($e, $request, $type); › } } /mnt/sdc/www/softnauts.com/softnauts-back/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 { } /mnt/sdc/www/softnauts.com/softnauts-back/public/index.php:25 {▶ › $request = Request::createFromGlobals(); › $response = $kernel->handle($request); › $response->send(); } } } ]
0 of 0
{▼ /mnt/sdc/www/softnauts.com/softnauts-back/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/UnderscoreNamingStrategy.php:66 {▶ Doctrine\ORM\Mapping\UnderscoreNamingStrategy->__construct($case = CASE_LOWER, bool $numberAware = false) … › 'Creating ' . self::class . ' without making it number aware is deprecated and will be removed in Doctrine ORM 3.0.', › E_USER_DEPRECATED › ); } /mnt/sdc/www/softnauts.com/softnauts-back/var/cache/dev/ContainerX6hqc4k/srcApp_KernelDevDebugContainer.php:829 {▼ ContainerX6hqc4k\srcApp_KernelDevDebugContainer->getDoctrine_Orm_DefaultEntityManagerService($lazyLoad = true) … › $a->setDefaultRepositoryClassName('Doctrine\\ORM\\EntityRepository'); › $a->setNamingStrategy(new \Doctrine\ORM\Mapping\UnderscoreNamingStrategy()); › $a->setQuoteStrategy(new \Doctrine\ORM\Mapping\DefaultQuoteStrategy()); } /mnt/sdc/www/softnauts.com/softnauts-back/var/cache/dev/ContainerX6hqc4k/srcApp_KernelDevDebugContainer.php:778 {▶ ContainerX6hqc4k\srcApp_KernelDevDebugContainer->ContainerX6hqc4k\{closure} … › return \EntityManager_9a5be93::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) { › $wrappedInstance = $this->getDoctrine_Orm_DefaultEntityManagerService(false); › } /mnt/sdc/www/softnauts.com/softnauts-back/var/cache/dev/ContainerX6hqc4k/EntityManager_9a5be93.php:34 {▶ Closure->__invoke … › { › $this->initializere3996 && ($this->initializere3996->__invoke($valueHoldera1fd8, $this, 'getMetadataFactory', array(), $this->initializere3996) || 1) && $this->valueHoldera1fd8 = $valueHoldera1fd8; › } /mnt/sdc/www/softnauts.com/softnauts-back/var/cache/dev/ContainerX6hqc4k/EntityManager_9a5be93.php:34 {▶ EntityManager_9a5be93->getMetadataFactory() … › { › $this->initializere3996 && ($this->initializere3996->__invoke($valueHoldera1fd8, $this, 'getMetadataFactory', array(), $this->initializere3996) || 1) && $this->valueHoldera1fd8 = $valueHoldera1fd8; › } /mnt/sdc/www/softnauts.com/softnauts-back/vendor/doctrine/doctrine-bundle/DataCollector/DoctrineDataCollector.php:103 {▶ Doctrine\Bundle\DoctrineBundle\DataCollector\DoctrineDataCollector->collect(Request $request, Response $response, Throwable $exception = null) … › › $factory = $em->getMetadataFactory(); › $validator = new SchemaValidator($em); } /mnt/sdc/www/softnauts.com/softnauts-back/vendor/symfony/http-kernel/Profiler/Profiler.php:178 {▶ Symfony\Component\HttpKernel\Profiler\Profiler->collect(Request $request, Response $response) … › › $collector->collect($request, $response, $e); › // we need to clone for sub-requests } /mnt/sdc/www/softnauts.com/softnauts-back/vendor/symfony/http-kernel/EventListener/ProfilerListener.php:100 {▶ Symfony\Component\HttpKernel\EventListener\ProfilerListener->onKernelResponse(FilterResponseEvent $event) … › try { › if (!$profile = $this->profiler->collect($request, $event->getResponse(), $exception)) { › return; } /mnt/sdc/www/softnauts.com/softnauts-back/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); › } /mnt/sdc/www/softnauts.com/softnauts-back/vendor/symfony/event-dispatcher/EventDispatcher.php:264 {▶ Symfony\Component\EventDispatcher\EventDispatcher->doDispatch($listeners, $eventName, Event $event) … › } › $listener($event, $eventName, $this); › } } /mnt/sdc/www/softnauts.com/softnauts-back/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); › } /mnt/sdc/www/softnauts.com/softnauts-back/vendor/symfony/event-dispatcher/EventDispatcher.php:73 {▶ Symfony\Component\EventDispatcher\EventDispatcher->dispatch($event) … › if ($listeners) { › $this->callListeners($listeners, $eventName, $event); › } } /mnt/sdc/www/softnauts.com/softnauts-back/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:168 {▶ Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) … › try { › $this->dispatcher->dispatch($event, $eventName); › } finally { } /mnt/sdc/www/softnauts.com/softnauts-back/vendor/symfony/http-kernel/HttpKernel.php:191 {▶ Symfony\Component\HttpKernel\HttpKernel->filterResponse(Response $response, Request $request, int $type): Response … › › $this->dispatcher->dispatch($event, KernelEvents::RESPONSE); › } /mnt/sdc/www/softnauts.com/softnauts-back/vendor/symfony/http-kernel/HttpKernel.php:179 {▶ Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response … › › return $this->filterResponse($response, $request, $type); › } } /mnt/sdc/www/softnauts.com/softnauts-back/vendor/symfony/http-kernel/HttpKernel.php:80 {▶ Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) … › try { › return $this->handleRaw($request, $type); › } catch (\Exception $e) { } /mnt/sdc/www/softnauts.com/softnauts-back/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) { } /mnt/sdc/www/softnauts.com/softnauts-back/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); › } /mnt/sdc/www/softnauts.com/softnauts-back/vendor/symfony/event-dispatcher/EventDispatcher.php:264 {▶ Symfony\Component\EventDispatcher\EventDispatcher->doDispatch($listeners, $eventName, Event $event) … › } › $listener($event, $eventName, $this); › } } /mnt/sdc/www/softnauts.com/softnauts-back/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); › } /mnt/sdc/www/softnauts.com/softnauts-back/vendor/symfony/event-dispatcher/EventDispatcher.php:73 {▶ Symfony\Component\EventDispatcher\EventDispatcher->dispatch($event) … › if ($listeners) { › $this->callListeners($listeners, $eventName, $event); › } } /mnt/sdc/www/softnauts.com/softnauts-back/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:168 {▶ Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) … › try { › $this->dispatcher->dispatch($event, $eventName); › } finally { } /mnt/sdc/www/softnauts.com/softnauts-back/vendor/symfony/http-kernel/HttpKernel.php:219 {▶ Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response … › $event = new ExceptionEvent($this, $request, $type, $e); › $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION); › } /mnt/sdc/www/softnauts.com/softnauts-back/vendor/symfony/http-kernel/HttpKernel.php:91 {▶ Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) … › › return $this->handleThrowable($e, $request, $type); › } } /mnt/sdc/www/softnauts.com/softnauts-back/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 { } /mnt/sdc/www/softnauts.com/softnauts-back/public/index.php:25 {▶ › $request = Request::createFromGlobals(); › $response = $kernel->handle($request); › $response->send(); } }
n/a (2 times) The "framework.templating" configuration is deprecated since Symfony 4.3. Configure the "twig" section provided by the Twig Bundle instead.
n/a Enabling the Templating component is deprecated since version 4.3 and will be removed in 5.0; use Twig instead.
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.
n/a (2 times) Enabling the route generation feature is deprecated since FOSRestBundle 2.8.
n/a (2 times) The body_listener config has been enabled by default and will be disabled by default in FOSRestBundle 3.0. Please enable or disable it explicitly.
n/a (2 times) The "dir_name" option is deprecated. Use "migrations_paths" instead.
n/a (2 times) The "namespace" option is deprecated. Use "migrations_paths" instead.
n/a (2 times) The "templating.helper" tag is deprecated since version 4.3 and will be removed in 5.0; use Twig instead.
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.
n/a The "Symfony\Component\HttpKernel\EventListener\ExceptionListener" class is deprecated since Symfony 4.4, use "ErrorListener" instead.
n/a The Symfony\Bundle\FrameworkBundle\Templating\TemplateFilenameParser class is deprecated since version 4.3 and will be removed in 5.0; use Twig instead.
n/a The "FOS\UserBundle\Controller\SecurityController" class extends "Symfony\Bundle\FrameworkBundle\Controller\Controller" that is deprecated since Symfony 4.2, use "Symfony\Bundle\FrameworkBundle\Controller\AbstractController" instead.
0 of 0
[▼ "exception" => Symfony\Component\ErrorHandler\Exception\SilencedErrorContext {#1397 ▶ +count: 1 -severity: E_USER_DEPRECATED trace: {▶ /mnt/sdc/www/softnauts.com/softnauts-back/vendor/symfony/debug/DebugClassLoader.php:204 {▶ spl_autoload_call($class_name) … › foreach ($deprecations as $message) { › @trigger_error($message, \E_USER_DEPRECATED); › } } spl_autoload_call() {} } } ]
0 of 0
{▼ /mnt/sdc/www/softnauts.com/softnauts-back/vendor/symfony/debug/DebugClassLoader.php:204 {▶ spl_autoload_call($class_name) … › foreach ($deprecations as $message) { › @trigger_error($message, \E_USER_DEPRECATED); › } } spl_autoload_call() {} }
n/a The "FOS\UserBundle\Controller\ProfileController" class extends "Symfony\Bundle\FrameworkBundle\Controller\Controller" that is deprecated since Symfony 4.2, use "Symfony\Bundle\FrameworkBundle\Controller\AbstractController" instead.
0 of 0
[▼ "exception" => Symfony\Component\ErrorHandler\Exception\SilencedErrorContext {#1393 ▶ +count: 1 -severity: E_USER_DEPRECATED trace: {▶ /mnt/sdc/www/softnauts.com/softnauts-back/vendor/symfony/debug/DebugClassLoader.php:204 {▶ spl_autoload_call($class_name) … › foreach ($deprecations as $message) { › @trigger_error($message, \E_USER_DEPRECATED); › } } spl_autoload_call() {} } } ]
0 of 0
{▼ /mnt/sdc/www/softnauts.com/softnauts-back/vendor/symfony/debug/DebugClassLoader.php:204 {▶ spl_autoload_call($class_name) … › foreach ($deprecations as $message) { › @trigger_error($message, \E_USER_DEPRECATED); › } } spl_autoload_call() {} }
n/a The "FOS\UserBundle\Controller\RegistrationController" class extends "Symfony\Bundle\FrameworkBundle\Controller\Controller" that is deprecated since Symfony 4.2, use "Symfony\Bundle\FrameworkBundle\Controller\AbstractController" instead.
0 of 0
[▼ "exception" => Symfony\Component\ErrorHandler\Exception\SilencedErrorContext {#1389 ▶ +count: 1 -severity: E_USER_DEPRECATED trace: {▶ /mnt/sdc/www/softnauts.com/softnauts-back/vendor/symfony/debug/DebugClassLoader.php:204 {▶ spl_autoload_call($class_name) … › foreach ($deprecations as $message) { › @trigger_error($message, \E_USER_DEPRECATED); › } } spl_autoload_call() {} } } ]
0 of 0
{▼ /mnt/sdc/www/softnauts.com/softnauts-back/vendor/symfony/debug/DebugClassLoader.php:204 {▶ spl_autoload_call($class_name) … › foreach ($deprecations as $message) { › @trigger_error($message, \E_USER_DEPRECATED); › } } spl_autoload_call() {} }
n/a The "FOS\UserBundle\Controller\ChangePasswordController" class extends "Symfony\Bundle\FrameworkBundle\Controller\Controller" that is deprecated since Symfony 4.2, use "Symfony\Bundle\FrameworkBundle\Controller\AbstractController" instead.
0 of 0
[▼ "exception" => Symfony\Component\ErrorHandler\Exception\SilencedErrorContext {#1385 ▶ +count: 1 -severity: E_USER_DEPRECATED trace: {▶ /mnt/sdc/www/softnauts.com/softnauts-back/vendor/symfony/debug/DebugClassLoader.php:204 {▶ spl_autoload_call($class_name) … › foreach ($deprecations as $message) { › @trigger_error($message, \E_USER_DEPRECATED); › } } spl_autoload_call() {} } } ]
0 of 0
{▼ /mnt/sdc/www/softnauts.com/softnauts-back/vendor/symfony/debug/DebugClassLoader.php:204 {▶ spl_autoload_call($class_name) … › foreach ($deprecations as $message) { › @trigger_error($message, \E_USER_DEPRECATED); › } } spl_autoload_call() {} }
n/a The "FOS\UserBundle\Controller\ResettingController" class extends "Symfony\Bundle\FrameworkBundle\Controller\Controller" that is deprecated since Symfony 4.2, use "Symfony\Bundle\FrameworkBundle\Controller\AbstractController" instead.
0 of 0
[▼ "exception" => Symfony\Component\ErrorHandler\Exception\SilencedErrorContext {#1381 ▶ +count: 1 -severity: E_USER_DEPRECATED trace: {▶ /mnt/sdc/www/softnauts.com/softnauts-back/vendor/symfony/debug/DebugClassLoader.php:204 {▶ spl_autoload_call($class_name) … › foreach ($deprecations as $message) { › @trigger_error($message, \E_USER_DEPRECATED); › } } spl_autoload_call() {} } } ]
0 of 0
{▼ /mnt/sdc/www/softnauts.com/softnauts-back/vendor/symfony/debug/DebugClassLoader.php:204 {▶ spl_autoload_call($class_name) … › foreach ($deprecations as $message) { › @trigger_error($message, \E_USER_DEPRECATED); › } } spl_autoload_call() {} }
n/a The "fos_rest.templating" service alias is deprecated since FOSRestBundle 2.8. It is being referenced by the "fos_rest.view_handler.default" service.
n/a The Symfony\Bundle\FrameworkBundle\Templating\Helper\TranslatorHelper class is deprecated since version 4.3 and will be removed in 5.0; use Twig instead.
n/a The "templating.cache_warmer.template_paths" service is deprecated since Symfony 4.3 and will be removed in 5.0.
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.
n/a The "templating.finder" service is deprecated since Symfony 4.3 and will be removed in 5.0.
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.
0 of 0
[▼ "exception" => Symfony\Component\ErrorHandler\Exception\SilencedErrorContext {#1350 ▶ +count: 1 -severity: E_USER_DEPRECATED trace: {▶ /mnt/sdc/www/softnauts.com/softnauts-back/vendor/symfony/framework-bundle/CacheWarmer/TemplateFinder.php:14 {▶ include … › › @trigger_error('The '.TemplateFinder::class.' class is deprecated since version 4.3 and will be removed in 5.0; use Twig instead.', \E_USER_DEPRECATED); › } /mnt/sdc/www/softnauts.com/softnauts-back/vendor/symfony/debug/DebugClassLoader.php:163 {▶ › return; › } elseif (false === include $file) { › return; arguments: {▶ "/mnt/sdc/www/softnauts.com/softnauts-back/vendor/symfony/framework-bundle/Templating/TemplateNameParser.php" } } } } ]
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.
n/a The "templating.locator" service is deprecated since Symfony 4.3 and will be removed in 5.0.
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.
n/a The "twig.cache_warmer" service is deprecated since Symfony 4.4 and will be removed in 5.0.
n/a Creating Doctrine\ORM\Mapping\UnderscoreNamingStrategy without making it number aware is deprecated and will be removed in Doctrine ORM 3.0.
0 of 0
[▼ "exception" => Symfony\Component\ErrorHandler\Exception\SilencedErrorContext {#1336 ▶ +count: 1 -severity: E_USER_DEPRECATED trace: {▶ /mnt/sdc/www/softnauts.com/softnauts-back/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/UnderscoreNamingStrategy.php:66 {▶ Doctrine\ORM\Mapping\UnderscoreNamingStrategy->__construct($case = CASE_LOWER, bool $numberAware = false) … › 'Creating ' . self::class . ' without making it number aware is deprecated and will be removed in Doctrine ORM 3.0.', › E_USER_DEPRECATED › ); } /mnt/sdc/www/softnauts.com/softnauts-back/var/cache/dev/ContainerX6hqc4k/srcApp_KernelDevDebugContainer.php:829 {▼ › $a->setDefaultRepositoryClassName('Doctrine\\ORM\\EntityRepository'); › $a->setNamingStrategy(new \Doctrine\ORM\Mapping\UnderscoreNamingStrategy()); › $a->setQuoteStrategy(new \Doctrine\ORM\Mapping\DefaultQuoteStrategy()); } } } ]
0 of 0
{▼ /mnt/sdc/www/softnauts.com/softnauts-back/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/UnderscoreNamingStrategy.php:66 {▶ Doctrine\ORM\Mapping\UnderscoreNamingStrategy->__construct($case = CASE_LOWER, bool $numberAware = false) … › 'Creating ' . self::class . ' without making it number aware is deprecated and will be removed in Doctrine ORM 3.0.', › E_USER_DEPRECATED › ); } /mnt/sdc/www/softnauts.com/softnauts-back/var/cache/dev/ContainerX6hqc4k/srcApp_KernelDevDebugContainer.php:829 {▼ › $a->setDefaultRepositoryClassName('Doctrine\\ORM\\EntityRepository'); › $a->setNamingStrategy(new \Doctrine\ORM\Mapping\UnderscoreNamingStrategy()); › $a->setQuoteStrategy(new \Doctrine\ORM\Mapping\DefaultQuoteStrategy()); } }
n/a The Symfony\Bundle\FrameworkBundle\Templating\TemplateReference class is deprecated since version 4.3 and will be removed in 5.0; use Twig instead.
0 of 0
[▼ "exception" => Symfony\Component\ErrorHandler\Exception\SilencedErrorContext {#3405 ▶ +count: 1 -severity: E_USER_DEPRECATED trace: {▶ /mnt/sdc/www/softnauts.com/softnauts-back/vendor/symfony/framework-bundle/Templating/TemplateReference.php:14 {▶ include … › › @trigger_error('The '.TemplateReference::class.' class is deprecated since version 4.3 and will be removed in 5.0; use Twig instead.', \E_USER_DEPRECATED); › } /mnt/sdc/www/softnauts.com/softnauts-back/vendor/symfony/debug/DebugClassLoader.php:163 {▶ › return; › } elseif (false === include $file) { › return; arguments: {▶ "/mnt/sdc/www/softnauts.com/softnauts-back/vendor/symfony/framework-bundle/Templating/TemplateNameParser.php" } } } } ]
n/a The fos_rest.routing.loader.directory service is deprecated since FOSRestBundle 2.8. You can disable it by setting the config `fos_rest.routing_loader.enabled` to `false`.
n/a The FOS\RestBundle\Routing\Loader\DirectoryRouteLoader class is deprecated since FOSRestBundle 2.8.
0 of 0
[▼ "exception" => Symfony\Component\ErrorHandler\Exception\SilencedErrorContext {#3407 ▶ +count: 1 -severity: E_USER_DEPRECATED trace: {▶ /mnt/sdc/www/softnauts.com/softnauts-back/vendor/friendsofsymfony/rest-bundle/Routing/Loader/DirectoryRouteLoader.php:14 {▶ include … › › @trigger_error(sprintf('The %s\DirectoryRouteLoader class is deprecated since FOSRestBundle 2.8.', __NAMESPACE__), E_USER_DEPRECATED); › } /mnt/sdc/www/softnauts.com/softnauts-back/vendor/symfony/debug/DebugClassLoader.php:163 {▶ › return; › } elseif (false === include $file) { › return; arguments: {▶ "/mnt/sdc/www/softnauts.com/softnauts-back/vendor/symfony/framework-bundle/Templating/TemplateNameParser.php" } } } } ]
n/a The fos_rest.routing.loader.processor service is deprecated since FOSRestBundle 2.8. You can disable it by setting the config `fos_rest.routing_loader.enabled` to `false`.
n/a The FOS\RestBundle\Routing\Loader\RestRouteProcessor class is deprecated since FOSRestBundle 2.8.
0 of 0
[▼ "exception" => Symfony\Component\ErrorHandler\Exception\SilencedErrorContext {#3409 ▶ +count: 1 -severity: E_USER_DEPRECATED trace: {▶ /mnt/sdc/www/softnauts.com/softnauts-back/vendor/friendsofsymfony/rest-bundle/Routing/Loader/RestRouteProcessor.php:14 {▶ include … › › @trigger_error(sprintf('The %s\RestRouteProcessor class is deprecated since FOSRestBundle 2.8.', __NAMESPACE__), E_USER_DEPRECATED); › } /mnt/sdc/www/softnauts.com/softnauts-back/vendor/symfony/debug/DebugClassLoader.php:163 {▶ › return; › } elseif (false === include $file) { › return; arguments: {▶ "/mnt/sdc/www/softnauts.com/softnauts-back/vendor/symfony/framework-bundle/Templating/TemplateNameParser.php" } } } } ]
n/a The fos_rest.routing.loader.controller service is deprecated since FOSRestBundle 2.8. You can disable it by setting the config `fos_rest.routing_loader.enabled` to `false`.
n/a The FOS\RestBundle\Routing\Loader\RestRouteLoader class is deprecated since FOSRestBundle 2.8.
0 of 0
[▼ "exception" => Symfony\Component\ErrorHandler\Exception\SilencedErrorContext {#3411 ▶ +count: 1 -severity: E_USER_DEPRECATED trace: {▶ /mnt/sdc/www/softnauts.com/softnauts-back/vendor/friendsofsymfony/rest-bundle/Routing/Loader/RestRouteLoader.php:14 {▶ include … › › @trigger_error(sprintf('The %s\RestRouteLoader class is deprecated since FOSRestBundle 2.8.', __NAMESPACE__), E_USER_DEPRECATED); › } /mnt/sdc/www/softnauts.com/softnauts-back/vendor/symfony/debug/DebugClassLoader.php:163 {▶ › return; › } elseif (false === include $file) { › return; arguments: {▶ "/mnt/sdc/www/softnauts.com/softnauts-back/vendor/symfony/framework-bundle/Templating/TemplateNameParser.php" } } } } ]
n/a The fos_rest.routing.loader.reader.controller service is deprecated since FOSRestBundle 2.8.
n/a The FOS\RestBundle\Routing\Loader\Reader\RestControllerReader class is deprecated since FOSRestBundle 2.8.
0 of 0
[▼ "exception" => Symfony\Component\ErrorHandler\Exception\SilencedErrorContext {#3413 ▶ +count: 1 -severity: E_USER_DEPRECATED trace: {▶ /mnt/sdc/www/softnauts.com/softnauts-back/vendor/friendsofsymfony/rest-bundle/Routing/Loader/Reader/RestControllerReader.php:14 {▶ include … › › @trigger_error(sprintf('The %s\RestControllerReader class is deprecated since FOSRestBundle 2.8.', __NAMESPACE__), E_USER_DEPRECATED); › } /mnt/sdc/www/softnauts.com/softnauts-back/vendor/symfony/debug/DebugClassLoader.php:163 {▶ › return; › } elseif (false === include $file) { › return; arguments: {▶ "/mnt/sdc/www/softnauts.com/softnauts-back/vendor/symfony/framework-bundle/Templating/TemplateNameParser.php" } } } } ]
n/a The fos_rest.routing.loader.reader.action service is deprecated since FOSRestBundle 2.8. You can disable it by setting the config `fos_rest.routing_loader.enabled` to `false`.
n/a The FOS\RestBundle\Routing\Loader\Reader\RestActionReader class is deprecated since FOSRestBundle 2.8.
0 of 0
[▼ "exception" => Symfony\Component\ErrorHandler\Exception\SilencedErrorContext {#3415 ▶ +count: 1 -severity: E_USER_DEPRECATED trace: {▶ /mnt/sdc/www/softnauts.com/softnauts-back/vendor/friendsofsymfony/rest-bundle/Routing/Loader/Reader/RestActionReader.php:14 {▶ include … › › @trigger_error(sprintf('The %s\RestActionReader class is deprecated since FOSRestBundle 2.8.', __NAMESPACE__), E_USER_DEPRECATED); › } /mnt/sdc/www/softnauts.com/softnauts-back/vendor/symfony/debug/DebugClassLoader.php:163 {▶ › return; › } elseif (false === include $file) { › return; arguments: {▶ "/mnt/sdc/www/softnauts.com/softnauts-back/vendor/symfony/framework-bundle/Templating/TemplateNameParser.php" } } } } ]
n/a The fos_rest.inflector.doctrine service is deprecated since FOSRestBundle 2.8.
n/a The FOS\RestBundle\Inflector\DoctrineInflector class is deprecated since FOSRestBundle 2.8.
0 of 0
[▼ "exception" => Symfony\Component\ErrorHandler\Exception\SilencedErrorContext {#3417 ▶ +count: 1 -severity: E_USER_DEPRECATED trace: {▶ /mnt/sdc/www/softnauts.com/softnauts-back/vendor/friendsofsymfony/rest-bundle/Inflector/DoctrineInflector.php:14 {▶ include … › › @trigger_error(sprintf('The %s\DoctrineInflector class is deprecated since FOSRestBundle 2.8.', __NAMESPACE__), E_USER_DEPRECATED); › } /mnt/sdc/www/softnauts.com/softnauts-back/vendor/symfony/debug/DebugClassLoader.php:163 {▶ › return; › } elseif (false === include $file) { › return; arguments: {▶ "/mnt/sdc/www/softnauts.com/softnauts-back/vendor/symfony/framework-bundle/Templating/TemplateNameParser.php" } } } } ]
n/a Not passing an instance of FOS\RestBundle\Routing\Loader\Reader\RestControllerReader as the 3rd argument of FOS\RestBundle\Routing\Loader\RestRouteLoader::__construct() is deprecated since FOSRestBundle 2.8.
n/a The fos_rest.routing.loader.yaml_collection service is deprecated since FOSRestBundle 2.8. You can disable it by setting the config `fos_rest.routing_loader.enabled` to `false`.
n/a The FOS\RestBundle\Routing\Loader\RestYamlCollectionLoader class is deprecated since FOSRestBundle 2.8.
0 of 0
[▼ "exception" => Symfony\Component\ErrorHandler\Exception\SilencedErrorContext {#3420 ▶ +count: 1 -severity: E_USER_DEPRECATED trace: {▶ /mnt/sdc/www/softnauts.com/softnauts-back/vendor/friendsofsymfony/rest-bundle/Routing/Loader/RestYamlCollectionLoader.php:14 {▶ include … › › @trigger_error(sprintf('The %s\RestYamlCollectionLoader class is deprecated since FOSRestBundle 2.8.', __NAMESPACE__), E_USER_DEPRECATED); › } /mnt/sdc/www/softnauts.com/softnauts-back/vendor/symfony/debug/DebugClassLoader.php:163 {▶ › return; › } elseif (false === include $file) { › return; arguments: {▶ "/mnt/sdc/www/softnauts.com/softnauts-back/vendor/symfony/framework-bundle/Templating/TemplateNameParser.php" } } } } ]
n/a The fos_rest.routing.loader.xml_collection service is deprecated since FOSRestBundle 2.8. You can disable it by setting the config `fos_rest.routing_loader.enabled` to `false`.
n/a The FOS\RestBundle\Routing\Loader\RestXmlCollectionLoader class is deprecated since FOSRestBundle 2.8.
0 of 0
[▼ "exception" => Symfony\Component\ErrorHandler\Exception\SilencedErrorContext {#3422 ▶ +count: 1 -severity: E_USER_DEPRECATED trace: {▶ /mnt/sdc/www/softnauts.com/softnauts-back/vendor/friendsofsymfony/rest-bundle/Routing/Loader/RestXmlCollectionLoader.php:14 {▶ include … › › @trigger_error(sprintf('The %s\RestXmlCollectionLoader class is deprecated since FOSRestBundle 2.8.', __NAMESPACE__), E_USER_DEPRECATED); › } /mnt/sdc/www/softnauts.com/softnauts-back/vendor/symfony/debug/DebugClassLoader.php:163 {▶ › return; › } elseif (false === include $file) { › return; arguments: {▶ "/mnt/sdc/www/softnauts.com/softnauts-back/vendor/symfony/framework-bundle/Templating/TemplateNameParser.php" } } } } ]
n/a The "templating.name_parser" service is deprecated since Symfony 4.3 and will be removed in 5.0.
n/a The Symfony\Bundle\FrameworkBundle\Templating\TemplateNameParser class is deprecated since version 4.3 and will be removed in 5.0; use Twig instead.