01:15:06
php
User Deprecated: The "twig.controller.exception " service is deprecated since Symfony 4.4.
[
"exception " => ErrorException {#797
#message : "User Deprecated: The "twig.controller.exception" service is deprecated since Symfony 4.4. "
#code : 0
#file : "/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /symfony/deprecation-contracts/ function.php "
#line : 25
#severity : E_USER_DEPRECATED
trace : {
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /symfony/deprecation-contracts/ function.php:25 {
trigger_deprecation(string $package, string $version, string $message, ...$args): void …
› {
› @trigger_error(($package || $version ? "Since $package $version: " : '').($args ? vsprintf($message, $args) : $message), \E_USER_DEPRECATED);
› }
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main / var/cache/dev/ContainerMBEyLVQ/getTwig_Controller_ExceptionService.php:22 {
ContainerMBEyLVQ \ getTwig_Controller_ExceptionService::do($container, $lazyLoad = true) …
› {
› trigger_deprecation('', '', 'The "twig.controller.exception" service is deprecated since Symfony 4.4.');
›
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main / var/cache/dev/ContainerMBEyLVQ/appAppKernelDevDebugContainer.php:417 {
ContainerMBEyLVQ \ appAppKernelDevDebugContainer->load($file, $lazyLoad = true) …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /symfony/dependency-injection/ Container.php:238 {
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])) {
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /symfony/dependency-injection/ Container.php:220 {
Symfony\Component\DependencyInjection \ Container->get(string $id, int $invalidBehavior = 1) …
› ?? $this->services[$id = $this->aliases[$id] ?? $id]
› ?? ('service_container' === $id ? $this : ($this->factories[$id] ?? [$this, 'make'])($id, $invalidBehavior));
› }
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /symfony/http-kernel/ Controller/ContainerControllerResolver.php:53 {
Symfony\Component\HttpKernel\Controller \ ContainerControllerResolver->instantiateController($class) …
› if ($this->container->has($class)) {
› return $this->container->get($class);
› }
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /symfony/framework-bundle/ Controller/ControllerResolver.php:70 {
Symfony\Bundle\FrameworkBundle\Controller \ ControllerResolver->instantiateController($class) …
› {
› $controller = parent::instantiateController($class);
›
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /symfony/http-kernel/ Controller/ControllerResolver.php:122 {
Symfony\Component\HttpKernel\Controller \ ControllerResolver->createController($controller) …
› try {
› $controller = [$this->instantiateController($class), $method];
› } catch (\Error|\LogicException $e) {
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /symfony/http-kernel/ Controller/ContainerControllerResolver.php:42 {
Symfony\Component\HttpKernel\Controller \ ContainerControllerResolver->createController($controller) …
›
› return parent::createController($controller);
› }
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /symfony/framework-bundle/ Controller/ControllerResolver.php:62 {
Symfony\Bundle\FrameworkBundle\Controller \ ControllerResolver->createController($controller) …
›
› return parent::createController($controller);
› }
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /symfony/http-kernel/ Controller/ControllerResolver.php:86 {
Symfony\Component\HttpKernel\Controller \ ControllerResolver->getController(Request $request) …
› try {
› $callable = $this->createController($controller);
› } catch (\InvalidArgumentException $e) {
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /symfony/http-kernel/ Controller/TraceableControllerResolver.php:38 {
Symfony\Component\HttpKernel\Controller \ TraceableControllerResolver->getController(Request $request) …
›
› $ret = $this->resolver->getController($request);
›
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /symfony/http-kernel/ HttpKernel.php:152 {
Symfony\Component\HttpKernel \ HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
› // load controller
› if (false === $controller = $this->resolver->getController($request)) {
› throw new NotFoundHttpException(sprintf('Unable to find the controller for path "%s". The route is wrongly configured.', $request->getPathInfo()));
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /symfony/http-kernel/ HttpKernel.php:81 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /symfony/http-kernel/ EventListener/ExceptionListener.php:61 {
Symfony\Component\HttpKernel\EventListener \ ExceptionListener->onKernelException(GetResponseForExceptionEvent $event) …
› try {
› $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);
› } catch (\Exception $e) {
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/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);
›
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /symfony/event-dispatcher/ EventDispatcher.php:264 {
Symfony\Component\EventDispatcher \ EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
› }
› $listener($event, $eventName, $this);
› }
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/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);
›
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /symfony/event-dispatcher/ EventDispatcher.php:73 {
Symfony\Component\EventDispatcher \ EventDispatcher->dispatch($event) …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:168 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch($event) …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /symfony/http-kernel/ HttpKernel.php:229 {
Symfony\Component\HttpKernel \ HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
› $event = new ExceptionEvent($this, $request, $type, $e);
› $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);
›
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /symfony/http-kernel/ HttpKernel.php:92 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
›
› return $this->handleThrowable($e, $request, $type);
› } finally {
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/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 {
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main / web/app_dev.php:30 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
}
}
}
]
{
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /symfony/deprecation-contracts/ function.php:25 {
trigger_deprecation(string $package, string $version, string $message, ...$args): void …
› {
› @trigger_error(($package || $version ? "Since $package $version: " : '').($args ? vsprintf($message, $args) : $message), \E_USER_DEPRECATED);
› }
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main / var/cache/dev/ContainerMBEyLVQ/getTwig_Controller_ExceptionService.php:22 {
ContainerMBEyLVQ \ getTwig_Controller_ExceptionService::do($container, $lazyLoad = true) …
› {
› trigger_deprecation('', '', 'The "twig.controller.exception" service is deprecated since Symfony 4.4.');
›
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main / var/cache/dev/ContainerMBEyLVQ/appAppKernelDevDebugContainer.php:417 {
ContainerMBEyLVQ \ appAppKernelDevDebugContainer->load($file, $lazyLoad = true) …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /symfony/dependency-injection/ Container.php:238 {
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])) {
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /symfony/dependency-injection/ Container.php:220 {
Symfony\Component\DependencyInjection \ Container->get(string $id, int $invalidBehavior = 1) …
› ?? $this->services[$id = $this->aliases[$id] ?? $id]
› ?? ('service_container' === $id ? $this : ($this->factories[$id] ?? [$this, 'make'])($id, $invalidBehavior));
› }
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /symfony/http-kernel/ Controller/ContainerControllerResolver.php:53 {
Symfony\Component\HttpKernel\Controller \ ContainerControllerResolver->instantiateController($class) …
› if ($this->container->has($class)) {
› return $this->container->get($class);
› }
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /symfony/framework-bundle/ Controller/ControllerResolver.php:70 {
Symfony\Bundle\FrameworkBundle\Controller \ ControllerResolver->instantiateController($class) …
› {
› $controller = parent::instantiateController($class);
›
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /symfony/http-kernel/ Controller/ControllerResolver.php:122 {
Symfony\Component\HttpKernel\Controller \ ControllerResolver->createController($controller) …
› try {
› $controller = [$this->instantiateController($class), $method];
› } catch (\Error|\LogicException $e) {
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /symfony/http-kernel/ Controller/ContainerControllerResolver.php:42 {
Symfony\Component\HttpKernel\Controller \ ContainerControllerResolver->createController($controller) …
›
› return parent::createController($controller);
› }
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /symfony/framework-bundle/ Controller/ControllerResolver.php:62 {
Symfony\Bundle\FrameworkBundle\Controller \ ControllerResolver->createController($controller) …
›
› return parent::createController($controller);
› }
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /symfony/http-kernel/ Controller/ControllerResolver.php:86 {
Symfony\Component\HttpKernel\Controller \ ControllerResolver->getController(Request $request) …
› try {
› $callable = $this->createController($controller);
› } catch (\InvalidArgumentException $e) {
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /symfony/http-kernel/ Controller/TraceableControllerResolver.php:38 {
Symfony\Component\HttpKernel\Controller \ TraceableControllerResolver->getController(Request $request) …
›
› $ret = $this->resolver->getController($request);
›
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /symfony/http-kernel/ HttpKernel.php:152 {
Symfony\Component\HttpKernel \ HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
› // load controller
› if (false === $controller = $this->resolver->getController($request)) {
› throw new NotFoundHttpException(sprintf('Unable to find the controller for path "%s". The route is wrongly configured.', $request->getPathInfo()));
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /symfony/http-kernel/ HttpKernel.php:81 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /symfony/http-kernel/ EventListener/ExceptionListener.php:61 {
Symfony\Component\HttpKernel\EventListener \ ExceptionListener->onKernelException(GetResponseForExceptionEvent $event) …
› try {
› $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);
› } catch (\Exception $e) {
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/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);
›
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /symfony/event-dispatcher/ EventDispatcher.php:264 {
Symfony\Component\EventDispatcher \ EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
› }
› $listener($event, $eventName, $this);
› }
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/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);
›
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /symfony/event-dispatcher/ EventDispatcher.php:73 {
Symfony\Component\EventDispatcher \ EventDispatcher->dispatch($event) …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:168 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch($event) …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /symfony/http-kernel/ HttpKernel.php:229 {
Symfony\Component\HttpKernel \ HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
› $event = new ExceptionEvent($this, $request, $type, $e);
› $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);
›
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /symfony/http-kernel/ HttpKernel.php:92 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
›
› return $this->handleThrowable($e, $request, $type);
› } finally {
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/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 {
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main / web/app_dev.php:30 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
}
}
01:15:06
php
User Deprecated: The "Symfony\Bundle\TwigBundle\Controller\ExceptionController " class is deprecated since Symfony 4.4, use "Symfony\Component\HttpKernel\Controller\ErrorController " instead.
[
"exception " => ErrorException {#798
#message : "User Deprecated: The "Symfony\Bundle\TwigBundle\Controller\ExceptionController" class is deprecated since Symfony 4.4, use "Symfony\Component\HttpKernel\Controller\ErrorController" instead. "
#code : 0
#file : "/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /symfony/twig-bundle/ Controller/ExceptionController.php "
#line : 23
#severity : E_USER_DEPRECATED
trace : {
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /symfony/twig-bundle/ Controller/ExceptionController.php:23 {
spl_autoload_call($class_name) …
›
› @trigger_error(sprintf('The "%s" class is deprecated since Symfony 4.4, use "%s" instead.', ExceptionController::class, \Symfony\Component\HttpKernel\Controller\ErrorController::class), \E_USER_DEPRECATED);
›
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main / var/cache/dev/ContainerMBEyLVQ/getTwig_Controller_ExceptionService.php:24 {
ContainerMBEyLVQ \ getTwig_Controller_ExceptionService::do($container, $lazyLoad = true) …
›
› return $container->services['twig.controller.exception'] = new \Symfony\Bundle\TwigBundle\Controller\ExceptionController(($container->services['twig'] ?? $container->getTwigService()), true);
› }
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main / var/cache/dev/ContainerMBEyLVQ/appAppKernelDevDebugContainer.php:417 {
ContainerMBEyLVQ \ appAppKernelDevDebugContainer->load($file, $lazyLoad = true) …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /symfony/dependency-injection/ Container.php:238 {
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])) {
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /symfony/dependency-injection/ Container.php:220 {
Symfony\Component\DependencyInjection \ Container->get(string $id, int $invalidBehavior = 1) …
› ?? $this->services[$id = $this->aliases[$id] ?? $id]
› ?? ('service_container' === $id ? $this : ($this->factories[$id] ?? [$this, 'make'])($id, $invalidBehavior));
› }
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /symfony/http-kernel/ Controller/ContainerControllerResolver.php:53 {
Symfony\Component\HttpKernel\Controller \ ContainerControllerResolver->instantiateController($class) …
› if ($this->container->has($class)) {
› return $this->container->get($class);
› }
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /symfony/framework-bundle/ Controller/ControllerResolver.php:70 {
Symfony\Bundle\FrameworkBundle\Controller \ ControllerResolver->instantiateController($class) …
› {
› $controller = parent::instantiateController($class);
›
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /symfony/http-kernel/ Controller/ControllerResolver.php:122 {
Symfony\Component\HttpKernel\Controller \ ControllerResolver->createController($controller) …
› try {
› $controller = [$this->instantiateController($class), $method];
› } catch (\Error|\LogicException $e) {
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /symfony/http-kernel/ Controller/ContainerControllerResolver.php:42 {
Symfony\Component\HttpKernel\Controller \ ContainerControllerResolver->createController($controller) …
›
› return parent::createController($controller);
› }
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /symfony/framework-bundle/ Controller/ControllerResolver.php:62 {
Symfony\Bundle\FrameworkBundle\Controller \ ControllerResolver->createController($controller) …
›
› return parent::createController($controller);
› }
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /symfony/http-kernel/ Controller/ControllerResolver.php:86 {
Symfony\Component\HttpKernel\Controller \ ControllerResolver->getController(Request $request) …
› try {
› $callable = $this->createController($controller);
› } catch (\InvalidArgumentException $e) {
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /symfony/http-kernel/ Controller/TraceableControllerResolver.php:38 {
Symfony\Component\HttpKernel\Controller \ TraceableControllerResolver->getController(Request $request) …
›
› $ret = $this->resolver->getController($request);
›
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /symfony/http-kernel/ HttpKernel.php:152 {
Symfony\Component\HttpKernel \ HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
› // load controller
› if (false === $controller = $this->resolver->getController($request)) {
› throw new NotFoundHttpException(sprintf('Unable to find the controller for path "%s". The route is wrongly configured.', $request->getPathInfo()));
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /symfony/http-kernel/ HttpKernel.php:81 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /symfony/http-kernel/ EventListener/ExceptionListener.php:61 {
Symfony\Component\HttpKernel\EventListener \ ExceptionListener->onKernelException(GetResponseForExceptionEvent $event) …
› try {
› $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);
› } catch (\Exception $e) {
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/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);
›
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /symfony/event-dispatcher/ EventDispatcher.php:264 {
Symfony\Component\EventDispatcher \ EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
› }
› $listener($event, $eventName, $this);
› }
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/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);
›
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /symfony/event-dispatcher/ EventDispatcher.php:73 {
Symfony\Component\EventDispatcher \ EventDispatcher->dispatch($event) …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:168 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch($event) …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /symfony/http-kernel/ HttpKernel.php:229 {
Symfony\Component\HttpKernel \ HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
› $event = new ExceptionEvent($this, $request, $type, $e);
› $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);
›
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /symfony/http-kernel/ HttpKernel.php:92 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
›
› return $this->handleThrowable($e, $request, $type);
› } finally {
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/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 {
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main / web/app_dev.php:30 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
}
}
}
]
{
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /symfony/twig-bundle/ Controller/ExceptionController.php:23 {
spl_autoload_call($class_name) …
›
› @trigger_error(sprintf('The "%s" class is deprecated since Symfony 4.4, use "%s" instead.', ExceptionController::class, \Symfony\Component\HttpKernel\Controller\ErrorController::class), \E_USER_DEPRECATED);
›
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main / var/cache/dev/ContainerMBEyLVQ/getTwig_Controller_ExceptionService.php:24 {
ContainerMBEyLVQ \ getTwig_Controller_ExceptionService::do($container, $lazyLoad = true) …
›
› return $container->services['twig.controller.exception'] = new \Symfony\Bundle\TwigBundle\Controller\ExceptionController(($container->services['twig'] ?? $container->getTwigService()), true);
› }
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main / var/cache/dev/ContainerMBEyLVQ/appAppKernelDevDebugContainer.php:417 {
ContainerMBEyLVQ \ appAppKernelDevDebugContainer->load($file, $lazyLoad = true) …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /symfony/dependency-injection/ Container.php:238 {
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])) {
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /symfony/dependency-injection/ Container.php:220 {
Symfony\Component\DependencyInjection \ Container->get(string $id, int $invalidBehavior = 1) …
› ?? $this->services[$id = $this->aliases[$id] ?? $id]
› ?? ('service_container' === $id ? $this : ($this->factories[$id] ?? [$this, 'make'])($id, $invalidBehavior));
› }
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /symfony/http-kernel/ Controller/ContainerControllerResolver.php:53 {
Symfony\Component\HttpKernel\Controller \ ContainerControllerResolver->instantiateController($class) …
› if ($this->container->has($class)) {
› return $this->container->get($class);
› }
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /symfony/framework-bundle/ Controller/ControllerResolver.php:70 {
Symfony\Bundle\FrameworkBundle\Controller \ ControllerResolver->instantiateController($class) …
› {
› $controller = parent::instantiateController($class);
›
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /symfony/http-kernel/ Controller/ControllerResolver.php:122 {
Symfony\Component\HttpKernel\Controller \ ControllerResolver->createController($controller) …
› try {
› $controller = [$this->instantiateController($class), $method];
› } catch (\Error|\LogicException $e) {
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /symfony/http-kernel/ Controller/ContainerControllerResolver.php:42 {
Symfony\Component\HttpKernel\Controller \ ContainerControllerResolver->createController($controller) …
›
› return parent::createController($controller);
› }
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /symfony/framework-bundle/ Controller/ControllerResolver.php:62 {
Symfony\Bundle\FrameworkBundle\Controller \ ControllerResolver->createController($controller) …
›
› return parent::createController($controller);
› }
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /symfony/http-kernel/ Controller/ControllerResolver.php:86 {
Symfony\Component\HttpKernel\Controller \ ControllerResolver->getController(Request $request) …
› try {
› $callable = $this->createController($controller);
› } catch (\InvalidArgumentException $e) {
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /symfony/http-kernel/ Controller/TraceableControllerResolver.php:38 {
Symfony\Component\HttpKernel\Controller \ TraceableControllerResolver->getController(Request $request) …
›
› $ret = $this->resolver->getController($request);
›
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /symfony/http-kernel/ HttpKernel.php:152 {
Symfony\Component\HttpKernel \ HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
› // load controller
› if (false === $controller = $this->resolver->getController($request)) {
› throw new NotFoundHttpException(sprintf('Unable to find the controller for path "%s". The route is wrongly configured.', $request->getPathInfo()));
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /symfony/http-kernel/ HttpKernel.php:81 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /symfony/http-kernel/ EventListener/ExceptionListener.php:61 {
Symfony\Component\HttpKernel\EventListener \ ExceptionListener->onKernelException(GetResponseForExceptionEvent $event) …
› try {
› $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);
› } catch (\Exception $e) {
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/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);
›
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /symfony/event-dispatcher/ EventDispatcher.php:264 {
Symfony\Component\EventDispatcher \ EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
› }
› $listener($event, $eventName, $this);
› }
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/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);
›
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /symfony/event-dispatcher/ EventDispatcher.php:73 {
Symfony\Component\EventDispatcher \ EventDispatcher->dispatch($event) …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:168 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch($event) …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /symfony/http-kernel/ HttpKernel.php:229 {
Symfony\Component\HttpKernel \ HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
› $event = new ExceptionEvent($this, $request, $type, $e);
› $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);
›
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /symfony/http-kernel/ HttpKernel.php:92 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
›
› return $this->handleThrowable($e, $request, $type);
› } finally {
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/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 {
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main / web/app_dev.php:30 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
}
}
01:15:06
php
User Deprecated: The template "@Twig/layout.html.twig " is deprecated since Symfony 4.4, will be removed in 5.0. in "@Twig/layout.html.twig " at line 1.
[
"exception " => ErrorException {#899
#message : "User Deprecated: The template "@Twig/layout.html.twig" is deprecated since Symfony 4.4, will be removed in 5.0. in "@Twig/layout.html.twig" at line 1. "
#code : 0
#file : "/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /symfony/deprecation-contracts/ function.php "
#line : 25
#severity : E_USER_DEPRECATED
trace : {
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /symfony/deprecation-contracts/ function.php:25 {
trigger_deprecation(string $package, string $version, string $message, ...$args): void …
› {
› @trigger_error(($package || $version ? "Since $package $version: " : '').($args ? vsprintf($message, $args) : $message), \E_USER_DEPRECATED);
› }
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/var/cache/dev/twig/31/319f694259f29426741612f177c708db295290c95412ead6e1659889e41d845e.php:50 {
__TwigTemplate_db2ba8fb4dd65795d1b904a9c6e50bfbdaaf284240872afa265ff4d6e477ba70->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_deprecation('', '', $__internal_compile_0." in \"@Twig/layout.html.twig\" at line 1.");
› // line 2
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /twig/twig/ src/Template.php:360 {
Twig \ Template->yield(array $context, array $blocks = []): iterable …
›
› foreach ($this->doDisplay($context, $blocks) as $data) {
› if (ob_get_length()) {
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/var/cache/dev/twig/24/2409a738378eb56a3dec5b0b52d6601f41efb36d0a387be52f8bb730cc2793a4.php:53 {
__TwigTemplate_ff34a24e3a2e126f3bd49494a4020efb614f46a6066976d965ddacd1b04ed30d->doDisplay(array $context, array $blocks = []) …
› $this->parent = $this->loadTemplate("@Twig/layout.html.twig", "@Twig/Exception/exception_full.html.twig", 1);
› yield from $this->parent->unwrap()->yield($context, array_merge($this->blocks, $blocks));
›
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /twig/twig/ src/Template.php:360 {
Twig \ Template->yield(array $context, array $blocks = []): iterable …
›
› foreach ($this->doDisplay($context, $blocks) as $data) {
› if (ob_get_length()) {
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /twig/twig/ src/Template.php:335 {
Twig \ Template->render(array $context): string …
› $content = '';
› foreach ($this->yield($context) as $data) {
› $content .= $data;
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /twig/twig/ src/TemplateWrapper.php:38 {
Twig \ TemplateWrapper->render(array $context = []): string …
› {
› return $this->template->render($context);
› }
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /twig/twig/ src/Environment.php:306 {
Twig \ Environment->render($name, array $context = []): string …
› {
› return $this->load($name)->render($context);
› }
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /symfony/twig-bundle/ Controller/ExceptionController.php:73 {
Symfony\Bundle\TwigBundle\Controller \ ExceptionController->showAction(Request $request, FlattenException $exception, ?DebugLoggerInterface $logger = null) …
› 'logger' => $logger,
› 'currentContent' => $currentContent,
› ]
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /symfony/http-kernel/ HttpKernel.php:169 {
Symfony\Component\HttpKernel \ HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
› // call controller
› $response = $controller(...$arguments);
›
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /symfony/http-kernel/ HttpKernel.php:81 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /symfony/http-kernel/ EventListener/ExceptionListener.php:61 {
Symfony\Component\HttpKernel\EventListener \ ExceptionListener->onKernelException(GetResponseForExceptionEvent $event) …
› try {
› $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);
› } catch (\Exception $e) {
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/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);
›
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /symfony/event-dispatcher/ EventDispatcher.php:264 {
Symfony\Component\EventDispatcher \ EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
› }
› $listener($event, $eventName, $this);
› }
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/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);
›
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /symfony/event-dispatcher/ EventDispatcher.php:73 {
Symfony\Component\EventDispatcher \ EventDispatcher->dispatch($event) …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:168 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch($event) …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /symfony/http-kernel/ HttpKernel.php:229 {
Symfony\Component\HttpKernel \ HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
› $event = new ExceptionEvent($this, $request, $type, $e);
› $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);
›
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /symfony/http-kernel/ HttpKernel.php:92 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
›
› return $this->handleThrowable($e, $request, $type);
› } finally {
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/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 {
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main / web/app_dev.php:30 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
}
}
}
]
{
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /symfony/deprecation-contracts/ function.php:25 {
trigger_deprecation(string $package, string $version, string $message, ...$args): void …
› {
› @trigger_error(($package || $version ? "Since $package $version: " : '').($args ? vsprintf($message, $args) : $message), \E_USER_DEPRECATED);
› }
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/var/cache/dev/twig/31/319f694259f29426741612f177c708db295290c95412ead6e1659889e41d845e.php:50 {
__TwigTemplate_db2ba8fb4dd65795d1b904a9c6e50bfbdaaf284240872afa265ff4d6e477ba70->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_deprecation('', '', $__internal_compile_0." in \"@Twig/layout.html.twig\" at line 1.");
› // line 2
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /twig/twig/ src/Template.php:360 {
Twig \ Template->yield(array $context, array $blocks = []): iterable …
›
› foreach ($this->doDisplay($context, $blocks) as $data) {
› if (ob_get_length()) {
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/var/cache/dev/twig/24/2409a738378eb56a3dec5b0b52d6601f41efb36d0a387be52f8bb730cc2793a4.php:53 {
__TwigTemplate_ff34a24e3a2e126f3bd49494a4020efb614f46a6066976d965ddacd1b04ed30d->doDisplay(array $context, array $blocks = []) …
› $this->parent = $this->loadTemplate("@Twig/layout.html.twig", "@Twig/Exception/exception_full.html.twig", 1);
› yield from $this->parent->unwrap()->yield($context, array_merge($this->blocks, $blocks));
›
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /twig/twig/ src/Template.php:360 {
Twig \ Template->yield(array $context, array $blocks = []): iterable …
›
› foreach ($this->doDisplay($context, $blocks) as $data) {
› if (ob_get_length()) {
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /twig/twig/ src/Template.php:335 {
Twig \ Template->render(array $context): string …
› $content = '';
› foreach ($this->yield($context) as $data) {
› $content .= $data;
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /twig/twig/ src/TemplateWrapper.php:38 {
Twig \ TemplateWrapper->render(array $context = []): string …
› {
› return $this->template->render($context);
› }
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /twig/twig/ src/Environment.php:306 {
Twig \ Environment->render($name, array $context = []): string …
› {
› return $this->load($name)->render($context);
› }
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /symfony/twig-bundle/ Controller/ExceptionController.php:73 {
Symfony\Bundle\TwigBundle\Controller \ ExceptionController->showAction(Request $request, FlattenException $exception, ?DebugLoggerInterface $logger = null) …
› 'logger' => $logger,
› 'currentContent' => $currentContent,
› ]
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /symfony/http-kernel/ HttpKernel.php:169 {
Symfony\Component\HttpKernel \ HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
› // call controller
› $response = $controller(...$arguments);
›
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /symfony/http-kernel/ HttpKernel.php:81 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /symfony/http-kernel/ EventListener/ExceptionListener.php:61 {
Symfony\Component\HttpKernel\EventListener \ ExceptionListener->onKernelException(GetResponseForExceptionEvent $event) …
› try {
› $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);
› } catch (\Exception $e) {
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/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);
›
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /symfony/event-dispatcher/ EventDispatcher.php:264 {
Symfony\Component\EventDispatcher \ EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
› }
› $listener($event, $eventName, $this);
› }
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/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);
›
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /symfony/event-dispatcher/ EventDispatcher.php:73 {
Symfony\Component\EventDispatcher \ EventDispatcher->dispatch($event) …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:168 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch($event) …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /symfony/http-kernel/ HttpKernel.php:229 {
Symfony\Component\HttpKernel \ HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
› $event = new ExceptionEvent($this, $request, $type, $e);
› $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);
›
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /symfony/http-kernel/ HttpKernel.php:92 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
›
› return $this->handleThrowable($e, $request, $type);
› } finally {
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/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 {
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main / web/app_dev.php:30 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
}
}
01:15:06
php
User Deprecated: The template "@Twig/exception.css.twig " is deprecated since Symfony 4.4, will be removed in 5.0. in "@Twig/exception.css.twig " at line 1.
[
"exception " => ErrorException {#917
#message : "User Deprecated: The template "@Twig/exception.css.twig" is deprecated since Symfony 4.4, will be removed in 5.0. in "@Twig/exception.css.twig" at line 1. "
#code : 0
#file : "/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /symfony/deprecation-contracts/ function.php "
#line : 25
#severity : E_USER_DEPRECATED
trace : {
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /symfony/deprecation-contracts/ function.php:25 {
trigger_deprecation(string $package, string $version, string $message, ...$args): void …
› {
› @trigger_error(($package || $version ? "Since $package $version: " : '').($args ? vsprintf($message, $args) : $message), \E_USER_DEPRECATED);
› }
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/var/cache/dev/twig/19/19014d216034022c706729f337706250b45995216b0f9c9532d0792bba9ac9a9.php:45 {
__TwigTemplate_01ec3e996f2e777d2f46e4c5bdd27eac6e5c466eda8cda0f481351a45afc5c2f->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_deprecation('', '', $__internal_compile_0." in \"@Twig/exception.css.twig\" at line 1.");
› // line 4
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /twig/twig/ src/Template.php:360 {
Twig \ Template->yield(array $context, array $blocks = []): iterable …
›
› foreach ($this->doDisplay($context, $blocks) as $data) {
› if (ob_get_length()) {
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /twig/twig/ src/Template.php:335 {
Twig \ Template->render(array $context): string …
› $content = '';
› foreach ($this->yield($context) as $data) {
› $content .= $data;
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /twig/twig/ src/TemplateWrapper.php:38 {
Twig \ TemplateWrapper->render(array $context = []): string …
› {
› return $this->template->render($context);
› }
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /twig/twig/ src/Extension/CoreExtension.php:1435 {
Twig\Extension \ CoreExtension::include(Environment $env, $context, $template, $variables = [], $withContext = true, $ignoreMissing = false, $sandboxed = false): string …
›
› return $loaded ? $loaded->render($variables) : '';
› } finally {
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor/symfony/twig-bundle/Resources/views/layout.html.twig:11 {
__TwigTemplate_db2ba8fb4dd65795d1b904a9c6e50bfbdaaf284240872afa265ff4d6e477ba70->doDisplay(array $context, array $blocks = []) …
› <link rel="icon" type="image/png" href="{{ include('@Twig/images/favicon.png.base64') }}">
› <style>{{ include('@Twig/exception.css.twig') }}</style>
› {% block head %}{% endblock %}
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /twig/twig/ src/Template.php:360 {
Twig \ Template->yield(array $context, array $blocks = []): iterable …
›
› foreach ($this->doDisplay($context, $blocks) as $data) {
› if (ob_get_length()) {
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/var/cache/dev/twig/24/2409a738378eb56a3dec5b0b52d6601f41efb36d0a387be52f8bb730cc2793a4.php:53 {
__TwigTemplate_ff34a24e3a2e126f3bd49494a4020efb614f46a6066976d965ddacd1b04ed30d->doDisplay(array $context, array $blocks = []) …
› $this->parent = $this->loadTemplate("@Twig/layout.html.twig", "@Twig/Exception/exception_full.html.twig", 1);
› yield from $this->parent->unwrap()->yield($context, array_merge($this->blocks, $blocks));
›
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /twig/twig/ src/Template.php:360 {
Twig \ Template->yield(array $context, array $blocks = []): iterable …
›
› foreach ($this->doDisplay($context, $blocks) as $data) {
› if (ob_get_length()) {
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /twig/twig/ src/Template.php:335 {
Twig \ Template->render(array $context): string …
› $content = '';
› foreach ($this->yield($context) as $data) {
› $content .= $data;
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /twig/twig/ src/TemplateWrapper.php:38 {
Twig \ TemplateWrapper->render(array $context = []): string …
› {
› return $this->template->render($context);
› }
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /twig/twig/ src/Environment.php:306 {
Twig \ Environment->render($name, array $context = []): string …
› {
› return $this->load($name)->render($context);
› }
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /symfony/twig-bundle/ Controller/ExceptionController.php:73 {
Symfony\Bundle\TwigBundle\Controller \ ExceptionController->showAction(Request $request, FlattenException $exception, ?DebugLoggerInterface $logger = null) …
› 'logger' => $logger,
› 'currentContent' => $currentContent,
› ]
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /symfony/http-kernel/ HttpKernel.php:169 {
Symfony\Component\HttpKernel \ HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
› // call controller
› $response = $controller(...$arguments);
›
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /symfony/http-kernel/ HttpKernel.php:81 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /symfony/http-kernel/ EventListener/ExceptionListener.php:61 {
Symfony\Component\HttpKernel\EventListener \ ExceptionListener->onKernelException(GetResponseForExceptionEvent $event) …
› try {
› $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);
› } catch (\Exception $e) {
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/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);
›
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /symfony/event-dispatcher/ EventDispatcher.php:264 {
Symfony\Component\EventDispatcher \ EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
› }
› $listener($event, $eventName, $this);
› }
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/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);
›
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /symfony/event-dispatcher/ EventDispatcher.php:73 {
Symfony\Component\EventDispatcher \ EventDispatcher->dispatch($event) …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:168 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch($event) …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /symfony/http-kernel/ HttpKernel.php:229 {
Symfony\Component\HttpKernel \ HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
› $event = new ExceptionEvent($this, $request, $type, $e);
› $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);
›
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /symfony/http-kernel/ HttpKernel.php:92 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
›
› return $this->handleThrowable($e, $request, $type);
› } finally {
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/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 {
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main / web/app_dev.php:30 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
}
}
}
]
{
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /symfony/deprecation-contracts/ function.php:25 {
trigger_deprecation(string $package, string $version, string $message, ...$args): void …
› {
› @trigger_error(($package || $version ? "Since $package $version: " : '').($args ? vsprintf($message, $args) : $message), \E_USER_DEPRECATED);
› }
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/var/cache/dev/twig/19/19014d216034022c706729f337706250b45995216b0f9c9532d0792bba9ac9a9.php:45 {
__TwigTemplate_01ec3e996f2e777d2f46e4c5bdd27eac6e5c466eda8cda0f481351a45afc5c2f->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_deprecation('', '', $__internal_compile_0." in \"@Twig/exception.css.twig\" at line 1.");
› // line 4
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /twig/twig/ src/Template.php:360 {
Twig \ Template->yield(array $context, array $blocks = []): iterable …
›
› foreach ($this->doDisplay($context, $blocks) as $data) {
› if (ob_get_length()) {
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /twig/twig/ src/Template.php:335 {
Twig \ Template->render(array $context): string …
› $content = '';
› foreach ($this->yield($context) as $data) {
› $content .= $data;
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /twig/twig/ src/TemplateWrapper.php:38 {
Twig \ TemplateWrapper->render(array $context = []): string …
› {
› return $this->template->render($context);
› }
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /twig/twig/ src/Extension/CoreExtension.php:1435 {
Twig\Extension \ CoreExtension::include(Environment $env, $context, $template, $variables = [], $withContext = true, $ignoreMissing = false, $sandboxed = false): string …
›
› return $loaded ? $loaded->render($variables) : '';
› } finally {
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor/symfony/twig-bundle/Resources/views/layout.html.twig:11 {
__TwigTemplate_db2ba8fb4dd65795d1b904a9c6e50bfbdaaf284240872afa265ff4d6e477ba70->doDisplay(array $context, array $blocks = []) …
› <link rel="icon" type="image/png" href="{{ include('@Twig/images/favicon.png.base64') }}">
› <style>{{ include('@Twig/exception.css.twig') }}</style>
› {% block head %}{% endblock %}
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /twig/twig/ src/Template.php:360 {
Twig \ Template->yield(array $context, array $blocks = []): iterable …
›
› foreach ($this->doDisplay($context, $blocks) as $data) {
› if (ob_get_length()) {
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/var/cache/dev/twig/24/2409a738378eb56a3dec5b0b52d6601f41efb36d0a387be52f8bb730cc2793a4.php:53 {
__TwigTemplate_ff34a24e3a2e126f3bd49494a4020efb614f46a6066976d965ddacd1b04ed30d->doDisplay(array $context, array $blocks = []) …
› $this->parent = $this->loadTemplate("@Twig/layout.html.twig", "@Twig/Exception/exception_full.html.twig", 1);
› yield from $this->parent->unwrap()->yield($context, array_merge($this->blocks, $blocks));
›
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /twig/twig/ src/Template.php:360 {
Twig \ Template->yield(array $context, array $blocks = []): iterable …
›
› foreach ($this->doDisplay($context, $blocks) as $data) {
› if (ob_get_length()) {
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /twig/twig/ src/Template.php:335 {
Twig \ Template->render(array $context): string …
› $content = '';
› foreach ($this->yield($context) as $data) {
› $content .= $data;
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /twig/twig/ src/TemplateWrapper.php:38 {
Twig \ TemplateWrapper->render(array $context = []): string …
› {
› return $this->template->render($context);
› }
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /twig/twig/ src/Environment.php:306 {
Twig \ Environment->render($name, array $context = []): string …
› {
› return $this->load($name)->render($context);
› }
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /symfony/twig-bundle/ Controller/ExceptionController.php:73 {
Symfony\Bundle\TwigBundle\Controller \ ExceptionController->showAction(Request $request, FlattenException $exception, ?DebugLoggerInterface $logger = null) …
› 'logger' => $logger,
› 'currentContent' => $currentContent,
› ]
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /symfony/http-kernel/ HttpKernel.php:169 {
Symfony\Component\HttpKernel \ HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
› // call controller
› $response = $controller(...$arguments);
›
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /symfony/http-kernel/ HttpKernel.php:81 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /symfony/http-kernel/ EventListener/ExceptionListener.php:61 {
Symfony\Component\HttpKernel\EventListener \ ExceptionListener->onKernelException(GetResponseForExceptionEvent $event) …
› try {
› $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);
› } catch (\Exception $e) {
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/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);
›
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /symfony/event-dispatcher/ EventDispatcher.php:264 {
Symfony\Component\EventDispatcher \ EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
› }
› $listener($event, $eventName, $this);
› }
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/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);
›
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /symfony/event-dispatcher/ EventDispatcher.php:73 {
Symfony\Component\EventDispatcher \ EventDispatcher->dispatch($event) …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:168 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch($event) …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /symfony/http-kernel/ HttpKernel.php:229 {
Symfony\Component\HttpKernel \ HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
› $event = new ExceptionEvent($this, $request, $type, $e);
› $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);
›
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /symfony/http-kernel/ HttpKernel.php:92 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
›
› return $this->handleThrowable($e, $request, $type);
› } finally {
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/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 {
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main / web/app_dev.php:30 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
}
}
01:15:06
php (68 times)
User Deprecated: Since symfony/http-foundation 5.3: "Symfony\Component\HttpFoundation\RequestStack::getMasterRequest() " is deprecated, use "getMainRequest() " instead.
[
"exception " => ErrorException {#977
#message : "User Deprecated: Since symfony/http-foundation 5.3: "Symfony\Component\HttpFoundation\RequestStack::getMasterRequest()" is deprecated, use "getMainRequest()" instead. "
#code : 0
#file : "/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /symfony/deprecation-contracts/ function.php "
#line : 25
#severity : E_USER_DEPRECATED
trace : {
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /symfony/deprecation-contracts/ function.php:25 {
trigger_deprecation(string $package, string $version, string $message, ...$args): void …
› {
› @trigger_error(($package || $version ? "Since $package $version: " : '').($args ? vsprintf($message, $args) : $message), \E_USER_DEPRECATED);
› }
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /symfony/http-foundation/ RequestStack.php:92 {
Symfony\Component\HttpFoundation \ RequestStack->getMasterRequest() …
› {
› trigger_deprecation('symfony/http-foundation', '5.3', '"%s()" is deprecated, use "getMainRequest()" instead.', __METHOD__);
›
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /symfony/http-kernel/ Debug/FileLinkFormatter.php:94 {
Symfony\Component\HttpKernel\Debug \ FileLinkFormatter->getFileLinkFormat() …
› if ($this->requestStack && $this->baseDir && $this->urlFormat) {
› $request = $this->requestStack->getMasterRequest();
›
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /symfony/http-kernel/ Debug/FileLinkFormatter.php:51 {
Symfony\Component\HttpKernel\Debug \ FileLinkFormatter->format($file, $line) …
› {
› if ($fmt = $this->getFileLinkFormat()) {
› for ($i = 1; isset($fmt[$i]); ++$i) {
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /symfony/twig-bridge/ Extension/CodeExtension.php:217 {
Symfony\Bridge\Twig\Extension \ CodeExtension->getFileLink($file, $line) …
› if ($fmt = $this->fileLinkFormat) {
› return \is_string($fmt) ? strtr($fmt, ['%f' => $file, '%l' => $line]) : $fmt->format($file, $line);
› }
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/var/cache/dev/twig/2d/2d3ecf907293b6f9ca93c35ad856e8c6501d3cdb0d2290b825ae962aebd5285f.php:97 {
__TwigTemplate_1e81f867cfcffaf9cb1a39cc9356ebd5e80d9c0323c7d31f91929f511d475906->doDisplay(array $context, array $blocks = []) …
› yield " ";
› $context["file_link"] = $this->extensions['Symfony\Bridge\Twig\Extension\CodeExtension']->getFileLink(CoreExtension::getAttribute($this->env, $this->source, (isset($context["trace"]) || array_key_exists("trace", $context) ? $context["trace"] : (function () { throw new RuntimeError('Variable "trace" does not exist.', 13, $this->source); })()), "file", [], "any", false, false, false, 13), (isset($context["line_number"]) || array_key_exists("line_number", $context) ? $context["line_number"] : (function () { throw new RuntimeError('Variable "line_number" does not exist.', 13, $this->source); })()));
› // line 14
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /twig/twig/ src/Template.php:360 {
Twig \ Template->yield(array $context, array $blocks = []): iterable …
›
› foreach ($this->doDisplay($context, $blocks) as $data) {
› if (ob_get_length()) {
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /twig/twig/ src/Template.php:335 {
Twig \ Template->render(array $context): string …
› $content = '';
› foreach ($this->yield($context) as $data) {
› $content .= $data;
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /twig/twig/ src/TemplateWrapper.php:38 {
Twig \ TemplateWrapper->render(array $context = []): string …
› {
› return $this->template->render($context);
› }
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /twig/twig/ src/Extension/CoreExtension.php:1435 {
Twig\Extension \ CoreExtension::include(Environment $env, $context, $template, $variables = [], $withContext = true, $ignoreMissing = false, $sandboxed = false): string …
›
› return $loaded ? $loaded->render($variables) : '';
› } finally {
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor/symfony/twig-bundle/Resources/views/Exception/traces.html.twig:29 {
__TwigTemplate_80cdd43acfc436907a3f295ae1cd75409a5cf00e0d1fd44893b3e8867bd1fc6e->doDisplay(array $context, array $blocks = []) …
› <div class="trace-line {{ _is_vendor_trace ? 'trace-from-vendor' }}">
› {{ include('@Twig/Exception/trace.html.twig', { prefix: index, i: i, trace: trace, style: _is_vendor_trace ? 'compact' : _display_code_snippet ? 'expanded' }, with_context = false) }}
› </div>
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /twig/twig/ src/Template.php:360 {
Twig \ Template->yield(array $context, array $blocks = []): iterable …
›
› foreach ($this->doDisplay($context, $blocks) as $data) {
› if (ob_get_length()) {
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /twig/twig/ src/Template.php:335 {
Twig \ Template->render(array $context): string …
› $content = '';
› foreach ($this->yield($context) as $data) {
› $content .= $data;
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /twig/twig/ src/TemplateWrapper.php:38 {
Twig \ TemplateWrapper->render(array $context = []): string …
› {
› return $this->template->render($context);
› }
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /twig/twig/ src/Extension/CoreExtension.php:1435 {
Twig\Extension \ CoreExtension::include(Environment $env, $context, $template, $variables = [], $withContext = true, $ignoreMissing = false, $sandboxed = false): string …
›
› return $loaded ? $loaded->render($variables) : '';
› } finally {
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/var/cache/dev/twig/db/db99b89ac2584b937922820ff68d002c675d5325375078e3d974f32bb97c6619.php:228 {
__TwigTemplate_1d73dee8515e0c76fc3f5d080e5ef6ea3846aee9631ccf456c51f5fe470580aa->doDisplay(array $context, array $blocks = []) …
› yield " ";
› yield Twig\Extension\CoreExtension::include($this->env, $context, "@Twig/Exception/traces.html.twig", ["exception" => $context["e"], "index" => CoreExtension::getAttribute($this->env, $this->source, $context["loop"], "index", [], "any", false, false, false, 52), "expand" => (CoreExtension::inFilter($context["i"], (isset($context["_exceptions_with_user_code"]) || array_key_exists("_exceptions_with_user_code", $context) ? $context["_exceptions_with_user_code"] : (function () { throw new RuntimeError('Variable "_exceptions_with_user_code" does not exist.', 52, $this->source); })())) || (Twig\Extension\CoreExtension::testEmpty((isset($context["_exceptions_with_user_code"]) || array_key_exists("_exceptions_with_user_code", $context) ? $context["_exceptions_with_user_code"] : (function () { throw new RuntimeError('Variable "_exceptions_with_user_code" does not exist.', 52, $this->source); })())) && CoreExtension::getAttribute($this->env, $this->source, $context["loop"], "first", [], "any", false, false, false, 52)))], false);
› yield "
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /twig/twig/ src/Template.php:360 {
Twig \ Template->yield(array $context, array $blocks = []): iterable …
›
› foreach ($this->doDisplay($context, $blocks) as $data) {
› if (ob_get_length()) {
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/var/cache/dev/twig/24/2409a738378eb56a3dec5b0b52d6601f41efb36d0a387be52f8bb730cc2793a4.php:309 {
__TwigTemplate_ff34a24e3a2e126f3bd49494a4020efb614f46a6066976d965ddacd1b04ed30d->block_body($context, array $blocks = []) …
› yield " ";
› yield from $this->loadTemplate("@Twig/Exception/exception.html.twig", "@Twig/Exception/exception_full.html.twig", 149)->unwrap()->yield($context);
›
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /twig/twig/ src/Template.php:430 {
Twig \ Template->yieldBlock($name, array $context, array $blocks = [], $useBlocks = true, ?self $templateContext = null) …
›
› foreach ($template->$block($context, $blocks) as $data) {
› if (ob_get_length()) {
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor/symfony/twig-bundle/Resources/views/layout.html.twig:28 {
__TwigTemplate_db2ba8fb4dd65795d1b904a9c6e50bfbdaaf284240872afa265ff4d6e477ba70->doDisplay(array $context, array $blocks = []) …
›
› {% block body %}{% endblock %}
› {{ include('@Twig/base_js.html.twig') }}
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /twig/twig/ src/Template.php:360 {
Twig \ Template->yield(array $context, array $blocks = []): iterable …
›
› foreach ($this->doDisplay($context, $blocks) as $data) {
› if (ob_get_length()) {
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/var/cache/dev/twig/24/2409a738378eb56a3dec5b0b52d6601f41efb36d0a387be52f8bb730cc2793a4.php:53 {
__TwigTemplate_ff34a24e3a2e126f3bd49494a4020efb614f46a6066976d965ddacd1b04ed30d->doDisplay(array $context, array $blocks = []) …
› $this->parent = $this->loadTemplate("@Twig/layout.html.twig", "@Twig/Exception/exception_full.html.twig", 1);
› yield from $this->parent->unwrap()->yield($context, array_merge($this->blocks, $blocks));
›
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /twig/twig/ src/Template.php:360 {
Twig \ Template->yield(array $context, array $blocks = []): iterable …
›
› foreach ($this->doDisplay($context, $blocks) as $data) {
› if (ob_get_length()) {
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /twig/twig/ src/Template.php:335 {
Twig \ Template->render(array $context): string …
› $content = '';
› foreach ($this->yield($context) as $data) {
› $content .= $data;
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /twig/twig/ src/TemplateWrapper.php:38 {
Twig \ TemplateWrapper->render(array $context = []): string …
› {
› return $this->template->render($context);
› }
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /twig/twig/ src/Environment.php:306 {
Twig \ Environment->render($name, array $context = []): string …
› {
› return $this->load($name)->render($context);
› }
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /symfony/twig-bundle/ Controller/ExceptionController.php:73 {
Symfony\Bundle\TwigBundle\Controller \ ExceptionController->showAction(Request $request, FlattenException $exception, ?DebugLoggerInterface $logger = null) …
› 'logger' => $logger,
› 'currentContent' => $currentContent,
› ]
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /symfony/http-kernel/ HttpKernel.php:169 {
Symfony\Component\HttpKernel \ HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
› // call controller
› $response = $controller(...$arguments);
›
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /symfony/http-kernel/ HttpKernel.php:81 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /symfony/http-kernel/ EventListener/ExceptionListener.php:61 {
Symfony\Component\HttpKernel\EventListener \ ExceptionListener->onKernelException(GetResponseForExceptionEvent $event) …
› try {
› $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);
› } catch (\Exception $e) {
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/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);
›
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /symfony/event-dispatcher/ EventDispatcher.php:264 {
Symfony\Component\EventDispatcher \ EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
› }
› $listener($event, $eventName, $this);
› }
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/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);
›
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /symfony/event-dispatcher/ EventDispatcher.php:73 {
Symfony\Component\EventDispatcher \ EventDispatcher->dispatch($event) …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:168 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch($event) …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /symfony/http-kernel/ HttpKernel.php:229 {
Symfony\Component\HttpKernel \ HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
› $event = new ExceptionEvent($this, $request, $type, $e);
› $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);
›
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /symfony/http-kernel/ HttpKernel.php:92 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
›
› return $this->handleThrowable($e, $request, $type);
› } finally {
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/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 {
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main / web/app_dev.php:30 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
}
}
}
]
{
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /symfony/deprecation-contracts/ function.php:25 {
trigger_deprecation(string $package, string $version, string $message, ...$args): void …
› {
› @trigger_error(($package || $version ? "Since $package $version: " : '').($args ? vsprintf($message, $args) : $message), \E_USER_DEPRECATED);
› }
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /symfony/http-foundation/ RequestStack.php:92 {
Symfony\Component\HttpFoundation \ RequestStack->getMasterRequest() …
› {
› trigger_deprecation('symfony/http-foundation', '5.3', '"%s()" is deprecated, use "getMainRequest()" instead.', __METHOD__);
›
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /symfony/http-kernel/ Debug/FileLinkFormatter.php:94 {
Symfony\Component\HttpKernel\Debug \ FileLinkFormatter->getFileLinkFormat() …
› if ($this->requestStack && $this->baseDir && $this->urlFormat) {
› $request = $this->requestStack->getMasterRequest();
›
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /symfony/http-kernel/ Debug/FileLinkFormatter.php:51 {
Symfony\Component\HttpKernel\Debug \ FileLinkFormatter->format($file, $line) …
› {
› if ($fmt = $this->getFileLinkFormat()) {
› for ($i = 1; isset($fmt[$i]); ++$i) {
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /symfony/twig-bridge/ Extension/CodeExtension.php:217 {
Symfony\Bridge\Twig\Extension \ CodeExtension->getFileLink($file, $line) …
› if ($fmt = $this->fileLinkFormat) {
› return \is_string($fmt) ? strtr($fmt, ['%f' => $file, '%l' => $line]) : $fmt->format($file, $line);
› }
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/var/cache/dev/twig/2d/2d3ecf907293b6f9ca93c35ad856e8c6501d3cdb0d2290b825ae962aebd5285f.php:97 {
__TwigTemplate_1e81f867cfcffaf9cb1a39cc9356ebd5e80d9c0323c7d31f91929f511d475906->doDisplay(array $context, array $blocks = []) …
› yield " ";
› $context["file_link"] = $this->extensions['Symfony\Bridge\Twig\Extension\CodeExtension']->getFileLink(CoreExtension::getAttribute($this->env, $this->source, (isset($context["trace"]) || array_key_exists("trace", $context) ? $context["trace"] : (function () { throw new RuntimeError('Variable "trace" does not exist.', 13, $this->source); })()), "file", [], "any", false, false, false, 13), (isset($context["line_number"]) || array_key_exists("line_number", $context) ? $context["line_number"] : (function () { throw new RuntimeError('Variable "line_number" does not exist.', 13, $this->source); })()));
› // line 14
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /twig/twig/ src/Template.php:360 {
Twig \ Template->yield(array $context, array $blocks = []): iterable …
›
› foreach ($this->doDisplay($context, $blocks) as $data) {
› if (ob_get_length()) {
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /twig/twig/ src/Template.php:335 {
Twig \ Template->render(array $context): string …
› $content = '';
› foreach ($this->yield($context) as $data) {
› $content .= $data;
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /twig/twig/ src/TemplateWrapper.php:38 {
Twig \ TemplateWrapper->render(array $context = []): string …
› {
› return $this->template->render($context);
› }
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /twig/twig/ src/Extension/CoreExtension.php:1435 {
Twig\Extension \ CoreExtension::include(Environment $env, $context, $template, $variables = [], $withContext = true, $ignoreMissing = false, $sandboxed = false): string …
›
› return $loaded ? $loaded->render($variables) : '';
› } finally {
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor/symfony/twig-bundle/Resources/views/Exception/traces.html.twig:29 {
__TwigTemplate_80cdd43acfc436907a3f295ae1cd75409a5cf00e0d1fd44893b3e8867bd1fc6e->doDisplay(array $context, array $blocks = []) …
› <div class="trace-line {{ _is_vendor_trace ? 'trace-from-vendor' }}">
› {{ include('@Twig/Exception/trace.html.twig', { prefix: index, i: i, trace: trace, style: _is_vendor_trace ? 'compact' : _display_code_snippet ? 'expanded' }, with_context = false) }}
› </div>
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /twig/twig/ src/Template.php:360 {
Twig \ Template->yield(array $context, array $blocks = []): iterable …
›
› foreach ($this->doDisplay($context, $blocks) as $data) {
› if (ob_get_length()) {
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /twig/twig/ src/Template.php:335 {
Twig \ Template->render(array $context): string …
› $content = '';
› foreach ($this->yield($context) as $data) {
› $content .= $data;
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /twig/twig/ src/TemplateWrapper.php:38 {
Twig \ TemplateWrapper->render(array $context = []): string …
› {
› return $this->template->render($context);
› }
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /twig/twig/ src/Extension/CoreExtension.php:1435 {
Twig\Extension \ CoreExtension::include(Environment $env, $context, $template, $variables = [], $withContext = true, $ignoreMissing = false, $sandboxed = false): string …
›
› return $loaded ? $loaded->render($variables) : '';
› } finally {
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/var/cache/dev/twig/db/db99b89ac2584b937922820ff68d002c675d5325375078e3d974f32bb97c6619.php:228 {
__TwigTemplate_1d73dee8515e0c76fc3f5d080e5ef6ea3846aee9631ccf456c51f5fe470580aa->doDisplay(array $context, array $blocks = []) …
› yield " ";
› yield Twig\Extension\CoreExtension::include($this->env, $context, "@Twig/Exception/traces.html.twig", ["exception" => $context["e"], "index" => CoreExtension::getAttribute($this->env, $this->source, $context["loop"], "index", [], "any", false, false, false, 52), "expand" => (CoreExtension::inFilter($context["i"], (isset($context["_exceptions_with_user_code"]) || array_key_exists("_exceptions_with_user_code", $context) ? $context["_exceptions_with_user_code"] : (function () { throw new RuntimeError('Variable "_exceptions_with_user_code" does not exist.', 52, $this->source); })())) || (Twig\Extension\CoreExtension::testEmpty((isset($context["_exceptions_with_user_code"]) || array_key_exists("_exceptions_with_user_code", $context) ? $context["_exceptions_with_user_code"] : (function () { throw new RuntimeError('Variable "_exceptions_with_user_code" does not exist.', 52, $this->source); })())) && CoreExtension::getAttribute($this->env, $this->source, $context["loop"], "first", [], "any", false, false, false, 52)))], false);
› yield "
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /twig/twig/ src/Template.php:360 {
Twig \ Template->yield(array $context, array $blocks = []): iterable …
›
› foreach ($this->doDisplay($context, $blocks) as $data) {
› if (ob_get_length()) {
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/var/cache/dev/twig/24/2409a738378eb56a3dec5b0b52d6601f41efb36d0a387be52f8bb730cc2793a4.php:309 {
__TwigTemplate_ff34a24e3a2e126f3bd49494a4020efb614f46a6066976d965ddacd1b04ed30d->block_body($context, array $blocks = []) …
› yield " ";
› yield from $this->loadTemplate("@Twig/Exception/exception.html.twig", "@Twig/Exception/exception_full.html.twig", 149)->unwrap()->yield($context);
›
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /twig/twig/ src/Template.php:430 {
Twig \ Template->yieldBlock($name, array $context, array $blocks = [], $useBlocks = true, ?self $templateContext = null) …
›
› foreach ($template->$block($context, $blocks) as $data) {
› if (ob_get_length()) {
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor/symfony/twig-bundle/Resources/views/layout.html.twig:28 {
__TwigTemplate_db2ba8fb4dd65795d1b904a9c6e50bfbdaaf284240872afa265ff4d6e477ba70->doDisplay(array $context, array $blocks = []) …
›
› {% block body %}{% endblock %}
› {{ include('@Twig/base_js.html.twig') }}
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /twig/twig/ src/Template.php:360 {
Twig \ Template->yield(array $context, array $blocks = []): iterable …
›
› foreach ($this->doDisplay($context, $blocks) as $data) {
› if (ob_get_length()) {
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/var/cache/dev/twig/24/2409a738378eb56a3dec5b0b52d6601f41efb36d0a387be52f8bb730cc2793a4.php:53 {
__TwigTemplate_ff34a24e3a2e126f3bd49494a4020efb614f46a6066976d965ddacd1b04ed30d->doDisplay(array $context, array $blocks = []) …
› $this->parent = $this->loadTemplate("@Twig/layout.html.twig", "@Twig/Exception/exception_full.html.twig", 1);
› yield from $this->parent->unwrap()->yield($context, array_merge($this->blocks, $blocks));
›
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /twig/twig/ src/Template.php:360 {
Twig \ Template->yield(array $context, array $blocks = []): iterable …
›
› foreach ($this->doDisplay($context, $blocks) as $data) {
› if (ob_get_length()) {
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /twig/twig/ src/Template.php:335 {
Twig \ Template->render(array $context): string …
› $content = '';
› foreach ($this->yield($context) as $data) {
› $content .= $data;
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /twig/twig/ src/TemplateWrapper.php:38 {
Twig \ TemplateWrapper->render(array $context = []): string …
› {
› return $this->template->render($context);
› }
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /twig/twig/ src/Environment.php:306 {
Twig \ Environment->render($name, array $context = []): string …
› {
› return $this->load($name)->render($context);
› }
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /symfony/twig-bundle/ Controller/ExceptionController.php:73 {
Symfony\Bundle\TwigBundle\Controller \ ExceptionController->showAction(Request $request, FlattenException $exception, ?DebugLoggerInterface $logger = null) …
› 'logger' => $logger,
› 'currentContent' => $currentContent,
› ]
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /symfony/http-kernel/ HttpKernel.php:169 {
Symfony\Component\HttpKernel \ HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
› // call controller
› $response = $controller(...$arguments);
›
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /symfony/http-kernel/ HttpKernel.php:81 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /symfony/http-kernel/ EventListener/ExceptionListener.php:61 {
Symfony\Component\HttpKernel\EventListener \ ExceptionListener->onKernelException(GetResponseForExceptionEvent $event) …
› try {
› $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);
› } catch (\Exception $e) {
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/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);
›
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /symfony/event-dispatcher/ EventDispatcher.php:264 {
Symfony\Component\EventDispatcher \ EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
› }
› $listener($event, $eventName, $this);
› }
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/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);
›
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /symfony/event-dispatcher/ EventDispatcher.php:73 {
Symfony\Component\EventDispatcher \ EventDispatcher->dispatch($event) …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:168 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch($event) …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /symfony/http-kernel/ HttpKernel.php:229 {
Symfony\Component\HttpKernel \ HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
› $event = new ExceptionEvent($this, $request, $type, $e);
› $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);
›
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /symfony/http-kernel/ HttpKernel.php:92 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
›
› return $this->handleThrowable($e, $request, $type);
› } finally {
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/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 {
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main / web/app_dev.php:30 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
}
}
01:15:06
php
User Deprecated: The template "@Twig/base_js.html.twig " is deprecated since Symfony 4.4, will be removed in 5.0. in "@Twig/base_js.html.twig " at line 1.
[
"exception " => ErrorException {#973
#message : "User Deprecated: The template "@Twig/base_js.html.twig" is deprecated since Symfony 4.4, will be removed in 5.0. in "@Twig/base_js.html.twig" at line 1. "
#code : 0
#file : "/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /symfony/deprecation-contracts/ function.php "
#line : 25
#severity : E_USER_DEPRECATED
trace : {
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /symfony/deprecation-contracts/ function.php:25 {
trigger_deprecation(string $package, string $version, string $message, ...$args): void …
› {
› @trigger_error(($package || $version ? "Since $package $version: " : '').($args ? vsprintf($message, $args) : $message), \E_USER_DEPRECATED);
› }
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/var/cache/dev/twig/1e/1ea14e6f20e3d4a31aef2b3028985545760b49accd42ef19cc629965675dd8d1.php:45 {
__TwigTemplate_41775f073e6f8d42d504d816e3eb45eb2d6076d22eed76987df3a0911ef6349f->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_deprecation('', '', $__internal_compile_0." in \"@Twig/base_js.html.twig\" at line 1.");
› // line 4
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /twig/twig/ src/Template.php:360 {
Twig \ Template->yield(array $context, array $blocks = []): iterable …
›
› foreach ($this->doDisplay($context, $blocks) as $data) {
› if (ob_get_length()) {
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /twig/twig/ src/Template.php:335 {
Twig \ Template->render(array $context): string …
› $content = '';
› foreach ($this->yield($context) as $data) {
› $content .= $data;
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /twig/twig/ src/TemplateWrapper.php:38 {
Twig \ TemplateWrapper->render(array $context = []): string …
› {
› return $this->template->render($context);
› }
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /twig/twig/ src/Extension/CoreExtension.php:1435 {
Twig\Extension \ CoreExtension::include(Environment $env, $context, $template, $variables = [], $withContext = true, $ignoreMissing = false, $sandboxed = false): string …
›
› return $loaded ? $loaded->render($variables) : '';
› } finally {
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/var/cache/dev/twig/31/319f694259f29426741612f177c708db295290c95412ead6e1659889e41d845e.php:108 {
__TwigTemplate_db2ba8fb4dd65795d1b904a9c6e50bfbdaaf284240872afa265ff4d6e477ba70->doDisplay(array $context, array $blocks = []) …
› yield " ";
› yield Twig\Extension\CoreExtension::include($this->env, $context, "@Twig/base_js.html.twig");
› yield "
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /twig/twig/ src/Template.php:360 {
Twig \ Template->yield(array $context, array $blocks = []): iterable …
›
› foreach ($this->doDisplay($context, $blocks) as $data) {
› if (ob_get_length()) {
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/var/cache/dev/twig/24/2409a738378eb56a3dec5b0b52d6601f41efb36d0a387be52f8bb730cc2793a4.php:53 {
__TwigTemplate_ff34a24e3a2e126f3bd49494a4020efb614f46a6066976d965ddacd1b04ed30d->doDisplay(array $context, array $blocks = []) …
› $this->parent = $this->loadTemplate("@Twig/layout.html.twig", "@Twig/Exception/exception_full.html.twig", 1);
› yield from $this->parent->unwrap()->yield($context, array_merge($this->blocks, $blocks));
›
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /twig/twig/ src/Template.php:360 {
Twig \ Template->yield(array $context, array $blocks = []): iterable …
›
› foreach ($this->doDisplay($context, $blocks) as $data) {
› if (ob_get_length()) {
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /twig/twig/ src/Template.php:335 {
Twig \ Template->render(array $context): string …
› $content = '';
› foreach ($this->yield($context) as $data) {
› $content .= $data;
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /twig/twig/ src/TemplateWrapper.php:38 {
Twig \ TemplateWrapper->render(array $context = []): string …
› {
› return $this->template->render($context);
› }
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /twig/twig/ src/Environment.php:306 {
Twig \ Environment->render($name, array $context = []): string …
› {
› return $this->load($name)->render($context);
› }
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /symfony/twig-bundle/ Controller/ExceptionController.php:73 {
Symfony\Bundle\TwigBundle\Controller \ ExceptionController->showAction(Request $request, FlattenException $exception, ?DebugLoggerInterface $logger = null) …
› 'logger' => $logger,
› 'currentContent' => $currentContent,
› ]
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /symfony/http-kernel/ HttpKernel.php:169 {
Symfony\Component\HttpKernel \ HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
› // call controller
› $response = $controller(...$arguments);
›
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /symfony/http-kernel/ HttpKernel.php:81 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /symfony/http-kernel/ EventListener/ExceptionListener.php:61 {
Symfony\Component\HttpKernel\EventListener \ ExceptionListener->onKernelException(GetResponseForExceptionEvent $event) …
› try {
› $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);
› } catch (\Exception $e) {
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/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);
›
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /symfony/event-dispatcher/ EventDispatcher.php:264 {
Symfony\Component\EventDispatcher \ EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
› }
› $listener($event, $eventName, $this);
› }
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/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);
›
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /symfony/event-dispatcher/ EventDispatcher.php:73 {
Symfony\Component\EventDispatcher \ EventDispatcher->dispatch($event) …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:168 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch($event) …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /symfony/http-kernel/ HttpKernel.php:229 {
Symfony\Component\HttpKernel \ HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
› $event = new ExceptionEvent($this, $request, $type, $e);
› $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);
›
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /symfony/http-kernel/ HttpKernel.php:92 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
›
› return $this->handleThrowable($e, $request, $type);
› } finally {
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/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 {
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main / web/app_dev.php:30 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
}
}
}
]
{
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /symfony/deprecation-contracts/ function.php:25 {
trigger_deprecation(string $package, string $version, string $message, ...$args): void …
› {
› @trigger_error(($package || $version ? "Since $package $version: " : '').($args ? vsprintf($message, $args) : $message), \E_USER_DEPRECATED);
› }
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/var/cache/dev/twig/1e/1ea14e6f20e3d4a31aef2b3028985545760b49accd42ef19cc629965675dd8d1.php:45 {
__TwigTemplate_41775f073e6f8d42d504d816e3eb45eb2d6076d22eed76987df3a0911ef6349f->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_deprecation('', '', $__internal_compile_0." in \"@Twig/base_js.html.twig\" at line 1.");
› // line 4
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /twig/twig/ src/Template.php:360 {
Twig \ Template->yield(array $context, array $blocks = []): iterable …
›
› foreach ($this->doDisplay($context, $blocks) as $data) {
› if (ob_get_length()) {
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /twig/twig/ src/Template.php:335 {
Twig \ Template->render(array $context): string …
› $content = '';
› foreach ($this->yield($context) as $data) {
› $content .= $data;
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /twig/twig/ src/TemplateWrapper.php:38 {
Twig \ TemplateWrapper->render(array $context = []): string …
› {
› return $this->template->render($context);
› }
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /twig/twig/ src/Extension/CoreExtension.php:1435 {
Twig\Extension \ CoreExtension::include(Environment $env, $context, $template, $variables = [], $withContext = true, $ignoreMissing = false, $sandboxed = false): string …
›
› return $loaded ? $loaded->render($variables) : '';
› } finally {
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/var/cache/dev/twig/31/319f694259f29426741612f177c708db295290c95412ead6e1659889e41d845e.php:108 {
__TwigTemplate_db2ba8fb4dd65795d1b904a9c6e50bfbdaaf284240872afa265ff4d6e477ba70->doDisplay(array $context, array $blocks = []) …
› yield " ";
› yield Twig\Extension\CoreExtension::include($this->env, $context, "@Twig/base_js.html.twig");
› yield "
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /twig/twig/ src/Template.php:360 {
Twig \ Template->yield(array $context, array $blocks = []): iterable …
›
› foreach ($this->doDisplay($context, $blocks) as $data) {
› if (ob_get_length()) {
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/var/cache/dev/twig/24/2409a738378eb56a3dec5b0b52d6601f41efb36d0a387be52f8bb730cc2793a4.php:53 {
__TwigTemplate_ff34a24e3a2e126f3bd49494a4020efb614f46a6066976d965ddacd1b04ed30d->doDisplay(array $context, array $blocks = []) …
› $this->parent = $this->loadTemplate("@Twig/layout.html.twig", "@Twig/Exception/exception_full.html.twig", 1);
› yield from $this->parent->unwrap()->yield($context, array_merge($this->blocks, $blocks));
›
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /twig/twig/ src/Template.php:360 {
Twig \ Template->yield(array $context, array $blocks = []): iterable …
›
› foreach ($this->doDisplay($context, $blocks) as $data) {
› if (ob_get_length()) {
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /twig/twig/ src/Template.php:335 {
Twig \ Template->render(array $context): string …
› $content = '';
› foreach ($this->yield($context) as $data) {
› $content .= $data;
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /twig/twig/ src/TemplateWrapper.php:38 {
Twig \ TemplateWrapper->render(array $context = []): string …
› {
› return $this->template->render($context);
› }
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /twig/twig/ src/Environment.php:306 {
Twig \ Environment->render($name, array $context = []): string …
› {
› return $this->load($name)->render($context);
› }
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /symfony/twig-bundle/ Controller/ExceptionController.php:73 {
Symfony\Bundle\TwigBundle\Controller \ ExceptionController->showAction(Request $request, FlattenException $exception, ?DebugLoggerInterface $logger = null) …
› 'logger' => $logger,
› 'currentContent' => $currentContent,
› ]
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /symfony/http-kernel/ HttpKernel.php:169 {
Symfony\Component\HttpKernel \ HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
› // call controller
› $response = $controller(...$arguments);
›
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /symfony/http-kernel/ HttpKernel.php:81 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /symfony/http-kernel/ EventListener/ExceptionListener.php:61 {
Symfony\Component\HttpKernel\EventListener \ ExceptionListener->onKernelException(GetResponseForExceptionEvent $event) …
› try {
› $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);
› } catch (\Exception $e) {
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/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);
›
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /symfony/event-dispatcher/ EventDispatcher.php:264 {
Symfony\Component\EventDispatcher \ EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
› }
› $listener($event, $eventName, $this);
› }
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/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);
›
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /symfony/event-dispatcher/ EventDispatcher.php:73 {
Symfony\Component\EventDispatcher \ EventDispatcher->dispatch($event) …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:168 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch($event) …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /symfony/http-kernel/ HttpKernel.php:229 {
Symfony\Component\HttpKernel \ HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
› $event = new ExceptionEvent($this, $request, $type, $e);
› $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);
›
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /symfony/http-kernel/ HttpKernel.php:92 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
›
› return $this->handleThrowable($e, $request, $type);
› } finally {
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/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 {
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main / web/app_dev.php:30 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
}
}
17:16:38
n/a (2 times)
Since symfony/dependency-injection 5.1: Not setting the attribute "package " of the node "deprecated " in "/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor/symfony/framework-bundle/Resources/config/web.xml " is deprecated.
17:16:38
n/a (2 times)
Since symfony/dependency-injection 5.1: Not setting the attribute "version " of the node "deprecated " in "/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor/symfony/framework-bundle/Resources/config/web.xml " is deprecated.
17:16:38
n/a
Since symfony/dependency-injection 5.1: Not setting the attribute "package " of the node "deprecated " in "/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor/symfony/framework-bundle/Resources/config/cache.xml " is deprecated.
17:16:38
n/a
Since symfony/dependency-injection 5.1: Not setting the attribute "version " of the node "deprecated " in "/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor/symfony/framework-bundle/Resources/config/cache.xml " is deprecated.
17:16:38
n/a (18 times)
Since symfony/config 5.1: The signature of method "Symfony\Component\Config\Definition\Builder\NodeDefinition::setDeprecated() " requires 3 arguments: "string $package, string $version, string $message ", not defining them is deprecated.
[
"exception " => Symfony\Component\ErrorHandler\Exception \ SilencedErrorContext {#1506
+count : 18
-severity : E_USER_DEPRECATED
trace : {
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /symfony/deprecation-contracts/ function.php:25 {
trigger_deprecation(string $package, string $version, string $message, ...$args): void …
› {
› @trigger_error(($package || $version ? "Since $package $version: " : '').($args ? vsprintf($message, $args) : $message), \E_USER_DEPRECATED);
› }
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /symfony/config/ Definition/Builder/NodeDefinition.php:176 {
› if (\func_num_args() < 2) {
› trigger_deprecation('symfony/config', '5.1', 'The signature of method "%s()" requires 3 arguments: "string $package, string $version, string $message", not defining them is deprecated.', __METHOD__);
›
}
}
}
]
{
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /symfony/deprecation-contracts/ function.php:25 {
trigger_deprecation(string $package, string $version, string $message, ...$args): void …
› {
› @trigger_error(($package || $version ? "Since $package $version: " : '').($args ? vsprintf($message, $args) : $message), \E_USER_DEPRECATED);
› }
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /symfony/config/ Definition/Builder/NodeDefinition.php:176 {
› if (\func_num_args() < 2) {
› trigger_deprecation('symfony/config', '5.1', 'The signature of method "%s()" requires 3 arguments: "string $package, string $version, string $message", not defining them is deprecated.', __METHOD__);
›
}
}
17:16:38
n/a (2 times)
The "framework.templating " configuration is deprecated since Symfony 4.3. Configure the "twig " section provided by the Twig Bundle instead.
17:16:38
n/a
Since symfony/dependency-injection 5.1: Not setting the attribute "package " of the node "deprecated " in "/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor/symfony/framework-bundle/Resources/config/session.xml " is deprecated.
17:16:38
n/a
Since symfony/dependency-injection 5.1: Not setting the attribute "version " of the node "deprecated " in "/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor/symfony/framework-bundle/Resources/config/session.xml " is deprecated.
17:16:38
n/a (4 times)
Since symfony/dependency-injection 5.2: The "Symfony\Component\DependencyInjection\Alias::setPrivate() " method is deprecated, use "setPublic() " instead.
17:16:38
n/a
Enabling the Templating component is deprecated since version 4.3 and will be removed in 5.0; use Twig instead.
17:16:38
n/a (8 times)
Since symfony/dependency-injection 5.1: Not setting the attribute "package " of the node "deprecated " in "/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor/symfony/framework-bundle/Resources/config/templating.xml " is deprecated.
17:16:38
n/a (8 times)
Since symfony/dependency-injection 5.1: Not setting the attribute "version " of the node "deprecated " in "/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor/symfony/framework-bundle/Resources/config/templating.xml " is deprecated.
17:16:38
n/a
Since symfony/dependency-injection 5.1: Not setting the attribute "package " of the node "deprecated " in "/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor/symfony/framework-bundle/Resources/config/validator.xml " is deprecated.
17:16:38
n/a
Since symfony/dependency-injection 5.1: Not setting the attribute "version " of the node "deprecated " in "/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor/symfony/framework-bundle/Resources/config/validator.xml " is deprecated.
17:16:38
n/a
Since symfony/dependency-injection 5.2: The "Symfony\Component\DependencyInjection\Definition::setPrivate() " method is deprecated, use "setPublic() " instead.
17:16:38
n/a
Since symfony/dependency-injection 5.1: Not setting the attribute "package " of the node "deprecated " in "/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor/symfony/framework-bundle/Resources/config/routing.xml " is deprecated.
17:16:38
n/a
Since symfony/dependency-injection 5.1: Not setting the attribute "version " of the node "deprecated " in "/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor/symfony/framework-bundle/Resources/config/routing.xml " is deprecated.
17:16:38
n/a
Since symfony/dependency-injection 5.1: Not setting the attribute "package " of the node "deprecated " in "/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor/symfony/security-bundle/DependencyInjection/../Resources/config/security.xml " is deprecated.
17:16:38
n/a
Since symfony/dependency-injection 5.1: Not setting the attribute "version " of the node "deprecated " in "/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor/symfony/security-bundle/DependencyInjection/../Resources/config/security.xml " is deprecated.
17:16:38
n/a (4 times)
Since symfony/dependency-injection 5.1: Not setting the attribute "package " of the node "deprecated " in "/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor/symfony/security-bundle/DependencyInjection/../Resources/config/security_listeners.xml " is deprecated.
17:16:38
n/a (4 times)
Since symfony/dependency-injection 5.1: Not setting the attribute "version " of the node "deprecated " in "/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor/symfony/security-bundle/DependencyInjection/../Resources/config/security_listeners.xml " is deprecated.
17:16:38
n/a (2 times)
Since symfony/dependency-injection 5.1: Not setting the attribute "package " of the node "deprecated " in "/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor/symfony/security-bundle/DependencyInjection/../Resources/config/templating_php.xml " is deprecated.
17:16:38
n/a (2 times)
Since symfony/dependency-injection 5.1: Not setting the attribute "version " of the node "deprecated " in "/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor/symfony/security-bundle/DependencyInjection/../Resources/config/templating_php.xml " is deprecated.
17:16:38
n/a (4 times)
Since symfony/dependency-injection 5.1: Not setting the attribute "package " of the node "deprecated " in "/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor/symfony/twig-bundle/DependencyInjection/../Resources/config/twig.xml " is deprecated.
17:16:38
n/a (4 times)
Since symfony/dependency-injection 5.1: Not setting the attribute "version " of the node "deprecated " in "/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor/symfony/twig-bundle/DependencyInjection/../Resources/config/twig.xml " is deprecated.
17:16:38
n/a
Since symfony/dependency-injection 5.1: Not setting the attribute "package " of the node "deprecated " in "/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor/symfony/twig-bundle/DependencyInjection/../Resources/config/templating.xml " is deprecated.
17:16:38
n/a
Since symfony/dependency-injection 5.1: Not setting the attribute "version " of the node "deprecated " in "/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor/symfony/twig-bundle/DependencyInjection/../Resources/config/templating.xml " is deprecated.
17:16:38
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.
17:16:38
n/a
Loading Twig templates from the "/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/app/Resources/views " directory is deprecated since Symfony 4.2, use "/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/templates " instead.
17:16:38
n/a
Since symfony/dependency-injection 5.1: Not setting the attribute "package " of the node "deprecated " in "/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor/symfony/web-profiler-bundle/DependencyInjection/../Resources/config/profiler.xml " is deprecated.
17:16:38
n/a
Since symfony/dependency-injection 5.1: Not setting the attribute "version " of the node "deprecated " in "/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor/symfony/web-profiler-bundle/DependencyInjection/../Resources/config/profiler.xml " is deprecated.
17:16:38
n/a
The "Symfony\Bundle\FrameworkBundle\Command\ContainerAwareCommand " class is deprecated since Symfony 4.2, use "Symfony\Component\Console\Command\Command " with dependency injection instead.
17:16:38
n/a
The "ApplicationBundle\Command\ScheduledBigRowEntryCommand " class extends "Symfony\Bundle\FrameworkBundle\Command\ContainerAwareCommand " that is deprecated since Symfony 4.2, use {@see Command} instead.
17:16:38
n/a
The "ApplicationBundle\Command\ScheduledNotificationCommand " class extends "Symfony\Bundle\FrameworkBundle\Command\ContainerAwareCommand " that is deprecated since Symfony 4.2, use {@see Command} instead.
17:16:38
n/a
The "ApplicationBundle\Command\BuddybeeScheduleMissingCheckCommand " class extends "Symfony\Bundle\FrameworkBundle\Command\ContainerAwareCommand " that is deprecated since Symfony 4.2, use {@see Command} instead.
17:16:38
n/a
The "ApplicationBundle\Command\DailyUserReportBuddyBeeCommand " class extends "Symfony\Bundle\FrameworkBundle\Command\ContainerAwareCommand " that is deprecated since Symfony 4.2, use {@see Command} instead.
17:16:38
n/a
The "ApplicationBundle\Command\FixedAssetSchedulerActionCommand " class extends "Symfony\Bundle\FrameworkBundle\Command\ContainerAwareCommand " that is deprecated since Symfony 4.2, use {@see Command} instead.
17:16:38
n/a
Class "ApplicationBundle\Helper\Sha256Salted " should implement method "Symfony\Component\Security\Core\Encoder\PasswordEncoderInterface::needsRehash(string $encoded) ".
17:16:38
n/a
The Symfony\Bundle\TwigBundle\CacheWarmer\TemplateCacheCacheWarmer class is deprecated since version 4.4 and will be removed in 5.0; use Twig instead.
17:16:38
n/a
The "Symfony\Component\HttpKernel\EventListener\ExceptionListener " class is deprecated since Symfony 4.4, use "ErrorListener " instead.
17:16:38
n/a
The "Symfony\Bridge\Doctrine\Logger\DbalLogger " class implements "Doctrine\DBAL\Logging\SQLLogger " that is deprecated Use {@see \Doctrine\DBAL\Logging\Middleware} or implement {@see \Doctrine\DBAL\Driver\Middleware} instead.
17:16:38
n/a
The "templating.cache_warmer.template_paths " service is deprecated since Symfony 4.3 and will be removed in 5.0.
17:16:38
n/a
The Symfony\Bundle\FrameworkBundle\CacheWarmer\TemplatePathsCacheWarmer class is deprecated since version 4.3 and will be removed in 5.0; use Twig instead.
17:16:38
n/a
The "templating.finder " service is deprecated since Symfony 4.3 and will be removed in 5.0.
17:16:38
n/a
The Symfony\Bundle\FrameworkBundle\CacheWarmer\TemplateFinder class is deprecated since version 4.3 and will be removed in 5.0; use Twig instead.
17:16:38
n/a
The Symfony\Bundle\FrameworkBundle\CacheWarmer\TemplateFinderInterface interface is deprecated since version 4.3 and will be removed in 5.0; use Twig instead.
17:16:38
n/a
The "templating.locator " service is deprecated since Symfony 4.3 and will be removed in 5.0.
17:16:38
n/a
The Symfony\Bundle\FrameworkBundle\Templating\Loader\TemplateLocator class is deprecated since version 4.3 and will be removed in 5.0; use Twig instead.
17:16:38
n/a
The "twig.cache_warmer " service is deprecated since Symfony 4.4 and will be removed in 5.0.