00:04:15
php
User Deprecated: The "Symfony\Component\Debug\DebugClassLoader " class is deprecated since Symfony 4.4, use "Symfony\Component\ErrorHandler\DebugClassLoader " instead.
00:04:15
php
User Deprecated: The Symfony\Bundle\TwigBundle\Loader\FilesystemLoader class is deprecated since version 4.3 and will be removed in 5.0; use Twig notation for templates instead.
00:04:15
php
User Deprecated: The "ApplicationBundle\Controller\GenericController " class extends "Symfony\Bundle\FrameworkBundle\Controller\Controller " that is deprecated since Symfony 4.2, use "Symfony\Bundle\FrameworkBundle\Controller\AbstractController " instead.
[
"exception " => ErrorException {#258
#message : "User Deprecated: The "ApplicationBundle\Controller\GenericController" class extends "Symfony\Bundle\FrameworkBundle\Controller\Controller" that is deprecated since Symfony 4.2, use "Symfony\Bundle\FrameworkBundle\Controller\AbstractController" instead. "
#code : 0
#file : "/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /symfony/debug/ DebugClassLoader.php "
#line : 204
#severity : E_USER_DEPRECATED
trace : {
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /symfony/debug/ DebugClassLoader.php:204 {
spl_autoload_call($class_name) …
› foreach ($deprecations as $message) {
› @trigger_error($message, \E_USER_DEPRECATED);
› }
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /symfony/http-kernel/ Controller/ControllerResolver.php:151 {
Symfony\Component\HttpKernel\Controller \ ControllerResolver->instantiateController($class) …
› {
› return new $class();
› }
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /symfony/http-kernel/ Controller/ContainerControllerResolver.php:57 {
Symfony\Component\HttpKernel\Controller \ ContainerControllerResolver->instantiateController($class) …
› try {
› return parent::instantiateController($class);
› } catch (\Error $e) {
}
/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/ 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/debug/ DebugClassLoader.php:204 {
spl_autoload_call($class_name) …
› foreach ($deprecations as $message) {
› @trigger_error($message, \E_USER_DEPRECATED);
› }
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /symfony/http-kernel/ Controller/ControllerResolver.php:151 {
Symfony\Component\HttpKernel\Controller \ ControllerResolver->instantiateController($class) …
› {
› return new $class();
› }
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /symfony/http-kernel/ Controller/ContainerControllerResolver.php:57 {
Symfony\Component\HttpKernel\Controller \ ContainerControllerResolver->instantiateController($class) …
› try {
› return parent::instantiateController($class);
› } catch (\Error $e) {
}
/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/ 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();
}
}
00:04:15
php
User Deprecated: The "templating " service is deprecated since Symfony 4.4 and will be removed in 5.0.
[
"exception " => ErrorException {#678
#message : "User Deprecated: The "templating" service is deprecated since Symfony 4.4 and will be removed in 5.0. "
#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/getTemplatingService.php:22 {
ContainerMBEyLVQ \ getTemplatingService::do($container, $lazyLoad = true) …
› {
› trigger_deprecation('', '', 'The "templating" service is deprecated since Symfony 4.4 and will be removed in 5.0.');
›
}
/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/framework-bundle/ Controller/ControllerTrait.php:230 {
Symfony\Bundle\FrameworkBundle\Controller \ Controller->render(string $view, array $parameters = [], ?Response $response = null): Response …
› {
› if ($this->container->has('templating') && $this->container->get('templating')->supports($view)) {
› @trigger_error('Using the "templating" service is deprecated since version 4.3 and will be removed in 5.0; use Twig instead.', \E_USER_DEPRECATED);
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main / src/ApplicationBundle/Modules/Authentication/Controller/UserLoginController.php:8318 {
ApplicationBundle\Modules\Authentication\Controller \ UserLoginController->centralLoginAction(Request $request, $encData = '', $remoteVerify = 0) …
› 'state' => 'DCEeFWf45A53sdfKeSS424',
› 'selector' => $selector,
›
}
/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/ 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/getTemplatingService.php:22 {
ContainerMBEyLVQ \ getTemplatingService::do($container, $lazyLoad = true) …
› {
› trigger_deprecation('', '', 'The "templating" service is deprecated since Symfony 4.4 and will be removed in 5.0.');
›
}
/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/framework-bundle/ Controller/ControllerTrait.php:230 {
Symfony\Bundle\FrameworkBundle\Controller \ Controller->render(string $view, array $parameters = [], ?Response $response = null): Response …
› {
› if ($this->container->has('templating') && $this->container->get('templating')->supports($view)) {
› @trigger_error('Using the "templating" service is deprecated since version 4.3 and will be removed in 5.0; use Twig instead.', \E_USER_DEPRECATED);
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main / src/ApplicationBundle/Modules/Authentication/Controller/UserLoginController.php:8318 {
ApplicationBundle\Modules\Authentication\Controller \ UserLoginController->centralLoginAction(Request $request, $encData = '', $remoteVerify = 0) …
› 'state' => 'DCEeFWf45A53sdfKeSS424',
› 'selector' => $selector,
›
}
/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/ 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();
}
}
00:04:15
php
User Deprecated: The Symfony\Bundle\TwigBundle\TwigEngine class is deprecated since version 4.3 and will be removed in 5.0; use \Twig\Environment instead.
[
"exception " => ErrorException {#679
#message : "User Deprecated: The Symfony\Bundle\TwigBundle\TwigEngine class is deprecated since version 4.3 and will be removed in 5.0; use \Twig\Environment instead. "
#code : 0
#file : "/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /symfony/twig-bundle/ TwigEngine.php "
#line : 14
#severity : E_USER_DEPRECATED
trace : {
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /symfony/twig-bundle/ TwigEngine.php:14 {
spl_autoload_call($class_name) …
›
› @trigger_error('The '.TwigEngine::class.' class is deprecated since version 4.3 and will be removed in 5.0; use \Twig\Environment instead.', \E_USER_DEPRECATED);
›
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main / var/cache/dev/ContainerMBEyLVQ/getTemplatingService.php:24 {
ContainerMBEyLVQ \ getTemplatingService::do($container, $lazyLoad = true) …
›
› return $container->services['templating'] = new \Symfony\Bundle\TwigBundle\TwigEngine(($container->services['twig'] ?? $container->getTwigService()), ($container->privates['templating.name_parser'] ?? $container->load('getTemplating_NameParserService')), ($container->privates['templating.locator'] ?? $container->load('getTemplating_LocatorService')));
› }
}
/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/framework-bundle/ Controller/ControllerTrait.php:230 {
Symfony\Bundle\FrameworkBundle\Controller \ Controller->render(string $view, array $parameters = [], ?Response $response = null): Response …
› {
› if ($this->container->has('templating') && $this->container->get('templating')->supports($view)) {
› @trigger_error('Using the "templating" service is deprecated since version 4.3 and will be removed in 5.0; use Twig instead.', \E_USER_DEPRECATED);
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main / src/ApplicationBundle/Modules/Authentication/Controller/UserLoginController.php:8318 {
ApplicationBundle\Modules\Authentication\Controller \ UserLoginController->centralLoginAction(Request $request, $encData = '', $remoteVerify = 0) …
› 'state' => 'DCEeFWf45A53sdfKeSS424',
› 'selector' => $selector,
›
}
/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/ 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/ TwigEngine.php:14 {
spl_autoload_call($class_name) …
›
› @trigger_error('The '.TwigEngine::class.' class is deprecated since version 4.3 and will be removed in 5.0; use \Twig\Environment instead.', \E_USER_DEPRECATED);
›
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main / var/cache/dev/ContainerMBEyLVQ/getTemplatingService.php:24 {
ContainerMBEyLVQ \ getTemplatingService::do($container, $lazyLoad = true) …
›
› return $container->services['templating'] = new \Symfony\Bundle\TwigBundle\TwigEngine(($container->services['twig'] ?? $container->getTwigService()), ($container->privates['templating.name_parser'] ?? $container->load('getTemplating_NameParserService')), ($container->privates['templating.locator'] ?? $container->load('getTemplating_LocatorService')));
› }
}
/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/framework-bundle/ Controller/ControllerTrait.php:230 {
Symfony\Bundle\FrameworkBundle\Controller \ Controller->render(string $view, array $parameters = [], ?Response $response = null): Response …
› {
› if ($this->container->has('templating') && $this->container->get('templating')->supports($view)) {
› @trigger_error('Using the "templating" service is deprecated since version 4.3 and will be removed in 5.0; use Twig instead.', \E_USER_DEPRECATED);
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main / src/ApplicationBundle/Modules/Authentication/Controller/UserLoginController.php:8318 {
ApplicationBundle\Modules\Authentication\Controller \ UserLoginController->centralLoginAction(Request $request, $encData = '', $remoteVerify = 0) …
› 'state' => 'DCEeFWf45A53sdfKeSS424',
› 'selector' => $selector,
›
}
/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/ 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();
}
}
00:04:15
php
User Deprecated: The Symfony\Bridge\Twig\TwigEngine class is deprecated since version 4.3 and will be removed in 5.0; use \Twig\Environment instead.
[
"exception " => ErrorException {#677
#message : "User Deprecated: The Symfony\Bridge\Twig\TwigEngine class is deprecated since version 4.3 and will be removed in 5.0; use \Twig\Environment instead. "
#code : 0
#file : "/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /symfony/twig-bridge/ TwigEngine.php "
#line : 14
#severity : E_USER_DEPRECATED
trace : {
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /symfony/twig-bridge/ TwigEngine.php:14 {
spl_autoload_call($class_name) …
›
› @trigger_error('The '.TwigEngine::class.' class is deprecated since version 4.3 and will be removed in 5.0; use \Twig\Environment instead.', \E_USER_DEPRECATED);
›
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /symfony/twig-bundle/ TwigEngine.php:31 {
spl_autoload_call($class_name) …
› */
› class TwigEngine extends BaseEngine implements EngineInterface
› {
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main / var/cache/dev/ContainerMBEyLVQ/getTemplatingService.php:24 {
ContainerMBEyLVQ \ getTemplatingService::do($container, $lazyLoad = true) …
›
› return $container->services['templating'] = new \Symfony\Bundle\TwigBundle\TwigEngine(($container->services['twig'] ?? $container->getTwigService()), ($container->privates['templating.name_parser'] ?? $container->load('getTemplating_NameParserService')), ($container->privates['templating.locator'] ?? $container->load('getTemplating_LocatorService')));
› }
}
/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/framework-bundle/ Controller/ControllerTrait.php:230 {
Symfony\Bundle\FrameworkBundle\Controller \ Controller->render(string $view, array $parameters = [], ?Response $response = null): Response …
› {
› if ($this->container->has('templating') && $this->container->get('templating')->supports($view)) {
› @trigger_error('Using the "templating" service is deprecated since version 4.3 and will be removed in 5.0; use Twig instead.', \E_USER_DEPRECATED);
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main / src/ApplicationBundle/Modules/Authentication/Controller/UserLoginController.php:8318 {
ApplicationBundle\Modules\Authentication\Controller \ UserLoginController->centralLoginAction(Request $request, $encData = '', $remoteVerify = 0) …
› 'state' => 'DCEeFWf45A53sdfKeSS424',
› 'selector' => $selector,
›
}
/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/ 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-bridge/ TwigEngine.php:14 {
spl_autoload_call($class_name) …
›
› @trigger_error('The '.TwigEngine::class.' class is deprecated since version 4.3 and will be removed in 5.0; use \Twig\Environment instead.', \E_USER_DEPRECATED);
›
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /symfony/twig-bundle/ TwigEngine.php:31 {
spl_autoload_call($class_name) …
› */
› class TwigEngine extends BaseEngine implements EngineInterface
› {
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main / var/cache/dev/ContainerMBEyLVQ/getTemplatingService.php:24 {
ContainerMBEyLVQ \ getTemplatingService::do($container, $lazyLoad = true) …
›
› return $container->services['templating'] = new \Symfony\Bundle\TwigBundle\TwigEngine(($container->services['twig'] ?? $container->getTwigService()), ($container->privates['templating.name_parser'] ?? $container->load('getTemplating_NameParserService')), ($container->privates['templating.locator'] ?? $container->load('getTemplating_LocatorService')));
› }
}
/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/framework-bundle/ Controller/ControllerTrait.php:230 {
Symfony\Bundle\FrameworkBundle\Controller \ Controller->render(string $view, array $parameters = [], ?Response $response = null): Response …
› {
› if ($this->container->has('templating') && $this->container->get('templating')->supports($view)) {
› @trigger_error('Using the "templating" service is deprecated since version 4.3 and will be removed in 5.0; use Twig instead.', \E_USER_DEPRECATED);
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main / src/ApplicationBundle/Modules/Authentication/Controller/UserLoginController.php:8318 {
ApplicationBundle\Modules\Authentication\Controller \ UserLoginController->centralLoginAction(Request $request, $encData = '', $remoteVerify = 0) …
› 'state' => 'DCEeFWf45A53sdfKeSS424',
› 'selector' => $selector,
›
}
/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/ 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();
}
}
00:04:15
php
User Deprecated: The Symfony\Bundle\FrameworkBundle\Templating\EngineInterface interface is deprecated since version 4.3 and will be removed in 5.0; use Twig instead.
[
"exception " => ErrorException {#676
#message : "User Deprecated: The Symfony\Bundle\FrameworkBundle\Templating\EngineInterface interface is deprecated since version 4.3 and will be removed in 5.0; use Twig instead. "
#code : 0
#file : "/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /symfony/framework-bundle/ Templating/EngineInterface.php "
#line : 14
#severity : E_USER_DEPRECATED
trace : {
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /symfony/framework-bundle/ Templating/EngineInterface.php:14 {
spl_autoload_call($class_name) …
›
› @trigger_error('The '.EngineInterface::class.' interface is deprecated since version 4.3 and will be removed in 5.0; use Twig instead.', \E_USER_DEPRECATED);
›
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /symfony/twig-bundle/ TwigEngine.php:31 {
spl_autoload_call($class_name) …
› */
› class TwigEngine extends BaseEngine implements EngineInterface
› {
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main / var/cache/dev/ContainerMBEyLVQ/getTemplatingService.php:24 {
ContainerMBEyLVQ \ getTemplatingService::do($container, $lazyLoad = true) …
›
› return $container->services['templating'] = new \Symfony\Bundle\TwigBundle\TwigEngine(($container->services['twig'] ?? $container->getTwigService()), ($container->privates['templating.name_parser'] ?? $container->load('getTemplating_NameParserService')), ($container->privates['templating.locator'] ?? $container->load('getTemplating_LocatorService')));
› }
}
/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/framework-bundle/ Controller/ControllerTrait.php:230 {
Symfony\Bundle\FrameworkBundle\Controller \ Controller->render(string $view, array $parameters = [], ?Response $response = null): Response …
› {
› if ($this->container->has('templating') && $this->container->get('templating')->supports($view)) {
› @trigger_error('Using the "templating" service is deprecated since version 4.3 and will be removed in 5.0; use Twig instead.', \E_USER_DEPRECATED);
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main / src/ApplicationBundle/Modules/Authentication/Controller/UserLoginController.php:8318 {
ApplicationBundle\Modules\Authentication\Controller \ UserLoginController->centralLoginAction(Request $request, $encData = '', $remoteVerify = 0) …
› 'state' => 'DCEeFWf45A53sdfKeSS424',
› 'selector' => $selector,
›
}
/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/ 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/framework-bundle/ Templating/EngineInterface.php:14 {
spl_autoload_call($class_name) …
›
› @trigger_error('The '.EngineInterface::class.' interface is deprecated since version 4.3 and will be removed in 5.0; use Twig instead.', \E_USER_DEPRECATED);
›
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /symfony/twig-bundle/ TwigEngine.php:31 {
spl_autoload_call($class_name) …
› */
› class TwigEngine extends BaseEngine implements EngineInterface
› {
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main / var/cache/dev/ContainerMBEyLVQ/getTemplatingService.php:24 {
ContainerMBEyLVQ \ getTemplatingService::do($container, $lazyLoad = true) …
›
› return $container->services['templating'] = new \Symfony\Bundle\TwigBundle\TwigEngine(($container->services['twig'] ?? $container->getTwigService()), ($container->privates['templating.name_parser'] ?? $container->load('getTemplating_NameParserService')), ($container->privates['templating.locator'] ?? $container->load('getTemplating_LocatorService')));
› }
}
/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/framework-bundle/ Controller/ControllerTrait.php:230 {
Symfony\Bundle\FrameworkBundle\Controller \ Controller->render(string $view, array $parameters = [], ?Response $response = null): Response …
› {
› if ($this->container->has('templating') && $this->container->get('templating')->supports($view)) {
› @trigger_error('Using the "templating" service is deprecated since version 4.3 and will be removed in 5.0; use Twig instead.', \E_USER_DEPRECATED);
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main / src/ApplicationBundle/Modules/Authentication/Controller/UserLoginController.php:8318 {
ApplicationBundle\Modules\Authentication\Controller \ UserLoginController->centralLoginAction(Request $request, $encData = '', $remoteVerify = 0) …
› 'state' => 'DCEeFWf45A53sdfKeSS424',
› 'selector' => $selector,
›
}
/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/ 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();
}
}
00:04:15
php
User Deprecated: The "templating.locator " service is deprecated since Symfony 4.3 and will be removed in 5.0.
[
"exception " => ErrorException {#673
#message : "User Deprecated: The "templating.locator" service is deprecated since Symfony 4.3 and will be removed in 5.0. "
#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/getTemplating_LocatorService.php:22 {
ContainerMBEyLVQ \ getTemplating_LocatorService::do($container, $lazyLoad = true) …
› {
› trigger_deprecation('', '', 'The "templating.locator" service is deprecated since Symfony 4.3 and will be removed in 5.0.');
›
}
/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 / var/cache/dev/ContainerMBEyLVQ/appAppKernelDevDebugContainer.php:985 {
ContainerMBEyLVQ \ appAppKernelDevDebugContainer->getTwigService() …
› {
› $a = new \Symfony\Bundle\TwigBundle\Loader\FilesystemLoader(($this->privates['templating.locator'] ?? $this->load('getTemplating_LocatorService')), ($this->privates['templating.name_parser'] ?? $this->load('getTemplating_NameParserService')), \dirname(__DIR__, 4));
› $a->addPath((\dirname(__DIR__, 4).'/src/ApplicationBundle/Modules/Sales/Resources/views'), 'Sales');
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main / var/cache/dev/ContainerMBEyLVQ/getTemplatingService.php:24 {
ContainerMBEyLVQ \ getTemplatingService::do($container, $lazyLoad = true) …
›
› return $container->services['templating'] = new \Symfony\Bundle\TwigBundle\TwigEngine(($container->services['twig'] ?? $container->getTwigService()), ($container->privates['templating.name_parser'] ?? $container->load('getTemplating_NameParserService')), ($container->privates['templating.locator'] ?? $container->load('getTemplating_LocatorService')));
› }
}
/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/framework-bundle/ Controller/ControllerTrait.php:230 {
Symfony\Bundle\FrameworkBundle\Controller \ Controller->render(string $view, array $parameters = [], ?Response $response = null): Response …
› {
› if ($this->container->has('templating') && $this->container->get('templating')->supports($view)) {
› @trigger_error('Using the "templating" service is deprecated since version 4.3 and will be removed in 5.0; use Twig instead.', \E_USER_DEPRECATED);
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main / src/ApplicationBundle/Modules/Authentication/Controller/UserLoginController.php:8318 {
ApplicationBundle\Modules\Authentication\Controller \ UserLoginController->centralLoginAction(Request $request, $encData = '', $remoteVerify = 0) …
› 'state' => 'DCEeFWf45A53sdfKeSS424',
› 'selector' => $selector,
›
}
/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/ 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/getTemplating_LocatorService.php:22 {
ContainerMBEyLVQ \ getTemplating_LocatorService::do($container, $lazyLoad = true) …
› {
› trigger_deprecation('', '', 'The "templating.locator" service is deprecated since Symfony 4.3 and will be removed in 5.0.');
›
}
/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 / var/cache/dev/ContainerMBEyLVQ/appAppKernelDevDebugContainer.php:985 {
ContainerMBEyLVQ \ appAppKernelDevDebugContainer->getTwigService() …
› {
› $a = new \Symfony\Bundle\TwigBundle\Loader\FilesystemLoader(($this->privates['templating.locator'] ?? $this->load('getTemplating_LocatorService')), ($this->privates['templating.name_parser'] ?? $this->load('getTemplating_NameParserService')), \dirname(__DIR__, 4));
› $a->addPath((\dirname(__DIR__, 4).'/src/ApplicationBundle/Modules/Sales/Resources/views'), 'Sales');
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main / var/cache/dev/ContainerMBEyLVQ/getTemplatingService.php:24 {
ContainerMBEyLVQ \ getTemplatingService::do($container, $lazyLoad = true) …
›
› return $container->services['templating'] = new \Symfony\Bundle\TwigBundle\TwigEngine(($container->services['twig'] ?? $container->getTwigService()), ($container->privates['templating.name_parser'] ?? $container->load('getTemplating_NameParserService')), ($container->privates['templating.locator'] ?? $container->load('getTemplating_LocatorService')));
› }
}
/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/framework-bundle/ Controller/ControllerTrait.php:230 {
Symfony\Bundle\FrameworkBundle\Controller \ Controller->render(string $view, array $parameters = [], ?Response $response = null): Response …
› {
› if ($this->container->has('templating') && $this->container->get('templating')->supports($view)) {
› @trigger_error('Using the "templating" service is deprecated since version 4.3 and will be removed in 5.0; use Twig instead.', \E_USER_DEPRECATED);
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main / src/ApplicationBundle/Modules/Authentication/Controller/UserLoginController.php:8318 {
ApplicationBundle\Modules\Authentication\Controller \ UserLoginController->centralLoginAction(Request $request, $encData = '', $remoteVerify = 0) …
› 'state' => 'DCEeFWf45A53sdfKeSS424',
› 'selector' => $selector,
›
}
/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/ 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();
}
}
00:04:15
php
User Deprecated: The Symfony\Bundle\FrameworkBundle\Templating\Loader\TemplateLocator class is deprecated since version 4.3 and will be removed in 5.0; use Twig instead.
[
"exception " => ErrorException {#672
#message : "User Deprecated: The Symfony\Bundle\FrameworkBundle\Templating\Loader\TemplateLocator class is deprecated since version 4.3 and will be removed in 5.0; use Twig instead. "
#code : 0
#file : "/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /symfony/framework-bundle/ Templating/Loader/TemplateLocator.php "
#line : 14
#severity : E_USER_DEPRECATED
trace : {
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /symfony/framework-bundle/ Templating/Loader/TemplateLocator.php:14 {
spl_autoload_call($class_name) …
›
› @trigger_error('The '.TemplateLocator::class.' class is deprecated since version 4.3 and will be removed in 5.0; use Twig instead.', \E_USER_DEPRECATED);
›
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main / var/cache/dev/ContainerMBEyLVQ/getTemplating_LocatorService.php:24 {
ContainerMBEyLVQ \ getTemplating_LocatorService::do($container, $lazyLoad = true) …
›
› return $container->privates['templating.locator'] = new \Symfony\Bundle\FrameworkBundle\Templating\Loader\TemplateLocator(($container->privates['file_locator'] ?? $container->load('getFileLocatorService')), $container->targetDir.'');
› }
}
/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 / var/cache/dev/ContainerMBEyLVQ/appAppKernelDevDebugContainer.php:985 {
ContainerMBEyLVQ \ appAppKernelDevDebugContainer->getTwigService() …
› {
› $a = new \Symfony\Bundle\TwigBundle\Loader\FilesystemLoader(($this->privates['templating.locator'] ?? $this->load('getTemplating_LocatorService')), ($this->privates['templating.name_parser'] ?? $this->load('getTemplating_NameParserService')), \dirname(__DIR__, 4));
› $a->addPath((\dirname(__DIR__, 4).'/src/ApplicationBundle/Modules/Sales/Resources/views'), 'Sales');
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main / var/cache/dev/ContainerMBEyLVQ/getTemplatingService.php:24 {
ContainerMBEyLVQ \ getTemplatingService::do($container, $lazyLoad = true) …
›
› return $container->services['templating'] = new \Symfony\Bundle\TwigBundle\TwigEngine(($container->services['twig'] ?? $container->getTwigService()), ($container->privates['templating.name_parser'] ?? $container->load('getTemplating_NameParserService')), ($container->privates['templating.locator'] ?? $container->load('getTemplating_LocatorService')));
› }
}
/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/framework-bundle/ Controller/ControllerTrait.php:230 {
Symfony\Bundle\FrameworkBundle\Controller \ Controller->render(string $view, array $parameters = [], ?Response $response = null): Response …
› {
› if ($this->container->has('templating') && $this->container->get('templating')->supports($view)) {
› @trigger_error('Using the "templating" service is deprecated since version 4.3 and will be removed in 5.0; use Twig instead.', \E_USER_DEPRECATED);
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main / src/ApplicationBundle/Modules/Authentication/Controller/UserLoginController.php:8318 {
ApplicationBundle\Modules\Authentication\Controller \ UserLoginController->centralLoginAction(Request $request, $encData = '', $remoteVerify = 0) …
› 'state' => 'DCEeFWf45A53sdfKeSS424',
› 'selector' => $selector,
›
}
/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/ 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/framework-bundle/ Templating/Loader/TemplateLocator.php:14 {
spl_autoload_call($class_name) …
›
› @trigger_error('The '.TemplateLocator::class.' class is deprecated since version 4.3 and will be removed in 5.0; use Twig instead.', \E_USER_DEPRECATED);
›
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main / var/cache/dev/ContainerMBEyLVQ/getTemplating_LocatorService.php:24 {
ContainerMBEyLVQ \ getTemplating_LocatorService::do($container, $lazyLoad = true) …
›
› return $container->privates['templating.locator'] = new \Symfony\Bundle\FrameworkBundle\Templating\Loader\TemplateLocator(($container->privates['file_locator'] ?? $container->load('getFileLocatorService')), $container->targetDir.'');
› }
}
/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 / var/cache/dev/ContainerMBEyLVQ/appAppKernelDevDebugContainer.php:985 {
ContainerMBEyLVQ \ appAppKernelDevDebugContainer->getTwigService() …
› {
› $a = new \Symfony\Bundle\TwigBundle\Loader\FilesystemLoader(($this->privates['templating.locator'] ?? $this->load('getTemplating_LocatorService')), ($this->privates['templating.name_parser'] ?? $this->load('getTemplating_NameParserService')), \dirname(__DIR__, 4));
› $a->addPath((\dirname(__DIR__, 4).'/src/ApplicationBundle/Modules/Sales/Resources/views'), 'Sales');
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main / var/cache/dev/ContainerMBEyLVQ/getTemplatingService.php:24 {
ContainerMBEyLVQ \ getTemplatingService::do($container, $lazyLoad = true) …
›
› return $container->services['templating'] = new \Symfony\Bundle\TwigBundle\TwigEngine(($container->services['twig'] ?? $container->getTwigService()), ($container->privates['templating.name_parser'] ?? $container->load('getTemplating_NameParserService')), ($container->privates['templating.locator'] ?? $container->load('getTemplating_LocatorService')));
› }
}
/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/framework-bundle/ Controller/ControllerTrait.php:230 {
Symfony\Bundle\FrameworkBundle\Controller \ Controller->render(string $view, array $parameters = [], ?Response $response = null): Response …
› {
› if ($this->container->has('templating') && $this->container->get('templating')->supports($view)) {
› @trigger_error('Using the "templating" service is deprecated since version 4.3 and will be removed in 5.0; use Twig instead.', \E_USER_DEPRECATED);
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main / src/ApplicationBundle/Modules/Authentication/Controller/UserLoginController.php:8318 {
ApplicationBundle\Modules\Authentication\Controller \ UserLoginController->centralLoginAction(Request $request, $encData = '', $remoteVerify = 0) …
› 'state' => 'DCEeFWf45A53sdfKeSS424',
› 'selector' => $selector,
›
}
/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/ 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();
}
}
00:04:15
php
User Deprecated: The "templating.name_parser " service is deprecated since Symfony 4.3 and will be removed in 5.0.
[
"exception " => ErrorException {#669
#message : "User Deprecated: The "templating.name_parser" service is deprecated since Symfony 4.3 and will be removed in 5.0. "
#code : 0
#file : "/home/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/getTemplating_NameParserService.php:22 {
ContainerMBEyLVQ \ getTemplating_NameParserService::do($container, $lazyLoad = true) …
› {
› trigger_deprecation('', '', 'The "templating.name_parser" service is deprecated since Symfony 4.3 and will be removed in 5.0.');
›
}
/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 / var/cache/dev/ContainerMBEyLVQ/appAppKernelDevDebugContainer.php:985 {
ContainerMBEyLVQ \ appAppKernelDevDebugContainer->getTwigService() …
› {
› $a = new \Symfony\Bundle\TwigBundle\Loader\FilesystemLoader(($this->privates['templating.locator'] ?? $this->load('getTemplating_LocatorService')), ($this->privates['templating.name_parser'] ?? $this->load('getTemplating_NameParserService')), \dirname(__DIR__, 4));
› $a->addPath((\dirname(__DIR__, 4).'/src/ApplicationBundle/Modules/Sales/Resources/views'), 'Sales');
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main / var/cache/dev/ContainerMBEyLVQ/getTemplatingService.php:24 {
ContainerMBEyLVQ \ getTemplatingService::do($container, $lazyLoad = true) …
›
› return $container->services['templating'] = new \Symfony\Bundle\TwigBundle\TwigEngine(($container->services['twig'] ?? $container->getTwigService()), ($container->privates['templating.name_parser'] ?? $container->load('getTemplating_NameParserService')), ($container->privates['templating.locator'] ?? $container->load('getTemplating_LocatorService')));
› }
}
/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/framework-bundle/ Controller/ControllerTrait.php:230 {
Symfony\Bundle\FrameworkBundle\Controller \ Controller->render(string $view, array $parameters = [], ?Response $response = null): Response …
› {
› if ($this->container->has('templating') && $this->container->get('templating')->supports($view)) {
› @trigger_error('Using the "templating" service is deprecated since version 4.3 and will be removed in 5.0; use Twig instead.', \E_USER_DEPRECATED);
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main / src/ApplicationBundle/Modules/Authentication/Controller/UserLoginController.php:8318 {
ApplicationBundle\Modules\Authentication\Controller \ UserLoginController->centralLoginAction(Request $request, $encData = '', $remoteVerify = 0) …
› 'state' => 'DCEeFWf45A53sdfKeSS424',
› 'selector' => $selector,
›
}
/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/ 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/getTemplating_NameParserService.php:22 {
ContainerMBEyLVQ \ getTemplating_NameParserService::do($container, $lazyLoad = true) …
› {
› trigger_deprecation('', '', 'The "templating.name_parser" service is deprecated since Symfony 4.3 and will be removed in 5.0.');
›
}
/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 / var/cache/dev/ContainerMBEyLVQ/appAppKernelDevDebugContainer.php:985 {
ContainerMBEyLVQ \ appAppKernelDevDebugContainer->getTwigService() …
› {
› $a = new \Symfony\Bundle\TwigBundle\Loader\FilesystemLoader(($this->privates['templating.locator'] ?? $this->load('getTemplating_LocatorService')), ($this->privates['templating.name_parser'] ?? $this->load('getTemplating_NameParserService')), \dirname(__DIR__, 4));
› $a->addPath((\dirname(__DIR__, 4).'/src/ApplicationBundle/Modules/Sales/Resources/views'), 'Sales');
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main / var/cache/dev/ContainerMBEyLVQ/getTemplatingService.php:24 {
ContainerMBEyLVQ \ getTemplatingService::do($container, $lazyLoad = true) …
›
› return $container->services['templating'] = new \Symfony\Bundle\TwigBundle\TwigEngine(($container->services['twig'] ?? $container->getTwigService()), ($container->privates['templating.name_parser'] ?? $container->load('getTemplating_NameParserService')), ($container->privates['templating.locator'] ?? $container->load('getTemplating_LocatorService')));
› }
}
/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/framework-bundle/ Controller/ControllerTrait.php:230 {
Symfony\Bundle\FrameworkBundle\Controller \ Controller->render(string $view, array $parameters = [], ?Response $response = null): Response …
› {
› if ($this->container->has('templating') && $this->container->get('templating')->supports($view)) {
› @trigger_error('Using the "templating" service is deprecated since version 4.3 and will be removed in 5.0; use Twig instead.', \E_USER_DEPRECATED);
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main / src/ApplicationBundle/Modules/Authentication/Controller/UserLoginController.php:8318 {
ApplicationBundle\Modules\Authentication\Controller \ UserLoginController->centralLoginAction(Request $request, $encData = '', $remoteVerify = 0) …
› 'state' => 'DCEeFWf45A53sdfKeSS424',
› 'selector' => $selector,
›
}
/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/ 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();
}
}
00:04:15
php
User Deprecated: The Symfony\Bundle\FrameworkBundle\Templating\TemplateNameParser class is deprecated since version 4.3 and will be removed in 5.0; use Twig instead.
[
"exception " => ErrorException {#668
#message : "User Deprecated: The Symfony\Bundle\FrameworkBundle\Templating\TemplateNameParser class is deprecated since version 4.3 and will be removed in 5.0; use Twig instead. "
#code : 0
#file : "/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /symfony/framework-bundle/ Templating/TemplateNameParser.php "
#line : 14
#severity : E_USER_DEPRECATED
trace : {
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /symfony/framework-bundle/ Templating/TemplateNameParser.php:14 {
spl_autoload_call($class_name) …
›
› @trigger_error('The '.TemplateNameParser::class.' class is deprecated since version 4.3 and will be removed in 5.0; use Twig instead.', \E_USER_DEPRECATED);
›
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main / var/cache/dev/ContainerMBEyLVQ/getTemplating_NameParserService.php:24 {
ContainerMBEyLVQ \ getTemplating_NameParserService::do($container, $lazyLoad = true) …
›
› return $container->privates['templating.name_parser'] = new \Symfony\Bundle\FrameworkBundle\Templating\TemplateNameParser(($container->services['kernel'] ?? $container->get('kernel', 1)));
› }
}
/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 / var/cache/dev/ContainerMBEyLVQ/appAppKernelDevDebugContainer.php:985 {
ContainerMBEyLVQ \ appAppKernelDevDebugContainer->getTwigService() …
› {
› $a = new \Symfony\Bundle\TwigBundle\Loader\FilesystemLoader(($this->privates['templating.locator'] ?? $this->load('getTemplating_LocatorService')), ($this->privates['templating.name_parser'] ?? $this->load('getTemplating_NameParserService')), \dirname(__DIR__, 4));
› $a->addPath((\dirname(__DIR__, 4).'/src/ApplicationBundle/Modules/Sales/Resources/views'), 'Sales');
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main / var/cache/dev/ContainerMBEyLVQ/getTemplatingService.php:24 {
ContainerMBEyLVQ \ getTemplatingService::do($container, $lazyLoad = true) …
›
› return $container->services['templating'] = new \Symfony\Bundle\TwigBundle\TwigEngine(($container->services['twig'] ?? $container->getTwigService()), ($container->privates['templating.name_parser'] ?? $container->load('getTemplating_NameParserService')), ($container->privates['templating.locator'] ?? $container->load('getTemplating_LocatorService')));
› }
}
/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/framework-bundle/ Controller/ControllerTrait.php:230 {
Symfony\Bundle\FrameworkBundle\Controller \ Controller->render(string $view, array $parameters = [], ?Response $response = null): Response …
› {
› if ($this->container->has('templating') && $this->container->get('templating')->supports($view)) {
› @trigger_error('Using the "templating" service is deprecated since version 4.3 and will be removed in 5.0; use Twig instead.', \E_USER_DEPRECATED);
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main / src/ApplicationBundle/Modules/Authentication/Controller/UserLoginController.php:8318 {
ApplicationBundle\Modules\Authentication\Controller \ UserLoginController->centralLoginAction(Request $request, $encData = '', $remoteVerify = 0) …
› 'state' => 'DCEeFWf45A53sdfKeSS424',
› 'selector' => $selector,
›
}
/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/ 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/framework-bundle/ Templating/TemplateNameParser.php:14 {
spl_autoload_call($class_name) …
›
› @trigger_error('The '.TemplateNameParser::class.' class is deprecated since version 4.3 and will be removed in 5.0; use Twig instead.', \E_USER_DEPRECATED);
›
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main / var/cache/dev/ContainerMBEyLVQ/getTemplating_NameParserService.php:24 {
ContainerMBEyLVQ \ getTemplating_NameParserService::do($container, $lazyLoad = true) …
›
› return $container->privates['templating.name_parser'] = new \Symfony\Bundle\FrameworkBundle\Templating\TemplateNameParser(($container->services['kernel'] ?? $container->get('kernel', 1)));
› }
}
/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 / var/cache/dev/ContainerMBEyLVQ/appAppKernelDevDebugContainer.php:985 {
ContainerMBEyLVQ \ appAppKernelDevDebugContainer->getTwigService() …
› {
› $a = new \Symfony\Bundle\TwigBundle\Loader\FilesystemLoader(($this->privates['templating.locator'] ?? $this->load('getTemplating_LocatorService')), ($this->privates['templating.name_parser'] ?? $this->load('getTemplating_NameParserService')), \dirname(__DIR__, 4));
› $a->addPath((\dirname(__DIR__, 4).'/src/ApplicationBundle/Modules/Sales/Resources/views'), 'Sales');
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main / var/cache/dev/ContainerMBEyLVQ/getTemplatingService.php:24 {
ContainerMBEyLVQ \ getTemplatingService::do($container, $lazyLoad = true) …
›
› return $container->services['templating'] = new \Symfony\Bundle\TwigBundle\TwigEngine(($container->services['twig'] ?? $container->getTwigService()), ($container->privates['templating.name_parser'] ?? $container->load('getTemplating_NameParserService')), ($container->privates['templating.locator'] ?? $container->load('getTemplating_LocatorService')));
› }
}
/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/framework-bundle/ Controller/ControllerTrait.php:230 {
Symfony\Bundle\FrameworkBundle\Controller \ Controller->render(string $view, array $parameters = [], ?Response $response = null): Response …
› {
› if ($this->container->has('templating') && $this->container->get('templating')->supports($view)) {
› @trigger_error('Using the "templating" service is deprecated since version 4.3 and will be removed in 5.0; use Twig instead.', \E_USER_DEPRECATED);
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main / src/ApplicationBundle/Modules/Authentication/Controller/UserLoginController.php:8318 {
ApplicationBundle\Modules\Authentication\Controller \ UserLoginController->centralLoginAction(Request $request, $encData = '', $remoteVerify = 0) …
› 'state' => 'DCEeFWf45A53sdfKeSS424',
› 'selector' => $selector,
›
}
/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/ 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();
}
}
00:04:15
php
User Deprecated: Using the "templating " service is deprecated since version 4.3 and will be removed in 5.0; use Twig instead.
[
"exception " => ErrorException {#720
#message : "User Deprecated: Using the "templating" service is deprecated since version 4.3 and will be removed in 5.0; use Twig instead. "
#code : 0
#file : "/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /symfony/framework-bundle/ Controller/ControllerTrait.php "
#line : 231
#severity : E_USER_DEPRECATED
trace : {
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /symfony/framework-bundle/ Controller/ControllerTrait.php:231 {
Symfony\Bundle\FrameworkBundle\Controller \ Controller->render(string $view, array $parameters = [], ?Response $response = null): Response …
› if ($this->container->has('templating') && $this->container->get('templating')->supports($view)) {
› @trigger_error('Using the "templating" service is deprecated since version 4.3 and will be removed in 5.0; use Twig instead.', \E_USER_DEPRECATED);
›
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main / src/ApplicationBundle/Modules/Authentication/Controller/UserLoginController.php:8318 {
ApplicationBundle\Modules\Authentication\Controller \ UserLoginController->centralLoginAction(Request $request, $encData = '', $remoteVerify = 0) …
› 'state' => 'DCEeFWf45A53sdfKeSS424',
› 'selector' => $selector,
›
}
/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/ 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/framework-bundle/ Controller/ControllerTrait.php:231 {
Symfony\Bundle\FrameworkBundle\Controller \ Controller->render(string $view, array $parameters = [], ?Response $response = null): Response …
› if ($this->container->has('templating') && $this->container->get('templating')->supports($view)) {
› @trigger_error('Using the "templating" service is deprecated since version 4.3 and will be removed in 5.0; use Twig instead.', \E_USER_DEPRECATED);
›
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main / src/ApplicationBundle/Modules/Authentication/Controller/UserLoginController.php:8318 {
ApplicationBundle\Modules\Authentication\Controller \ UserLoginController->centralLoginAction(Request $request, $encData = '', $remoteVerify = 0) …
› 'state' => 'DCEeFWf45A53sdfKeSS424',
› 'selector' => $selector,
›
}
/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/ 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();
}
}
00:04:15
php (13 times)
User Deprecated: Since symfony/http-foundation 5.3: "Symfony\Component\HttpFoundation\RequestStack::getMasterRequest() " is deprecated, use "getMainRequest() " instead.
[
"exception " => ErrorException {#739
#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/asset/ Context/RequestStackContext.php:39 {
Symfony\Component\Asset\Context \ RequestStackContext->getBasePath() …
› {
› if (!$request = $this->requestStack->getMasterRequest()) {
› return $this->basePath;
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /symfony/asset/ PathPackage.php:71 {
Symfony\Component\Asset \ PathPackage->getBasePath() …
› {
› return $this->getContext()->getBasePath().$this->basePath;
› }
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /symfony/asset/ PathPackage.php:61 {
Symfony\Component\Asset \ PathPackage->getUrl($path) …
›
› return $this->getBasePath().ltrim($versionedPath, '/');
› }
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /symfony/asset/ Packages.php:107 {
Symfony\Component\Asset \ Packages->getUrl($path, $packageName = null) …
› {
› return $this->getPackage($packageName)->getUrl($path);
› }
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /symfony/twig-bridge/ Extension/AssetExtension.php:60 {
Symfony\Bridge\Twig\Extension \ AssetExtension->getAssetUrl($path, $packageName = null) …
› {
› return $this->packages->getUrl($path, $packageName);
› }
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/src/ApplicationBundle/Resources/views/inc/central_header.html.twig:30 {
__TwigTemplate_68afe8944dfa519ca51a13cd6909e036a855a82a7f29bbcf8c5fe5f2d61aa632->doDisplay(array $context, array $blocks = []) …
›
› <link rel="shortcut icon" type="image/x-icon" href="{{ asset('favicon.ico') }}?version={{ constant('ApplicationBundle\\Constants\\GeneralConstant::ENTITY_APP_VERSION') }}">
› <link rel="apple-touch-icon" sizes="180x180" href="{{ asset('apple-icon.png') }}?version={{ constant('ApplicationBundle\\Constants\\GeneralConstant::ENTITY_APP_VERSION') }}">
}
/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/src/ApplicationBundle/Modules/Authentication/Resources/views/pages/views/central_login.html.twig:1 {
__TwigTemplate_4de07a83ef7df6d8fb334a1af0a6dab3228a5be78b4fca712ae1ab370ec2a88b->doDisplay(array $context, array $blocks = []) …
›
› {% include '@Application/inc/central_header.html.twig' %}
› {# honeybee login page #}
}
/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 /symfony/twig-bridge/ TwigEngine.php:54 {
Symfony\Bridge\Twig \ TwigEngine->render($name, array $parameters = []) …
› {
› return $this->load($name)->render($parameters);
› }
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /symfony/framework-bundle/ Controller/ControllerTrait.php:233 {
Symfony\Bundle\FrameworkBundle\Controller \ Controller->render(string $view, array $parameters = [], ?Response $response = null): Response …
›
› $content = $this->container->get('templating')->render($view, $parameters);
› } elseif ($this->container->has('twig')) {
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main / src/ApplicationBundle/Modules/Authentication/Controller/UserLoginController.php:8318 {
ApplicationBundle\Modules\Authentication\Controller \ UserLoginController->centralLoginAction(Request $request, $encData = '', $remoteVerify = 0) …
› 'state' => 'DCEeFWf45A53sdfKeSS424',
› 'selector' => $selector,
›
}
/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/ 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/asset/ Context/RequestStackContext.php:39 {
Symfony\Component\Asset\Context \ RequestStackContext->getBasePath() …
› {
› if (!$request = $this->requestStack->getMasterRequest()) {
› return $this->basePath;
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /symfony/asset/ PathPackage.php:71 {
Symfony\Component\Asset \ PathPackage->getBasePath() …
› {
› return $this->getContext()->getBasePath().$this->basePath;
› }
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /symfony/asset/ PathPackage.php:61 {
Symfony\Component\Asset \ PathPackage->getUrl($path) …
›
› return $this->getBasePath().ltrim($versionedPath, '/');
› }
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /symfony/asset/ Packages.php:107 {
Symfony\Component\Asset \ Packages->getUrl($path, $packageName = null) …
› {
› return $this->getPackage($packageName)->getUrl($path);
› }
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /symfony/twig-bridge/ Extension/AssetExtension.php:60 {
Symfony\Bridge\Twig\Extension \ AssetExtension->getAssetUrl($path, $packageName = null) …
› {
› return $this->packages->getUrl($path, $packageName);
› }
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/src/ApplicationBundle/Resources/views/inc/central_header.html.twig:30 {
__TwigTemplate_68afe8944dfa519ca51a13cd6909e036a855a82a7f29bbcf8c5fe5f2d61aa632->doDisplay(array $context, array $blocks = []) …
›
› <link rel="shortcut icon" type="image/x-icon" href="{{ asset('favicon.ico') }}?version={{ constant('ApplicationBundle\\Constants\\GeneralConstant::ENTITY_APP_VERSION') }}">
› <link rel="apple-touch-icon" sizes="180x180" href="{{ asset('apple-icon.png') }}?version={{ constant('ApplicationBundle\\Constants\\GeneralConstant::ENTITY_APP_VERSION') }}">
}
/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/src/ApplicationBundle/Modules/Authentication/Resources/views/pages/views/central_login.html.twig:1 {
__TwigTemplate_4de07a83ef7df6d8fb334a1af0a6dab3228a5be78b4fca712ae1ab370ec2a88b->doDisplay(array $context, array $blocks = []) …
›
› {% include '@Application/inc/central_header.html.twig' %}
› {# honeybee login page #}
}
/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 /symfony/twig-bridge/ TwigEngine.php:54 {
Symfony\Bridge\Twig \ TwigEngine->render($name, array $parameters = []) …
› {
› return $this->load($name)->render($parameters);
› }
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /symfony/framework-bundle/ Controller/ControllerTrait.php:233 {
Symfony\Bundle\FrameworkBundle\Controller \ Controller->render(string $view, array $parameters = [], ?Response $response = null): Response …
›
› $content = $this->container->get('templating')->render($view, $parameters);
› } elseif ($this->container->has('twig')) {
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main / src/ApplicationBundle/Modules/Authentication/Controller/UserLoginController.php:8318 {
ApplicationBundle\Modules\Authentication\Controller \ UserLoginController->centralLoginAction(Request $request, $encData = '', $remoteVerify = 0) …
› 'state' => 'DCEeFWf45A53sdfKeSS424',
› 'selector' => $selector,
›
}
/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/ 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();
}
}
00:04:15
php
User Deprecated: The "twig.exception_listener " service is deprecated since Symfony 4.4.
[
"exception " => ErrorException {#128
#message : "User Deprecated: The "twig.exception_listener" 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_ExceptionListenerService.php:22 {
ContainerMBEyLVQ \ getTwig_ExceptionListenerService::do($container, $lazyLoad = true) …
› {
› trigger_deprecation('', '', 'The "twig.exception_listener" 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 / var/cache/dev/ContainerMBEyLVQ/appAppKernelDevDebugContainer.php:773 {
ContainerMBEyLVQ\appAppKernelDevDebugContainer->ContainerMBEyLVQ \ {closure} …
› $instance->addListener('kernel.exception', [0 => function () {
› return ($this->privates['twig.exception_listener'] ?? $this->load('getTwig_ExceptionListenerService'));
› }, 1 => 'logKernelException'], 0);
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /symfony/event-dispatcher/ EventDispatcher.php:178 {
Symfony\Component\EventDispatcher \ EventDispatcher->removeListener($eventName, $listener) …
› if ($v !== $listener && \is_array($v) && isset($v[0]) && $v[0] instanceof \Closure && 2 >= \count($v)) {
› $v[0] = $v[0]();
› $v[1] = $v[1] ?? '__invoke';
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:86 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->removeListener($eventName, $listener) …
›
› return $this->dispatcher->removeListener($eventName, $listener);
› }
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /symfony/security-http/ Firewall/ExceptionListener.php:85 {
Symfony\Component\Security\Http\Firewall \ ExceptionListener->unregister(EventDispatcherInterface $dispatcher) …
› {
› $dispatcher->removeListener(KernelEvents::EXCEPTION, [$this, 'onKernelException']);
› }
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /symfony/security-http/ Firewall.php:112 {
Symfony\Component\Security\Http \ Firewall->onKernelFinishRequest(FinishRequestEvent $event) …
› if (isset($this->exceptionListeners[$request])) {
› $this->exceptionListeners[$request]->unregister($this->dispatcher);
› unset($this->exceptionListeners[$request]);
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /symfony/security-bundle/ EventListener/FirewallListener.php:64 {
Symfony\Bundle\SecurityBundle\EventListener \ FirewallListener->onKernelFinishRequest(FinishRequestEvent $event) …
›
› parent::onKernelFinishRequest($event);
› }
}
/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:218 {
Symfony\Component\HttpKernel \ HttpKernel->finishRequest(Request $request, int $type) …
› {
› $this->dispatcher->dispatch(new FinishRequestEvent($this, $request, $type), KernelEvents::FINISH_REQUEST);
› }
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /symfony/http-kernel/ HttpKernel.php:204 {
Symfony\Component\HttpKernel \ HttpKernel->filterResponse(Response $response, Request $request, int $type): Response …
›
› $this->finishRequest($request, $type);
›
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /symfony/http-kernel/ HttpKernel.php:190 {
Symfony\Component\HttpKernel \ HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
›
› return $this->filterResponse($response, $request, $type);
› }
}
/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/ 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_ExceptionListenerService.php:22 {
ContainerMBEyLVQ \ getTwig_ExceptionListenerService::do($container, $lazyLoad = true) …
› {
› trigger_deprecation('', '', 'The "twig.exception_listener" 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 / var/cache/dev/ContainerMBEyLVQ/appAppKernelDevDebugContainer.php:773 {
ContainerMBEyLVQ\appAppKernelDevDebugContainer->ContainerMBEyLVQ \ {closure} …
› $instance->addListener('kernel.exception', [0 => function () {
› return ($this->privates['twig.exception_listener'] ?? $this->load('getTwig_ExceptionListenerService'));
› }, 1 => 'logKernelException'], 0);
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /symfony/event-dispatcher/ EventDispatcher.php:178 {
Symfony\Component\EventDispatcher \ EventDispatcher->removeListener($eventName, $listener) …
› if ($v !== $listener && \is_array($v) && isset($v[0]) && $v[0] instanceof \Closure && 2 >= \count($v)) {
› $v[0] = $v[0]();
› $v[1] = $v[1] ?? '__invoke';
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:86 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->removeListener($eventName, $listener) …
›
› return $this->dispatcher->removeListener($eventName, $listener);
› }
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /symfony/security-http/ Firewall/ExceptionListener.php:85 {
Symfony\Component\Security\Http\Firewall \ ExceptionListener->unregister(EventDispatcherInterface $dispatcher) …
› {
› $dispatcher->removeListener(KernelEvents::EXCEPTION, [$this, 'onKernelException']);
› }
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /symfony/security-http/ Firewall.php:112 {
Symfony\Component\Security\Http \ Firewall->onKernelFinishRequest(FinishRequestEvent $event) …
› if (isset($this->exceptionListeners[$request])) {
› $this->exceptionListeners[$request]->unregister($this->dispatcher);
› unset($this->exceptionListeners[$request]);
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /symfony/security-bundle/ EventListener/FirewallListener.php:64 {
Symfony\Bundle\SecurityBundle\EventListener \ FirewallListener->onKernelFinishRequest(FinishRequestEvent $event) …
›
› parent::onKernelFinishRequest($event);
› }
}
/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:218 {
Symfony\Component\HttpKernel \ HttpKernel->finishRequest(Request $request, int $type) …
› {
› $this->dispatcher->dispatch(new FinishRequestEvent($this, $request, $type), KernelEvents::FINISH_REQUEST);
› }
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /symfony/http-kernel/ HttpKernel.php:204 {
Symfony\Component\HttpKernel \ HttpKernel->filterResponse(Response $response, Request $request, int $type): Response …
›
› $this->finishRequest($request, $type);
›
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /symfony/http-kernel/ HttpKernel.php:190 {
Symfony\Component\HttpKernel \ HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
›
› return $this->filterResponse($response, $request, $type);
› }
}
/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/ 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();
}
}
00:04:15
php
User Deprecated: The "Symfony\Component\HttpKernel\EventListener\ExceptionListener " class is deprecated since Symfony 4.4, use "ErrorListener " instead.
[
"exception " => ErrorException {#1060
#message : "User Deprecated: The "Symfony\Component\HttpKernel\EventListener\ExceptionListener" class is deprecated since Symfony 4.4, use "ErrorListener" instead. "
#code : 0
#file : "/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /symfony/http-kernel/ EventListener/ExceptionListener.php "
#line : 25
#severity : E_USER_DEPRECATED
trace : {
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /symfony/http-kernel/ EventListener/ExceptionListener.php:25 {
spl_autoload_call($class_name) …
›
› @trigger_error(sprintf('The "%s" class is deprecated since Symfony 4.4, use "ErrorListener" instead.', ExceptionListener::class), \E_USER_DEPRECATED);
›
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main / var/cache/dev/ContainerMBEyLVQ/getTwig_ExceptionListenerService.php:24 {
ContainerMBEyLVQ \ getTwig_ExceptionListenerService::do($container, $lazyLoad = true) …
›
› return $container->privates['twig.exception_listener'] = new \Symfony\Component\HttpKernel\EventListener\ExceptionListener('twig.controller.exception::showAction', ($container->privates['monolog.logger.request'] ?? $container->getMonolog_Logger_RequestService()), 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 / var/cache/dev/ContainerMBEyLVQ/appAppKernelDevDebugContainer.php:773 {
ContainerMBEyLVQ\appAppKernelDevDebugContainer->ContainerMBEyLVQ \ {closure} …
› $instance->addListener('kernel.exception', [0 => function () {
› return ($this->privates['twig.exception_listener'] ?? $this->load('getTwig_ExceptionListenerService'));
› }, 1 => 'logKernelException'], 0);
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /symfony/event-dispatcher/ EventDispatcher.php:178 {
Symfony\Component\EventDispatcher \ EventDispatcher->removeListener($eventName, $listener) …
› if ($v !== $listener && \is_array($v) && isset($v[0]) && $v[0] instanceof \Closure && 2 >= \count($v)) {
› $v[0] = $v[0]();
› $v[1] = $v[1] ?? '__invoke';
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:86 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->removeListener($eventName, $listener) …
›
› return $this->dispatcher->removeListener($eventName, $listener);
› }
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /symfony/security-http/ Firewall/ExceptionListener.php:85 {
Symfony\Component\Security\Http\Firewall \ ExceptionListener->unregister(EventDispatcherInterface $dispatcher) …
› {
› $dispatcher->removeListener(KernelEvents::EXCEPTION, [$this, 'onKernelException']);
› }
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /symfony/security-http/ Firewall.php:112 {
Symfony\Component\Security\Http \ Firewall->onKernelFinishRequest(FinishRequestEvent $event) …
› if (isset($this->exceptionListeners[$request])) {
› $this->exceptionListeners[$request]->unregister($this->dispatcher);
› unset($this->exceptionListeners[$request]);
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /symfony/security-bundle/ EventListener/FirewallListener.php:64 {
Symfony\Bundle\SecurityBundle\EventListener \ FirewallListener->onKernelFinishRequest(FinishRequestEvent $event) …
›
› parent::onKernelFinishRequest($event);
› }
}
/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:218 {
Symfony\Component\HttpKernel \ HttpKernel->finishRequest(Request $request, int $type) …
› {
› $this->dispatcher->dispatch(new FinishRequestEvent($this, $request, $type), KernelEvents::FINISH_REQUEST);
› }
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /symfony/http-kernel/ HttpKernel.php:204 {
Symfony\Component\HttpKernel \ HttpKernel->filterResponse(Response $response, Request $request, int $type): Response …
›
› $this->finishRequest($request, $type);
›
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /symfony/http-kernel/ HttpKernel.php:190 {
Symfony\Component\HttpKernel \ HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
›
› return $this->filterResponse($response, $request, $type);
› }
}
/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/ 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/http-kernel/ EventListener/ExceptionListener.php:25 {
spl_autoload_call($class_name) …
›
› @trigger_error(sprintf('The "%s" class is deprecated since Symfony 4.4, use "ErrorListener" instead.', ExceptionListener::class), \E_USER_DEPRECATED);
›
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main / var/cache/dev/ContainerMBEyLVQ/getTwig_ExceptionListenerService.php:24 {
ContainerMBEyLVQ \ getTwig_ExceptionListenerService::do($container, $lazyLoad = true) …
›
› return $container->privates['twig.exception_listener'] = new \Symfony\Component\HttpKernel\EventListener\ExceptionListener('twig.controller.exception::showAction', ($container->privates['monolog.logger.request'] ?? $container->getMonolog_Logger_RequestService()), 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 / var/cache/dev/ContainerMBEyLVQ/appAppKernelDevDebugContainer.php:773 {
ContainerMBEyLVQ\appAppKernelDevDebugContainer->ContainerMBEyLVQ \ {closure} …
› $instance->addListener('kernel.exception', [0 => function () {
› return ($this->privates['twig.exception_listener'] ?? $this->load('getTwig_ExceptionListenerService'));
› }, 1 => 'logKernelException'], 0);
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /symfony/event-dispatcher/ EventDispatcher.php:178 {
Symfony\Component\EventDispatcher \ EventDispatcher->removeListener($eventName, $listener) …
› if ($v !== $listener && \is_array($v) && isset($v[0]) && $v[0] instanceof \Closure && 2 >= \count($v)) {
› $v[0] = $v[0]();
› $v[1] = $v[1] ?? '__invoke';
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:86 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->removeListener($eventName, $listener) …
›
› return $this->dispatcher->removeListener($eventName, $listener);
› }
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /symfony/security-http/ Firewall/ExceptionListener.php:85 {
Symfony\Component\Security\Http\Firewall \ ExceptionListener->unregister(EventDispatcherInterface $dispatcher) …
› {
› $dispatcher->removeListener(KernelEvents::EXCEPTION, [$this, 'onKernelException']);
› }
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /symfony/security-http/ Firewall.php:112 {
Symfony\Component\Security\Http \ Firewall->onKernelFinishRequest(FinishRequestEvent $event) …
› if (isset($this->exceptionListeners[$request])) {
› $this->exceptionListeners[$request]->unregister($this->dispatcher);
› unset($this->exceptionListeners[$request]);
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /symfony/security-bundle/ EventListener/FirewallListener.php:64 {
Symfony\Bundle\SecurityBundle\EventListener \ FirewallListener->onKernelFinishRequest(FinishRequestEvent $event) …
›
› parent::onKernelFinishRequest($event);
› }
}
/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:218 {
Symfony\Component\HttpKernel \ HttpKernel->finishRequest(Request $request, int $type) …
› {
› $this->dispatcher->dispatch(new FinishRequestEvent($this, $request, $type), KernelEvents::FINISH_REQUEST);
› }
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /symfony/http-kernel/ HttpKernel.php:204 {
Symfony\Component\HttpKernel \ HttpKernel->filterResponse(Response $response, Request $request, int $type): Response …
›
› $this->finishRequest($request, $type);
›
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /symfony/http-kernel/ HttpKernel.php:190 {
Symfony\Component\HttpKernel \ HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
›
› return $this->filterResponse($response, $request, $type);
› }
}
/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/ 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 {#1078
+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.