01:15:05
php
User Deprecated: The "Symfony\Component\Debug\DebugClassLoader " class is deprecated since Symfony 4.4, use "Symfony\Component\ErrorHandler\DebugClassLoader " instead.
01:15:05
php
User Deprecated: The Symfony\Bundle\TwigBundle\Loader\FilesystemLoader class is deprecated since version 4.3 and will be removed in 5.0; use Twig notation for templates instead.
01:15:05
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) {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#17 …}
$type : 1
}
}
/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 {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#17 …}
$type : 1
$catch : true
}
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main / web/app_dev.php:30 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#17 …}
}
}
}
}
]
{
/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) {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#17 …}
$type : 1
}
}
/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 {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#17 …}
$type : 1
$catch : true
}
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main / web/app_dev.php:30 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#17 …}
}
}
}
01:15:06
php
User Deprecated: The "templating " service is deprecated since Symfony 4.4 and will be removed in 5.0.
[
"exception " => ErrorException {#456
#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/Buddybee/Controller/BuddybeePublicController.php:2599 {
ApplicationBundle\Modules\Buddybee\Controller \ BuddybeePublicController->ConsultancySearchPageAction(Request $request, $ref = '') …
› 'topic' => $topic,
› 'topicId' => $topicId,
› ));
arguments : {
$view : "@Buddybee/pages/consultancySearchPage.html.twig "
$parameters : [ …4]
}
}
/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);
›
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#17 …}
$ref : ""
}
}
/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) {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#17 …}
$type : 1
}
}
/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 {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#17 …}
$type : 1
$catch : true
}
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main / web/app_dev.php:30 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#17 …}
}
}
}
}
]
{
/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/Buddybee/Controller/BuddybeePublicController.php:2599 {
ApplicationBundle\Modules\Buddybee\Controller \ BuddybeePublicController->ConsultancySearchPageAction(Request $request, $ref = '') …
› 'topic' => $topic,
› 'topicId' => $topicId,
› ));
arguments : {
$view : "@Buddybee/pages/consultancySearchPage.html.twig "
$parameters : [ …4]
}
}
/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);
›
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#17 …}
$ref : ""
}
}
/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) {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#17 …}
$type : 1
}
}
/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 {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#17 …}
$type : 1
$catch : true
}
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main / web/app_dev.php:30 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#17 …}
}
}
}
01:15:06
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 {#335
#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/Buddybee/Controller/BuddybeePublicController.php:2599 {
ApplicationBundle\Modules\Buddybee\Controller \ BuddybeePublicController->ConsultancySearchPageAction(Request $request, $ref = '') …
› 'topic' => $topic,
› 'topicId' => $topicId,
› ));
arguments : {
$view : "@Buddybee/pages/consultancySearchPage.html.twig "
$parameters : [ …4]
}
}
/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);
›
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#17 …}
$ref : ""
}
}
/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) {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#17 …}
$type : 1
}
}
/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 {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#17 …}
$type : 1
$catch : true
}
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main / web/app_dev.php:30 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#17 …}
}
}
}
}
]
{
/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/Buddybee/Controller/BuddybeePublicController.php:2599 {
ApplicationBundle\Modules\Buddybee\Controller \ BuddybeePublicController->ConsultancySearchPageAction(Request $request, $ref = '') …
› 'topic' => $topic,
› 'topicId' => $topicId,
› ));
arguments : {
$view : "@Buddybee/pages/consultancySearchPage.html.twig "
$parameters : [ …4]
}
}
/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);
›
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#17 …}
$ref : ""
}
}
/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) {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#17 …}
$type : 1
}
}
/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 {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#17 …}
$type : 1
$catch : true
}
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main / web/app_dev.php:30 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#17 …}
}
}
}
01:15:06
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 {#452
#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/Buddybee/Controller/BuddybeePublicController.php:2599 {
ApplicationBundle\Modules\Buddybee\Controller \ BuddybeePublicController->ConsultancySearchPageAction(Request $request, $ref = '') …
› 'topic' => $topic,
› 'topicId' => $topicId,
› ));
arguments : {
$view : "@Buddybee/pages/consultancySearchPage.html.twig "
$parameters : [ …4]
}
}
/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);
›
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#17 …}
$ref : ""
}
}
/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) {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#17 …}
$type : 1
}
}
/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 {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#17 …}
$type : 1
$catch : true
}
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main / web/app_dev.php:30 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#17 …}
}
}
}
}
]
{
/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/Buddybee/Controller/BuddybeePublicController.php:2599 {
ApplicationBundle\Modules\Buddybee\Controller \ BuddybeePublicController->ConsultancySearchPageAction(Request $request, $ref = '') …
› 'topic' => $topic,
› 'topicId' => $topicId,
› ));
arguments : {
$view : "@Buddybee/pages/consultancySearchPage.html.twig "
$parameters : [ …4]
}
}
/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);
›
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#17 …}
$ref : ""
}
}
/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) {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#17 …}
$type : 1
}
}
/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 {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#17 …}
$type : 1
$catch : true
}
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main / web/app_dev.php:30 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#17 …}
}
}
}
01:15:06
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 {#558
#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/Buddybee/Controller/BuddybeePublicController.php:2599 {
ApplicationBundle\Modules\Buddybee\Controller \ BuddybeePublicController->ConsultancySearchPageAction(Request $request, $ref = '') …
› 'topic' => $topic,
› 'topicId' => $topicId,
› ));
arguments : {
$view : "@Buddybee/pages/consultancySearchPage.html.twig "
$parameters : [ …4]
}
}
/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);
›
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#17 …}
$ref : ""
}
}
/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) {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#17 …}
$type : 1
}
}
/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 {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#17 …}
$type : 1
$catch : true
}
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main / web/app_dev.php:30 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#17 …}
}
}
}
}
]
{
/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/Buddybee/Controller/BuddybeePublicController.php:2599 {
ApplicationBundle\Modules\Buddybee\Controller \ BuddybeePublicController->ConsultancySearchPageAction(Request $request, $ref = '') …
› 'topic' => $topic,
› 'topicId' => $topicId,
› ));
arguments : {
$view : "@Buddybee/pages/consultancySearchPage.html.twig "
$parameters : [ …4]
}
}
/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);
›
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#17 …}
$ref : ""
}
}
/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) {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#17 …}
$type : 1
}
}
/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 {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#17 …}
$type : 1
$catch : true
}
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main / web/app_dev.php:30 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#17 …}
}
}
}
01:15:06
php
User Deprecated: The "templating.locator " service is deprecated since Symfony 4.3 and will be removed in 5.0.
[
"exception " => ErrorException {#339
#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/Buddybee/Controller/BuddybeePublicController.php:2599 {
ApplicationBundle\Modules\Buddybee\Controller \ BuddybeePublicController->ConsultancySearchPageAction(Request $request, $ref = '') …
› 'topic' => $topic,
› 'topicId' => $topicId,
› ));
arguments : {
$view : "@Buddybee/pages/consultancySearchPage.html.twig "
$parameters : [ …4]
}
}
/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);
›
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#17 …}
$ref : ""
}
}
/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) {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#17 …}
$type : 1
}
}
/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 {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#17 …}
$type : 1
$catch : true
}
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main / web/app_dev.php:30 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#17 …}
}
}
}
}
]
{
/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/Buddybee/Controller/BuddybeePublicController.php:2599 {
ApplicationBundle\Modules\Buddybee\Controller \ BuddybeePublicController->ConsultancySearchPageAction(Request $request, $ref = '') …
› 'topic' => $topic,
› 'topicId' => $topicId,
› ));
arguments : {
$view : "@Buddybee/pages/consultancySearchPage.html.twig "
$parameters : [ …4]
}
}
/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);
›
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#17 …}
$ref : ""
}
}
/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) {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#17 …}
$type : 1
}
}
/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 {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#17 …}
$type : 1
$catch : true
}
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main / web/app_dev.php:30 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#17 …}
}
}
}
01:15:06
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 {#464
#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/Buddybee/Controller/BuddybeePublicController.php:2599 {
ApplicationBundle\Modules\Buddybee\Controller \ BuddybeePublicController->ConsultancySearchPageAction(Request $request, $ref = '') …
› 'topic' => $topic,
› 'topicId' => $topicId,
› ));
arguments : {
$view : "@Buddybee/pages/consultancySearchPage.html.twig "
$parameters : [ …4]
}
}
/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);
›
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#17 …}
$ref : ""
}
}
/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) {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#17 …}
$type : 1
}
}
/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 {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#17 …}
$type : 1
$catch : true
}
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main / web/app_dev.php:30 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#17 …}
}
}
}
}
]
{
/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/Buddybee/Controller/BuddybeePublicController.php:2599 {
ApplicationBundle\Modules\Buddybee\Controller \ BuddybeePublicController->ConsultancySearchPageAction(Request $request, $ref = '') …
› 'topic' => $topic,
› 'topicId' => $topicId,
› ));
arguments : {
$view : "@Buddybee/pages/consultancySearchPage.html.twig "
$parameters : [ …4]
}
}
/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);
›
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#17 …}
$ref : ""
}
}
/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) {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#17 …}
$type : 1
}
}
/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 {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#17 …}
$type : 1
$catch : true
}
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main / web/app_dev.php:30 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#17 …}
}
}
}
01:15:06
php
User Deprecated: The "templating.name_parser " service is deprecated since Symfony 4.3 and will be removed in 5.0.
[
"exception " => ErrorException {#478
#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/Buddybee/Controller/BuddybeePublicController.php:2599 {
ApplicationBundle\Modules\Buddybee\Controller \ BuddybeePublicController->ConsultancySearchPageAction(Request $request, $ref = '') …
› 'topic' => $topic,
› 'topicId' => $topicId,
› ));
arguments : {
$view : "@Buddybee/pages/consultancySearchPage.html.twig "
$parameters : [ …4]
}
}
/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);
›
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#17 …}
$ref : ""
}
}
/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) {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#17 …}
$type : 1
}
}
/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 {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#17 …}
$type : 1
$catch : true
}
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main / web/app_dev.php:30 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#17 …}
}
}
}
}
]
{
/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/Buddybee/Controller/BuddybeePublicController.php:2599 {
ApplicationBundle\Modules\Buddybee\Controller \ BuddybeePublicController->ConsultancySearchPageAction(Request $request, $ref = '') …
› 'topic' => $topic,
› 'topicId' => $topicId,
› ));
arguments : {
$view : "@Buddybee/pages/consultancySearchPage.html.twig "
$parameters : [ …4]
}
}
/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);
›
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#17 …}
$ref : ""
}
}
/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) {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#17 …}
$type : 1
}
}
/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 {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#17 …}
$type : 1
$catch : true
}
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main / web/app_dev.php:30 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#17 …}
}
}
}
01:15:06
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 {#479
#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/Buddybee/Controller/BuddybeePublicController.php:2599 {
ApplicationBundle\Modules\Buddybee\Controller \ BuddybeePublicController->ConsultancySearchPageAction(Request $request, $ref = '') …
› 'topic' => $topic,
› 'topicId' => $topicId,
› ));
arguments : {
$view : "@Buddybee/pages/consultancySearchPage.html.twig "
$parameters : [ …4]
}
}
/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);
›
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#17 …}
$ref : ""
}
}
/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) {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#17 …}
$type : 1
}
}
/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 {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#17 …}
$type : 1
$catch : true
}
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main / web/app_dev.php:30 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#17 …}
}
}
}
}
]
{
/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/Buddybee/Controller/BuddybeePublicController.php:2599 {
ApplicationBundle\Modules\Buddybee\Controller \ BuddybeePublicController->ConsultancySearchPageAction(Request $request, $ref = '') …
› 'topic' => $topic,
› 'topicId' => $topicId,
› ));
arguments : {
$view : "@Buddybee/pages/consultancySearchPage.html.twig "
$parameters : [ …4]
}
}
/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);
›
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#17 …}
$ref : ""
}
}
/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) {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#17 …}
$type : 1
}
}
/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 {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#17 …}
$type : 1
$catch : true
}
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main / web/app_dev.php:30 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#17 …}
}
}
}
01:15:06
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 {#463
#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/Buddybee/Controller/BuddybeePublicController.php:2599 {
ApplicationBundle\Modules\Buddybee\Controller \ BuddybeePublicController->ConsultancySearchPageAction(Request $request, $ref = '') …
› 'topic' => $topic,
› 'topicId' => $topicId,
› ));
arguments : {
$view : "@Buddybee/pages/consultancySearchPage.html.twig "
$parameters : [ …4]
}
}
/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);
›
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#17 …}
$ref : ""
}
}
/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) {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#17 …}
$type : 1
}
}
/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 {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#17 …}
$type : 1
$catch : true
}
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main / web/app_dev.php:30 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#17 …}
}
}
}
}
]
{
/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/Buddybee/Controller/BuddybeePublicController.php:2599 {
ApplicationBundle\Modules\Buddybee\Controller \ BuddybeePublicController->ConsultancySearchPageAction(Request $request, $ref = '') …
› 'topic' => $topic,
› 'topicId' => $topicId,
› ));
arguments : {
$view : "@Buddybee/pages/consultancySearchPage.html.twig "
$parameters : [ …4]
}
}
/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);
›
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#17 …}
$ref : ""
}
}
/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) {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#17 …}
$type : 1
}
}
/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 {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#17 …}
$type : 1
$catch : true
}
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main / web/app_dev.php:30 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#17 …}
}
}
}
01:15:06
php (88 times)
User Deprecated: Since symfony/http-foundation 5.3: "Symfony\Component\HttpFoundation\RequestStack::getMasterRequest() " is deprecated, use "getMainRequest() " instead.
[
"exception " => ErrorException {#531
#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/buddybee_new_header.html.twig:28 {
__TwigTemplate_3d688d6050725b274540845c331dccd2c555d6d121836547ced19ec216c09b16->doDisplay(array $context, array $blocks = []) …
›
› <link rel="shortcut icon" type="image/x-icon" href="{{ asset('buddybee_assets/favicon.ico') }}">
›
}
/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/Buddybee/Resources/views/pages/consultancySearchPage.html.twig:1 {
__TwigTemplate_159381c2a3163abfc304112f98b3b07dbbf730173e55e233c4a59da0891a5aca->doDisplay(array $context, array $blocks = []) …
›
› {% include '@Application/inc/buddybee_new_header.html.twig' %}
›
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /twig/twig/ src/Template.php:360 {
Twig \ Template->yield(array $context, array $blocks = []): iterable …
›
› foreach ($this->doDisplay($context, $blocks) as $data) {
› if (ob_get_length()) {
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /twig/twig/ src/Template.php:335 {
Twig \ Template->render(array $context): string …
› $content = '';
› foreach ($this->yield($context) as $data) {
› $content .= $data;
arguments : {
$context : [ …20]
}
}
/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);
› }
arguments : {
$context : [ …4]
}
}
/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')) {
arguments : {
$name : "@Buddybee/pages/consultancySearchPage.html.twig "
$parameters : [ …4]
}
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main / src/ApplicationBundle/Modules/Buddybee/Controller/BuddybeePublicController.php:2599 {
ApplicationBundle\Modules\Buddybee\Controller \ BuddybeePublicController->ConsultancySearchPageAction(Request $request, $ref = '') …
› 'topic' => $topic,
› 'topicId' => $topicId,
› ));
arguments : {
$view : "@Buddybee/pages/consultancySearchPage.html.twig "
$parameters : [ …4]
}
}
/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);
›
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#17 …}
$ref : ""
}
}
/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) {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#17 …}
$type : 1
}
}
/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 {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#17 …}
$type : 1
$catch : true
}
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main / web/app_dev.php:30 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#17 …}
}
}
}
}
]
{
/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/buddybee_new_header.html.twig:28 {
__TwigTemplate_3d688d6050725b274540845c331dccd2c555d6d121836547ced19ec216c09b16->doDisplay(array $context, array $blocks = []) …
›
› <link rel="shortcut icon" type="image/x-icon" href="{{ asset('buddybee_assets/favicon.ico') }}">
›
}
/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/Buddybee/Resources/views/pages/consultancySearchPage.html.twig:1 {
__TwigTemplate_159381c2a3163abfc304112f98b3b07dbbf730173e55e233c4a59da0891a5aca->doDisplay(array $context, array $blocks = []) …
›
› {% include '@Application/inc/buddybee_new_header.html.twig' %}
›
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /twig/twig/ src/Template.php:360 {
Twig \ Template->yield(array $context, array $blocks = []): iterable …
›
› foreach ($this->doDisplay($context, $blocks) as $data) {
› if (ob_get_length()) {
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /twig/twig/ src/Template.php:335 {
Twig \ Template->render(array $context): string …
› $content = '';
› foreach ($this->yield($context) as $data) {
› $content .= $data;
arguments : {
$context : [ …20]
}
}
/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);
› }
arguments : {
$context : [ …4]
}
}
/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')) {
arguments : {
$name : "@Buddybee/pages/consultancySearchPage.html.twig "
$parameters : [ …4]
}
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main / src/ApplicationBundle/Modules/Buddybee/Controller/BuddybeePublicController.php:2599 {
ApplicationBundle\Modules\Buddybee\Controller \ BuddybeePublicController->ConsultancySearchPageAction(Request $request, $ref = '') …
› 'topic' => $topic,
› 'topicId' => $topicId,
› ));
arguments : {
$view : "@Buddybee/pages/consultancySearchPage.html.twig "
$parameters : [ …4]
}
}
/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);
›
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#17 …}
$ref : ""
}
}
/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) {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#17 …}
$type : 1
}
}
/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 {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#17 …}
$type : 1
$catch : true
}
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main / web/app_dev.php:30 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#17 …}
}
}
}
01:15:06
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:279 {
Symfony\Component\EventDispatcher \ EventDispatcher->sortListeners(string $eventName) …
› if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {
› $listener[0] = $listener[0]();
› $listener[1] = $listener[1] ?? '__invoke';
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /symfony/event-dispatcher/ EventDispatcher.php:90 {
Symfony\Component\EventDispatcher \ EventDispatcher->getListeners($eventName = null) …
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:334 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->preProcess(string $eventName) …
›
› foreach ($this->dispatcher->getListeners($eventName) as $listener) {
› $priority = $this->getListenerPriority($eventName, $listener);
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:162 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch($event) …
›
› $this->preProcess($eventName);
› try {
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /symfony/http-kernel/ HttpKernel.php:229 {
Symfony\Component\HttpKernel \ HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
› $event = new ExceptionEvent($this, $request, $type, $e);
› $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);
›
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /symfony/http-kernel/ HttpKernel.php:92 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
›
› return $this->handleThrowable($e, $request, $type);
› } finally {
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /symfony/http-kernel/ Kernel.php:201 {
Symfony\Component\HttpKernel \ Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#17 …}
$type : 1
$catch : true
}
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main / web/app_dev.php:30 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#17 …}
}
}
}
}
]
{
/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:279 {
Symfony\Component\EventDispatcher \ EventDispatcher->sortListeners(string $eventName) …
› if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {
› $listener[0] = $listener[0]();
› $listener[1] = $listener[1] ?? '__invoke';
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /symfony/event-dispatcher/ EventDispatcher.php:90 {
Symfony\Component\EventDispatcher \ EventDispatcher->getListeners($eventName = null) …
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:334 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->preProcess(string $eventName) …
›
› foreach ($this->dispatcher->getListeners($eventName) as $listener) {
› $priority = $this->getListenerPriority($eventName, $listener);
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:162 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch($event) …
›
› $this->preProcess($eventName);
› try {
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /symfony/http-kernel/ HttpKernel.php:229 {
Symfony\Component\HttpKernel \ HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
› $event = new ExceptionEvent($this, $request, $type, $e);
› $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);
›
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /symfony/http-kernel/ HttpKernel.php:92 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
›
› return $this->handleThrowable($e, $request, $type);
› } finally {
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /symfony/http-kernel/ Kernel.php:201 {
Symfony\Component\HttpKernel \ Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#17 …}
$type : 1
$catch : true
}
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main / web/app_dev.php:30 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#17 …}
}
}
}
01:15:06
php
User Deprecated: The "Symfony\Component\HttpKernel\EventListener\ExceptionListener " class is deprecated since Symfony 4.4, use "ErrorListener " instead.
[
"exception " => ErrorException {#716
#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:279 {
Symfony\Component\EventDispatcher \ EventDispatcher->sortListeners(string $eventName) …
› if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {
› $listener[0] = $listener[0]();
› $listener[1] = $listener[1] ?? '__invoke';
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /symfony/event-dispatcher/ EventDispatcher.php:90 {
Symfony\Component\EventDispatcher \ EventDispatcher->getListeners($eventName = null) …
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:334 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->preProcess(string $eventName) …
›
› foreach ($this->dispatcher->getListeners($eventName) as $listener) {
› $priority = $this->getListenerPriority($eventName, $listener);
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:162 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch($event) …
›
› $this->preProcess($eventName);
› try {
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /symfony/http-kernel/ HttpKernel.php:229 {
Symfony\Component\HttpKernel \ HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
› $event = new ExceptionEvent($this, $request, $type, $e);
› $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);
›
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /symfony/http-kernel/ HttpKernel.php:92 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
›
› return $this->handleThrowable($e, $request, $type);
› } finally {
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /symfony/http-kernel/ Kernel.php:201 {
Symfony\Component\HttpKernel \ Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#17 …}
$type : 1
$catch : true
}
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main / web/app_dev.php:30 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#17 …}
}
}
}
}
]
{
/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:279 {
Symfony\Component\EventDispatcher \ EventDispatcher->sortListeners(string $eventName) …
› if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {
› $listener[0] = $listener[0]();
› $listener[1] = $listener[1] ?? '__invoke';
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /symfony/event-dispatcher/ EventDispatcher.php:90 {
Symfony\Component\EventDispatcher \ EventDispatcher->getListeners($eventName = null) …
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:334 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->preProcess(string $eventName) …
›
› foreach ($this->dispatcher->getListeners($eventName) as $listener) {
› $priority = $this->getListenerPriority($eventName, $listener);
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:162 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch($event) …
›
› $this->preProcess($eventName);
› try {
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /symfony/http-kernel/ HttpKernel.php:229 {
Symfony\Component\HttpKernel \ HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
› $event = new ExceptionEvent($this, $request, $type, $e);
› $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);
›
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /symfony/http-kernel/ HttpKernel.php:92 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
›
› return $this->handleThrowable($e, $request, $type);
› } finally {
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /symfony/http-kernel/ Kernel.php:201 {
Symfony\Component\HttpKernel \ Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#17 …}
$type : 1
$catch : true
}
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main / web/app_dev.php:30 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#17 …}
}
}
}
01:15:06
php (3 times)
User Deprecated: The "Symfony\Component\HttpKernel\Event\GetResponseForExceptionEvent::getException() " method is deprecated since Symfony 4.4, use "getThrowable() " instead.
[
"exception " => ErrorException {#735
#message : "User Deprecated: The "Symfony\Component\HttpKernel\Event\GetResponseForExceptionEvent::getException()" method is deprecated since Symfony 4.4, use "getThrowable()" instead. "
#code : 0
#file : "/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /symfony/http-kernel/ Event/GetResponseForExceptionEvent.php "
#line : 57
#severity : E_USER_DEPRECATED
trace : {
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /symfony/http-kernel/ Event/GetResponseForExceptionEvent.php:57 {
Symfony\Component\HttpKernel\Event \ GetResponseForExceptionEvent->getException() …
› {
› @trigger_error(sprintf('The "%s()" method is deprecated since Symfony 4.4, use "getThrowable()" instead.', __METHOD__), \E_USER_DEPRECATED);
›
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /symfony/http-kernel/ EventListener/ExceptionListener.php:45 {
Symfony\Component\HttpKernel\EventListener \ ExceptionListener->logKernelException(GetResponseForExceptionEvent $event) …
› {
› $e = FlattenException::createFromThrowable($event->getException());
›
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /symfony/event-dispatcher/ Debug/WrappedListener.php:126 {
Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher) …
›
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
›
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /symfony/event-dispatcher/ EventDispatcher.php:264 {
Symfony\Component\EventDispatcher \ EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
› }
› $listener($event, $eventName, $this);
› }
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /symfony/event-dispatcher/ EventDispatcher.php:239 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, $event) …
› if ($event instanceof Event) {
› $this->doDispatch($listeners, $eventName, $event);
›
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /symfony/event-dispatcher/ EventDispatcher.php:73 {
Symfony\Component\EventDispatcher \ EventDispatcher->dispatch($event) …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:168 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch($event) …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /symfony/http-kernel/ HttpKernel.php:229 {
Symfony\Component\HttpKernel \ HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
› $event = new ExceptionEvent($this, $request, $type, $e);
› $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);
›
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /symfony/http-kernel/ HttpKernel.php:92 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
›
› return $this->handleThrowable($e, $request, $type);
› } finally {
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /symfony/http-kernel/ Kernel.php:201 {
Symfony\Component\HttpKernel \ Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#17 …}
$type : 1
$catch : true
}
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main / web/app_dev.php:30 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#17 …}
}
}
}
}
]
{
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /symfony/http-kernel/ Event/GetResponseForExceptionEvent.php:57 {
Symfony\Component\HttpKernel\Event \ GetResponseForExceptionEvent->getException() …
› {
› @trigger_error(sprintf('The "%s()" method is deprecated since Symfony 4.4, use "getThrowable()" instead.', __METHOD__), \E_USER_DEPRECATED);
›
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /symfony/http-kernel/ EventListener/ExceptionListener.php:45 {
Symfony\Component\HttpKernel\EventListener \ ExceptionListener->logKernelException(GetResponseForExceptionEvent $event) …
› {
› $e = FlattenException::createFromThrowable($event->getException());
›
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /symfony/event-dispatcher/ Debug/WrappedListener.php:126 {
Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher) …
›
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
›
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /symfony/event-dispatcher/ EventDispatcher.php:264 {
Symfony\Component\EventDispatcher \ EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
› }
› $listener($event, $eventName, $this);
› }
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /symfony/event-dispatcher/ EventDispatcher.php:239 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, $event) …
› if ($event instanceof Event) {
› $this->doDispatch($listeners, $eventName, $event);
›
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /symfony/event-dispatcher/ EventDispatcher.php:73 {
Symfony\Component\EventDispatcher \ EventDispatcher->dispatch($event) …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:168 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch($event) …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /symfony/http-kernel/ HttpKernel.php:229 {
Symfony\Component\HttpKernel \ HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
› $event = new ExceptionEvent($this, $request, $type, $e);
› $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);
›
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /symfony/http-kernel/ HttpKernel.php:92 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
›
› return $this->handleThrowable($e, $request, $type);
› } finally {
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /symfony/http-kernel/ Kernel.php:201 {
Symfony\Component\HttpKernel \ Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#17 …}
$type : 1
$catch : true
}
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main / web/app_dev.php:30 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#17 …}
}
}
}
01:15:06
php
User Deprecated: The "twig.controller.exception " service is deprecated since Symfony 4.4.
[
"exception " => ErrorException {#797
#message : "User Deprecated: The "twig.controller.exception" service is deprecated since Symfony 4.4. "
#code : 0
#file : "/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /symfony/deprecation-contracts/ function.php "
#line : 25
#severity : E_USER_DEPRECATED
trace : {
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /symfony/deprecation-contracts/ function.php:25 {
trigger_deprecation(string $package, string $version, string $message, ...$args): void …
› {
› @trigger_error(($package || $version ? "Since $package $version: " : '').($args ? vsprintf($message, $args) : $message), \E_USER_DEPRECATED);
› }
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main / var/cache/dev/ContainerMBEyLVQ/getTwig_Controller_ExceptionService.php:22 {
ContainerMBEyLVQ \ getTwig_Controller_ExceptionService::do($container, $lazyLoad = true) …
› {
› trigger_deprecation('', '', 'The "twig.controller.exception" service is deprecated since Symfony 4.4.');
›
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main / var/cache/dev/ContainerMBEyLVQ/appAppKernelDevDebugContainer.php:417 {
ContainerMBEyLVQ \ appAppKernelDevDebugContainer->load($file, $lazyLoad = true) …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /symfony/dependency-injection/ Container.php:238 {
Symfony\Component\DependencyInjection \ Container->make(string $id, int $invalidBehavior) …
› if (isset($this->fileMap[$id])) {
› return /* self::IGNORE_ON_UNINITIALIZED_REFERENCE */ 4 === $invalidBehavior ? null : $this->load($this->fileMap[$id]);
› } elseif (isset($this->methodMap[$id])) {
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /symfony/dependency-injection/ Container.php:220 {
Symfony\Component\DependencyInjection \ Container->get(string $id, int $invalidBehavior = 1) …
› ?? $this->services[$id = $this->aliases[$id] ?? $id]
› ?? ('service_container' === $id ? $this : ($this->factories[$id] ?? [$this, 'make'])($id, $invalidBehavior));
› }
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /symfony/http-kernel/ Controller/ContainerControllerResolver.php:53 {
Symfony\Component\HttpKernel\Controller \ ContainerControllerResolver->instantiateController($class) …
› if ($this->container->has($class)) {
› return $this->container->get($class);
› }
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /symfony/framework-bundle/ Controller/ControllerResolver.php:70 {
Symfony\Bundle\FrameworkBundle\Controller \ ControllerResolver->instantiateController($class) …
› {
› $controller = parent::instantiateController($class);
›
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /symfony/http-kernel/ Controller/ControllerResolver.php:122 {
Symfony\Component\HttpKernel\Controller \ ControllerResolver->createController($controller) …
› try {
› $controller = [$this->instantiateController($class), $method];
› } catch (\Error|\LogicException $e) {
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /symfony/http-kernel/ Controller/ContainerControllerResolver.php:42 {
Symfony\Component\HttpKernel\Controller \ ContainerControllerResolver->createController($controller) …
›
› return parent::createController($controller);
› }
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /symfony/framework-bundle/ Controller/ControllerResolver.php:62 {
Symfony\Bundle\FrameworkBundle\Controller \ ControllerResolver->createController($controller) …
›
› return parent::createController($controller);
› }
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /symfony/http-kernel/ Controller/ControllerResolver.php:86 {
Symfony\Component\HttpKernel\Controller \ ControllerResolver->getController(Request $request) …
› try {
› $callable = $this->createController($controller);
› } catch (\InvalidArgumentException $e) {
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /symfony/http-kernel/ Controller/TraceableControllerResolver.php:38 {
Symfony\Component\HttpKernel\Controller \ TraceableControllerResolver->getController(Request $request) …
›
› $ret = $this->resolver->getController($request);
›
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /symfony/http-kernel/ HttpKernel.php:152 {
Symfony\Component\HttpKernel \ HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
› // load controller
› if (false === $controller = $this->resolver->getController($request)) {
› throw new NotFoundHttpException(sprintf('Unable to find the controller for path "%s". The route is wrongly configured.', $request->getPathInfo()));
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /symfony/http-kernel/ HttpKernel.php:81 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#17 …}
$type : 1
}
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /symfony/http-kernel/ EventListener/ExceptionListener.php:61 {
Symfony\Component\HttpKernel\EventListener \ ExceptionListener->onKernelException(GetResponseForExceptionEvent $event) …
› try {
› $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);
› } catch (\Exception $e) {
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /symfony/event-dispatcher/ Debug/WrappedListener.php:126 {
Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher) …
›
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
›
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /symfony/event-dispatcher/ EventDispatcher.php:264 {
Symfony\Component\EventDispatcher \ EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
› }
› $listener($event, $eventName, $this);
› }
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /symfony/event-dispatcher/ EventDispatcher.php:239 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, $event) …
› if ($event instanceof Event) {
› $this->doDispatch($listeners, $eventName, $event);
›
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /symfony/event-dispatcher/ EventDispatcher.php:73 {
Symfony\Component\EventDispatcher \ EventDispatcher->dispatch($event) …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:168 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch($event) …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /symfony/http-kernel/ HttpKernel.php:229 {
Symfony\Component\HttpKernel \ HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
› $event = new ExceptionEvent($this, $request, $type, $e);
› $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);
›
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /symfony/http-kernel/ HttpKernel.php:92 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
›
› return $this->handleThrowable($e, $request, $type);
› } finally {
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /symfony/http-kernel/ Kernel.php:201 {
Symfony\Component\HttpKernel \ Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#17 …}
$type : 1
$catch : true
}
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main / web/app_dev.php:30 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#17 …}
}
}
}
}
]
{
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /symfony/deprecation-contracts/ function.php:25 {
trigger_deprecation(string $package, string $version, string $message, ...$args): void …
› {
› @trigger_error(($package || $version ? "Since $package $version: " : '').($args ? vsprintf($message, $args) : $message), \E_USER_DEPRECATED);
› }
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main / var/cache/dev/ContainerMBEyLVQ/getTwig_Controller_ExceptionService.php:22 {
ContainerMBEyLVQ \ getTwig_Controller_ExceptionService::do($container, $lazyLoad = true) …
› {
› trigger_deprecation('', '', 'The "twig.controller.exception" service is deprecated since Symfony 4.4.');
›
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main / var/cache/dev/ContainerMBEyLVQ/appAppKernelDevDebugContainer.php:417 {
ContainerMBEyLVQ \ appAppKernelDevDebugContainer->load($file, $lazyLoad = true) …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /symfony/dependency-injection/ Container.php:238 {
Symfony\Component\DependencyInjection \ Container->make(string $id, int $invalidBehavior) …
› if (isset($this->fileMap[$id])) {
› return /* self::IGNORE_ON_UNINITIALIZED_REFERENCE */ 4 === $invalidBehavior ? null : $this->load($this->fileMap[$id]);
› } elseif (isset($this->methodMap[$id])) {
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /symfony/dependency-injection/ Container.php:220 {
Symfony\Component\DependencyInjection \ Container->get(string $id, int $invalidBehavior = 1) …
› ?? $this->services[$id = $this->aliases[$id] ?? $id]
› ?? ('service_container' === $id ? $this : ($this->factories[$id] ?? [$this, 'make'])($id, $invalidBehavior));
› }
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /symfony/http-kernel/ Controller/ContainerControllerResolver.php:53 {
Symfony\Component\HttpKernel\Controller \ ContainerControllerResolver->instantiateController($class) …
› if ($this->container->has($class)) {
› return $this->container->get($class);
› }
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /symfony/framework-bundle/ Controller/ControllerResolver.php:70 {
Symfony\Bundle\FrameworkBundle\Controller \ ControllerResolver->instantiateController($class) …
› {
› $controller = parent::instantiateController($class);
›
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /symfony/http-kernel/ Controller/ControllerResolver.php:122 {
Symfony\Component\HttpKernel\Controller \ ControllerResolver->createController($controller) …
› try {
› $controller = [$this->instantiateController($class), $method];
› } catch (\Error|\LogicException $e) {
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /symfony/http-kernel/ Controller/ContainerControllerResolver.php:42 {
Symfony\Component\HttpKernel\Controller \ ContainerControllerResolver->createController($controller) …
›
› return parent::createController($controller);
› }
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /symfony/framework-bundle/ Controller/ControllerResolver.php:62 {
Symfony\Bundle\FrameworkBundle\Controller \ ControllerResolver->createController($controller) …
›
› return parent::createController($controller);
› }
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /symfony/http-kernel/ Controller/ControllerResolver.php:86 {
Symfony\Component\HttpKernel\Controller \ ControllerResolver->getController(Request $request) …
› try {
› $callable = $this->createController($controller);
› } catch (\InvalidArgumentException $e) {
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /symfony/http-kernel/ Controller/TraceableControllerResolver.php:38 {
Symfony\Component\HttpKernel\Controller \ TraceableControllerResolver->getController(Request $request) …
›
› $ret = $this->resolver->getController($request);
›
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /symfony/http-kernel/ HttpKernel.php:152 {
Symfony\Component\HttpKernel \ HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
› // load controller
› if (false === $controller = $this->resolver->getController($request)) {
› throw new NotFoundHttpException(sprintf('Unable to find the controller for path "%s". The route is wrongly configured.', $request->getPathInfo()));
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /symfony/http-kernel/ HttpKernel.php:81 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#17 …}
$type : 1
}
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /symfony/http-kernel/ EventListener/ExceptionListener.php:61 {
Symfony\Component\HttpKernel\EventListener \ ExceptionListener->onKernelException(GetResponseForExceptionEvent $event) …
› try {
› $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);
› } catch (\Exception $e) {
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /symfony/event-dispatcher/ Debug/WrappedListener.php:126 {
Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher) …
›
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
›
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /symfony/event-dispatcher/ EventDispatcher.php:264 {
Symfony\Component\EventDispatcher \ EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
› }
› $listener($event, $eventName, $this);
› }
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /symfony/event-dispatcher/ EventDispatcher.php:239 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, $event) …
› if ($event instanceof Event) {
› $this->doDispatch($listeners, $eventName, $event);
›
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /symfony/event-dispatcher/ EventDispatcher.php:73 {
Symfony\Component\EventDispatcher \ EventDispatcher->dispatch($event) …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:168 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch($event) …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /symfony/http-kernel/ HttpKernel.php:229 {
Symfony\Component\HttpKernel \ HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
› $event = new ExceptionEvent($this, $request, $type, $e);
› $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);
›
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /symfony/http-kernel/ HttpKernel.php:92 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
›
› return $this->handleThrowable($e, $request, $type);
› } finally {
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /symfony/http-kernel/ Kernel.php:201 {
Symfony\Component\HttpKernel \ Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#17 …}
$type : 1
$catch : true
}
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main / web/app_dev.php:30 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#17 …}
}
}
}
01:15:06
php
User Deprecated: The "Symfony\Bundle\TwigBundle\Controller\ExceptionController " class is deprecated since Symfony 4.4, use "Symfony\Component\HttpKernel\Controller\ErrorController " instead.
[
"exception " => ErrorException {#798
#message : "User Deprecated: The "Symfony\Bundle\TwigBundle\Controller\ExceptionController" class is deprecated since Symfony 4.4, use "Symfony\Component\HttpKernel\Controller\ErrorController" instead. "
#code : 0
#file : "/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /symfony/twig-bundle/ Controller/ExceptionController.php "
#line : 23
#severity : E_USER_DEPRECATED
trace : {
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /symfony/twig-bundle/ Controller/ExceptionController.php:23 {
spl_autoload_call($class_name) …
›
› @trigger_error(sprintf('The "%s" class is deprecated since Symfony 4.4, use "%s" instead.', ExceptionController::class, \Symfony\Component\HttpKernel\Controller\ErrorController::class), \E_USER_DEPRECATED);
›
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main / var/cache/dev/ContainerMBEyLVQ/getTwig_Controller_ExceptionService.php:24 {
ContainerMBEyLVQ \ getTwig_Controller_ExceptionService::do($container, $lazyLoad = true) …
›
› return $container->services['twig.controller.exception'] = new \Symfony\Bundle\TwigBundle\Controller\ExceptionController(($container->services['twig'] ?? $container->getTwigService()), true);
› }
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main / var/cache/dev/ContainerMBEyLVQ/appAppKernelDevDebugContainer.php:417 {
ContainerMBEyLVQ \ appAppKernelDevDebugContainer->load($file, $lazyLoad = true) …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /symfony/dependency-injection/ Container.php:238 {
Symfony\Component\DependencyInjection \ Container->make(string $id, int $invalidBehavior) …
› if (isset($this->fileMap[$id])) {
› return /* self::IGNORE_ON_UNINITIALIZED_REFERENCE */ 4 === $invalidBehavior ? null : $this->load($this->fileMap[$id]);
› } elseif (isset($this->methodMap[$id])) {
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /symfony/dependency-injection/ Container.php:220 {
Symfony\Component\DependencyInjection \ Container->get(string $id, int $invalidBehavior = 1) …
› ?? $this->services[$id = $this->aliases[$id] ?? $id]
› ?? ('service_container' === $id ? $this : ($this->factories[$id] ?? [$this, 'make'])($id, $invalidBehavior));
› }
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /symfony/http-kernel/ Controller/ContainerControllerResolver.php:53 {
Symfony\Component\HttpKernel\Controller \ ContainerControllerResolver->instantiateController($class) …
› if ($this->container->has($class)) {
› return $this->container->get($class);
› }
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /symfony/framework-bundle/ Controller/ControllerResolver.php:70 {
Symfony\Bundle\FrameworkBundle\Controller \ ControllerResolver->instantiateController($class) …
› {
› $controller = parent::instantiateController($class);
›
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /symfony/http-kernel/ Controller/ControllerResolver.php:122 {
Symfony\Component\HttpKernel\Controller \ ControllerResolver->createController($controller) …
› try {
› $controller = [$this->instantiateController($class), $method];
› } catch (\Error|\LogicException $e) {
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /symfony/http-kernel/ Controller/ContainerControllerResolver.php:42 {
Symfony\Component\HttpKernel\Controller \ ContainerControllerResolver->createController($controller) …
›
› return parent::createController($controller);
› }
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /symfony/framework-bundle/ Controller/ControllerResolver.php:62 {
Symfony\Bundle\FrameworkBundle\Controller \ ControllerResolver->createController($controller) …
›
› return parent::createController($controller);
› }
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /symfony/http-kernel/ Controller/ControllerResolver.php:86 {
Symfony\Component\HttpKernel\Controller \ ControllerResolver->getController(Request $request) …
› try {
› $callable = $this->createController($controller);
› } catch (\InvalidArgumentException $e) {
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /symfony/http-kernel/ Controller/TraceableControllerResolver.php:38 {
Symfony\Component\HttpKernel\Controller \ TraceableControllerResolver->getController(Request $request) …
›
› $ret = $this->resolver->getController($request);
›
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /symfony/http-kernel/ HttpKernel.php:152 {
Symfony\Component\HttpKernel \ HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
› // load controller
› if (false === $controller = $this->resolver->getController($request)) {
› throw new NotFoundHttpException(sprintf('Unable to find the controller for path "%s". The route is wrongly configured.', $request->getPathInfo()));
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /symfony/http-kernel/ HttpKernel.php:81 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#17 …}
$type : 1
}
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /symfony/http-kernel/ EventListener/ExceptionListener.php:61 {
Symfony\Component\HttpKernel\EventListener \ ExceptionListener->onKernelException(GetResponseForExceptionEvent $event) …
› try {
› $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);
› } catch (\Exception $e) {
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /symfony/event-dispatcher/ Debug/WrappedListener.php:126 {
Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher) …
›
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
›
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /symfony/event-dispatcher/ EventDispatcher.php:264 {
Symfony\Component\EventDispatcher \ EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
› }
› $listener($event, $eventName, $this);
› }
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /symfony/event-dispatcher/ EventDispatcher.php:239 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, $event) …
› if ($event instanceof Event) {
› $this->doDispatch($listeners, $eventName, $event);
›
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /symfony/event-dispatcher/ EventDispatcher.php:73 {
Symfony\Component\EventDispatcher \ EventDispatcher->dispatch($event) …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:168 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch($event) …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /symfony/http-kernel/ HttpKernel.php:229 {
Symfony\Component\HttpKernel \ HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
› $event = new ExceptionEvent($this, $request, $type, $e);
› $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);
›
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /symfony/http-kernel/ HttpKernel.php:92 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
›
› return $this->handleThrowable($e, $request, $type);
› } finally {
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /symfony/http-kernel/ Kernel.php:201 {
Symfony\Component\HttpKernel \ Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#17 …}
$type : 1
$catch : true
}
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main / web/app_dev.php:30 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#17 …}
}
}
}
}
]
{
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /symfony/twig-bundle/ Controller/ExceptionController.php:23 {
spl_autoload_call($class_name) …
›
› @trigger_error(sprintf('The "%s" class is deprecated since Symfony 4.4, use "%s" instead.', ExceptionController::class, \Symfony\Component\HttpKernel\Controller\ErrorController::class), \E_USER_DEPRECATED);
›
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main / var/cache/dev/ContainerMBEyLVQ/getTwig_Controller_ExceptionService.php:24 {
ContainerMBEyLVQ \ getTwig_Controller_ExceptionService::do($container, $lazyLoad = true) …
›
› return $container->services['twig.controller.exception'] = new \Symfony\Bundle\TwigBundle\Controller\ExceptionController(($container->services['twig'] ?? $container->getTwigService()), true);
› }
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main / var/cache/dev/ContainerMBEyLVQ/appAppKernelDevDebugContainer.php:417 {
ContainerMBEyLVQ \ appAppKernelDevDebugContainer->load($file, $lazyLoad = true) …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /symfony/dependency-injection/ Container.php:238 {
Symfony\Component\DependencyInjection \ Container->make(string $id, int $invalidBehavior) …
› if (isset($this->fileMap[$id])) {
› return /* self::IGNORE_ON_UNINITIALIZED_REFERENCE */ 4 === $invalidBehavior ? null : $this->load($this->fileMap[$id]);
› } elseif (isset($this->methodMap[$id])) {
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /symfony/dependency-injection/ Container.php:220 {
Symfony\Component\DependencyInjection \ Container->get(string $id, int $invalidBehavior = 1) …
› ?? $this->services[$id = $this->aliases[$id] ?? $id]
› ?? ('service_container' === $id ? $this : ($this->factories[$id] ?? [$this, 'make'])($id, $invalidBehavior));
› }
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /symfony/http-kernel/ Controller/ContainerControllerResolver.php:53 {
Symfony\Component\HttpKernel\Controller \ ContainerControllerResolver->instantiateController($class) …
› if ($this->container->has($class)) {
› return $this->container->get($class);
› }
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /symfony/framework-bundle/ Controller/ControllerResolver.php:70 {
Symfony\Bundle\FrameworkBundle\Controller \ ControllerResolver->instantiateController($class) …
› {
› $controller = parent::instantiateController($class);
›
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /symfony/http-kernel/ Controller/ControllerResolver.php:122 {
Symfony\Component\HttpKernel\Controller \ ControllerResolver->createController($controller) …
› try {
› $controller = [$this->instantiateController($class), $method];
› } catch (\Error|\LogicException $e) {
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /symfony/http-kernel/ Controller/ContainerControllerResolver.php:42 {
Symfony\Component\HttpKernel\Controller \ ContainerControllerResolver->createController($controller) …
›
› return parent::createController($controller);
› }
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /symfony/framework-bundle/ Controller/ControllerResolver.php:62 {
Symfony\Bundle\FrameworkBundle\Controller \ ControllerResolver->createController($controller) …
›
› return parent::createController($controller);
› }
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /symfony/http-kernel/ Controller/ControllerResolver.php:86 {
Symfony\Component\HttpKernel\Controller \ ControllerResolver->getController(Request $request) …
› try {
› $callable = $this->createController($controller);
› } catch (\InvalidArgumentException $e) {
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /symfony/http-kernel/ Controller/TraceableControllerResolver.php:38 {
Symfony\Component\HttpKernel\Controller \ TraceableControllerResolver->getController(Request $request) …
›
› $ret = $this->resolver->getController($request);
›
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /symfony/http-kernel/ HttpKernel.php:152 {
Symfony\Component\HttpKernel \ HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
› // load controller
› if (false === $controller = $this->resolver->getController($request)) {
› throw new NotFoundHttpException(sprintf('Unable to find the controller for path "%s". The route is wrongly configured.', $request->getPathInfo()));
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /symfony/http-kernel/ HttpKernel.php:81 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#17 …}
$type : 1
}
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /symfony/http-kernel/ EventListener/ExceptionListener.php:61 {
Symfony\Component\HttpKernel\EventListener \ ExceptionListener->onKernelException(GetResponseForExceptionEvent $event) …
› try {
› $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);
› } catch (\Exception $e) {
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /symfony/event-dispatcher/ Debug/WrappedListener.php:126 {
Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher) …
›
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
›
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /symfony/event-dispatcher/ EventDispatcher.php:264 {
Symfony\Component\EventDispatcher \ EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
› }
› $listener($event, $eventName, $this);
› }
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /symfony/event-dispatcher/ EventDispatcher.php:239 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, $event) …
› if ($event instanceof Event) {
› $this->doDispatch($listeners, $eventName, $event);
›
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /symfony/event-dispatcher/ EventDispatcher.php:73 {
Symfony\Component\EventDispatcher \ EventDispatcher->dispatch($event) …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:168 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch($event) …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /symfony/http-kernel/ HttpKernel.php:229 {
Symfony\Component\HttpKernel \ HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
› $event = new ExceptionEvent($this, $request, $type, $e);
› $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);
›
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /symfony/http-kernel/ HttpKernel.php:92 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
›
› return $this->handleThrowable($e, $request, $type);
› } finally {
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /symfony/http-kernel/ Kernel.php:201 {
Symfony\Component\HttpKernel \ Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#17 …}
$type : 1
$catch : true
}
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main / web/app_dev.php:30 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#17 …}
}
}
}
01:15:06
php
User Deprecated: The template "@Twig/layout.html.twig " is deprecated since Symfony 4.4, will be removed in 5.0. in "@Twig/layout.html.twig " at line 1.
[
"exception " => ErrorException {#899
#message : "User Deprecated: The template "@Twig/layout.html.twig" is deprecated since Symfony 4.4, will be removed in 5.0. in "@Twig/layout.html.twig" at line 1. "
#code : 0
#file : "/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /symfony/deprecation-contracts/ function.php "
#line : 25
#severity : E_USER_DEPRECATED
trace : {
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /symfony/deprecation-contracts/ function.php:25 {
trigger_deprecation(string $package, string $version, string $message, ...$args): void …
› {
› @trigger_error(($package || $version ? "Since $package $version: " : '').($args ? vsprintf($message, $args) : $message), \E_USER_DEPRECATED);
› }
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/var/cache/dev/twig/31/319f694259f29426741612f177c708db295290c95412ead6e1659889e41d845e.php:50 {
__TwigTemplate_db2ba8fb4dd65795d1b904a9c6e50bfbdaaf284240872afa265ff4d6e477ba70->doDisplay(array $context, array $blocks = []) …
› $__internal_compile_0 = (("The template \"" . $this->getTemplateName()) . "\" is deprecated since Symfony 4.4, will be removed in 5.0.");
› trigger_deprecation('', '', $__internal_compile_0." in \"@Twig/layout.html.twig\" at line 1.");
› // line 2
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /twig/twig/ src/Template.php:360 {
Twig \ Template->yield(array $context, array $blocks = []): iterable …
›
› foreach ($this->doDisplay($context, $blocks) as $data) {
› if (ob_get_length()) {
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/var/cache/dev/twig/24/2409a738378eb56a3dec5b0b52d6601f41efb36d0a387be52f8bb730cc2793a4.php:53 {
__TwigTemplate_ff34a24e3a2e126f3bd49494a4020efb614f46a6066976d965ddacd1b04ed30d->doDisplay(array $context, array $blocks = []) …
› $this->parent = $this->loadTemplate("@Twig/layout.html.twig", "@Twig/Exception/exception_full.html.twig", 1);
› yield from $this->parent->unwrap()->yield($context, array_merge($this->blocks, $blocks));
›
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /twig/twig/ src/Template.php:360 {
Twig \ Template->yield(array $context, array $blocks = []): iterable …
›
› foreach ($this->doDisplay($context, $blocks) as $data) {
› if (ob_get_length()) {
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /twig/twig/ src/Template.php:335 {
Twig \ Template->render(array $context): string …
› $content = '';
› foreach ($this->yield($context) as $data) {
› $content .= $data;
arguments : {
$context : [ …20]
}
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /twig/twig/ src/TemplateWrapper.php:38 {
Twig \ TemplateWrapper->render(array $context = []): string …
› {
› return $this->template->render($context);
› }
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /twig/twig/ src/Environment.php:306 {
Twig \ Environment->render($name, array $context = []): string …
› {
› return $this->load($name)->render($context);
› }
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /symfony/twig-bundle/ Controller/ExceptionController.php:73 {
Symfony\Bundle\TwigBundle\Controller \ ExceptionController->showAction(Request $request, FlattenException $exception, ?DebugLoggerInterface $logger = null) …
› 'logger' => $logger,
› 'currentContent' => $currentContent,
› ]
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /symfony/http-kernel/ HttpKernel.php:169 {
Symfony\Component\HttpKernel \ HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
› // call controller
› $response = $controller(...$arguments);
›
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#17 …}
$ref : ""
}
}
/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) {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#17 …}
$type : 1
}
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /symfony/http-kernel/ EventListener/ExceptionListener.php:61 {
Symfony\Component\HttpKernel\EventListener \ ExceptionListener->onKernelException(GetResponseForExceptionEvent $event) …
› try {
› $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);
› } catch (\Exception $e) {
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /symfony/event-dispatcher/ Debug/WrappedListener.php:126 {
Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher) …
›
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
›
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /symfony/event-dispatcher/ EventDispatcher.php:264 {
Symfony\Component\EventDispatcher \ EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
› }
› $listener($event, $eventName, $this);
› }
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /symfony/event-dispatcher/ EventDispatcher.php:239 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, $event) …
› if ($event instanceof Event) {
› $this->doDispatch($listeners, $eventName, $event);
›
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /symfony/event-dispatcher/ EventDispatcher.php:73 {
Symfony\Component\EventDispatcher \ EventDispatcher->dispatch($event) …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:168 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch($event) …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /symfony/http-kernel/ HttpKernel.php:229 {
Symfony\Component\HttpKernel \ HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
› $event = new ExceptionEvent($this, $request, $type, $e);
› $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);
›
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /symfony/http-kernel/ HttpKernel.php:92 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
›
› return $this->handleThrowable($e, $request, $type);
› } finally {
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /symfony/http-kernel/ Kernel.php:201 {
Symfony\Component\HttpKernel \ Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#17 …}
$type : 1
$catch : true
}
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main / web/app_dev.php:30 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#17 …}
}
}
}
}
]
{
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /symfony/deprecation-contracts/ function.php:25 {
trigger_deprecation(string $package, string $version, string $message, ...$args): void …
› {
› @trigger_error(($package || $version ? "Since $package $version: " : '').($args ? vsprintf($message, $args) : $message), \E_USER_DEPRECATED);
› }
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/var/cache/dev/twig/31/319f694259f29426741612f177c708db295290c95412ead6e1659889e41d845e.php:50 {
__TwigTemplate_db2ba8fb4dd65795d1b904a9c6e50bfbdaaf284240872afa265ff4d6e477ba70->doDisplay(array $context, array $blocks = []) …
› $__internal_compile_0 = (("The template \"" . $this->getTemplateName()) . "\" is deprecated since Symfony 4.4, will be removed in 5.0.");
› trigger_deprecation('', '', $__internal_compile_0." in \"@Twig/layout.html.twig\" at line 1.");
› // line 2
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /twig/twig/ src/Template.php:360 {
Twig \ Template->yield(array $context, array $blocks = []): iterable …
›
› foreach ($this->doDisplay($context, $blocks) as $data) {
› if (ob_get_length()) {
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/var/cache/dev/twig/24/2409a738378eb56a3dec5b0b52d6601f41efb36d0a387be52f8bb730cc2793a4.php:53 {
__TwigTemplate_ff34a24e3a2e126f3bd49494a4020efb614f46a6066976d965ddacd1b04ed30d->doDisplay(array $context, array $blocks = []) …
› $this->parent = $this->loadTemplate("@Twig/layout.html.twig", "@Twig/Exception/exception_full.html.twig", 1);
› yield from $this->parent->unwrap()->yield($context, array_merge($this->blocks, $blocks));
›
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /twig/twig/ src/Template.php:360 {
Twig \ Template->yield(array $context, array $blocks = []): iterable …
›
› foreach ($this->doDisplay($context, $blocks) as $data) {
› if (ob_get_length()) {
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /twig/twig/ src/Template.php:335 {
Twig \ Template->render(array $context): string …
› $content = '';
› foreach ($this->yield($context) as $data) {
› $content .= $data;
arguments : {
$context : [ …20]
}
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /twig/twig/ src/TemplateWrapper.php:38 {
Twig \ TemplateWrapper->render(array $context = []): string …
› {
› return $this->template->render($context);
› }
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /twig/twig/ src/Environment.php:306 {
Twig \ Environment->render($name, array $context = []): string …
› {
› return $this->load($name)->render($context);
› }
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /symfony/twig-bundle/ Controller/ExceptionController.php:73 {
Symfony\Bundle\TwigBundle\Controller \ ExceptionController->showAction(Request $request, FlattenException $exception, ?DebugLoggerInterface $logger = null) …
› 'logger' => $logger,
› 'currentContent' => $currentContent,
› ]
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /symfony/http-kernel/ HttpKernel.php:169 {
Symfony\Component\HttpKernel \ HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
› // call controller
› $response = $controller(...$arguments);
›
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#17 …}
$ref : ""
}
}
/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) {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#17 …}
$type : 1
}
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /symfony/http-kernel/ EventListener/ExceptionListener.php:61 {
Symfony\Component\HttpKernel\EventListener \ ExceptionListener->onKernelException(GetResponseForExceptionEvent $event) …
› try {
› $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);
› } catch (\Exception $e) {
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /symfony/event-dispatcher/ Debug/WrappedListener.php:126 {
Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher) …
›
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
›
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /symfony/event-dispatcher/ EventDispatcher.php:264 {
Symfony\Component\EventDispatcher \ EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
› }
› $listener($event, $eventName, $this);
› }
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /symfony/event-dispatcher/ EventDispatcher.php:239 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, $event) …
› if ($event instanceof Event) {
› $this->doDispatch($listeners, $eventName, $event);
›
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /symfony/event-dispatcher/ EventDispatcher.php:73 {
Symfony\Component\EventDispatcher \ EventDispatcher->dispatch($event) …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:168 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch($event) …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /symfony/http-kernel/ HttpKernel.php:229 {
Symfony\Component\HttpKernel \ HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
› $event = new ExceptionEvent($this, $request, $type, $e);
› $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);
›
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /symfony/http-kernel/ HttpKernel.php:92 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
›
› return $this->handleThrowable($e, $request, $type);
› } finally {
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /symfony/http-kernel/ Kernel.php:201 {
Symfony\Component\HttpKernel \ Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#17 …}
$type : 1
$catch : true
}
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main / web/app_dev.php:30 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#17 …}
}
}
}
01:15:06
php
User Deprecated: The template "@Twig/exception.css.twig " is deprecated since Symfony 4.4, will be removed in 5.0. in "@Twig/exception.css.twig " at line 1.
[
"exception " => ErrorException {#917
#message : "User Deprecated: The template "@Twig/exception.css.twig" is deprecated since Symfony 4.4, will be removed in 5.0. in "@Twig/exception.css.twig" at line 1. "
#code : 0
#file : "/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /symfony/deprecation-contracts/ function.php "
#line : 25
#severity : E_USER_DEPRECATED
trace : {
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /symfony/deprecation-contracts/ function.php:25 {
trigger_deprecation(string $package, string $version, string $message, ...$args): void …
› {
› @trigger_error(($package || $version ? "Since $package $version: " : '').($args ? vsprintf($message, $args) : $message), \E_USER_DEPRECATED);
› }
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/var/cache/dev/twig/19/19014d216034022c706729f337706250b45995216b0f9c9532d0792bba9ac9a9.php:45 {
__TwigTemplate_01ec3e996f2e777d2f46e4c5bdd27eac6e5c466eda8cda0f481351a45afc5c2f->doDisplay(array $context, array $blocks = []) …
› $__internal_compile_0 = (("The template \"" . $this->getTemplateName()) . "\" is deprecated since Symfony 4.4, will be removed in 5.0.");
› trigger_deprecation('', '', $__internal_compile_0." in \"@Twig/exception.css.twig\" at line 1.");
› // line 4
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /twig/twig/ src/Template.php:360 {
Twig \ Template->yield(array $context, array $blocks = []): iterable …
›
› foreach ($this->doDisplay($context, $blocks) as $data) {
› if (ob_get_length()) {
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /twig/twig/ src/Template.php:335 {
Twig \ Template->render(array $context): string …
› $content = '';
› foreach ($this->yield($context) as $data) {
› $content .= $data;
arguments : {
$context : [ …20]
}
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /twig/twig/ src/TemplateWrapper.php:38 {
Twig \ TemplateWrapper->render(array $context = []): string …
› {
› return $this->template->render($context);
› }
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /twig/twig/ src/Extension/CoreExtension.php:1435 {
Twig\Extension \ CoreExtension::include(Environment $env, $context, $template, $variables = [], $withContext = true, $ignoreMissing = false, $sandboxed = false): string …
›
› return $loaded ? $loaded->render($variables) : '';
› } finally {
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor/symfony/twig-bundle/Resources/views/layout.html.twig:11 {
__TwigTemplate_db2ba8fb4dd65795d1b904a9c6e50bfbdaaf284240872afa265ff4d6e477ba70->doDisplay(array $context, array $blocks = []) …
› <link rel="icon" type="image/png" href="{{ include('@Twig/images/favicon.png.base64') }}">
› <style>{{ include('@Twig/exception.css.twig') }}</style>
› {% block head %}{% endblock %}
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /twig/twig/ src/Template.php:360 {
Twig \ Template->yield(array $context, array $blocks = []): iterable …
›
› foreach ($this->doDisplay($context, $blocks) as $data) {
› if (ob_get_length()) {
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/var/cache/dev/twig/24/2409a738378eb56a3dec5b0b52d6601f41efb36d0a387be52f8bb730cc2793a4.php:53 {
__TwigTemplate_ff34a24e3a2e126f3bd49494a4020efb614f46a6066976d965ddacd1b04ed30d->doDisplay(array $context, array $blocks = []) …
› $this->parent = $this->loadTemplate("@Twig/layout.html.twig", "@Twig/Exception/exception_full.html.twig", 1);
› yield from $this->parent->unwrap()->yield($context, array_merge($this->blocks, $blocks));
›
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /twig/twig/ src/Template.php:360 {
Twig \ Template->yield(array $context, array $blocks = []): iterable …
›
› foreach ($this->doDisplay($context, $blocks) as $data) {
› if (ob_get_length()) {
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /twig/twig/ src/Template.php:335 {
Twig \ Template->render(array $context): string …
› $content = '';
› foreach ($this->yield($context) as $data) {
› $content .= $data;
arguments : {
$context : [ …20]
}
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /twig/twig/ src/TemplateWrapper.php:38 {
Twig \ TemplateWrapper->render(array $context = []): string …
› {
› return $this->template->render($context);
› }
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /twig/twig/ src/Environment.php:306 {
Twig \ Environment->render($name, array $context = []): string …
› {
› return $this->load($name)->render($context);
› }
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /symfony/twig-bundle/ Controller/ExceptionController.php:73 {
Symfony\Bundle\TwigBundle\Controller \ ExceptionController->showAction(Request $request, FlattenException $exception, ?DebugLoggerInterface $logger = null) …
› 'logger' => $logger,
› 'currentContent' => $currentContent,
› ]
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /symfony/http-kernel/ HttpKernel.php:169 {
Symfony\Component\HttpKernel \ HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
› // call controller
› $response = $controller(...$arguments);
›
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#17 …}
$ref : ""
}
}
/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) {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#17 …}
$type : 1
}
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /symfony/http-kernel/ EventListener/ExceptionListener.php:61 {
Symfony\Component\HttpKernel\EventListener \ ExceptionListener->onKernelException(GetResponseForExceptionEvent $event) …
› try {
› $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);
› } catch (\Exception $e) {
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /symfony/event-dispatcher/ Debug/WrappedListener.php:126 {
Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher) …
›
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
›
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /symfony/event-dispatcher/ EventDispatcher.php:264 {
Symfony\Component\EventDispatcher \ EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
› }
› $listener($event, $eventName, $this);
› }
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /symfony/event-dispatcher/ EventDispatcher.php:239 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, $event) …
› if ($event instanceof Event) {
› $this->doDispatch($listeners, $eventName, $event);
›
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /symfony/event-dispatcher/ EventDispatcher.php:73 {
Symfony\Component\EventDispatcher \ EventDispatcher->dispatch($event) …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:168 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch($event) …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /symfony/http-kernel/ HttpKernel.php:229 {
Symfony\Component\HttpKernel \ HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
› $event = new ExceptionEvent($this, $request, $type, $e);
› $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);
›
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /symfony/http-kernel/ HttpKernel.php:92 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
›
› return $this->handleThrowable($e, $request, $type);
› } finally {
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /symfony/http-kernel/ Kernel.php:201 {
Symfony\Component\HttpKernel \ Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#17 …}
$type : 1
$catch : true
}
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main / web/app_dev.php:30 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#17 …}
}
}
}
}
]
{
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /symfony/deprecation-contracts/ function.php:25 {
trigger_deprecation(string $package, string $version, string $message, ...$args): void …
› {
› @trigger_error(($package || $version ? "Since $package $version: " : '').($args ? vsprintf($message, $args) : $message), \E_USER_DEPRECATED);
› }
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/var/cache/dev/twig/19/19014d216034022c706729f337706250b45995216b0f9c9532d0792bba9ac9a9.php:45 {
__TwigTemplate_01ec3e996f2e777d2f46e4c5bdd27eac6e5c466eda8cda0f481351a45afc5c2f->doDisplay(array $context, array $blocks = []) …
› $__internal_compile_0 = (("The template \"" . $this->getTemplateName()) . "\" is deprecated since Symfony 4.4, will be removed in 5.0.");
› trigger_deprecation('', '', $__internal_compile_0." in \"@Twig/exception.css.twig\" at line 1.");
› // line 4
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /twig/twig/ src/Template.php:360 {
Twig \ Template->yield(array $context, array $blocks = []): iterable …
›
› foreach ($this->doDisplay($context, $blocks) as $data) {
› if (ob_get_length()) {
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /twig/twig/ src/Template.php:335 {
Twig \ Template->render(array $context): string …
› $content = '';
› foreach ($this->yield($context) as $data) {
› $content .= $data;
arguments : {
$context : [ …20]
}
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /twig/twig/ src/TemplateWrapper.php:38 {
Twig \ TemplateWrapper->render(array $context = []): string …
› {
› return $this->template->render($context);
› }
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /twig/twig/ src/Extension/CoreExtension.php:1435 {
Twig\Extension \ CoreExtension::include(Environment $env, $context, $template, $variables = [], $withContext = true, $ignoreMissing = false, $sandboxed = false): string …
›
› return $loaded ? $loaded->render($variables) : '';
› } finally {
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor/symfony/twig-bundle/Resources/views/layout.html.twig:11 {
__TwigTemplate_db2ba8fb4dd65795d1b904a9c6e50bfbdaaf284240872afa265ff4d6e477ba70->doDisplay(array $context, array $blocks = []) …
› <link rel="icon" type="image/png" href="{{ include('@Twig/images/favicon.png.base64') }}">
› <style>{{ include('@Twig/exception.css.twig') }}</style>
› {% block head %}{% endblock %}
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /twig/twig/ src/Template.php:360 {
Twig \ Template->yield(array $context, array $blocks = []): iterable …
›
› foreach ($this->doDisplay($context, $blocks) as $data) {
› if (ob_get_length()) {
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/var/cache/dev/twig/24/2409a738378eb56a3dec5b0b52d6601f41efb36d0a387be52f8bb730cc2793a4.php:53 {
__TwigTemplate_ff34a24e3a2e126f3bd49494a4020efb614f46a6066976d965ddacd1b04ed30d->doDisplay(array $context, array $blocks = []) …
› $this->parent = $this->loadTemplate("@Twig/layout.html.twig", "@Twig/Exception/exception_full.html.twig", 1);
› yield from $this->parent->unwrap()->yield($context, array_merge($this->blocks, $blocks));
›
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /twig/twig/ src/Template.php:360 {
Twig \ Template->yield(array $context, array $blocks = []): iterable …
›
› foreach ($this->doDisplay($context, $blocks) as $data) {
› if (ob_get_length()) {
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /twig/twig/ src/Template.php:335 {
Twig \ Template->render(array $context): string …
› $content = '';
› foreach ($this->yield($context) as $data) {
› $content .= $data;
arguments : {
$context : [ …20]
}
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /twig/twig/ src/TemplateWrapper.php:38 {
Twig \ TemplateWrapper->render(array $context = []): string …
› {
› return $this->template->render($context);
› }
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /twig/twig/ src/Environment.php:306 {
Twig \ Environment->render($name, array $context = []): string …
› {
› return $this->load($name)->render($context);
› }
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /symfony/twig-bundle/ Controller/ExceptionController.php:73 {
Symfony\Bundle\TwigBundle\Controller \ ExceptionController->showAction(Request $request, FlattenException $exception, ?DebugLoggerInterface $logger = null) …
› 'logger' => $logger,
› 'currentContent' => $currentContent,
› ]
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /symfony/http-kernel/ HttpKernel.php:169 {
Symfony\Component\HttpKernel \ HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
› // call controller
› $response = $controller(...$arguments);
›
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#17 …}
$ref : ""
}
}
/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) {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#17 …}
$type : 1
}
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /symfony/http-kernel/ EventListener/ExceptionListener.php:61 {
Symfony\Component\HttpKernel\EventListener \ ExceptionListener->onKernelException(GetResponseForExceptionEvent $event) …
› try {
› $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);
› } catch (\Exception $e) {
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /symfony/event-dispatcher/ Debug/WrappedListener.php:126 {
Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher) …
›
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
›
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /symfony/event-dispatcher/ EventDispatcher.php:264 {
Symfony\Component\EventDispatcher \ EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
› }
› $listener($event, $eventName, $this);
› }
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /symfony/event-dispatcher/ EventDispatcher.php:239 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, $event) …
› if ($event instanceof Event) {
› $this->doDispatch($listeners, $eventName, $event);
›
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /symfony/event-dispatcher/ EventDispatcher.php:73 {
Symfony\Component\EventDispatcher \ EventDispatcher->dispatch($event) …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:168 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch($event) …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /symfony/http-kernel/ HttpKernel.php:229 {
Symfony\Component\HttpKernel \ HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
› $event = new ExceptionEvent($this, $request, $type, $e);
› $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);
›
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /symfony/http-kernel/ HttpKernel.php:92 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
›
› return $this->handleThrowable($e, $request, $type);
› } finally {
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /symfony/http-kernel/ Kernel.php:201 {
Symfony\Component\HttpKernel \ Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#17 …}
$type : 1
$catch : true
}
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main / web/app_dev.php:30 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#17 …}
}
}
}
01:15:06
php
User Deprecated: The template "@Twig/base_js.html.twig " is deprecated since Symfony 4.4, will be removed in 5.0. in "@Twig/base_js.html.twig " at line 1.
[
"exception " => ErrorException {#973
#message : "User Deprecated: The template "@Twig/base_js.html.twig" is deprecated since Symfony 4.4, will be removed in 5.0. in "@Twig/base_js.html.twig" at line 1. "
#code : 0
#file : "/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /symfony/deprecation-contracts/ function.php "
#line : 25
#severity : E_USER_DEPRECATED
trace : {
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /symfony/deprecation-contracts/ function.php:25 {
trigger_deprecation(string $package, string $version, string $message, ...$args): void …
› {
› @trigger_error(($package || $version ? "Since $package $version: " : '').($args ? vsprintf($message, $args) : $message), \E_USER_DEPRECATED);
› }
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/var/cache/dev/twig/1e/1ea14e6f20e3d4a31aef2b3028985545760b49accd42ef19cc629965675dd8d1.php:45 {
__TwigTemplate_41775f073e6f8d42d504d816e3eb45eb2d6076d22eed76987df3a0911ef6349f->doDisplay(array $context, array $blocks = []) …
› $__internal_compile_0 = (("The template \"" . $this->getTemplateName()) . "\" is deprecated since Symfony 4.4, will be removed in 5.0.");
› trigger_deprecation('', '', $__internal_compile_0." in \"@Twig/base_js.html.twig\" at line 1.");
› // line 4
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /twig/twig/ src/Template.php:360 {
Twig \ Template->yield(array $context, array $blocks = []): iterable …
›
› foreach ($this->doDisplay($context, $blocks) as $data) {
› if (ob_get_length()) {
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /twig/twig/ src/Template.php:335 {
Twig \ Template->render(array $context): string …
› $content = '';
› foreach ($this->yield($context) as $data) {
› $content .= $data;
arguments : {
$context : [ …20]
}
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /twig/twig/ src/TemplateWrapper.php:38 {
Twig \ TemplateWrapper->render(array $context = []): string …
› {
› return $this->template->render($context);
› }
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /twig/twig/ src/Extension/CoreExtension.php:1435 {
Twig\Extension \ CoreExtension::include(Environment $env, $context, $template, $variables = [], $withContext = true, $ignoreMissing = false, $sandboxed = false): string …
›
› return $loaded ? $loaded->render($variables) : '';
› } finally {
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/var/cache/dev/twig/31/319f694259f29426741612f177c708db295290c95412ead6e1659889e41d845e.php:108 {
__TwigTemplate_db2ba8fb4dd65795d1b904a9c6e50bfbdaaf284240872afa265ff4d6e477ba70->doDisplay(array $context, array $blocks = []) …
› yield " ";
› yield Twig\Extension\CoreExtension::include($this->env, $context, "@Twig/base_js.html.twig");
› yield "
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /twig/twig/ src/Template.php:360 {
Twig \ Template->yield(array $context, array $blocks = []): iterable …
›
› foreach ($this->doDisplay($context, $blocks) as $data) {
› if (ob_get_length()) {
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/var/cache/dev/twig/24/2409a738378eb56a3dec5b0b52d6601f41efb36d0a387be52f8bb730cc2793a4.php:53 {
__TwigTemplate_ff34a24e3a2e126f3bd49494a4020efb614f46a6066976d965ddacd1b04ed30d->doDisplay(array $context, array $blocks = []) …
› $this->parent = $this->loadTemplate("@Twig/layout.html.twig", "@Twig/Exception/exception_full.html.twig", 1);
› yield from $this->parent->unwrap()->yield($context, array_merge($this->blocks, $blocks));
›
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /twig/twig/ src/Template.php:360 {
Twig \ Template->yield(array $context, array $blocks = []): iterable …
›
› foreach ($this->doDisplay($context, $blocks) as $data) {
› if (ob_get_length()) {
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /twig/twig/ src/Template.php:335 {
Twig \ Template->render(array $context): string …
› $content = '';
› foreach ($this->yield($context) as $data) {
› $content .= $data;
arguments : {
$context : [ …20]
}
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /twig/twig/ src/TemplateWrapper.php:38 {
Twig \ TemplateWrapper->render(array $context = []): string …
› {
› return $this->template->render($context);
› }
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /twig/twig/ src/Environment.php:306 {
Twig \ Environment->render($name, array $context = []): string …
› {
› return $this->load($name)->render($context);
› }
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /symfony/twig-bundle/ Controller/ExceptionController.php:73 {
Symfony\Bundle\TwigBundle\Controller \ ExceptionController->showAction(Request $request, FlattenException $exception, ?DebugLoggerInterface $logger = null) …
› 'logger' => $logger,
› 'currentContent' => $currentContent,
› ]
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /symfony/http-kernel/ HttpKernel.php:169 {
Symfony\Component\HttpKernel \ HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
› // call controller
› $response = $controller(...$arguments);
›
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#17 …}
$ref : ""
}
}
/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) {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#17 …}
$type : 1
}
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /symfony/http-kernel/ EventListener/ExceptionListener.php:61 {
Symfony\Component\HttpKernel\EventListener \ ExceptionListener->onKernelException(GetResponseForExceptionEvent $event) …
› try {
› $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);
› } catch (\Exception $e) {
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /symfony/event-dispatcher/ Debug/WrappedListener.php:126 {
Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher) …
›
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
›
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /symfony/event-dispatcher/ EventDispatcher.php:264 {
Symfony\Component\EventDispatcher \ EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
› }
› $listener($event, $eventName, $this);
› }
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /symfony/event-dispatcher/ EventDispatcher.php:239 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, $event) …
› if ($event instanceof Event) {
› $this->doDispatch($listeners, $eventName, $event);
›
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /symfony/event-dispatcher/ EventDispatcher.php:73 {
Symfony\Component\EventDispatcher \ EventDispatcher->dispatch($event) …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:168 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch($event) …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /symfony/http-kernel/ HttpKernel.php:229 {
Symfony\Component\HttpKernel \ HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
› $event = new ExceptionEvent($this, $request, $type, $e);
› $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);
›
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /symfony/http-kernel/ HttpKernel.php:92 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
›
› return $this->handleThrowable($e, $request, $type);
› } finally {
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /symfony/http-kernel/ Kernel.php:201 {
Symfony\Component\HttpKernel \ Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#17 …}
$type : 1
$catch : true
}
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main / web/app_dev.php:30 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#17 …}
}
}
}
}
]
{
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /symfony/deprecation-contracts/ function.php:25 {
trigger_deprecation(string $package, string $version, string $message, ...$args): void …
› {
› @trigger_error(($package || $version ? "Since $package $version: " : '').($args ? vsprintf($message, $args) : $message), \E_USER_DEPRECATED);
› }
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/var/cache/dev/twig/1e/1ea14e6f20e3d4a31aef2b3028985545760b49accd42ef19cc629965675dd8d1.php:45 {
__TwigTemplate_41775f073e6f8d42d504d816e3eb45eb2d6076d22eed76987df3a0911ef6349f->doDisplay(array $context, array $blocks = []) …
› $__internal_compile_0 = (("The template \"" . $this->getTemplateName()) . "\" is deprecated since Symfony 4.4, will be removed in 5.0.");
› trigger_deprecation('', '', $__internal_compile_0." in \"@Twig/base_js.html.twig\" at line 1.");
› // line 4
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /twig/twig/ src/Template.php:360 {
Twig \ Template->yield(array $context, array $blocks = []): iterable …
›
› foreach ($this->doDisplay($context, $blocks) as $data) {
› if (ob_get_length()) {
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /twig/twig/ src/Template.php:335 {
Twig \ Template->render(array $context): string …
› $content = '';
› foreach ($this->yield($context) as $data) {
› $content .= $data;
arguments : {
$context : [ …20]
}
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /twig/twig/ src/TemplateWrapper.php:38 {
Twig \ TemplateWrapper->render(array $context = []): string …
› {
› return $this->template->render($context);
› }
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /twig/twig/ src/Extension/CoreExtension.php:1435 {
Twig\Extension \ CoreExtension::include(Environment $env, $context, $template, $variables = [], $withContext = true, $ignoreMissing = false, $sandboxed = false): string …
›
› return $loaded ? $loaded->render($variables) : '';
› } finally {
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/var/cache/dev/twig/31/319f694259f29426741612f177c708db295290c95412ead6e1659889e41d845e.php:108 {
__TwigTemplate_db2ba8fb4dd65795d1b904a9c6e50bfbdaaf284240872afa265ff4d6e477ba70->doDisplay(array $context, array $blocks = []) …
› yield " ";
› yield Twig\Extension\CoreExtension::include($this->env, $context, "@Twig/base_js.html.twig");
› yield "
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /twig/twig/ src/Template.php:360 {
Twig \ Template->yield(array $context, array $blocks = []): iterable …
›
› foreach ($this->doDisplay($context, $blocks) as $data) {
› if (ob_get_length()) {
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/var/cache/dev/twig/24/2409a738378eb56a3dec5b0b52d6601f41efb36d0a387be52f8bb730cc2793a4.php:53 {
__TwigTemplate_ff34a24e3a2e126f3bd49494a4020efb614f46a6066976d965ddacd1b04ed30d->doDisplay(array $context, array $blocks = []) …
› $this->parent = $this->loadTemplate("@Twig/layout.html.twig", "@Twig/Exception/exception_full.html.twig", 1);
› yield from $this->parent->unwrap()->yield($context, array_merge($this->blocks, $blocks));
›
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /twig/twig/ src/Template.php:360 {
Twig \ Template->yield(array $context, array $blocks = []): iterable …
›
› foreach ($this->doDisplay($context, $blocks) as $data) {
› if (ob_get_length()) {
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /twig/twig/ src/Template.php:335 {
Twig \ Template->render(array $context): string …
› $content = '';
› foreach ($this->yield($context) as $data) {
› $content .= $data;
arguments : {
$context : [ …20]
}
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /twig/twig/ src/TemplateWrapper.php:38 {
Twig \ TemplateWrapper->render(array $context = []): string …
› {
› return $this->template->render($context);
› }
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /twig/twig/ src/Environment.php:306 {
Twig \ Environment->render($name, array $context = []): string …
› {
› return $this->load($name)->render($context);
› }
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /symfony/twig-bundle/ Controller/ExceptionController.php:73 {
Symfony\Bundle\TwigBundle\Controller \ ExceptionController->showAction(Request $request, FlattenException $exception, ?DebugLoggerInterface $logger = null) …
› 'logger' => $logger,
› 'currentContent' => $currentContent,
› ]
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /symfony/http-kernel/ HttpKernel.php:169 {
Symfony\Component\HttpKernel \ HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
› // call controller
› $response = $controller(...$arguments);
›
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#17 …}
$ref : ""
}
}
/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) {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#17 …}
$type : 1
}
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /symfony/http-kernel/ EventListener/ExceptionListener.php:61 {
Symfony\Component\HttpKernel\EventListener \ ExceptionListener->onKernelException(GetResponseForExceptionEvent $event) …
› try {
› $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);
› } catch (\Exception $e) {
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /symfony/event-dispatcher/ Debug/WrappedListener.php:126 {
Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher) …
›
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
›
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /symfony/event-dispatcher/ EventDispatcher.php:264 {
Symfony\Component\EventDispatcher \ EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
› }
› $listener($event, $eventName, $this);
› }
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /symfony/event-dispatcher/ EventDispatcher.php:239 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, $event) …
› if ($event instanceof Event) {
› $this->doDispatch($listeners, $eventName, $event);
›
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /symfony/event-dispatcher/ EventDispatcher.php:73 {
Symfony\Component\EventDispatcher \ EventDispatcher->dispatch($event) …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:168 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch($event) …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /symfony/http-kernel/ HttpKernel.php:229 {
Symfony\Component\HttpKernel \ HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
› $event = new ExceptionEvent($this, $request, $type, $e);
› $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);
›
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /symfony/http-kernel/ HttpKernel.php:92 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
›
› return $this->handleThrowable($e, $request, $type);
› } finally {
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor /symfony/http-kernel/ Kernel.php:201 {
Symfony\Component\HttpKernel \ Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#17 …}
$type : 1
$catch : true
}
}
/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main / web/app_dev.php:30 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#17 …}
}
}
}
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 {#3360
+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.