https://ourhoneybee.eu/profile/2797

Log Messages

Info. & Errors 3

Informational and error log messages generated during the execution of the application.

Level Channel Message
INFO request Matched route
"honeybee_freelancer_profile"
.
[
  "route" => "honeybee_freelancer_profile"
  "route_parameters" => [
    "_route" => "honeybee_freelancer_profile"
    "id" => "2797"
    "_controller" => "ApplicationBundle\Modules\HoneybeeWeb\Controller\HoneybeeWebPublicController:CentralApplicantProfilePageAction"
  ]
  "request_uri" => "https://ourhoneybee.eu/profile/2797"
  "method" => "GET"
]
INFO security Populated the TokenStorage with an anonymous Token.
INFO doctrine Connecting with parameters
[
  "driver" => "pdo_mysql"
  "host" => "localhost"
  "port" => null
  "dbname" => "u405565514_entity_group"
  "user" => "u405565514_entity_group"
  "password" => "<redacted>"
  "charset" => "UTF8"
  "driverOptions" => []
  "defaultTableOptions" => []
]
[
  "params" => [
    "driver" => "pdo_mysql"
    "host" => "localhost"
    "port" => null
    "dbname" => "u405565514_entity_group"
    "user" => "u405565514_entity_group"
    "password" => "<redacted>"
    "charset" => "UTF8"
    "driverOptions" => []
    "defaultTableOptions" => []
  ]
]

Deprecations 127

Log messages generated by using features marked as deprecated.

Time Channel Message
php User Deprecated: The "Symfony\Component\Debug\DebugClassLoader" class is deprecated since Symfony 4.4, use "Symfony\Component\ErrorHandler\DebugClassLoader" instead.
[
  "exception" => ErrorException {#10
    #message: "User Deprecated: The "Symfony\Component\Debug\DebugClassLoader" class is deprecated since Symfony 4.4, use "Symfony\Component\ErrorHandler\DebugClassLoader" instead."
    #code: 0
    #file: "/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor/symfony/debug/DebugClassLoader.php"
    #line: 16
    #severity: E_USER_DEPRECATED
    trace: {
      /home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor/symfony/debug/DebugClassLoader.php:16 {
        include …
        › 
        › @trigger_error(sprintf('The "%s" class is deprecated since Symfony 4.4, use "%s" instead.', DebugClassLoader::class, \Symfony\Component\ErrorHandler\DebugClassLoader::class), \E_USER_DEPRECATED);}
      /home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor/composer/ClassLoader.php:576 {
        Composer\Autoload\{closure} …
        › self::$includeFile = \Closure::bind(static function($file) {    include $file;}, null, null);
      }
      /home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor/composer/ClassLoader.php:427 {
        Composer\Autoload\ClassLoader->loadClass($class) …
        › $includeFile = self::$includeFile;$includeFile($file);}
      Composer\Autoload\ClassLoader->loadClass() {}
      /home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor/symfony/debug/Debug.php:62 {
        Symfony\Component\Debug\Debug::enable($errorReportingLevel = E_ALL, $displayErrors = true) …
        › 
        ›     DebugClassLoader::enable();}
      }
      /home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/web/app_dev.php:25 {$loader = require __DIR__.'/../app/autoload.php';Debug::enable();}
    }
  }
]
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.
[
  "exception" => ErrorException {#158
    #message: "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."
    #code: 0
    #file: "/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor/symfony/twig-bundle/Loader/FilesystemLoader.php"
    #line: 14
    #severity: E_USER_DEPRECATED
    trace: {
      /home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor/symfony/twig-bundle/Loader/FilesystemLoader.php:14 {
        include_once …
        › 
        › @trigger_error('The '.FilesystemLoader::class.' class is deprecated since version 4.3 and will be removed in 5.0; use Twig notation for templates instead.', \E_USER_DEPRECATED);}
      /home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/var/cache/dev/ContainerMBEyLVQ/appAppKernelDevDebugContainer.php:268 {
        ContainerMBEyLVQ\appAppKernelDevDebugContainer->ContainerMBEyLVQ\{closure} …
        › include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Loader/FilesystemLoader.php';include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bundle/Loader/FilesystemLoader.php';include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/ExtensionInterface.php';
      }
      /home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor/symfony/dependency-injection/Container.php:151 {
        Symfony\Component\DependencyInjection\Container->set(string $id, ?object $service) …
        ›     unset($this->privates['service_container']);    $initialize();}
      }
      /home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor/symfony/http-kernel/Kernel.php:517 {
        Symfony\Component\HttpKernel\Kernel->initializeContainer() …
        › self::$freshCache[$cachePath] = true;$this->container->set('kernel', $this);error_reporting($errorLevel);
      }
      /home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor/symfony/http-kernel/Kernel.php:136 {
        Symfony\Component\HttpKernel\Kernel->boot() …
        › // init container$this->initializeContainer();}
      /home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor/symfony/http-kernel/Kernel.php:196 {
        Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
        › {    $this->boot();    ++$this->requestStackSize;
      }
      /home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/web/app_dev.php:30 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
      }
    }
  }
]
{
  /home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor/symfony/twig-bundle/Loader/FilesystemLoader.php:14 {
    include_once …
    › 
    › @trigger_error('The '.FilesystemLoader::class.' class is deprecated since version 4.3 and will be removed in 5.0; use Twig notation for templates instead.', \E_USER_DEPRECATED);}
  /home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/var/cache/dev/ContainerMBEyLVQ/appAppKernelDevDebugContainer.php:268 {
    ContainerMBEyLVQ\appAppKernelDevDebugContainer->ContainerMBEyLVQ\{closure} …
    › include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Loader/FilesystemLoader.php';include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bundle/Loader/FilesystemLoader.php';include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/ExtensionInterface.php';
  }
  /home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor/symfony/dependency-injection/Container.php:151 {
    Symfony\Component\DependencyInjection\Container->set(string $id, ?object $service) …
    ›     unset($this->privates['service_container']);    $initialize();}
  }
  /home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor/symfony/http-kernel/Kernel.php:517 {
    Symfony\Component\HttpKernel\Kernel->initializeContainer() …
    › self::$freshCache[$cachePath] = true;$this->container->set('kernel', $this);error_reporting($errorLevel);
  }
  /home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor/symfony/http-kernel/Kernel.php:136 {
    Symfony\Component\HttpKernel\Kernel->boot() …
    › // init container$this->initializeContainer();}
  /home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor/symfony/http-kernel/Kernel.php:196 {
    Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
    › {    $this->boot();    ++$this->requestStackSize;
  }
  /home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/web/app_dev.php:30 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
  }
}
php User Deprecated: The "templating" service is deprecated since Symfony 4.4 and will be removed in 5.0.
[
  "exception" => ErrorException {#636
    #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/HoneybeeWeb/Controller/HoneybeeWebPublicController.php:231 {
        ApplicationBundle\Modules\HoneybeeWeb\Controller\HoneybeeWebPublicController->CentralApplicantProfilePageAction(Request $request, $id = 0) …
        › 'page_title' => 'Freelancer Profile','details' => $em->getRepository(EntityApplicantDetails::class)->find($id),}
      /home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor/symfony/http-kernel/HttpKernel.php:169 {
        Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
        › // call controller$response = $controller(...$arguments);}
      /home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor/symfony/http-kernel/HttpKernel.php:81 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
        › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
      }
      /home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor/symfony/http-kernel/Kernel.php:201 {
        Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
        › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
      }
      /home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/web/app_dev.php:30 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
      }
    }
  }
]
{
  /home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor/symfony/deprecation-contracts/function.php:25 {
    trigger_deprecation(string $package, string $version, string $message, ...$args): void …
    › {    @trigger_error(($package || $version ? "Since $package $version: " : '').($args ? vsprintf($message, $args) : $message), \E_USER_DEPRECATED);}
  }
  /home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/var/cache/dev/ContainerMBEyLVQ/getTemplatingService.php:22 {
    ContainerMBEyLVQ\getTemplatingService::do($container, $lazyLoad = true) …
    › {    trigger_deprecation('', '', 'The "templating" service is deprecated since Symfony 4.4 and will be removed in 5.0.');}
  /home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/var/cache/dev/ContainerMBEyLVQ/appAppKernelDevDebugContainer.php:417 {
    ContainerMBEyLVQ\appAppKernelDevDebugContainer->load($file, $lazyLoad = true) …
    › 
    ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
  }
  /home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor/symfony/dependency-injection/Container.php:238 {
    Symfony\Component\DependencyInjection\Container->make(string $id, int $invalidBehavior) …
    › if (isset($this->fileMap[$id])) {    return /* self::IGNORE_ON_UNINITIALIZED_REFERENCE */ 4 === $invalidBehavior ? null : $this->load($this->fileMap[$id]);} elseif (isset($this->methodMap[$id])) {
  }
  /home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor/symfony/dependency-injection/Container.php:220 {
    Symfony\Component\DependencyInjection\Container->get(string $id, int $invalidBehavior = 1) …
    ›         ?? $this->services[$id = $this->aliases[$id] ?? $id]        ?? ('service_container' === $id ? $this : ($this->factories[$id] ?? [$this, 'make'])($id, $invalidBehavior));}
  }
  /home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor/symfony/framework-bundle/Controller/ControllerTrait.php:230 {
    Symfony\Bundle\FrameworkBundle\Controller\Controller->render(string $view, array $parameters = [], ?Response $response = null): Response …
    › {    if ($this->container->has('templating') && $this->container->get('templating')->supports($view)) {        @trigger_error('Using the "templating" service is deprecated since version 4.3 and will be removed in 5.0; use Twig instead.', \E_USER_DEPRECATED);
  }
  /home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/src/ApplicationBundle/Modules/HoneybeeWeb/Controller/HoneybeeWebPublicController.php:231 {
    ApplicationBundle\Modules\HoneybeeWeb\Controller\HoneybeeWebPublicController->CentralApplicantProfilePageAction(Request $request, $id = 0) …
    › 'page_title' => 'Freelancer Profile','details' => $em->getRepository(EntityApplicantDetails::class)->find($id),}
  /home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor/symfony/http-kernel/HttpKernel.php:169 {
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
    › // call controller$response = $controller(...$arguments);}
  /home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor/symfony/http-kernel/HttpKernel.php:81 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
    › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
  }
  /home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor/symfony/http-kernel/Kernel.php:201 {
    Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
    › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
  }
  /home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/web/app_dev.php:30 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
  }
}
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 {#640
    #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/HoneybeeWeb/Controller/HoneybeeWebPublicController.php:231 {
        ApplicationBundle\Modules\HoneybeeWeb\Controller\HoneybeeWebPublicController->CentralApplicantProfilePageAction(Request $request, $id = 0) …
        › 'page_title' => 'Freelancer Profile','details' => $em->getRepository(EntityApplicantDetails::class)->find($id),}
      /home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor/symfony/http-kernel/HttpKernel.php:169 {
        Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
        › // call controller$response = $controller(...$arguments);}
      /home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor/symfony/http-kernel/HttpKernel.php:81 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
        › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
      }
      /home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor/symfony/http-kernel/Kernel.php:201 {
        Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
        › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
      }
      /home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/web/app_dev.php:30 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
      }
    }
  }
]
{
  /home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor/symfony/twig-bundle/TwigEngine.php:14 {
    spl_autoload_call($class_name) …
    › 
    › @trigger_error('The '.TwigEngine::class.' class is deprecated since version 4.3 and will be removed in 5.0; use \Twig\Environment instead.', \E_USER_DEPRECATED);}
  /home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/var/cache/dev/ContainerMBEyLVQ/getTemplatingService.php:24 {
    ContainerMBEyLVQ\getTemplatingService::do($container, $lazyLoad = true) …
    › 
    ›     return $container->services['templating'] = new \Symfony\Bundle\TwigBundle\TwigEngine(($container->services['twig'] ?? $container->getTwigService()), ($container->privates['templating.name_parser'] ?? $container->load('getTemplating_NameParserService')), ($container->privates['templating.locator'] ?? $container->load('getTemplating_LocatorService')));}
  }
  /home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/var/cache/dev/ContainerMBEyLVQ/appAppKernelDevDebugContainer.php:417 {
    ContainerMBEyLVQ\appAppKernelDevDebugContainer->load($file, $lazyLoad = true) …
    › 
    ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
  }
  /home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor/symfony/dependency-injection/Container.php:238 {
    Symfony\Component\DependencyInjection\Container->make(string $id, int $invalidBehavior) …
    › if (isset($this->fileMap[$id])) {    return /* self::IGNORE_ON_UNINITIALIZED_REFERENCE */ 4 === $invalidBehavior ? null : $this->load($this->fileMap[$id]);} elseif (isset($this->methodMap[$id])) {
  }
  /home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor/symfony/dependency-injection/Container.php:220 {
    Symfony\Component\DependencyInjection\Container->get(string $id, int $invalidBehavior = 1) …
    ›         ?? $this->services[$id = $this->aliases[$id] ?? $id]        ?? ('service_container' === $id ? $this : ($this->factories[$id] ?? [$this, 'make'])($id, $invalidBehavior));}
  }
  /home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor/symfony/framework-bundle/Controller/ControllerTrait.php:230 {
    Symfony\Bundle\FrameworkBundle\Controller\Controller->render(string $view, array $parameters = [], ?Response $response = null): Response …
    › {    if ($this->container->has('templating') && $this->container->get('templating')->supports($view)) {        @trigger_error('Using the "templating" service is deprecated since version 4.3 and will be removed in 5.0; use Twig instead.', \E_USER_DEPRECATED);
  }
  /home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/src/ApplicationBundle/Modules/HoneybeeWeb/Controller/HoneybeeWebPublicController.php:231 {
    ApplicationBundle\Modules\HoneybeeWeb\Controller\HoneybeeWebPublicController->CentralApplicantProfilePageAction(Request $request, $id = 0) …
    › 'page_title' => 'Freelancer Profile','details' => $em->getRepository(EntityApplicantDetails::class)->find($id),}
  /home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor/symfony/http-kernel/HttpKernel.php:169 {
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
    › // call controller$response = $controller(...$arguments);}
  /home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor/symfony/http-kernel/HttpKernel.php:81 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
    › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
  }
  /home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor/symfony/http-kernel/Kernel.php:201 {
    Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
    › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
  }
  /home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/web/app_dev.php:30 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
  }
}
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 {#639
    #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/HoneybeeWeb/Controller/HoneybeeWebPublicController.php:231 {
        ApplicationBundle\Modules\HoneybeeWeb\Controller\HoneybeeWebPublicController->CentralApplicantProfilePageAction(Request $request, $id = 0) …
        › 'page_title' => 'Freelancer Profile','details' => $em->getRepository(EntityApplicantDetails::class)->find($id),}
      /home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor/symfony/http-kernel/HttpKernel.php:169 {
        Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
        › // call controller$response = $controller(...$arguments);}
      /home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor/symfony/http-kernel/HttpKernel.php:81 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
        › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
      }
      /home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor/symfony/http-kernel/Kernel.php:201 {
        Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
        › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
      }
      /home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/web/app_dev.php:30 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
      }
    }
  }
]
{
  /home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor/symfony/twig-bridge/TwigEngine.php:14 {
    spl_autoload_call($class_name) …
    › 
    › @trigger_error('The '.TwigEngine::class.' class is deprecated since version 4.3 and will be removed in 5.0; use \Twig\Environment instead.', \E_USER_DEPRECATED);}
  /home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor/symfony/twig-bundle/TwigEngine.php:31 {
    spl_autoload_call($class_name) …
    ›  */class TwigEngine extends BaseEngine implements EngineInterface{
  }
  /home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/var/cache/dev/ContainerMBEyLVQ/getTemplatingService.php:24 {
    ContainerMBEyLVQ\getTemplatingService::do($container, $lazyLoad = true) …
    › 
    ›     return $container->services['templating'] = new \Symfony\Bundle\TwigBundle\TwigEngine(($container->services['twig'] ?? $container->getTwigService()), ($container->privates['templating.name_parser'] ?? $container->load('getTemplating_NameParserService')), ($container->privates['templating.locator'] ?? $container->load('getTemplating_LocatorService')));}
  }
  /home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/var/cache/dev/ContainerMBEyLVQ/appAppKernelDevDebugContainer.php:417 {
    ContainerMBEyLVQ\appAppKernelDevDebugContainer->load($file, $lazyLoad = true) …
    › 
    ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
  }
  /home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor/symfony/dependency-injection/Container.php:238 {
    Symfony\Component\DependencyInjection\Container->make(string $id, int $invalidBehavior) …
    › if (isset($this->fileMap[$id])) {    return /* self::IGNORE_ON_UNINITIALIZED_REFERENCE */ 4 === $invalidBehavior ? null : $this->load($this->fileMap[$id]);} elseif (isset($this->methodMap[$id])) {
  }
  /home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor/symfony/dependency-injection/Container.php:220 {
    Symfony\Component\DependencyInjection\Container->get(string $id, int $invalidBehavior = 1) …
    ›         ?? $this->services[$id = $this->aliases[$id] ?? $id]        ?? ('service_container' === $id ? $this : ($this->factories[$id] ?? [$this, 'make'])($id, $invalidBehavior));}
  }
  /home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor/symfony/framework-bundle/Controller/ControllerTrait.php:230 {
    Symfony\Bundle\FrameworkBundle\Controller\Controller->render(string $view, array $parameters = [], ?Response $response = null): Response …
    › {    if ($this->container->has('templating') && $this->container->get('templating')->supports($view)) {        @trigger_error('Using the "templating" service is deprecated since version 4.3 and will be removed in 5.0; use Twig instead.', \E_USER_DEPRECATED);
  }
  /home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/src/ApplicationBundle/Modules/HoneybeeWeb/Controller/HoneybeeWebPublicController.php:231 {
    ApplicationBundle\Modules\HoneybeeWeb\Controller\HoneybeeWebPublicController->CentralApplicantProfilePageAction(Request $request, $id = 0) …
    › 'page_title' => 'Freelancer Profile','details' => $em->getRepository(EntityApplicantDetails::class)->find($id),}
  /home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor/symfony/http-kernel/HttpKernel.php:169 {
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
    › // call controller$response = $controller(...$arguments);}
  /home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor/symfony/http-kernel/HttpKernel.php:81 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
    › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
  }
  /home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor/symfony/http-kernel/Kernel.php:201 {
    Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
    › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
  }
  /home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/web/app_dev.php:30 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
  }
}
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 {#637
    #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/HoneybeeWeb/Controller/HoneybeeWebPublicController.php:231 {
        ApplicationBundle\Modules\HoneybeeWeb\Controller\HoneybeeWebPublicController->CentralApplicantProfilePageAction(Request $request, $id = 0) …
        › 'page_title' => 'Freelancer Profile','details' => $em->getRepository(EntityApplicantDetails::class)->find($id),}
      /home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor/symfony/http-kernel/HttpKernel.php:169 {
        Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
        › // call controller$response = $controller(...$arguments);}
      /home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor/symfony/http-kernel/HttpKernel.php:81 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
        › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
      }
      /home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor/symfony/http-kernel/Kernel.php:201 {
        Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
        › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
      }
      /home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/web/app_dev.php:30 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
      }
    }
  }
]
{
  /home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor/symfony/framework-bundle/Templating/EngineInterface.php:14 {
    spl_autoload_call($class_name) …
    › 
    › @trigger_error('The '.EngineInterface::class.' interface is deprecated since version 4.3 and will be removed in 5.0; use Twig instead.', \E_USER_DEPRECATED);}
  /home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor/symfony/twig-bundle/TwigEngine.php:31 {
    spl_autoload_call($class_name) …
    ›  */class TwigEngine extends BaseEngine implements EngineInterface{
  }
  /home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/var/cache/dev/ContainerMBEyLVQ/getTemplatingService.php:24 {
    ContainerMBEyLVQ\getTemplatingService::do($container, $lazyLoad = true) …
    › 
    ›     return $container->services['templating'] = new \Symfony\Bundle\TwigBundle\TwigEngine(($container->services['twig'] ?? $container->getTwigService()), ($container->privates['templating.name_parser'] ?? $container->load('getTemplating_NameParserService')), ($container->privates['templating.locator'] ?? $container->load('getTemplating_LocatorService')));}
  }
  /home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/var/cache/dev/ContainerMBEyLVQ/appAppKernelDevDebugContainer.php:417 {
    ContainerMBEyLVQ\appAppKernelDevDebugContainer->load($file, $lazyLoad = true) …
    › 
    ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
  }
  /home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor/symfony/dependency-injection/Container.php:238 {
    Symfony\Component\DependencyInjection\Container->make(string $id, int $invalidBehavior) …
    › if (isset($this->fileMap[$id])) {    return /* self::IGNORE_ON_UNINITIALIZED_REFERENCE */ 4 === $invalidBehavior ? null : $this->load($this->fileMap[$id]);} elseif (isset($this->methodMap[$id])) {
  }
  /home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor/symfony/dependency-injection/Container.php:220 {
    Symfony\Component\DependencyInjection\Container->get(string $id, int $invalidBehavior = 1) …
    ›         ?? $this->services[$id = $this->aliases[$id] ?? $id]        ?? ('service_container' === $id ? $this : ($this->factories[$id] ?? [$this, 'make'])($id, $invalidBehavior));}
  }
  /home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor/symfony/framework-bundle/Controller/ControllerTrait.php:230 {
    Symfony\Bundle\FrameworkBundle\Controller\Controller->render(string $view, array $parameters = [], ?Response $response = null): Response …
    › {    if ($this->container->has('templating') && $this->container->get('templating')->supports($view)) {        @trigger_error('Using the "templating" service is deprecated since version 4.3 and will be removed in 5.0; use Twig instead.', \E_USER_DEPRECATED);
  }
  /home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/src/ApplicationBundle/Modules/HoneybeeWeb/Controller/HoneybeeWebPublicController.php:231 {
    ApplicationBundle\Modules\HoneybeeWeb\Controller\HoneybeeWebPublicController->CentralApplicantProfilePageAction(Request $request, $id = 0) …
    › 'page_title' => 'Freelancer Profile','details' => $em->getRepository(EntityApplicantDetails::class)->find($id),}
  /home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor/symfony/http-kernel/HttpKernel.php:169 {
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
    › // call controller$response = $controller(...$arguments);}
  /home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor/symfony/http-kernel/HttpKernel.php:81 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
    › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
  }
  /home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor/symfony/http-kernel/Kernel.php:201 {
    Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
    › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
  }
  /home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/web/app_dev.php:30 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
  }
}
php User Deprecated: The "templating.locator" service is deprecated since Symfony 4.3 and will be removed in 5.0.
[
  "exception" => ErrorException {#647
    #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/HoneybeeWeb/Controller/HoneybeeWebPublicController.php:231 {
        ApplicationBundle\Modules\HoneybeeWeb\Controller\HoneybeeWebPublicController->CentralApplicantProfilePageAction(Request $request, $id = 0) …
        › 'page_title' => 'Freelancer Profile','details' => $em->getRepository(EntityApplicantDetails::class)->find($id),}
      /home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor/symfony/http-kernel/HttpKernel.php:169 {
        Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
        › // call controller$response = $controller(...$arguments);}
      /home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor/symfony/http-kernel/HttpKernel.php:81 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
        › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
      }
      /home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor/symfony/http-kernel/Kernel.php:201 {
        Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
        › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
      }
      /home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/web/app_dev.php:30 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
      }
    }
  }
]
{
  /home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor/symfony/deprecation-contracts/function.php:25 {
    trigger_deprecation(string $package, string $version, string $message, ...$args): void …
    › {    @trigger_error(($package || $version ? "Since $package $version: " : '').($args ? vsprintf($message, $args) : $message), \E_USER_DEPRECATED);}
  }
  /home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/var/cache/dev/ContainerMBEyLVQ/getTemplating_LocatorService.php:22 {
    ContainerMBEyLVQ\getTemplating_LocatorService::do($container, $lazyLoad = true) …
    › {    trigger_deprecation('', '', 'The "templating.locator" service is deprecated since Symfony 4.3 and will be removed in 5.0.');}
  /home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/var/cache/dev/ContainerMBEyLVQ/appAppKernelDevDebugContainer.php:417 {
    ContainerMBEyLVQ\appAppKernelDevDebugContainer->load($file, $lazyLoad = true) …
    › 
    ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
  }
  /home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/var/cache/dev/ContainerMBEyLVQ/appAppKernelDevDebugContainer.php:985 {
    ContainerMBEyLVQ\appAppKernelDevDebugContainer->getTwigService() …
    › {    $a = new \Symfony\Bundle\TwigBundle\Loader\FilesystemLoader(($this->privates['templating.locator'] ?? $this->load('getTemplating_LocatorService')), ($this->privates['templating.name_parser'] ?? $this->load('getTemplating_NameParserService')), \dirname(__DIR__, 4));    $a->addPath((\dirname(__DIR__, 4).'/src/ApplicationBundle/Modules/Sales/Resources/views'), 'Sales');
  }
  /home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/var/cache/dev/ContainerMBEyLVQ/getTemplatingService.php:24 {
    ContainerMBEyLVQ\getTemplatingService::do($container, $lazyLoad = true) …
    › 
    ›     return $container->services['templating'] = new \Symfony\Bundle\TwigBundle\TwigEngine(($container->services['twig'] ?? $container->getTwigService()), ($container->privates['templating.name_parser'] ?? $container->load('getTemplating_NameParserService')), ($container->privates['templating.locator'] ?? $container->load('getTemplating_LocatorService')));}
  }
  /home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/var/cache/dev/ContainerMBEyLVQ/appAppKernelDevDebugContainer.php:417 {
    ContainerMBEyLVQ\appAppKernelDevDebugContainer->load($file, $lazyLoad = true) …
    › 
    ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
  }
  /home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor/symfony/dependency-injection/Container.php:238 {
    Symfony\Component\DependencyInjection\Container->make(string $id, int $invalidBehavior) …
    › if (isset($this->fileMap[$id])) {    return /* self::IGNORE_ON_UNINITIALIZED_REFERENCE */ 4 === $invalidBehavior ? null : $this->load($this->fileMap[$id]);} elseif (isset($this->methodMap[$id])) {
  }
  /home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor/symfony/dependency-injection/Container.php:220 {
    Symfony\Component\DependencyInjection\Container->get(string $id, int $invalidBehavior = 1) …
    ›         ?? $this->services[$id = $this->aliases[$id] ?? $id]        ?? ('service_container' === $id ? $this : ($this->factories[$id] ?? [$this, 'make'])($id, $invalidBehavior));}
  }
  /home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor/symfony/framework-bundle/Controller/ControllerTrait.php:230 {
    Symfony\Bundle\FrameworkBundle\Controller\Controller->render(string $view, array $parameters = [], ?Response $response = null): Response …
    › {    if ($this->container->has('templating') && $this->container->get('templating')->supports($view)) {        @trigger_error('Using the "templating" service is deprecated since version 4.3 and will be removed in 5.0; use Twig instead.', \E_USER_DEPRECATED);
  }
  /home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/src/ApplicationBundle/Modules/HoneybeeWeb/Controller/HoneybeeWebPublicController.php:231 {
    ApplicationBundle\Modules\HoneybeeWeb\Controller\HoneybeeWebPublicController->CentralApplicantProfilePageAction(Request $request, $id = 0) …
    › 'page_title' => 'Freelancer Profile','details' => $em->getRepository(EntityApplicantDetails::class)->find($id),}
  /home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor/symfony/http-kernel/HttpKernel.php:169 {
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
    › // call controller$response = $controller(...$arguments);}
  /home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor/symfony/http-kernel/HttpKernel.php:81 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
    › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
  }
  /home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor/symfony/http-kernel/Kernel.php:201 {
    Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
    › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
  }
  /home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/web/app_dev.php:30 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
  }
}
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 {#648
    #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/HoneybeeWeb/Controller/HoneybeeWebPublicController.php:231 {
        ApplicationBundle\Modules\HoneybeeWeb\Controller\HoneybeeWebPublicController->CentralApplicantProfilePageAction(Request $request, $id = 0) …
        › 'page_title' => 'Freelancer Profile','details' => $em->getRepository(EntityApplicantDetails::class)->find($id),}
      /home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor/symfony/http-kernel/HttpKernel.php:169 {
        Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
        › // call controller$response = $controller(...$arguments);}
      /home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor/symfony/http-kernel/HttpKernel.php:81 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
        › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
      }
      /home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor/symfony/http-kernel/Kernel.php:201 {
        Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
        › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
      }
      /home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/web/app_dev.php:30 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
      }
    }
  }
]
{
  /home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor/symfony/framework-bundle/Templating/Loader/TemplateLocator.php:14 {
    spl_autoload_call($class_name) …
    › 
    › @trigger_error('The '.TemplateLocator::class.' class is deprecated since version 4.3 and will be removed in 5.0; use Twig instead.', \E_USER_DEPRECATED);}
  /home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/var/cache/dev/ContainerMBEyLVQ/getTemplating_LocatorService.php:24 {
    ContainerMBEyLVQ\getTemplating_LocatorService::do($container, $lazyLoad = true) …
    › 
    ›     return $container->privates['templating.locator'] = new \Symfony\Bundle\FrameworkBundle\Templating\Loader\TemplateLocator(($container->privates['file_locator'] ?? $container->load('getFileLocatorService')), $container->targetDir.'');}
  }
  /home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/var/cache/dev/ContainerMBEyLVQ/appAppKernelDevDebugContainer.php:417 {
    ContainerMBEyLVQ\appAppKernelDevDebugContainer->load($file, $lazyLoad = true) …
    › 
    ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
  }
  /home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/var/cache/dev/ContainerMBEyLVQ/appAppKernelDevDebugContainer.php:985 {
    ContainerMBEyLVQ\appAppKernelDevDebugContainer->getTwigService() …
    › {    $a = new \Symfony\Bundle\TwigBundle\Loader\FilesystemLoader(($this->privates['templating.locator'] ?? $this->load('getTemplating_LocatorService')), ($this->privates['templating.name_parser'] ?? $this->load('getTemplating_NameParserService')), \dirname(__DIR__, 4));    $a->addPath((\dirname(__DIR__, 4).'/src/ApplicationBundle/Modules/Sales/Resources/views'), 'Sales');
  }
  /home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/var/cache/dev/ContainerMBEyLVQ/getTemplatingService.php:24 {
    ContainerMBEyLVQ\getTemplatingService::do($container, $lazyLoad = true) …
    › 
    ›     return $container->services['templating'] = new \Symfony\Bundle\TwigBundle\TwigEngine(($container->services['twig'] ?? $container->getTwigService()), ($container->privates['templating.name_parser'] ?? $container->load('getTemplating_NameParserService')), ($container->privates['templating.locator'] ?? $container->load('getTemplating_LocatorService')));}
  }
  /home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/var/cache/dev/ContainerMBEyLVQ/appAppKernelDevDebugContainer.php:417 {
    ContainerMBEyLVQ\appAppKernelDevDebugContainer->load($file, $lazyLoad = true) …
    › 
    ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
  }
  /home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor/symfony/dependency-injection/Container.php:238 {
    Symfony\Component\DependencyInjection\Container->make(string $id, int $invalidBehavior) …
    › if (isset($this->fileMap[$id])) {    return /* self::IGNORE_ON_UNINITIALIZED_REFERENCE */ 4 === $invalidBehavior ? null : $this->load($this->fileMap[$id]);} elseif (isset($this->methodMap[$id])) {
  }
  /home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor/symfony/dependency-injection/Container.php:220 {
    Symfony\Component\DependencyInjection\Container->get(string $id, int $invalidBehavior = 1) …
    ›         ?? $this->services[$id = $this->aliases[$id] ?? $id]        ?? ('service_container' === $id ? $this : ($this->factories[$id] ?? [$this, 'make'])($id, $invalidBehavior));}
  }
  /home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor/symfony/framework-bundle/Controller/ControllerTrait.php:230 {
    Symfony\Bundle\FrameworkBundle\Controller\Controller->render(string $view, array $parameters = [], ?Response $response = null): Response …
    › {    if ($this->container->has('templating') && $this->container->get('templating')->supports($view)) {        @trigger_error('Using the "templating" service is deprecated since version 4.3 and will be removed in 5.0; use Twig instead.', \E_USER_DEPRECATED);
  }
  /home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/src/ApplicationBundle/Modules/HoneybeeWeb/Controller/HoneybeeWebPublicController.php:231 {
    ApplicationBundle\Modules\HoneybeeWeb\Controller\HoneybeeWebPublicController->CentralApplicantProfilePageAction(Request $request, $id = 0) …
    › 'page_title' => 'Freelancer Profile','details' => $em->getRepository(EntityApplicantDetails::class)->find($id),}
  /home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor/symfony/http-kernel/HttpKernel.php:169 {
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
    › // call controller$response = $controller(...$arguments);}
  /home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor/symfony/http-kernel/HttpKernel.php:81 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
    › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
  }
  /home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor/symfony/http-kernel/Kernel.php:201 {
    Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
    › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
  }
  /home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/web/app_dev.php:30 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
  }
}
php User Deprecated: The "templating.name_parser" service is deprecated since Symfony 4.3 and will be removed in 5.0.
[
  "exception" => ErrorException {#651
    #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/HoneybeeWeb/Controller/HoneybeeWebPublicController.php:231 {
        ApplicationBundle\Modules\HoneybeeWeb\Controller\HoneybeeWebPublicController->CentralApplicantProfilePageAction(Request $request, $id = 0) …
        › 'page_title' => 'Freelancer Profile','details' => $em->getRepository(EntityApplicantDetails::class)->find($id),}
      /home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor/symfony/http-kernel/HttpKernel.php:169 {
        Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
        › // call controller$response = $controller(...$arguments);}
      /home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor/symfony/http-kernel/HttpKernel.php:81 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
        › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
      }
      /home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor/symfony/http-kernel/Kernel.php:201 {
        Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
        › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
      }
      /home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/web/app_dev.php:30 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
      }
    }
  }
]
{
  /home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor/symfony/deprecation-contracts/function.php:25 {
    trigger_deprecation(string $package, string $version, string $message, ...$args): void …
    › {    @trigger_error(($package || $version ? "Since $package $version: " : '').($args ? vsprintf($message, $args) : $message), \E_USER_DEPRECATED);}
  }
  /home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/var/cache/dev/ContainerMBEyLVQ/getTemplating_NameParserService.php:22 {
    ContainerMBEyLVQ\getTemplating_NameParserService::do($container, $lazyLoad = true) …
    › {    trigger_deprecation('', '', 'The "templating.name_parser" service is deprecated since Symfony 4.3 and will be removed in 5.0.');}
  /home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/var/cache/dev/ContainerMBEyLVQ/appAppKernelDevDebugContainer.php:417 {
    ContainerMBEyLVQ\appAppKernelDevDebugContainer->load($file, $lazyLoad = true) …
    › 
    ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
  }
  /home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/var/cache/dev/ContainerMBEyLVQ/appAppKernelDevDebugContainer.php:985 {
    ContainerMBEyLVQ\appAppKernelDevDebugContainer->getTwigService() …
    › {    $a = new \Symfony\Bundle\TwigBundle\Loader\FilesystemLoader(($this->privates['templating.locator'] ?? $this->load('getTemplating_LocatorService')), ($this->privates['templating.name_parser'] ?? $this->load('getTemplating_NameParserService')), \dirname(__DIR__, 4));    $a->addPath((\dirname(__DIR__, 4).'/src/ApplicationBundle/Modules/Sales/Resources/views'), 'Sales');
  }
  /home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/var/cache/dev/ContainerMBEyLVQ/getTemplatingService.php:24 {
    ContainerMBEyLVQ\getTemplatingService::do($container, $lazyLoad = true) …
    › 
    ›     return $container->services['templating'] = new \Symfony\Bundle\TwigBundle\TwigEngine(($container->services['twig'] ?? $container->getTwigService()), ($container->privates['templating.name_parser'] ?? $container->load('getTemplating_NameParserService')), ($container->privates['templating.locator'] ?? $container->load('getTemplating_LocatorService')));}
  }
  /home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/var/cache/dev/ContainerMBEyLVQ/appAppKernelDevDebugContainer.php:417 {
    ContainerMBEyLVQ\appAppKernelDevDebugContainer->load($file, $lazyLoad = true) …
    › 
    ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
  }
  /home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor/symfony/dependency-injection/Container.php:238 {
    Symfony\Component\DependencyInjection\Container->make(string $id, int $invalidBehavior) …
    › if (isset($this->fileMap[$id])) {    return /* self::IGNORE_ON_UNINITIALIZED_REFERENCE */ 4 === $invalidBehavior ? null : $this->load($this->fileMap[$id]);} elseif (isset($this->methodMap[$id])) {
  }
  /home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor/symfony/dependency-injection/Container.php:220 {
    Symfony\Component\DependencyInjection\Container->get(string $id, int $invalidBehavior = 1) …
    ›         ?? $this->services[$id = $this->aliases[$id] ?? $id]        ?? ('service_container' === $id ? $this : ($this->factories[$id] ?? [$this, 'make'])($id, $invalidBehavior));}
  }
  /home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor/symfony/framework-bundle/Controller/ControllerTrait.php:230 {
    Symfony\Bundle\FrameworkBundle\Controller\Controller->render(string $view, array $parameters = [], ?Response $response = null): Response …
    › {    if ($this->container->has('templating') && $this->container->get('templating')->supports($view)) {        @trigger_error('Using the "templating" service is deprecated since version 4.3 and will be removed in 5.0; use Twig instead.', \E_USER_DEPRECATED);
  }
  /home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/src/ApplicationBundle/Modules/HoneybeeWeb/Controller/HoneybeeWebPublicController.php:231 {
    ApplicationBundle\Modules\HoneybeeWeb\Controller\HoneybeeWebPublicController->CentralApplicantProfilePageAction(Request $request, $id = 0) …
    › 'page_title' => 'Freelancer Profile','details' => $em->getRepository(EntityApplicantDetails::class)->find($id),}
  /home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor/symfony/http-kernel/HttpKernel.php:169 {
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
    › // call controller$response = $controller(...$arguments);}
  /home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor/symfony/http-kernel/HttpKernel.php:81 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
    › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
  }
  /home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor/symfony/http-kernel/Kernel.php:201 {
    Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
    › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
  }
  /home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/web/app_dev.php:30 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
  }
}
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 {#652
    #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/HoneybeeWeb/Controller/HoneybeeWebPublicController.php:231 {
        ApplicationBundle\Modules\HoneybeeWeb\Controller\HoneybeeWebPublicController->CentralApplicantProfilePageAction(Request $request, $id = 0) …
        › 'page_title' => 'Freelancer Profile','details' => $em->getRepository(EntityApplicantDetails::class)->find($id),}
      /home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor/symfony/http-kernel/HttpKernel.php:169 {
        Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
        › // call controller$response = $controller(...$arguments);}
      /home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor/symfony/http-kernel/HttpKernel.php:81 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
        › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
      }
      /home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor/symfony/http-kernel/Kernel.php:201 {
        Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
        › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
      }
      /home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/web/app_dev.php:30 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
      }
    }
  }
]
{
  /home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor/symfony/framework-bundle/Templating/TemplateNameParser.php:14 {
    spl_autoload_call($class_name) …
    › 
    › @trigger_error('The '.TemplateNameParser::class.' class is deprecated since version 4.3 and will be removed in 5.0; use Twig instead.', \E_USER_DEPRECATED);}
  /home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/var/cache/dev/ContainerMBEyLVQ/getTemplating_NameParserService.php:24 {
    ContainerMBEyLVQ\getTemplating_NameParserService::do($container, $lazyLoad = true) …
    › 
    ›     return $container->privates['templating.name_parser'] = new \Symfony\Bundle\FrameworkBundle\Templating\TemplateNameParser(($container->services['kernel'] ?? $container->get('kernel', 1)));}
  }
  /home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/var/cache/dev/ContainerMBEyLVQ/appAppKernelDevDebugContainer.php:417 {
    ContainerMBEyLVQ\appAppKernelDevDebugContainer->load($file, $lazyLoad = true) …
    › 
    ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
  }
  /home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/var/cache/dev/ContainerMBEyLVQ/appAppKernelDevDebugContainer.php:985 {
    ContainerMBEyLVQ\appAppKernelDevDebugContainer->getTwigService() …
    › {    $a = new \Symfony\Bundle\TwigBundle\Loader\FilesystemLoader(($this->privates['templating.locator'] ?? $this->load('getTemplating_LocatorService')), ($this->privates['templating.name_parser'] ?? $this->load('getTemplating_NameParserService')), \dirname(__DIR__, 4));    $a->addPath((\dirname(__DIR__, 4).'/src/ApplicationBundle/Modules/Sales/Resources/views'), 'Sales');
  }
  /home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/var/cache/dev/ContainerMBEyLVQ/getTemplatingService.php:24 {
    ContainerMBEyLVQ\getTemplatingService::do($container, $lazyLoad = true) …
    › 
    ›     return $container->services['templating'] = new \Symfony\Bundle\TwigBundle\TwigEngine(($container->services['twig'] ?? $container->getTwigService()), ($container->privates['templating.name_parser'] ?? $container->load('getTemplating_NameParserService')), ($container->privates['templating.locator'] ?? $container->load('getTemplating_LocatorService')));}
  }
  /home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/var/cache/dev/ContainerMBEyLVQ/appAppKernelDevDebugContainer.php:417 {
    ContainerMBEyLVQ\appAppKernelDevDebugContainer->load($file, $lazyLoad = true) …
    › 
    ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
  }
  /home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor/symfony/dependency-injection/Container.php:238 {
    Symfony\Component\DependencyInjection\Container->make(string $id, int $invalidBehavior) …
    › if (isset($this->fileMap[$id])) {    return /* self::IGNORE_ON_UNINITIALIZED_REFERENCE */ 4 === $invalidBehavior ? null : $this->load($this->fileMap[$id]);} elseif (isset($this->methodMap[$id])) {
  }
  /home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor/symfony/dependency-injection/Container.php:220 {
    Symfony\Component\DependencyInjection\Container->get(string $id, int $invalidBehavior = 1) …
    ›         ?? $this->services[$id = $this->aliases[$id] ?? $id]        ?? ('service_container' === $id ? $this : ($this->factories[$id] ?? [$this, 'make'])($id, $invalidBehavior));}
  }
  /home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor/symfony/framework-bundle/Controller/ControllerTrait.php:230 {
    Symfony\Bundle\FrameworkBundle\Controller\Controller->render(string $view, array $parameters = [], ?Response $response = null): Response …
    › {    if ($this->container->has('templating') && $this->container->get('templating')->supports($view)) {        @trigger_error('Using the "templating" service is deprecated since version 4.3 and will be removed in 5.0; use Twig instead.', \E_USER_DEPRECATED);
  }
  /home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/src/ApplicationBundle/Modules/HoneybeeWeb/Controller/HoneybeeWebPublicController.php:231 {
    ApplicationBundle\Modules\HoneybeeWeb\Controller\HoneybeeWebPublicController->CentralApplicantProfilePageAction(Request $request, $id = 0) …
    › 'page_title' => 'Freelancer Profile','details' => $em->getRepository(EntityApplicantDetails::class)->find($id),}
  /home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor/symfony/http-kernel/HttpKernel.php:169 {
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
    › // call controller$response = $controller(...$arguments);}
  /home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor/symfony/http-kernel/HttpKernel.php:81 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
    › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
  }
  /home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor/symfony/http-kernel/Kernel.php:201 {
    Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
    › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
  }
  /home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/web/app_dev.php:30 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
  }
}
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 {#704
    #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/HoneybeeWeb/Controller/HoneybeeWebPublicController.php:231 {
        ApplicationBundle\Modules\HoneybeeWeb\Controller\HoneybeeWebPublicController->CentralApplicantProfilePageAction(Request $request, $id = 0) …
        › 'page_title' => 'Freelancer Profile','details' => $em->getRepository(EntityApplicantDetails::class)->find($id),}
      /home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor/symfony/http-kernel/HttpKernel.php:169 {
        Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
        › // call controller$response = $controller(...$arguments);}
      /home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor/symfony/http-kernel/HttpKernel.php:81 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
        › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
      }
      /home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor/symfony/http-kernel/Kernel.php:201 {
        Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
        › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
      }
      /home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/web/app_dev.php:30 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
      }
    }
  }
]
{
  /home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor/symfony/framework-bundle/Controller/ControllerTrait.php:231 {
    Symfony\Bundle\FrameworkBundle\Controller\Controller->render(string $view, array $parameters = [], ?Response $response = null): Response …
    › if ($this->container->has('templating') && $this->container->get('templating')->supports($view)) {    @trigger_error('Using the "templating" service is deprecated since version 4.3 and will be removed in 5.0; use Twig instead.', \E_USER_DEPRECATED);}
  /home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/src/ApplicationBundle/Modules/HoneybeeWeb/Controller/HoneybeeWebPublicController.php:231 {
    ApplicationBundle\Modules\HoneybeeWeb\Controller\HoneybeeWebPublicController->CentralApplicantProfilePageAction(Request $request, $id = 0) …
    › 'page_title' => 'Freelancer Profile','details' => $em->getRepository(EntityApplicantDetails::class)->find($id),}
  /home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor/symfony/http-kernel/HttpKernel.php:169 {
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
    › // call controller$response = $controller(...$arguments);}
  /home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor/symfony/http-kernel/HttpKernel.php:81 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
    › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
  }
  /home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor/symfony/http-kernel/Kernel.php:201 {
    Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
    › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
  }
  /home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/web/app_dev.php:30 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
  }
}
php (13 times) User Deprecated: Since symfony/http-foundation 5.3: "Symfony\Component\HttpFoundation\RequestStack::getMasterRequest()" is deprecated, use "getMainRequest()" instead.
[
  "exception" => ErrorException {#752
    #message: "User Deprecated: Since symfony/http-foundation 5.3: "Symfony\Component\HttpFoundation\RequestStack::getMasterRequest()" is deprecated, use "getMainRequest()" instead."
    #code: 0
    #file: "/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor/symfony/deprecation-contracts/function.php"
    #line: 25
    #severity: E_USER_DEPRECATED
    trace: {
      /home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor/symfony/deprecation-contracts/function.php:25 {
        trigger_deprecation(string $package, string $version, string $message, ...$args): void …
        › {    @trigger_error(($package || $version ? "Since $package $version: " : '').($args ? vsprintf($message, $args) : $message), \E_USER_DEPRECATED);}
      }
      /home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor/symfony/http-foundation/RequestStack.php:92 {
        Symfony\Component\HttpFoundation\RequestStack->getMasterRequest() …
        › {    trigger_deprecation('symfony/http-foundation', '5.3', '"%s()" is deprecated, use "getMainRequest()" instead.', __METHOD__);}
      /home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor/symfony/asset/Context/RequestStackContext.php:39 {
        Symfony\Component\Asset\Context\RequestStackContext->getBasePath() …
        › {    if (!$request = $this->requestStack->getMasterRequest()) {        return $this->basePath;
      }
      /home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor/symfony/asset/PathPackage.php:71 {
        Symfony\Component\Asset\PathPackage->getBasePath() …
        › {    return $this->getContext()->getBasePath().$this->basePath;}
      }
      /home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor/symfony/asset/PathPackage.php:61 {
        Symfony\Component\Asset\PathPackage->getUrl($path) …
        › 
        ›     return $this->getBasePath().ltrim($versionedPath, '/');}
      }
      /home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor/symfony/asset/Packages.php:107 {
        Symfony\Component\Asset\Packages->getUrl($path, $packageName = null) …
        › {    return $this->getPackage($packageName)->getUrl($path);}
      }
      /home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor/symfony/twig-bridge/Extension/AssetExtension.php:60 {
        Symfony\Bridge\Twig\Extension\AssetExtension->getAssetUrl($path, $packageName = null) …
        › {    return $this->packages->getUrl($path, $packageName);}
      }
      /home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/src/ApplicationBundle/Resources/views/inc/central_header.html.twig:30 {
        __TwigTemplate_68afe8944dfa519ca51a13cd6909e036a855a82a7f29bbcf8c5fe5f2d61aa632->doDisplay(array $context, array $blocks = []) …
        › 
        › <link rel="shortcut icon" type="image/x-icon" href="{{ asset('favicon.ico') }}?version={{ constant('ApplicationBundle\\Constants\\GeneralConstant::ENTITY_APP_VERSION') }}"><link rel="apple-touch-icon" sizes="180x180" href="{{ asset('apple-icon.png') }}?version={{ constant('ApplicationBundle\\Constants\\GeneralConstant::ENTITY_APP_VERSION') }}">
      }
      /home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor/twig/twig/src/Template.php:360 {
        Twig\Template->yield(array $context, array $blocks = []): iterable …
        › 
        › foreach ($this->doDisplay($context, $blocks) as $data) {    if (ob_get_length()) {
      }
      /home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/src/ApplicationBundle/Modules/HoneybeeWeb/Resources/views/pages/freelancer_profile.html.twig:1 {
        __TwigTemplate_5102c484ea1f0725f40837145a1416a79269510f51cfe0836618e6857625a845->doDisplay(array $context, array $blocks = []) …
        › 
        › {% include '@Application/inc/central_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;
      }
      /home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor/symfony/twig-bridge/TwigEngine.php:54 {
        Symfony\Bridge\Twig\TwigEngine->render($name, array $parameters = []) …
        › {    return $this->load($name)->render($parameters);}
      }
      /home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor/symfony/framework-bundle/Controller/ControllerTrait.php:233 {
        Symfony\Bundle\FrameworkBundle\Controller\Controller->render(string $view, array $parameters = [], ?Response $response = null): Response …
        › 
        ›     $content = $this->container->get('templating')->render($view, $parameters);} elseif ($this->container->has('twig')) {
      }
      /home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/src/ApplicationBundle/Modules/HoneybeeWeb/Controller/HoneybeeWebPublicController.php:231 {
        ApplicationBundle\Modules\HoneybeeWeb\Controller\HoneybeeWebPublicController->CentralApplicantProfilePageAction(Request $request, $id = 0) …
        › 'page_title' => 'Freelancer Profile','details' => $em->getRepository(EntityApplicantDetails::class)->find($id),}
      /home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor/symfony/http-kernel/HttpKernel.php:169 {
        Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
        › // call controller$response = $controller(...$arguments);}
      /home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor/symfony/http-kernel/HttpKernel.php:81 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
        › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
      }
      /home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor/symfony/http-kernel/Kernel.php:201 {
        Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
        › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
      }
      /home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/web/app_dev.php:30 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
      }
    }
  }
]
{
  /home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor/symfony/deprecation-contracts/function.php:25 {
    trigger_deprecation(string $package, string $version, string $message, ...$args): void …
    › {    @trigger_error(($package || $version ? "Since $package $version: " : '').($args ? vsprintf($message, $args) : $message), \E_USER_DEPRECATED);}
  }
  /home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor/symfony/http-foundation/RequestStack.php:92 {
    Symfony\Component\HttpFoundation\RequestStack->getMasterRequest() …
    › {    trigger_deprecation('symfony/http-foundation', '5.3', '"%s()" is deprecated, use "getMainRequest()" instead.', __METHOD__);}
  /home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor/symfony/asset/Context/RequestStackContext.php:39 {
    Symfony\Component\Asset\Context\RequestStackContext->getBasePath() …
    › {    if (!$request = $this->requestStack->getMasterRequest()) {        return $this->basePath;
  }
  /home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor/symfony/asset/PathPackage.php:71 {
    Symfony\Component\Asset\PathPackage->getBasePath() …
    › {    return $this->getContext()->getBasePath().$this->basePath;}
  }
  /home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor/symfony/asset/PathPackage.php:61 {
    Symfony\Component\Asset\PathPackage->getUrl($path) …
    › 
    ›     return $this->getBasePath().ltrim($versionedPath, '/');}
  }
  /home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor/symfony/asset/Packages.php:107 {
    Symfony\Component\Asset\Packages->getUrl($path, $packageName = null) …
    › {    return $this->getPackage($packageName)->getUrl($path);}
  }
  /home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor/symfony/twig-bridge/Extension/AssetExtension.php:60 {
    Symfony\Bridge\Twig\Extension\AssetExtension->getAssetUrl($path, $packageName = null) …
    › {    return $this->packages->getUrl($path, $packageName);}
  }
  /home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/src/ApplicationBundle/Resources/views/inc/central_header.html.twig:30 {
    __TwigTemplate_68afe8944dfa519ca51a13cd6909e036a855a82a7f29bbcf8c5fe5f2d61aa632->doDisplay(array $context, array $blocks = []) …
    › 
    › <link rel="shortcut icon" type="image/x-icon" href="{{ asset('favicon.ico') }}?version={{ constant('ApplicationBundle\\Constants\\GeneralConstant::ENTITY_APP_VERSION') }}"><link rel="apple-touch-icon" sizes="180x180" href="{{ asset('apple-icon.png') }}?version={{ constant('ApplicationBundle\\Constants\\GeneralConstant::ENTITY_APP_VERSION') }}">
  }
  /home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor/twig/twig/src/Template.php:360 {
    Twig\Template->yield(array $context, array $blocks = []): iterable …
    › 
    › foreach ($this->doDisplay($context, $blocks) as $data) {    if (ob_get_length()) {
  }
  /home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/src/ApplicationBundle/Modules/HoneybeeWeb/Resources/views/pages/freelancer_profile.html.twig:1 {
    __TwigTemplate_5102c484ea1f0725f40837145a1416a79269510f51cfe0836618e6857625a845->doDisplay(array $context, array $blocks = []) …
    › 
    › {% include '@Application/inc/central_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;
  }
  /home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor/symfony/twig-bridge/TwigEngine.php:54 {
    Symfony\Bridge\Twig\TwigEngine->render($name, array $parameters = []) …
    › {    return $this->load($name)->render($parameters);}
  }
  /home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor/symfony/framework-bundle/Controller/ControllerTrait.php:233 {
    Symfony\Bundle\FrameworkBundle\Controller\Controller->render(string $view, array $parameters = [], ?Response $response = null): Response …
    › 
    ›     $content = $this->container->get('templating')->render($view, $parameters);} elseif ($this->container->has('twig')) {
  }
  /home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/src/ApplicationBundle/Modules/HoneybeeWeb/Controller/HoneybeeWebPublicController.php:231 {
    ApplicationBundle\Modules\HoneybeeWeb\Controller\HoneybeeWebPublicController->CentralApplicantProfilePageAction(Request $request, $id = 0) …
    › 'page_title' => 'Freelancer Profile','details' => $em->getRepository(EntityApplicantDetails::class)->find($id),}
  /home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor/symfony/http-kernel/HttpKernel.php:169 {
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
    › // call controller$response = $controller(...$arguments);}
  /home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor/symfony/http-kernel/HttpKernel.php:81 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
    › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
  }
  /home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor/symfony/http-kernel/Kernel.php:201 {
    Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
    › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
  }
  /home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/web/app_dev.php:30 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
  }
}
php User Deprecated: The "twig.exception_listener" service is deprecated since Symfony 4.4.
[
  "exception" => ErrorException {#128
    #message: "User Deprecated: The "twig.exception_listener" service is deprecated since Symfony 4.4."
    #code: 0
    #file: "/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor/symfony/deprecation-contracts/function.php"
    #line: 25
    #severity: E_USER_DEPRECATED
    trace: {
      /home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor/symfony/deprecation-contracts/function.php:25 {
        trigger_deprecation(string $package, string $version, string $message, ...$args): void …
        › {    @trigger_error(($package || $version ? "Since $package $version: " : '').($args ? vsprintf($message, $args) : $message), \E_USER_DEPRECATED);}
      }
      /home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/var/cache/dev/ContainerMBEyLVQ/getTwig_ExceptionListenerService.php:22 {
        ContainerMBEyLVQ\getTwig_ExceptionListenerService::do($container, $lazyLoad = true) …
        › {    trigger_deprecation('', '', 'The "twig.exception_listener" service is deprecated since Symfony 4.4.');}
      /home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/var/cache/dev/ContainerMBEyLVQ/appAppKernelDevDebugContainer.php:417 {
        ContainerMBEyLVQ\appAppKernelDevDebugContainer->load($file, $lazyLoad = true) …
        › 
        ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
      }
      /home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/var/cache/dev/ContainerMBEyLVQ/appAppKernelDevDebugContainer.php:773 {
        ContainerMBEyLVQ\appAppKernelDevDebugContainer->ContainerMBEyLVQ\{closure} …
        › $instance->addListener('kernel.exception', [0 => function () {    return ($this->privates['twig.exception_listener'] ?? $this->load('getTwig_ExceptionListenerService'));}, 1 => 'logKernelException'], 0);
      }
      /home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor/symfony/event-dispatcher/EventDispatcher.php:178 {
        Symfony\Component\EventDispatcher\EventDispatcher->removeListener($eventName, $listener) …
        › if ($v !== $listener && \is_array($v) && isset($v[0]) && $v[0] instanceof \Closure && 2 >= \count($v)) {    $v[0] = $v[0]();    $v[1] = $v[1] ?? '__invoke';
      }
      /home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:86 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->removeListener($eventName, $listener) …
        › 
        ›     return $this->dispatcher->removeListener($eventName, $listener);}
      }
      /home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor/symfony/security-http/Firewall/ExceptionListener.php:85 {
        Symfony\Component\Security\Http\Firewall\ExceptionListener->unregister(EventDispatcherInterface $dispatcher) …
        › {    $dispatcher->removeListener(KernelEvents::EXCEPTION, [$this, 'onKernelException']);}
      }
      /home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor/symfony/security-http/Firewall.php:112 {
        Symfony\Component\Security\Http\Firewall->onKernelFinishRequest(FinishRequestEvent $event) …
        › if (isset($this->exceptionListeners[$request])) {    $this->exceptionListeners[$request]->unregister($this->dispatcher);    unset($this->exceptionListeners[$request]);
      }
      /home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor/symfony/security-bundle/EventListener/FirewallListener.php:64 {
        Symfony\Bundle\SecurityBundle\EventListener\FirewallListener->onKernelFinishRequest(FinishRequestEvent $event) …
        › 
        ›     parent::onKernelFinishRequest($event);}
      }
      /home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:126 {
        Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher) …
        › 
        › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
      /home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor/symfony/event-dispatcher/EventDispatcher.php:264 {
        Symfony\Component\EventDispatcher\EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
        ›     }    $listener($event, $eventName, $this);}
      }
      /home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor/symfony/event-dispatcher/EventDispatcher.php:239 {
        Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, $event) …
        › if ($event instanceof Event) {    $this->doDispatch($listeners, $eventName, $event);}
      /home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor/symfony/event-dispatcher/EventDispatcher.php:73 {
        Symfony\Component\EventDispatcher\EventDispatcher->dispatch($event) …
        › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
      }
      /home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:168 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
        › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
      }
      /home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor/symfony/http-kernel/HttpKernel.php:218 {
        Symfony\Component\HttpKernel\HttpKernel->finishRequest(Request $request, int $type) …
        › {    $this->dispatcher->dispatch(new FinishRequestEvent($this, $request, $type), KernelEvents::FINISH_REQUEST);}
      }
      /home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor/symfony/http-kernel/HttpKernel.php:204 {
        Symfony\Component\HttpKernel\HttpKernel->filterResponse(Response $response, Request $request, int $type): Response …
        › 
        › $this->finishRequest($request, $type);}
      /home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor/symfony/http-kernel/HttpKernel.php:190 {
        Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
        › 
        ›     return $this->filterResponse($response, $request, $type);}
      }
      /home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor/symfony/http-kernel/HttpKernel.php:81 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
        › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
      }
      /home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor/symfony/http-kernel/Kernel.php:201 {
        Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
        › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
      }
      /home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/web/app_dev.php:30 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
      }
    }
  }
]
{
  /home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor/symfony/deprecation-contracts/function.php:25 {
    trigger_deprecation(string $package, string $version, string $message, ...$args): void …
    › {    @trigger_error(($package || $version ? "Since $package $version: " : '').($args ? vsprintf($message, $args) : $message), \E_USER_DEPRECATED);}
  }
  /home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/var/cache/dev/ContainerMBEyLVQ/getTwig_ExceptionListenerService.php:22 {
    ContainerMBEyLVQ\getTwig_ExceptionListenerService::do($container, $lazyLoad = true) …
    › {    trigger_deprecation('', '', 'The "twig.exception_listener" service is deprecated since Symfony 4.4.');}
  /home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/var/cache/dev/ContainerMBEyLVQ/appAppKernelDevDebugContainer.php:417 {
    ContainerMBEyLVQ\appAppKernelDevDebugContainer->load($file, $lazyLoad = true) …
    › 
    ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
  }
  /home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/var/cache/dev/ContainerMBEyLVQ/appAppKernelDevDebugContainer.php:773 {
    ContainerMBEyLVQ\appAppKernelDevDebugContainer->ContainerMBEyLVQ\{closure} …
    › $instance->addListener('kernel.exception', [0 => function () {    return ($this->privates['twig.exception_listener'] ?? $this->load('getTwig_ExceptionListenerService'));}, 1 => 'logKernelException'], 0);
  }
  /home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor/symfony/event-dispatcher/EventDispatcher.php:178 {
    Symfony\Component\EventDispatcher\EventDispatcher->removeListener($eventName, $listener) …
    › if ($v !== $listener && \is_array($v) && isset($v[0]) && $v[0] instanceof \Closure && 2 >= \count($v)) {    $v[0] = $v[0]();    $v[1] = $v[1] ?? '__invoke';
  }
  /home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:86 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->removeListener($eventName, $listener) …
    › 
    ›     return $this->dispatcher->removeListener($eventName, $listener);}
  }
  /home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor/symfony/security-http/Firewall/ExceptionListener.php:85 {
    Symfony\Component\Security\Http\Firewall\ExceptionListener->unregister(EventDispatcherInterface $dispatcher) …
    › {    $dispatcher->removeListener(KernelEvents::EXCEPTION, [$this, 'onKernelException']);}
  }
  /home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor/symfony/security-http/Firewall.php:112 {
    Symfony\Component\Security\Http\Firewall->onKernelFinishRequest(FinishRequestEvent $event) …
    › if (isset($this->exceptionListeners[$request])) {    $this->exceptionListeners[$request]->unregister($this->dispatcher);    unset($this->exceptionListeners[$request]);
  }
  /home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor/symfony/security-bundle/EventListener/FirewallListener.php:64 {
    Symfony\Bundle\SecurityBundle\EventListener\FirewallListener->onKernelFinishRequest(FinishRequestEvent $event) …
    › 
    ›     parent::onKernelFinishRequest($event);}
  }
  /home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:126 {
    Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher) …
    › 
    › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
  /home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor/symfony/event-dispatcher/EventDispatcher.php:264 {
    Symfony\Component\EventDispatcher\EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
    ›     }    $listener($event, $eventName, $this);}
  }
  /home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor/symfony/event-dispatcher/EventDispatcher.php:239 {
    Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, $event) …
    › if ($event instanceof Event) {    $this->doDispatch($listeners, $eventName, $event);}
  /home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor/symfony/event-dispatcher/EventDispatcher.php:73 {
    Symfony\Component\EventDispatcher\EventDispatcher->dispatch($event) …
    › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
  }
  /home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:168 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
    › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
  }
  /home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor/symfony/http-kernel/HttpKernel.php:218 {
    Symfony\Component\HttpKernel\HttpKernel->finishRequest(Request $request, int $type) …
    › {    $this->dispatcher->dispatch(new FinishRequestEvent($this, $request, $type), KernelEvents::FINISH_REQUEST);}
  }
  /home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor/symfony/http-kernel/HttpKernel.php:204 {
    Symfony\Component\HttpKernel\HttpKernel->filterResponse(Response $response, Request $request, int $type): Response …
    › 
    › $this->finishRequest($request, $type);}
  /home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor/symfony/http-kernel/HttpKernel.php:190 {
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
    › 
    ›     return $this->filterResponse($response, $request, $type);}
  }
  /home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor/symfony/http-kernel/HttpKernel.php:81 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
    › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
  }
  /home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor/symfony/http-kernel/Kernel.php:201 {
    Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
    › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
  }
  /home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/web/app_dev.php:30 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
  }
}
php User Deprecated: The "Symfony\Component\HttpKernel\EventListener\ExceptionListener" class is deprecated since Symfony 4.4, use "ErrorListener" instead.
[
  "exception" => ErrorException {#1055
    #message: "User Deprecated: The "Symfony\Component\HttpKernel\EventListener\ExceptionListener" class is deprecated since Symfony 4.4, use "ErrorListener" instead."
    #code: 0
    #file: "/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor/symfony/http-kernel/EventListener/ExceptionListener.php"
    #line: 25
    #severity: E_USER_DEPRECATED
    trace: {
      /home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor/symfony/http-kernel/EventListener/ExceptionListener.php:25 {
        spl_autoload_call($class_name) …
        › 
        › @trigger_error(sprintf('The "%s" class is deprecated since Symfony 4.4, use "ErrorListener" instead.', ExceptionListener::class), \E_USER_DEPRECATED);}
      /home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/var/cache/dev/ContainerMBEyLVQ/getTwig_ExceptionListenerService.php:24 {
        ContainerMBEyLVQ\getTwig_ExceptionListenerService::do($container, $lazyLoad = true) …
        › 
        ›     return $container->privates['twig.exception_listener'] = new \Symfony\Component\HttpKernel\EventListener\ExceptionListener('twig.controller.exception::showAction', ($container->privates['monolog.logger.request'] ?? $container->getMonolog_Logger_RequestService()), true);}
      }
      /home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/var/cache/dev/ContainerMBEyLVQ/appAppKernelDevDebugContainer.php:417 {
        ContainerMBEyLVQ\appAppKernelDevDebugContainer->load($file, $lazyLoad = true) …
        › 
        ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
      }
      /home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/var/cache/dev/ContainerMBEyLVQ/appAppKernelDevDebugContainer.php:773 {
        ContainerMBEyLVQ\appAppKernelDevDebugContainer->ContainerMBEyLVQ\{closure} …
        › $instance->addListener('kernel.exception', [0 => function () {    return ($this->privates['twig.exception_listener'] ?? $this->load('getTwig_ExceptionListenerService'));}, 1 => 'logKernelException'], 0);
      }
      /home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor/symfony/event-dispatcher/EventDispatcher.php:178 {
        Symfony\Component\EventDispatcher\EventDispatcher->removeListener($eventName, $listener) …
        › if ($v !== $listener && \is_array($v) && isset($v[0]) && $v[0] instanceof \Closure && 2 >= \count($v)) {    $v[0] = $v[0]();    $v[1] = $v[1] ?? '__invoke';
      }
      /home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:86 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->removeListener($eventName, $listener) …
        › 
        ›     return $this->dispatcher->removeListener($eventName, $listener);}
      }
      /home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor/symfony/security-http/Firewall/ExceptionListener.php:85 {
        Symfony\Component\Security\Http\Firewall\ExceptionListener->unregister(EventDispatcherInterface $dispatcher) …
        › {    $dispatcher->removeListener(KernelEvents::EXCEPTION, [$this, 'onKernelException']);}
      }
      /home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor/symfony/security-http/Firewall.php:112 {
        Symfony\Component\Security\Http\Firewall->onKernelFinishRequest(FinishRequestEvent $event) …
        › if (isset($this->exceptionListeners[$request])) {    $this->exceptionListeners[$request]->unregister($this->dispatcher);    unset($this->exceptionListeners[$request]);
      }
      /home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor/symfony/security-bundle/EventListener/FirewallListener.php:64 {
        Symfony\Bundle\SecurityBundle\EventListener\FirewallListener->onKernelFinishRequest(FinishRequestEvent $event) …
        › 
        ›     parent::onKernelFinishRequest($event);}
      }
      /home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:126 {
        Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher) …
        › 
        › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
      /home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor/symfony/event-dispatcher/EventDispatcher.php:264 {
        Symfony\Component\EventDispatcher\EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
        ›     }    $listener($event, $eventName, $this);}
      }
      /home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor/symfony/event-dispatcher/EventDispatcher.php:239 {
        Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, $event) …
        › if ($event instanceof Event) {    $this->doDispatch($listeners, $eventName, $event);}
      /home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor/symfony/event-dispatcher/EventDispatcher.php:73 {
        Symfony\Component\EventDispatcher\EventDispatcher->dispatch($event) …
        › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
      }
      /home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:168 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
        › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
      }
      /home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor/symfony/http-kernel/HttpKernel.php:218 {
        Symfony\Component\HttpKernel\HttpKernel->finishRequest(Request $request, int $type) …
        › {    $this->dispatcher->dispatch(new FinishRequestEvent($this, $request, $type), KernelEvents::FINISH_REQUEST);}
      }
      /home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor/symfony/http-kernel/HttpKernel.php:204 {
        Symfony\Component\HttpKernel\HttpKernel->filterResponse(Response $response, Request $request, int $type): Response …
        › 
        › $this->finishRequest($request, $type);}
      /home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor/symfony/http-kernel/HttpKernel.php:190 {
        Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
        › 
        ›     return $this->filterResponse($response, $request, $type);}
      }
      /home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor/symfony/http-kernel/HttpKernel.php:81 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
        › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
      }
      /home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor/symfony/http-kernel/Kernel.php:201 {
        Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
        › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
      }
      /home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/web/app_dev.php:30 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
      }
    }
  }
]
{
  /home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor/symfony/http-kernel/EventListener/ExceptionListener.php:25 {
    spl_autoload_call($class_name) …
    › 
    › @trigger_error(sprintf('The "%s" class is deprecated since Symfony 4.4, use "ErrorListener" instead.', ExceptionListener::class), \E_USER_DEPRECATED);}
  /home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/var/cache/dev/ContainerMBEyLVQ/getTwig_ExceptionListenerService.php:24 {
    ContainerMBEyLVQ\getTwig_ExceptionListenerService::do($container, $lazyLoad = true) …
    › 
    ›     return $container->privates['twig.exception_listener'] = new \Symfony\Component\HttpKernel\EventListener\ExceptionListener('twig.controller.exception::showAction', ($container->privates['monolog.logger.request'] ?? $container->getMonolog_Logger_RequestService()), true);}
  }
  /home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/var/cache/dev/ContainerMBEyLVQ/appAppKernelDevDebugContainer.php:417 {
    ContainerMBEyLVQ\appAppKernelDevDebugContainer->load($file, $lazyLoad = true) …
    › 
    ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
  }
  /home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/var/cache/dev/ContainerMBEyLVQ/appAppKernelDevDebugContainer.php:773 {
    ContainerMBEyLVQ\appAppKernelDevDebugContainer->ContainerMBEyLVQ\{closure} …
    › $instance->addListener('kernel.exception', [0 => function () {    return ($this->privates['twig.exception_listener'] ?? $this->load('getTwig_ExceptionListenerService'));}, 1 => 'logKernelException'], 0);
  }
  /home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor/symfony/event-dispatcher/EventDispatcher.php:178 {
    Symfony\Component\EventDispatcher\EventDispatcher->removeListener($eventName, $listener) …
    › if ($v !== $listener && \is_array($v) && isset($v[0]) && $v[0] instanceof \Closure && 2 >= \count($v)) {    $v[0] = $v[0]();    $v[1] = $v[1] ?? '__invoke';
  }
  /home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:86 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->removeListener($eventName, $listener) …
    › 
    ›     return $this->dispatcher->removeListener($eventName, $listener);}
  }
  /home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor/symfony/security-http/Firewall/ExceptionListener.php:85 {
    Symfony\Component\Security\Http\Firewall\ExceptionListener->unregister(EventDispatcherInterface $dispatcher) …
    › {    $dispatcher->removeListener(KernelEvents::EXCEPTION, [$this, 'onKernelException']);}
  }
  /home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor/symfony/security-http/Firewall.php:112 {
    Symfony\Component\Security\Http\Firewall->onKernelFinishRequest(FinishRequestEvent $event) …
    › if (isset($this->exceptionListeners[$request])) {    $this->exceptionListeners[$request]->unregister($this->dispatcher);    unset($this->exceptionListeners[$request]);
  }
  /home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor/symfony/security-bundle/EventListener/FirewallListener.php:64 {
    Symfony\Bundle\SecurityBundle\EventListener\FirewallListener->onKernelFinishRequest(FinishRequestEvent $event) …
    › 
    ›     parent::onKernelFinishRequest($event);}
  }
  /home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:126 {
    Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher) …
    › 
    › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
  /home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor/symfony/event-dispatcher/EventDispatcher.php:264 {
    Symfony\Component\EventDispatcher\EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
    ›     }    $listener($event, $eventName, $this);}
  }
  /home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor/symfony/event-dispatcher/EventDispatcher.php:239 {
    Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, $event) …
    › if ($event instanceof Event) {    $this->doDispatch($listeners, $eventName, $event);}
  /home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor/symfony/event-dispatcher/EventDispatcher.php:73 {
    Symfony\Component\EventDispatcher\EventDispatcher->dispatch($event) …
    › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
  }
  /home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:168 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
    › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
  }
  /home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor/symfony/http-kernel/HttpKernel.php:218 {
    Symfony\Component\HttpKernel\HttpKernel->finishRequest(Request $request, int $type) …
    › {    $this->dispatcher->dispatch(new FinishRequestEvent($this, $request, $type), KernelEvents::FINISH_REQUEST);}
  }
  /home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor/symfony/http-kernel/HttpKernel.php:204 {
    Symfony\Component\HttpKernel\HttpKernel->filterResponse(Response $response, Request $request, int $type): Response …
    › 
    › $this->finishRequest($request, $type);}
  /home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor/symfony/http-kernel/HttpKernel.php:190 {
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
    › 
    ›     return $this->filterResponse($response, $request, $type);}
  }
  /home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor/symfony/http-kernel/HttpKernel.php:81 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
    › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
  }
  /home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor/symfony/http-kernel/Kernel.php:201 {
    Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
    › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
  }
  /home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/web/app_dev.php:30 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
  }
}
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.
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.
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.
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.
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.
n/a (2 times) The "framework.templating" configuration is deprecated since Symfony 4.3. Configure the "twig" section provided by the Twig Bundle instead.
n/a 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.
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.
n/a (4 times) Since symfony/dependency-injection 5.2: The "Symfony\Component\DependencyInjection\Alias::setPrivate()" method is deprecated, use "setPublic()" instead.
n/a Enabling the Templating component is deprecated since version 4.3 and will be removed in 5.0; use Twig instead.
n/a (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.
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.
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.
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.
n/a Since symfony/dependency-injection 5.2: The "Symfony\Component\DependencyInjection\Definition::setPrivate()" method is deprecated, use "setPublic()" instead.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
n/a (2 times) The "twig.exception_controller" configuration key has been deprecated in Symfony 4.4, set it to "null" and use "framework.error_controller" configuration key instead.
n/a 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.
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.
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.
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.
n/a The "ApplicationBundle\Command\ScheduledBigRowEntryCommand" class extends "Symfony\Bundle\FrameworkBundle\Command\ContainerAwareCommand" that is deprecated since Symfony 4.2, use {@see Command} instead.
[
  "exception" => Symfony\Component\ErrorHandler\Exception\SilencedErrorContext {#1101
    +count: 1
    -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);}
      }
      spl_autoload_call() {}
    }
  }
]
{
  /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);}
  }
  spl_autoload_call() {}
}
n/a The "ApplicationBundle\Command\ScheduledNotificationCommand" class extends "Symfony\Bundle\FrameworkBundle\Command\ContainerAwareCommand" that is deprecated since Symfony 4.2, use {@see Command} instead.
[
  "exception" => Symfony\Component\ErrorHandler\Exception\SilencedErrorContext {#1102
    +count: 1
    -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);}
      }
      spl_autoload_call() {}
    }
  }
]
{
  /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);}
  }
  spl_autoload_call() {}
}
n/a The "ApplicationBundle\Command\BuddybeeScheduleMissingCheckCommand" class extends "Symfony\Bundle\FrameworkBundle\Command\ContainerAwareCommand" that is deprecated since Symfony 4.2, use {@see Command} instead.
[
  "exception" => Symfony\Component\ErrorHandler\Exception\SilencedErrorContext {#1103
    +count: 1
    -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);}
      }
      spl_autoload_call() {}
    }
  }
]
{
  /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);}
  }
  spl_autoload_call() {}
}
n/a The "ApplicationBundle\Command\DailyUserReportBuddyBeeCommand" class extends "Symfony\Bundle\FrameworkBundle\Command\ContainerAwareCommand" that is deprecated since Symfony 4.2, use {@see Command} instead.
[
  "exception" => Symfony\Component\ErrorHandler\Exception\SilencedErrorContext {#1104
    +count: 1
    -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);}
      }
      spl_autoload_call() {}
    }
  }
]
{
  /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);}
  }
  spl_autoload_call() {}
}
n/a The "ApplicationBundle\Command\FixedAssetSchedulerActionCommand" class extends "Symfony\Bundle\FrameworkBundle\Command\ContainerAwareCommand" that is deprecated since Symfony 4.2, use {@see Command} instead.
[
  "exception" => Symfony\Component\ErrorHandler\Exception\SilencedErrorContext {#1105
    +count: 1
    -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);}
      }
      spl_autoload_call() {}
    }
  }
]
{
  /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);}
  }
  spl_autoload_call() {}
}
n/a Class "ApplicationBundle\Helper\Sha256Salted" should implement method "Symfony\Component\Security\Core\Encoder\PasswordEncoderInterface::needsRehash(string $encoded)".
[
  "exception" => Symfony\Component\ErrorHandler\Exception\SilencedErrorContext {#1106
    +count: 1
    -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);}
      }
      spl_autoload_call() {}
    }
  }
]
{
  /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);}
  }
  spl_autoload_call() {}
}
n/a The Symfony\Bundle\TwigBundle\CacheWarmer\TemplateCacheCacheWarmer class is deprecated since version 4.4 and will be removed in 5.0; use Twig instead.
n/a The "Symfony\Component\HttpKernel\EventListener\ExceptionListener" class is deprecated since Symfony 4.4, use "ErrorListener" instead.
n/a The "Symfony\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.
[
  "exception" => Symfony\Component\ErrorHandler\Exception\SilencedErrorContext {#1109
    +count: 1
    -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);}
      }
      spl_autoload_call() {}
    }
  }
]
{
  /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);}
  }
  spl_autoload_call() {}
}
n/a The "templating.cache_warmer.template_paths" service is deprecated since Symfony 4.3 and will be removed in 5.0.
n/a The Symfony\Bundle\FrameworkBundle\CacheWarmer\TemplatePathsCacheWarmer class is deprecated since version 4.3 and will be removed in 5.0; use Twig instead.
n/a The "templating.finder" service is deprecated since Symfony 4.3 and will be removed in 5.0.
n/a The Symfony\Bundle\FrameworkBundle\CacheWarmer\TemplateFinder class is deprecated since version 4.3 and will be removed in 5.0; use Twig instead.
n/a The Symfony\Bundle\FrameworkBundle\CacheWarmer\TemplateFinderInterface interface is deprecated since version 4.3 and will be removed in 5.0; use Twig instead.
n/a The "templating.locator" service is deprecated since Symfony 4.3 and will be removed in 5.0.
n/a The Symfony\Bundle\FrameworkBundle\Templating\Loader\TemplateLocator class is deprecated since version 4.3 and will be removed in 5.0; use Twig instead.
n/a The "twig.cache_warmer" service is deprecated since Symfony 4.4 and will be removed in 5.0.

Debug 27

Unimportant log messages generated during the execution of the application.

Time Channel Message
event Notified event
"kernel.request"
to listener
"Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure"
.
[
  "event" => "kernel.request"
  "listener" => "Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure"
]
event Notified event
"kernel.request"
to listener
"Symfony\Component\HttpKernel\EventListener\ValidateRequestListener::onKernelRequest"
.
[
  "event" => "kernel.request"
  "listener" => "Symfony\Component\HttpKernel\EventListener\ValidateRequestListener::onKernelRequest"
]
event Notified event
"kernel.request"
to listener
"Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelRequest"
.
[
  "event" => "kernel.request"
  "listener" => "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelRequest"
]
event Notified event
"kernel.request"
to listener
"Symfony\Component\HttpKernel\EventListener\LocaleListener::setDefaultLocale"
.
[
  "event" => "kernel.request"
  "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::setDefaultLocale"
]
event Notified event
"kernel.request"
to listener
"Symfony\Component\HttpKernel\EventListener\FragmentListener::onKernelRequest"
.
[
  "event" => "kernel.request"
  "listener" => "Symfony\Component\HttpKernel\EventListener\FragmentListener::onKernelRequest"
]
event Notified event
"kernel.request"
to listener
"Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest"
.
[
  "event" => "kernel.request"
  "listener" => "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest"
]
event Notified event
"kernel.request"
to listener
"Symfony\Bundle\FrameworkBundle\EventListener\ResolveControllerNameSubscriber::resolveControllerName"
.
[
  "event" => "kernel.request"
  "listener" => "Symfony\Bundle\FrameworkBundle\EventListener\ResolveControllerNameSubscriber::resolveControllerName"
]
event Notified event
"kernel.request"
to listener
"Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelRequest"
.
[
  "event" => "kernel.request"
  "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelRequest"
]
event Notified event
"kernel.request"
to listener
"Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::configureLogoutUrlGenerator"
.
[
  "event" => "kernel.request"
  "listener" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::configureLogoutUrlGenerator"
]
event Notified event
"kernel.request"
to listener
"Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelRequest"
.
[
  "event" => "kernel.request"
  "listener" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelRequest"
]
event Notified event
"kernel.controller"
to listener
"ApplicationBundle\Listener\SessionListener::onKernelController"
.
[
  "event" => "kernel.controller"
  "listener" => "ApplicationBundle\Listener\SessionListener::onKernelController"
]
event Notified event
"kernel.controller"
to listener
"Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector::onKernelController"
.
[
  "event" => "kernel.controller"
  "listener" => "Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector::onKernelController"
]
event Notified event
"kernel.controller"
to listener
"Nzo\UrlEncryptorBundle\Annotations\AnnotationResolver::onKernelController"
.
[
  "event" => "kernel.controller"
  "listener" => "Nzo\UrlEncryptorBundle\Annotations\AnnotationResolver::onKernelController"
]
event Notified event
"kernel.controller"
to listener
"Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelController"
.
[
  "event" => "kernel.controller"
  "listener" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelController"
]
doctrine Executing statement:
"SELECT t0.applicant_id AS applicant_id_1, t0.sync_flag AS sync_flag_2, t0.ids_by_device AS ids_by_device_3, t0.schedule_available_flag AS schedule_available_flag_4, t0.device_id AS device_id_5, t0.device_id_locked_flag AS device_id_locked_flag_6, t0.lock_device_id_on_next_login_flag AS lock_device_id_on_next_login_flag_7, t0.username AS username_8, t0.email AS email_9, t0.o_auth_unique_id AS o_auth_unique_id_10, t0.o_auth_email AS o_auth_email_11, t0.fb_unique_id AS fb_unique_id_12, t0.li_unique_id AS li_unique_id_13, t0.google_unique_id AS google_unique_id_14, t0.fb_profile_link AS fb_profile_link_15, t0.fb_profile_id AS fb_profile_id_16, t0.ig_profile_link AS ig_profile_link_17, t0.ig_profile_id AS ig_profile_id_18, t0.li_profile_link AS li_profile_link_19, t0.li_profile_id AS li_profile_id_20, t0.user_suspended_app_ids AS user_suspended_app_ids_21, t0.user_app_ids AS user_app_ids_22, t0.user_types_by_app_ids AS user_types_by_app_ids_23, t0.password AS password_24, t0.temp_password AS temp_password_25, t0.salt AS salt_26, t0.email_verification_hash AS email_verification_hash_27, t0.phone_verification_hash AS phone_verification_hash_28, t0.trigger_reset_password AS trigger_reset_password_29, t0.otp_action_id AS otp_action_id_30, t0.otp AS otp_31, t0.otp_expire_ts AS otp_expire_ts_32, t0.forgot_password_token AS forgot_password_token_33, t0.forgot_password_token_expire_ts AS forgot_password_token_expire_ts_34, t0.is_email_verified AS is_email_verified_35, t0.is_phone_verified AS is_phone_verified_36, t0.is_banned AS is_banned_37, t0.ban_expires AS ban_expires_38, t0.strike_count AS strike_count_39, t0.strike_threshold AS strike_threshold_40, t0.account_status AS account_status_41, t0.student_level AS student_level_42, t0.job_applicant_level AS job_applicant_level_43, t0.consultant_level AS consultant_level_44, t0.nationality_country_id AS nationality_country_id_45, t0.current_country_id AS current_country_id_46, t0.user_id AS user_id_47, t0.firstname AS firstname_48, t0.lastname AS lastname_49, t0.image AS image_50, t0.is_img_legal AS is_img_legal_51, t0.nid AS nid_52, t0.dob AS dob_53, t0.sex AS sex_54, t0.father AS father_55, t0.mother AS mother_56, t0.spouse AS spouse_57, t0.child_1 AS child_1_58, t0.child_2 AS child_2_59, t0.blood AS blood_60, t0.phone AS phone_61, t0.official_phone AS official_phone_62, t0.phone_with_country_code AS phone_with_country_code_63, t0.phone_country_code AS phone_country_code_64, t0.curr_addr_state AS curr_addr_state_65, t0.curr_addr_city AS curr_addr_city_66, t0.curr_addr_zip AS curr_addr_zip_67, t0.curr_addr AS curr_addr_68, t0.curr_addr_lat AS curr_addr_lat_69, t0.curr_addr_lng AS curr_addr_lng_70, t0.perm_addr AS perm_addr_71, t0.emm_contact AS emm_contact_72, t0.skill AS skill_73, t0.preferred_topic_ids_as_consultant AS preferred_topic_ids_as_consultant_74, t0.preferred_topic_ids_as_student AS preferred_topic_ids_as_student_75, t0.preferred_country_ids_as_consultant AS preferred_country_ids_as_consultant_76, t0.preferred_country_ids_as_student AS preferred_country_ids_as_student_77, t0.joining_date AS joining_date_78, t0.emp_valid_till AS emp_valid_till_79, t0.emp_status AS emp_status_80, t0.emp_type AS emp_type_81, t0.emp_code AS emp_code_82, t0.emp_label AS emp_label_83, t0.tin AS tin_84, t0.tin_valid_till AS tin_valid_till_85, t0.med_ins AS med_ins_86, t0.med_ins_valid_till AS med_ins_valid_till_87, t0.docs AS docs_88, t0.inst1 AS inst1_89, t0.yr1 AS yr1_90, t0.dur1 AS dur1_91, t0.inst2 AS inst2_92, t0.yr2 AS yr2_93, t0.dur2 AS dur2_94, t0.inst3 AS inst3_95, t0.yr3 AS yr3_96, t0.dur3 AS dur3_97, t0.einst1 AS einst1_98, t0.eyr1 AS eyr1_99, t0.edeg1 AS edeg1_100, t0.einst2 AS einst2_101, t0.eyr2 AS eyr2_102, t0.edeg2 AS edeg2_103, t0.einst3 AS einst3_104, t0.eyr3 AS eyr3_105, t0.edeg3 AS edeg3_106, t0.tax_code AS tax_code_107, t0.allowed_working_hours_per_day AS allowed_working_hours_per_day_108, t0.allowed_working_hours_per_week AS allowed_working_hours_per_week_109, t0.allowed_working_hours_per_month AS allowed_working_hours_per_month_110, t0.allowed_working_hours_per_year AS allowed_working_hours_per_year_111, t0.allowed_earning_per_day AS allowed_earning_per_day_112, t0.allowed_earning_per_week AS allowed_earning_per_week_113, t0.allowed_earning_per_month AS allowed_earning_per_month_114, t0.allowed_earning_per_year AS allowed_earning_per_year_115, t0.revenue_percentage_per_session AS revenue_percentage_per_session_116, t0.transaction_acc_no AS transaction_acc_no_117, t0.transaction_acc_name AS transaction_acc_name_118, t0.bank_id AS bank_id_119, t0.bank_branch_code AS bank_branch_code_120, t0.bank_acc AS bank_acc_121, t0.bank_acc_name AS bank_acc_name_122, t0.bank_acc_type AS bank_acc_type_123, t0.bank_acc_valid_from AS bank_acc_valid_from_124, t0.bank_acc_valid_to AS bank_acc_valid_to_125, t0.routing_code AS routing_code_126, t0.swift_code AS swift_code_127, t0.mobile_wallet_no AS mobile_wallet_no_128, t0.mobile_wallet_type AS mobile_wallet_type_129, t0.ear1 AS ear1_130, t0.ear2 AS ear2_131, t0.ear3 AS ear3_132, t0.ear4 AS ear4_133, t0.ear5 AS ear5_134, t0.ear6 AS ear6_135, t0.eart AS eart_136, t0.ded1 AS ded1_137, t0.ded2 AS ded2_138, t0.ded3 AS ded3_139, t0.ded4 AS ded4_140, t0.dedt AS dedt_141, t0.payable AS payable_142, t0.hand_cash AS hand_cash_143, t0.bank_transfer AS bank_transfer_144, t0.sec_dep AS sec_dep_145, t0.sec_dep_span AS sec_dep_span_146, t0.sec_dep_rem_mon AS sec_dep_rem_mon_147, t0.sec_dep_rem_amount AS sec_dep_rem_amount_148, t0.sl_qty AS sl_qty_149, t0.sl_tkn AS sl_tkn_150, t0.sl_freq AS sl_freq_151, t0.ml_qty AS ml_qty_152, t0.ml_tkn AS ml_tkn_153, t0.ml_freq AS ml_freq_154, t0.el_qty AS el_qty_155, t0.el_tkn AS el_tkn_156, t0.el_freq AS el_freq_157, t0.cl_qty AS cl_qty_158, t0.cl_tkn AS cl_tkn_159, t0.cl_freq AS cl_freq_160, t0.levt AS levt_161, t0.weekly_holiday AS weekly_holiday_162, t0.files AS files_163, t0.supervisor AS supervisor_164, t0.dept AS dept_165, t0.desg AS desg_166, t0.branch AS branch_167, t0.division AS division_168, t0.application_text AS application_text_169, t0.current_employment AS current_employment_170, t0.emergency_contact_number AS emergency_contact_number_171, t0.postal_code AS postal_code_172, t0.country AS country_173, t0.education_data AS education_data_174, t0.work_experience_data AS work_experience_data_175, t0.certificate_data AS certificate_data_176, t0.languages_data AS languages_data_177, t0.important_comm_tags AS important_comm_tags_178, t0.is_consultant AS is_consultant_179, t0.is_featured AS is_featured_180, t0.featured_duration_end_ts AS featured_duration_end_ts_181, t0.is_moderator AS is_moderator_182, t0.is_admin AS is_admin_183, t0.admin_level AS admin_level_184, t0.is_retailer AS is_retailer_185, t0.retailer_level AS retailer_level_186, t0.is_student AS is_student_187, t0.preferred_consultancy_types_as_student AS preferred_consultancy_types_as_student_188, t0.preferred_consultancy_types_as_consultant AS preferred_consultancy_types_as_consultant_189, t0.online_status AS online_status_190, t0.assigned_sales_representative_id AS assigned_sales_representative_id_191, t0.lead_created_by_id AS lead_created_by_id_192, t0.is_temporary_entry AS is_temporary_entry_193, t0.lead_type AS lead_type_194, t0.lead_level AS lead_level_195, t0.immediate_follow_up_flag AS immediate_follow_up_flag_196, t0.pending_initial_communication AS pending_initial_communication_197, t0.last_online_ts AS last_online_ts_198, t0.courses_data AS courses_data_199, t0.video_link AS video_link_200, t0.account_balance AS account_balance_201, t0.session_count_balance AS session_count_balance_202, t0.total_session_used AS total_session_used_203, t0.total_consultancy_session_provided AS total_consultancy_session_provided_204, t0.total_individual_consultancy_session_provided AS total_individual_consultancy_session_provided_205, t0.default_currency_id AS default_currency_id_206, t0.default_language_id AS default_language_id_207, t0.country_id AS country_id_208, t0.following_consultant_ids AS following_consultant_ids_209, t0.following_topic_ids AS following_topic_ids_210, t0.viewed_topic_ids AS viewed_topic_ids_211, t0.viewed_consultant_ids AS viewed_consultant_ids_212, t0.following_event_ids AS following_event_ids_213, t0.attending_event_ids AS attending_event_ids_214, t0.skip_event_ids AS skip_event_ids_215, t0.rating AS rating_216, t0.applicant_specific_note AS applicant_specific_note_217, t0.promo_discount_percentage AS promo_discount_percentage_218, t0.promo_discount_balance_count AS promo_discount_balance_count_219, t0.code_as_referer AS code_as_referer_220, t0.referred_code AS referred_code_221, t0.is_referred_code_used AS is_referred_code_used_222, t0.promo_code_id AS promo_code_id_223, t0.claimed_promo_code_ids AS claimed_promo_code_ids_224, t0.referred_coins_earned AS referred_coins_earned_225, t0.referred_amount_earned AS referred_amount_earned_226, t0.rating_weight AS rating_weight_227, t0.rating_total AS rating_total_228, t0.rating_count AS rating_count_229, t0.preferred_consultancy_language_ids AS preferred_consultancy_language_ids_230, t0.preferred_consultancy_topic_country_ids AS preferred_consultancy_topic_country_ids_231, t0.preferred_consultancy_student_country_ids AS preferred_consultancy_student_country_ids_232, t0.preferred_schedule_data_for_getting_consultancy AS preferred_schedule_data_for_getting_consultancy_233, t0.preferred_schedule_data_for_providing_consultancy AS preferred_schedule_data_for_providing_consultancy_234, t0.selector AS selector_235, t0.apply_for_consultant AS apply_for_consultant_236, t0.apply_for_consultant_date AS apply_for_consultant_date_237, t0.consultant_application_feedback AS consultant_application_feedback_238, t0.apply_for_retailer AS apply_for_retailer_239, t0.apply_for_retailer_date AS apply_for_retailer_date_240, t0.doc_image AS doc_image_241, t0.document_list AS document_list_242, t0.document_list_by_topic_id AS document_list_by_topic_id_243, t0.document_list_by_session_id AS document_list_by_session_id_244, t0.work_experience_year AS work_experience_year_245, t0.description AS description_246, t0.summary_text AS summary_text_247, t0.professional_title AS professional_title_248, t0.work_experience_text AS work_experience_text_249, t0.profession_text AS profession_text_250, t0.education_text AS education_text_251, t0.education_major_text AS education_major_text_252, t0.highest_degree_achieved AS highest_degree_achieved_253, t0.target_education_degree AS target_education_degree_254, t0.target_education_major AS target_education_major_255, t0.lead_query_text AS lead_query_text_256, t0.university_text AS university_text_257, t0.experience_text AS experience_text_258, t0.skillstext AS skillstext_259, t0.interest AS interest_260, t0.speciality AS speciality_261, t0.last_settings_updated_ts AS last_settings_updated_ts_262, t0.created_at AS created_at_263, t0.actual_registration_at AS actual_registration_at_264, t0.updated_at AS updated_at_265 FROM entity_applicant_details t0 WHERE t0.applicant_id = ?"
(parameters:
[
  1 => "2797"
]
, types:
[
  1 => 2
]
)
[
  "sql" => "SELECT t0.applicant_id AS applicant_id_1, t0.sync_flag AS sync_flag_2, t0.ids_by_device AS ids_by_device_3, t0.schedule_available_flag AS schedule_available_flag_4, t0.device_id AS device_id_5, t0.device_id_locked_flag AS device_id_locked_flag_6, t0.lock_device_id_on_next_login_flag AS lock_device_id_on_next_login_flag_7, t0.username AS username_8, t0.email AS email_9, t0.o_auth_unique_id AS o_auth_unique_id_10, t0.o_auth_email AS o_auth_email_11, t0.fb_unique_id AS fb_unique_id_12, t0.li_unique_id AS li_unique_id_13, t0.google_unique_id AS google_unique_id_14, t0.fb_profile_link AS fb_profile_link_15, t0.fb_profile_id AS fb_profile_id_16, t0.ig_profile_link AS ig_profile_link_17, t0.ig_profile_id AS ig_profile_id_18, t0.li_profile_link AS li_profile_link_19, t0.li_profile_id AS li_profile_id_20, t0.user_suspended_app_ids AS user_suspended_app_ids_21, t0.user_app_ids AS user_app_ids_22, t0.user_types_by_app_ids AS user_types_by_app_ids_23, t0.password AS password_24, t0.temp_password AS temp_password_25, t0.salt AS salt_26, t0.email_verification_hash AS email_verification_hash_27, t0.phone_verification_hash AS phone_verification_hash_28, t0.trigger_reset_password AS trigger_reset_password_29, t0.otp_action_id AS otp_action_id_30, t0.otp AS otp_31, t0.otp_expire_ts AS otp_expire_ts_32, t0.forgot_password_token AS forgot_password_token_33, t0.forgot_password_token_expire_ts AS forgot_password_token_expire_ts_34, t0.is_email_verified AS is_email_verified_35, t0.is_phone_verified AS is_phone_verified_36, t0.is_banned AS is_banned_37, t0.ban_expires AS ban_expires_38, t0.strike_count AS strike_count_39, t0.strike_threshold AS strike_threshold_40, t0.account_status AS account_status_41, t0.student_level AS student_level_42, t0.job_applicant_level AS job_applicant_level_43, t0.consultant_level AS consultant_level_44, t0.nationality_country_id AS nationality_country_id_45, t0.current_country_id AS current_country_id_46, t0.user_id AS user_id_47, t0.firstname AS firstname_48, t0.lastname AS lastname_49, t0.image AS image_50, t0.is_img_legal AS is_img_legal_51, t0.nid AS nid_52, t0.dob AS dob_53, t0.sex AS sex_54, t0.father AS father_55, t0.mother AS mother_56, t0.spouse AS spouse_57, t0.child_1 AS child_1_58, t0.child_2 AS child_2_59, t0.blood AS blood_60, t0.phone AS phone_61, t0.official_phone AS official_phone_62, t0.phone_with_country_code AS phone_with_country_code_63, t0.phone_country_code AS phone_country_code_64, t0.curr_addr_state AS curr_addr_state_65, t0.curr_addr_city AS curr_addr_city_66, t0.curr_addr_zip AS curr_addr_zip_67, t0.curr_addr AS curr_addr_68, t0.curr_addr_lat AS curr_addr_lat_69, t0.curr_addr_lng AS curr_addr_lng_70, t0.perm_addr AS perm_addr_71, t0.emm_contact AS emm_contact_72, t0.skill AS skill_73, t0.preferred_topic_ids_as_consultant AS preferred_topic_ids_as_consultant_74, t0.preferred_topic_ids_as_student AS preferred_topic_ids_as_student_75, t0.preferred_country_ids_as_consultant AS preferred_country_ids_as_consultant_76, t0.preferred_country_ids_as_student AS preferred_country_ids_as_student_77, t0.joining_date AS joining_date_78, t0.emp_valid_till AS emp_valid_till_79, t0.emp_status AS emp_status_80, t0.emp_type AS emp_type_81, t0.emp_code AS emp_code_82, t0.emp_label AS emp_label_83, t0.tin AS tin_84, t0.tin_valid_till AS tin_valid_till_85, t0.med_ins AS med_ins_86, t0.med_ins_valid_till AS med_ins_valid_till_87, t0.docs AS docs_88, t0.inst1 AS inst1_89, t0.yr1 AS yr1_90, t0.dur1 AS dur1_91, t0.inst2 AS inst2_92, t0.yr2 AS yr2_93, t0.dur2 AS dur2_94, t0.inst3 AS inst3_95, t0.yr3 AS yr3_96, t0.dur3 AS dur3_97, t0.einst1 AS einst1_98, t0.eyr1 AS eyr1_99, t0.edeg1 AS edeg1_100, t0.einst2 AS einst2_101, t0.eyr2 AS eyr2_102, t0.edeg2 AS edeg2_103, t0.einst3 AS einst3_104, t0.eyr3 AS eyr3_105, t0.edeg3 AS edeg3_106, t0.tax_code AS tax_code_107, t0.allowed_working_hours_per_day AS allowed_working_hours_per_day_108, t0.allowed_working_hours_per_week AS allowed_working_hours_per_week_109, t0.allowed_working_hours_per_month AS allowed_working_hours_per_month_110, t0.allowed_working_hours_per_year AS allowed_working_hours_per_year_111, t0.allowed_earning_per_day AS allowed_earning_per_day_112, t0.allowed_earning_per_week AS allowed_earning_per_week_113, t0.allowed_earning_per_month AS allowed_earning_per_month_114, t0.allowed_earning_per_year AS allowed_earning_per_year_115, t0.revenue_percentage_per_session AS revenue_percentage_per_session_116, t0.transaction_acc_no AS transaction_acc_no_117, t0.transaction_acc_name AS transaction_acc_name_118, t0.bank_id AS bank_id_119, t0.bank_branch_code AS bank_branch_code_120, t0.bank_acc AS bank_acc_121, t0.bank_acc_name AS bank_acc_name_122, t0.bank_acc_type AS bank_acc_type_123, t0.bank_acc_valid_from AS bank_acc_valid_from_124, t0.bank_acc_valid_to AS bank_acc_valid_to_125, t0.routing_code AS routing_code_126, t0.swift_code AS swift_code_127, t0.mobile_wallet_no AS mobile_wallet_no_128, t0.mobile_wallet_type AS mobile_wallet_type_129, t0.ear1 AS ear1_130, t0.ear2 AS ear2_131, t0.ear3 AS ear3_132, t0.ear4 AS ear4_133, t0.ear5 AS ear5_134, t0.ear6 AS ear6_135, t0.eart AS eart_136, t0.ded1 AS ded1_137, t0.ded2 AS ded2_138, t0.ded3 AS ded3_139, t0.ded4 AS ded4_140, t0.dedt AS dedt_141, t0.payable AS payable_142, t0.hand_cash AS hand_cash_143, t0.bank_transfer AS bank_transfer_144, t0.sec_dep AS sec_dep_145, t0.sec_dep_span AS sec_dep_span_146, t0.sec_dep_rem_mon AS sec_dep_rem_mon_147, t0.sec_dep_rem_amount AS sec_dep_rem_amount_148, t0.sl_qty AS sl_qty_149, t0.sl_tkn AS sl_tkn_150, t0.sl_freq AS sl_freq_151, t0.ml_qty AS ml_qty_152, t0.ml_tkn AS ml_tkn_153, t0.ml_freq AS ml_freq_154, t0.el_qty AS el_qty_155, t0.el_tkn AS el_tkn_156, t0.el_freq AS el_freq_157, t0.cl_qty AS cl_qty_158, t0.cl_tkn AS cl_tkn_159, t0.cl_freq AS cl_freq_160, t0.levt AS levt_161, t0.weekly_holiday AS weekly_holiday_162, t0.files AS files_163, t0.supervisor AS supervisor_164, t0.dept AS dept_165, t0.desg AS desg_166, t0.branch AS branch_167, t0.division AS division_168, t0.application_text AS application_text_169, t0.current_employment AS current_employment_170, t0.emergency_contact_number AS emergency_contact_number_171, t0.postal_code AS postal_code_172, t0.country AS country_173, t0.education_data AS education_data_174, t0.work_experience_data AS work_experience_data_175, t0.certificate_data AS certificate_data_176, t0.languages_data AS languages_data_177, t0.important_comm_tags AS important_comm_tags_178, t0.is_consultant AS is_consultant_179, t0.is_featured AS is_featured_180, t0.featured_duration_end_ts AS featured_duration_end_ts_181, t0.is_moderator AS is_moderator_182, t0.is_admin AS is_admin_183, t0.admin_level AS admin_level_184, t0.is_retailer AS is_retailer_185, t0.retailer_level AS retailer_level_186, t0.is_student AS is_student_187, t0.preferred_consultancy_types_as_student AS preferred_consultancy_types_as_student_188, t0.preferred_consultancy_types_as_consultant AS preferred_consultancy_types_as_consultant_189, t0.online_status AS online_status_190, t0.assigned_sales_representative_id AS assigned_sales_representative_id_191, t0.lead_created_by_id AS lead_created_by_id_192, t0.is_temporary_entry AS is_temporary_entry_193, t0.lead_type AS lead_type_194, t0.lead_level AS lead_level_195, t0.immediate_follow_up_flag AS immediate_follow_up_flag_196, t0.pending_initial_communication AS pending_initial_communication_197, t0.last_online_ts AS last_online_ts_198, t0.courses_data AS courses_data_199, t0.video_link AS video_link_200, t0.account_balance AS account_balance_201, t0.session_count_balance AS session_count_balance_202, t0.total_session_used AS total_session_used_203, t0.total_consultancy_session_provided AS total_consultancy_session_provided_204, t0.total_individual_consultancy_session_provided AS total_individual_consultancy_session_provided_205, t0.default_currency_id AS default_currency_id_206, t0.default_language_id AS default_language_id_207, t0.country_id AS country_id_208, t0.following_consultant_ids AS following_consultant_ids_209, t0.following_topic_ids AS following_topic_ids_210, t0.viewed_topic_ids AS viewed_topic_ids_211, t0.viewed_consultant_ids AS viewed_consultant_ids_212, t0.following_event_ids AS following_event_ids_213, t0.attending_event_ids AS attending_event_ids_214, t0.skip_event_ids AS skip_event_ids_215, t0.rating AS rating_216, t0.applicant_specific_note AS applicant_specific_note_217, t0.promo_discount_percentage AS promo_discount_percentage_218, t0.promo_discount_balance_count AS promo_discount_balance_count_219, t0.code_as_referer AS code_as_referer_220, t0.referred_code AS referred_code_221, t0.is_referred_code_used AS is_referred_code_used_222, t0.promo_code_id AS promo_code_id_223, t0.claimed_promo_code_ids AS claimed_promo_code_ids_224, t0.referred_coins_earned AS referred_coins_earned_225, t0.referred_amount_earned AS referred_amount_earned_226, t0.rating_weight AS rating_weight_227, t0.rating_total AS rating_total_228, t0.rating_count AS rating_count_229, t0.preferred_consultancy_language_ids AS preferred_consultancy_language_ids_230, t0.preferred_consultancy_topic_country_ids AS preferred_consultancy_topic_country_ids_231, t0.preferred_consultancy_student_country_ids AS preferred_consultancy_student_country_ids_232, t0.preferred_schedule_data_for_getting_consultancy AS preferred_schedule_data_for_getting_consultancy_233, t0.preferred_schedule_data_for_providing_consultancy AS preferred_schedule_data_for_providing_consultancy_234, t0.selector AS selector_235, t0.apply_for_consultant AS apply_for_consultant_236, t0.apply_for_consultant_date AS apply_for_consultant_date_237, t0.consultant_application_feedback AS consultant_application_feedback_238, t0.apply_for_retailer AS apply_for_retailer_239, t0.apply_for_retailer_date AS apply_for_retailer_date_240, t0.doc_image AS doc_image_241, t0.document_list AS document_list_242, t0.document_list_by_topic_id AS document_list_by_topic_id_243, t0.document_list_by_session_id AS document_list_by_session_id_244, t0.work_experience_year AS work_experience_year_245, t0.description AS description_246, t0.summary_text AS summary_text_247, t0.professional_title AS professional_title_248, t0.work_experience_text AS work_experience_text_249, t0.profession_text AS profession_text_250, t0.education_text AS education_text_251, t0.education_major_text AS education_major_text_252, t0.highest_degree_achieved AS highest_degree_achieved_253, t0.target_education_degree AS target_education_degree_254, t0.target_education_major AS target_education_major_255, t0.lead_query_text AS lead_query_text_256, t0.university_text AS university_text_257, t0.experience_text AS experience_text_258, t0.skillstext AS skillstext_259, t0.interest AS interest_260, t0.speciality AS speciality_261, t0.last_settings_updated_ts AS last_settings_updated_ts_262, t0.created_at AS created_at_263, t0.actual_registration_at AS actual_registration_at_264, t0.updated_at AS updated_at_265 FROM entity_applicant_details t0 WHERE t0.applicant_id = ?"
  "params" => [
    1 => "2797"
  ]
  "types" => [
    1 => 2
  ]
]
event Notified event
"kernel.response"
to listener
"ApplicationBundle\Listener\SessionListener::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "ApplicationBundle\Listener\SessionListener::onKernelResponse"
]
event Notified event
"kernel.response"
to listener
"Symfony\Component\HttpKernel\EventListener\ResponseListener::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Symfony\Component\HttpKernel\EventListener\ResponseListener::onKernelResponse"
]
event Notified event
"kernel.response"
to listener
"Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelResponse"
]
event Notified event
"kernel.response"
to listener
"Symfony\Component\Security\Http\RememberMe\ResponseListener::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Symfony\Component\Security\Http\RememberMe\ResponseListener::onKernelResponse"
]
event Notified event
"kernel.response"
to listener
"Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelResponse"
]
event Notified event
"kernel.response"
to listener
"Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener::onKernelResponse"
]
event Notified event
"kernel.response"
to listener
"Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelResponse"
]
event Notified event
"kernel.response"
to listener
"Symfony\Component\HttpKernel\EventListener\StreamedResponseListener::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Symfony\Component\HttpKernel\EventListener\StreamedResponseListener::onKernelResponse"
]
event Notified event
"kernel.finish_request"
to listener
"Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelFinishRequest"
.
[
  "event" => "kernel.finish_request"
  "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelFinishRequest"
]
event Notified event
"kernel.finish_request"
to listener
"Symfony\Component\HttpKernel\EventListener\SessionListener::onFinishRequest"
.
[
  "event" => "kernel.finish_request"
  "listener" => "Symfony\Component\HttpKernel\EventListener\SessionListener::onFinishRequest"
]
event Notified event
"kernel.finish_request"
to listener
"Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelFinishRequest"
.
[
  "event" => "kernel.finish_request"
  "listener" => "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelFinishRequest"
]
event Notified event
"kernel.finish_request"
to listener
"Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelFinishRequest"
.
[
  "event" => "kernel.finish_request"
  "listener" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelFinishRequest"
]

PHP Notices 0

Log messages generated by PHP notices silenced with the @ operator.

There are no log messages of this level.

Container 727

Log messages generated during the compilation of the service container.

Class Messages
Symfony\Component\DependencyInjection\Compiler\ResolveChildDefinitionsPass
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.app.command.scheduled-big-row-entry" (parent: .abstract.instanceof.app.command.scheduled-big-row-entry).
  • Resolving inheritance for "app.command.scheduled-big-row-entry" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.app.command.scheduled-big-row-entry).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.app.command.scheduled-notification" (parent: .abstract.instanceof.app.command.scheduled-notification).
  • Resolving inheritance for "app.command.scheduled-notification" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.app.command.scheduled-notification).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.app.command.buddybee-schedule-missing-check" (parent: .abstract.instanceof.app.command.buddybee-schedule-missing-check).
  • Resolving inheritance for "app.command.buddybee-schedule-missing-check" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.app.command.buddybee-schedule-missing-check).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.app.command.daily-user-report-buddybee" (parent: .abstract.instanceof.app.command.daily-user-report-buddybee).
  • Resolving inheritance for "app.command.daily-user-report-buddybee" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.app.command.daily-user-report-buddybee).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.app.command.fixed-asset-scheduler" (parent: .abstract.instanceof.app.command.fixed-asset-scheduler).
  • Resolving inheritance for "app.command.fixed-asset-scheduler" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.app.command.fixed-asset-scheduler).
  • Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.application_bundle.twig.general_extension" (parent: .abstract.instanceof.application_bundle.twig.general_extension).
  • Resolving inheritance for "application_bundle.twig.general_extension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.application_bundle.twig.general_extension).
  • Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.application_bundle.twig.accounts" (parent: .abstract.instanceof.application_bundle.twig.accounts).
  • Resolving inheritance for "application_bundle.twig.accounts" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.application_bundle.twig.accounts).
  • Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.application_bundle.twig.sales" (parent: .abstract.instanceof.application_bundle.twig.sales).
  • Resolving inheritance for "application_bundle.twig.sales" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.application_bundle.twig.sales).
  • Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.application_bundle.twig.purchase" (parent: .abstract.instanceof.application_bundle.twig.purchase).
  • Resolving inheritance for "application_bundle.twig.purchase" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.application_bundle.twig.purchase).
  • Resolving inheritance for "cache.app" (parent: cache.adapter.filesystem).
  • Resolving inheritance for "cache.system" (parent: cache.adapter.system).
  • Resolving inheritance for "cache.validator" (parent: cache.system).
  • Resolving inheritance for "cache.serializer" (parent: cache.system).
  • Resolving inheritance for "cache.annotations" (parent: cache.system).
  • Resolving inheritance for "cache.property_info" (parent: cache.system).
  • Resolving inheritance for "cache.system_clearer" (parent: cache.default_clearer).
  • Resolving inheritance for "cache.global_clearer" (parent: cache.default_clearer).
  • Resolving inheritance for "assets._default_package" (parent: assets.path_package).
  • Resolving inheritance for "cache.security_expression_language" (parent: cache.system).
  • Resolving inheritance for "security.authentication.listener.form" (parent: security.authentication.listener.abstract).
  • Resolving inheritance for "security.authentication.listener.simple_form" (parent: security.authentication.listener.abstract).
  • Resolving inheritance for "security.authentication.rememberme.services.persistent" (parent: security.authentication.rememberme.services.abstract).
  • Resolving inheritance for "security.authentication.rememberme.services.simplehash" (parent: security.authentication.rememberme.services.abstract).
  • Resolving inheritance for "security.user.provider.concrete.in_memory" (parent: security.user.provider.in_memory).
  • Resolving inheritance for "security.firewall.map.config.dev" (parent: security.firewall.config).
  • Resolving inheritance for "security.firewall.map.context.dev" (parent: security.firewall.context).
  • Resolving inheritance for "security.firewall.map.config.main" (parent: security.firewall.config).
  • Resolving inheritance for "security.context_listener.0" (parent: security.context_listener).
  • Resolving inheritance for "security.authentication.listener.anonymous.main" (parent: security.authentication.listener.anonymous).
  • Resolving inheritance for "security.authentication.provider.anonymous.main" (parent: security.authentication.provider.anonymous).
  • Resolving inheritance for "security.exception_listener.main" (parent: security.exception_listener).
  • Resolving inheritance for "security.firewall.map.context.main" (parent: security.firewall.context).
  • Resolving inheritance for "monolog.logger" (parent: monolog.logger_prototype).
  • Resolving inheritance for "swiftmailer.mailer.default.transport.eventdispatcher" (parent: swiftmailer.transport.eventdispatcher.abstract).
  • Resolving inheritance for "swiftmailer.mailer.default.transport.authhandler" (parent: swiftmailer.transport.authhandler.abstract).
  • Resolving inheritance for "swiftmailer.mailer.default.transport.buffer" (parent: swiftmailer.transport.buffer.abstract).
  • Resolving inheritance for "swiftmailer.transport.configurator.default" (parent: swiftmailer.transport.smtp.configurator.abstract).
  • Resolving inheritance for "swiftmailer.mailer.default.transport.smtp" (parent: swiftmailer.transport.smtp.abstract).
  • Resolving inheritance for "swiftmailer.mailer.default" (parent: swiftmailer.mailer.abstract).
  • Resolving inheritance for "swiftmailer.mailer.default.plugin.messagelogger" (parent: swiftmailer.plugin.messagelogger.abstract).
  • Resolving inheritance for "doctrine.dbal.default_connection.configuration" (parent: doctrine.dbal.connection.configuration).
  • Resolving inheritance for "doctrine.dbal.default_connection.configuration" (parent: doctrine.dbal.logging_middleware).
  • Resolving inheritance for "doctrine.dbal.logger.profiling.default" (parent: doctrine.dbal.logger.profiling).
  • Resolving inheritance for "doctrine.dbal.default_connection.event_manager" (parent: doctrine.dbal.connection.event_manager).
  • Resolving inheritance for "doctrine.dbal.default_connection" (parent: doctrine.dbal.connection).
  • Resolving inheritance for "doctrine.dbal.company_group_connection.configuration" (parent: doctrine.dbal.connection.configuration).
  • Resolving inheritance for "doctrine.dbal.company_group_connection.configuration" (parent: doctrine.dbal.logging_middleware).
  • Resolving inheritance for "doctrine.dbal.logger.profiling.company_group" (parent: doctrine.dbal.logger.profiling).
  • Resolving inheritance for "doctrine.dbal.company_group_connection.event_manager" (parent: doctrine.dbal.connection.event_manager).
  • Resolving inheritance for "doctrine.dbal.company_group_connection" (parent: doctrine.dbal.connection).
  • Resolving inheritance for "doctrine.orm.default_configuration" (parent: doctrine.orm.configuration).
  • Resolving inheritance for "doctrine.orm.default_manager_configurator" (parent: doctrine.orm.manager_configurator.abstract).
  • Resolving inheritance for "doctrine.orm.default_entity_manager" (parent: doctrine.orm.entity_manager.abstract).
  • Resolving inheritance for "doctrine.orm.company_group_configuration" (parent: doctrine.orm.configuration).
  • Resolving inheritance for "doctrine.orm.company_group_manager_configurator" (parent: doctrine.orm.manager_configurator.abstract).
  • Resolving inheritance for "doctrine.orm.company_group_entity_manager" (parent: doctrine.orm.entity_manager.abstract).
  • Resolving inheritance for "Endroid\QrCode\Builder\BuilderRegistry" (parent: Endroid\QrCode\Builder\BuilderInterface).
  • Resolving inheritance for "Endroid\QrCode\Builder\BuilderRegistry" (parent: Endroid\QrCode\Builder\BuilderInterface).
  • Resolving inheritance for "Endroid\QrCode\Builder\BuilderRegistry" (parent: Endroid\QrCode\Builder\BuilderInterface).
  • Resolving inheritance for "Endroid\QrCode\Builder\BuilderRegistry" (parent: Endroid\QrCode\Builder\BuilderInterface).
  • Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.Endroid\QrCodeBundle\Twig\QrCodeExtension" (parent: .abstract.instanceof.Endroid\QrCodeBundle\Twig\QrCodeExtension).
  • Resolving inheritance for "Endroid\QrCodeBundle\Twig\QrCodeExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.Endroid\QrCodeBundle\Twig\QrCodeExtension).
  • Resolving inheritance for ".instanceof.Twig\Extension\RuntimeExtensionInterface.0.Endroid\QrCodeBundle\Twig\QrCodeRuntime" (parent: .abstract.instanceof.Endroid\QrCodeBundle\Twig\QrCodeRuntime).
  • Resolving inheritance for "Endroid\QrCodeBundle\Twig\QrCodeRuntime" (parent: .instanceof.Twig\Extension\RuntimeExtensionInterface.0.Endroid\QrCodeBundle\Twig\QrCodeRuntime).
  • Resolving inheritance for "endroid_qr_code.default_builder" (parent: Endroid\QrCode\Builder\BuilderInterface).
  • Resolving inheritance for "endroid_qr_code.erp_default_builder" (parent: Endroid\QrCode\Builder\BuilderInterface).
  • Resolving inheritance for "endroid_qr_code.big_qr_builder" (parent: Endroid\QrCode\Builder\BuilderInterface).
  • Resolving inheritance for "endroid_qr_code.custom_builder" (parent: Endroid\QrCode\Builder\BuilderInterface).
  • Resolving inheritance for "maker.auto_command.make_auth" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_command" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_controller" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_crud" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_docker_database" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_entity" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_fixtures" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_form" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_message" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_messenger_middleware" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_registration_form" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_reset_password" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_serializer_encoder" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_serializer_normalizer" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_subscriber" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_twig_extension" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_test" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_validator" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_voter" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_user" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_migration" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "monolog.logger.request" (parent: monolog.logger_prototype).
  • Resolving inheritance for "monolog.logger.console" (parent: monolog.logger_prototype).
  • Resolving inheritance for "monolog.logger.cache" (parent: monolog.logger_prototype).
  • Resolving inheritance for "monolog.logger.templating" (parent: monolog.logger_prototype).
  • Resolving inheritance for "monolog.logger.profiler" (parent: monolog.logger_prototype).
  • Resolving inheritance for "monolog.logger.php" (parent: monolog.logger_prototype).
  • Resolving inheritance for "monolog.logger.event" (parent: monolog.logger_prototype).
  • Resolving inheritance for "monolog.logger.router" (parent: monolog.logger_prototype).
  • Resolving inheritance for "monolog.logger.security" (parent: monolog.logger_prototype).
  • Resolving inheritance for "monolog.logger.doctrine" (parent: monolog.logger_prototype).
  • Resolving inheritance for "monolog.logger.snappy" (parent: monolog.logger_prototype).
  • Resolving inheritance for "doctrine.dbal.logging_middleware.default" (parent: doctrine.dbal.logging_middleware).
  • Resolving inheritance for "doctrine.dbal.logging_middleware.company_group" (parent: doctrine.dbal.logging_middleware).
111
Symfony\Component\DependencyInjection\Compiler\RemovePrivateAliasesPass
  • Removed service "Psr\Container\ContainerInterface"; reason: private alias.
  • Removed service "Symfony\Component\DependencyInjection\ContainerInterface"; reason: private alias.
  • Removed service "controller_name_converter"; reason: private alias.
  • Removed service "resolve_controller_name_subscriber"; reason: private alias.
  • Removed service "Symfony\Component\DependencyInjection\ParameterBag\ContainerBagInterface"; reason: private alias.
  • Removed service "Symfony\Component\DependencyInjection\ParameterBag\ParameterBagInterface"; reason: private alias.
  • Removed service "Symfony\Component\EventDispatcher\EventDispatcherInterface"; reason: private alias.
  • Removed service "Symfony\Contracts\EventDispatcher\EventDispatcherInterface"; reason: private alias.
  • Removed service "Symfony\Component\HttpKernel\HttpKernelInterface"; reason: private alias.
  • Removed service "Symfony\Component\HttpFoundation\RequestStack"; reason: private alias.
  • Removed service "Symfony\Component\HttpFoundation\UrlHelper"; reason: private alias.
  • Removed service "Symfony\Component\HttpKernel\KernelInterface"; reason: private alias.
  • Removed service "Symfony\Component\Filesystem\Filesystem"; reason: private alias.
  • Removed service "Symfony\Component\HttpKernel\Config\FileLocator"; reason: private alias.
  • Removed service "Symfony\Component\DependencyInjection\ReverseContainer"; reason: private alias.
  • Removed service "error_renderer.html"; reason: private alias.
  • Removed service "error_renderer"; reason: private alias.
  • Removed service "Psr\Container\ContainerInterface $parameterBag"; reason: private alias.
  • Removed service "Psr\Cache\CacheItemPoolInterface"; reason: private alias.
  • Removed service "Psr\SimpleCache\CacheInterface"; reason: private alias.
  • Removed service "Symfony\Component\Cache\Adapter\AdapterInterface"; reason: private alias.
  • Removed service "Symfony\Contracts\Cache\CacheInterface"; reason: private alias.
  • Removed service "Symfony\Contracts\Cache\TagAwareCacheInterface"; reason: private alias.
  • Removed service "cache.default_redis_provider"; reason: private alias.
  • Removed service "cache.default_memcached_provider"; reason: private alias.
  • Removed service "cache.default_pdo_provider"; reason: private alias.
  • Removed service "Symfony\Component\HttpFoundation\Session\SessionInterface"; reason: private alias.
  • Removed service "Symfony\Component\HttpFoundation\Session\Storage\SessionStorageInterface"; reason: private alias.
  • Removed service "SessionHandlerInterface"; reason: private alias.
  • Removed service "Symfony\Component\HttpFoundation\Session\Flash\FlashBagInterface"; reason: private alias.
  • Removed service "session.storage.filesystem"; reason: private alias.
  • Removed service "session.storage"; reason: private alias.
  • Removed service "session.handler"; reason: private alias.
  • Removed service "Symfony\Component\Security\Csrf\TokenGenerator\TokenGeneratorInterface"; reason: private alias.
  • Removed service "Symfony\Component\Security\Csrf\TokenStorage\TokenStorageInterface"; reason: private alias.
  • Removed service "Symfony\Component\Security\Csrf\CsrfTokenManagerInterface"; reason: private alias.
  • Removed service "Symfony\Component\Form\ResolvedFormTypeFactoryInterface"; reason: private alias.
  • Removed service "Symfony\Component\Form\FormRegistryInterface"; reason: private alias.
  • Removed service "Symfony\Component\Form\FormFactoryInterface"; reason: private alias.
  • Removed service "form.property_accessor"; reason: private alias.
  • Removed service "form.choice_list_factory"; reason: private alias.
  • Removed service "Symfony\Component\Asset\Packages"; reason: private alias.
  • Removed service "Symfony\Component\Validator\Validator\ValidatorInterface"; reason: private alias.
  • Removed service "validator.mapping.class_metadata_factory"; reason: private alias.
  • Removed service "Symfony\Component\HttpKernel\Debug\FileLinkFormatter"; reason: private alias.
  • Removed service "Symfony\Component\Stopwatch\Stopwatch"; reason: private alias.
  • Removed service "Symfony\Component\Routing\RouterInterface"; reason: private alias.
  • Removed service "Symfony\Component\Routing\Generator\UrlGeneratorInterface"; reason: private alias.
  • Removed service "Symfony\Component\Routing\Matcher\UrlMatcherInterface"; reason: private alias.
  • Removed service "Symfony\Component\Routing\RequestContextAwareInterface"; reason: private alias.
  • Removed service "Symfony\Component\Routing\RequestContext"; reason: private alias.
  • Removed service "annotation_reader"; reason: private alias.
  • Removed service "Doctrine\Common\Annotations\Reader"; reason: private alias.
  • Removed service "Symfony\Component\PropertyAccess\PropertyAccessorInterface"; reason: private alias.
  • Removed service "Symfony\Component\Serializer\SerializerInterface"; reason: private alias.
  • Removed service "Symfony\Component\Serializer\Normalizer\NormalizerInterface"; reason: private alias.
  • Removed service "Symfony\Component\Serializer\Normalizer\DenormalizerInterface"; reason: private alias.
  • Removed service "Symfony\Component\Serializer\Encoder\EncoderInterface"; reason: private alias.
  • Removed service "Symfony\Component\Serializer\Encoder\DecoderInterface"; reason: private alias.
  • Removed service "serializer.property_accessor"; reason: private alias.
  • Removed service "Symfony\Component\Serializer\Mapping\ClassDiscriminatorResolverInterface"; reason: private alias.
  • Removed service "Symfony\Component\Serializer\Normalizer\ObjectNormalizer"; reason: private alias.
  • Removed service "Symfony\Component\Serializer\Mapping\Factory\ClassMetadataFactoryInterface"; reason: private alias.
  • Removed service "error_renderer.serializer"; reason: private alias.
  • Removed service "Symfony\Component\PropertyInfo\PropertyAccessExtractorInterface"; reason: private alias.
  • Removed service "Symfony\Component\PropertyInfo\PropertyDescriptionExtractorInterface"; reason: private alias.
  • Removed service "Symfony\Component\PropertyInfo\PropertyInfoExtractorInterface"; reason: private alias.
  • Removed service "Symfony\Component\PropertyInfo\PropertyTypeExtractorInterface"; reason: private alias.
  • Removed service "Symfony\Component\PropertyInfo\PropertyListExtractorInterface"; reason: private alias.
  • Removed service "Symfony\Component\PropertyInfo\PropertyInitializableExtractorInterface"; reason: private alias.
  • Removed service "Symfony\Component\Mime\MimeTypesInterface"; reason: private alias.
  • Removed service "Symfony\Component\Mime\MimeTypeGuesserInterface"; reason: private alias.
  • Removed service "Symfony\Component\Security\Core\Authorization\AuthorizationCheckerInterface"; reason: private alias.
  • Removed service "Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorageInterface"; reason: private alias.
  • Removed service "Symfony\Component\Security\Core\Security"; reason: private alias.
  • Removed service "Symfony\Component\Security\Core\Authentication\AuthenticationManagerInterface"; reason: private alias.
  • Removed service "Symfony\Component\Security\Http\Session\SessionAuthenticationStrategyInterface"; reason: private alias.
  • Removed service "security.encoder_factory"; reason: private alias.
  • Removed service "Symfony\Component\Security\Core\Encoder\EncoderFactoryInterface"; reason: private alias.
  • Removed service "Symfony\Component\Security\Core\Encoder\UserPasswordEncoderInterface"; reason: private alias.
  • Removed service "Symfony\Component\Security\Http\Authentication\AuthenticationUtils"; reason: private alias.
  • Removed service "Symfony\Component\Security\Core\Authorization\AccessDecisionManagerInterface"; reason: private alias.
  • Removed service "Symfony\Component\Security\Core\Role\RoleHierarchyInterface"; reason: private alias.
  • Removed service "Symfony\Component\Security\Http\Firewall"; reason: private alias.
  • Removed service "Symfony\Component\Security\Http\HttpUtils"; reason: private alias.
  • Removed service "Symfony\Component\Security\Guard\GuardAuthenticatorHandler"; reason: private alias.
  • Removed service "security.firewall"; reason: private alias.
  • Removed service "Symfony\Component\Security\Core\User\UserProviderInterface"; reason: private alias.
  • Removed service "security.authentication.session_strategy.main"; reason: private alias.
  • Removed service "security.user_checker.main"; reason: private alias.
  • Removed service "Symfony\Component\Security\Core\User\UserCheckerInterface"; reason: private alias.
  • Removed service "Twig_Environment"; reason: private alias.
  • Removed service "Twig\Environment"; reason: private alias.
  • Removed service "logger"; reason: private alias.
  • Removed service "Psr\Log\LoggerInterface"; reason: private alias.
  • Removed service "swiftmailer.plugin.messagelogger"; reason: private alias.
  • Removed service "swiftmailer.mailer"; reason: private alias.
  • Removed service "Swift_Mailer"; reason: private alias.
  • Removed service "Swift_Transport"; reason: private alias.
  • Removed service "Doctrine\DBAL\Driver\Connection"; reason: private alias.
  • Removed service "Doctrine\DBAL\Connection"; reason: private alias.
  • Removed service "Doctrine\Persistence\ManagerRegistry"; reason: private alias.
  • Removed service "Doctrine\Common\Persistence\ManagerRegistry"; reason: private alias.
  • Removed service "doctrine.dbal.event_manager"; reason: private alias.
  • Removed service "Doctrine\DBAL\Connection $defaultConnection"; reason: private alias.
  • Removed service "Doctrine\DBAL\Connection $companyGroupConnection"; reason: private alias.
  • Removed service "Doctrine\ORM\EntityManagerInterface"; reason: private alias.
  • Removed service "doctrine.orm.metadata.annotation_reader"; reason: private alias.
  • Removed service "doctrine.orm.default_metadata_cache"; reason: private alias.
  • Removed service "doctrine.orm.default_result_cache"; reason: private alias.
  • Removed service "doctrine.orm.default_query_cache"; reason: private alias.
  • Removed service "Doctrine\ORM\EntityManagerInterface $defaultEntityManager"; reason: private alias.
  • Removed service "doctrine.orm.default_entity_manager.event_manager"; reason: private alias.
  • Removed service "doctrine.orm.company_group_metadata_cache"; reason: private alias.
  • Removed service "doctrine.orm.company_group_result_cache"; reason: private alias.
  • Removed service "doctrine.orm.company_group_query_cache"; reason: private alias.
  • Removed service "Doctrine\ORM\EntityManagerInterface $companyGroupEntityManager"; reason: private alias.
  • Removed service "doctrine.orm.company_group_entity_manager.event_manager"; reason: private alias.
  • Removed service "Nzo\UrlEncryptorBundle\Encryptor\Encryptor"; reason: private alias.
  • Removed service "Knp\Snappy\Pdf"; reason: private alias.
  • Removed service "Knp\Snappy\Image"; reason: private alias.
  • Removed service "Endroid\QrCode\Builder\BuilderInterface"; reason: private alias.
  • Removed service "Endroid\QrCode\Builder\BuilderRegistryInterface"; reason: private alias.
  • Removed service "Endroid\QrCode\Builder\BuilderInterface $defaultQrCodeBuilder"; reason: private alias.
  • Removed service "Endroid\QrCode\Builder\BuilderInterface $erpDefaultQrCodeBuilder"; reason: private alias.
  • Removed service "Endroid\QrCode\Builder\BuilderInterface $bigQrQrCodeBuilder"; reason: private alias.
  • Removed service "Endroid\QrCode\Builder\BuilderInterface $customQrCodeBuilder"; reason: private alias.
  • Removed service "argument_resolver.controller_locator"; reason: private alias.
  • Removed service "Symfony\Component\Templating\EngineInterface"; reason: private alias.
  • Removed service "Symfony\Bundle\FrameworkBundle\Templating\EngineInterface"; reason: private alias.
  • Removed service "twig.loader"; reason: private alias.
  • Removed service "Psr\Log\LoggerInterface $requestLogger"; reason: private alias.
  • Removed service "Psr\Log\LoggerInterface $consoleLogger"; reason: private alias.
  • Removed service "Psr\Log\LoggerInterface $cacheLogger"; reason: private alias.
  • Removed service "Psr\Log\LoggerInterface $templatingLogger"; reason: private alias.
  • Removed service "Psr\Log\LoggerInterface $profilerLogger"; reason: private alias.
  • Removed service "Psr\Log\LoggerInterface $phpLogger"; reason: private alias.
  • Removed service "Psr\Log\LoggerInterface $eventLogger"; reason: private alias.
  • Removed service "Psr\Log\LoggerInterface $routerLogger"; reason: private alias.
  • Removed service "Psr\Log\LoggerInterface $securityLogger"; reason: private alias.
  • Removed service "Psr\Log\LoggerInterface $doctrineLogger"; reason: private alias.
  • Removed service "Psr\Log\LoggerInterface $snappyLogger"; reason: private alias.
  • Removed service ".service_locator.0GV1BZZ"; reason: private alias.
  • Removed service ".service_locator.wKF4yn1"; reason: private alias.
  • Removed service ".service_locator.i2UnAhx"; reason: private alias.
  • Removed service ".service_locator.9HwYlv2"; reason: private alias.
  • Removed service "controller_resolver"; reason: private alias.
  • Removed service "argument_resolver"; reason: private alias.
  • Removed service "security.access.decision_manager"; reason: private alias.
  • Removed service "twig.error_renderer.html.inner"; reason: private alias.
  • Removed service "argument_resolver.request_attribute"; reason: private alias.
  • Removed service "argument_resolver.request"; reason: private alias.
  • Removed service "argument_resolver.session"; reason: private alias.
  • Removed service "security.user_value_resolver"; reason: private alias.
  • Removed service "argument_resolver.service"; reason: private alias.
  • Removed service "argument_resolver.default"; reason: private alias.
  • Removed service "argument_resolver.variadic"; reason: private alias.
  • Removed service "argument_resolver.not_tagged_controller"; reason: private alias.
  • Removed service ".service_locator.r7nnWBV"; reason: private alias.
  • Removed service ".service_locator.aa1PbBb"; reason: private alias.
160
Symfony\Component\DependencyInjection\Compiler\ReplaceAliasByActualDefinitionPass
  • Changed reference of service "user_module" previously pointing to "router.default" to "router".
  • Changed reference of service "todo_module" previously pointing to "router.default" to "router".
  • Changed reference of service "mail_module" previously pointing to "router.default" to "router".
  • Changed reference of service "mail_module" previously pointing to "templating.engine.twig" to "templating".
  • Changed reference of service "application_bundle.twig.general_extension" previously pointing to "twig.extension.intl" to "Twig\Extra\Intl\IntlExtension".
  • Changed reference of service "sesssions_listener" previously pointing to "router.default" to "router".
  • Changed reference of service "sesssions_listener" previously pointing to "nzo_encryptor" to "url_encryptor".
  • Changed reference of service "locale_listener" previously pointing to "router.default" to "router".
  • Changed reference of service "http_kernel" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "services_resetter" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "services_resetter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "fragment.renderer.inline" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "console.command.event_dispatcher_debug" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "console.command.router_debug" previously pointing to "router.default" to "router".
  • Changed reference of service "console.command.router_match" previously pointing to "router.default" to "router".
  • Changed reference of service "form.type_guesser.validator" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "form.type_extension.form.validator" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "data_collector.events" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "data_collector.validator" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "router_listener" previously pointing to "router.default" to "router".
  • Changed reference of service "Symfony\Bundle\FrameworkBundle\Controller\RedirectController" previously pointing to "router.default" to "router".
  • Changed reference of service "Symfony\Bundle\FrameworkBundle\Controller\TemplateController" previously pointing to "templating.engine.twig" to "templating".
  • Changed reference of service "security.authentication.manager" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "security.logout_url_generator" previously pointing to "router.default" to "router".
  • Changed reference of service "security.http_utils" previously pointing to "router.default" to "router".
  • Changed reference of service "security.http_utils" previously pointing to "router.default" to "router".
  • Changed reference of service "security.context_listener" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "security.authentication.listener.abstract" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "security.authentication.listener.form" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "security.authentication.listener.simple_form" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "security.authentication.listener.simple_preauth" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "security.authentication.listener.x509" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "security.authentication.listener.json" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "security.authentication.listener.remote_user" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "security.authentication.switchuser_listener" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "security.authentication.listener.rememberme" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "security.authentication.guard_handler" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "security.authentication.provider.guard" previously pointing to "security.user_password_encoder.generic" to "security.password_encoder".
  • Changed reference of service "debug.security.firewall" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "security.context_listener.0" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "twig" previously pointing to "twig.extension.intl" to "Twig\Extra\Intl\IntlExtension".
  • Changed reference of service "twig.extension.routing" previously pointing to "router.default" to "router".
  • Changed reference of service "swiftmailer.mailer.abstract" previously pointing to "swiftmailer.mailer.default.transport.smtp" to "swiftmailer.mailer.default.transport".
  • Changed reference of service "swiftmailer.mailer.default" previously pointing to "swiftmailer.mailer.default.transport.smtp" to "swiftmailer.mailer.default.transport".
  • Changed reference of service "nzo.twig.encryptor_extension" previously pointing to "nzo_encryptor" to "url_encryptor".
  • Changed reference of service "Endroid\QrCodeBundle\Twig\QrCodeRuntime" previously pointing to "router.default" to "router".
  • Changed reference of service "web_profiler.controller.profiler" previously pointing to "router.default" to "router".
  • Changed reference of service "web_profiler.controller.router" previously pointing to "router.default" to "router".
  • Changed reference of service "debug.file_link_formatter.url_format" previously pointing to "router.default" to "router".
  • Changed reference of service "web_profiler.debug_toolbar" previously pointing to "router.default" to "router".
  • Changed reference of service "maker.event_registry" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "maker.maker.make_registration_form" previously pointing to "router.default" to "router".
  • Changed reference of service "debug.security.voter.security.access.authenticated_voter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "debug.security.voter.security.access.simple_role_voter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service ".service_locator.HLwzKIm" previously pointing to "router.default" to "router".
55
Symfony\Component\DependencyInjection\Compiler\RemoveAbstractDefinitionsPass
  • Removed service "cache.adapter.system"; reason: abstract.
  • Removed service "cache.adapter.apcu"; reason: abstract.
  • Removed service "cache.adapter.doctrine"; reason: abstract.
  • Removed service "cache.adapter.filesystem"; reason: abstract.
  • Removed service "cache.adapter.psr6"; reason: abstract.
  • Removed service "cache.adapter.redis"; reason: abstract.
  • Removed service "cache.adapter.memcached"; reason: abstract.
  • Removed service "cache.adapter.pdo"; reason: abstract.
  • Removed service "cache.adapter.array"; reason: abstract.
  • Removed service "assets.path_package"; reason: abstract.
  • Removed service "assets.url_package"; reason: abstract.
  • Removed service "assets.static_version_strategy"; reason: abstract.
  • Removed service "assets.json_manifest_version_strategy"; reason: abstract.
  • Removed service "security.firewall.context"; reason: abstract.
  • Removed service "security.firewall.lazy_context"; reason: abstract.
  • Removed service "security.firewall.config"; reason: abstract.
  • Removed service "security.user.provider.missing"; reason: abstract.
  • Removed service "security.user.provider.in_memory"; reason: abstract.
  • Removed service "security.user.provider.in_memory.user"; reason: abstract.
  • Removed service "security.user.provider.ldap"; reason: abstract.
  • Removed service "security.user.provider.chain"; reason: abstract.
  • Removed service "security.logout_listener"; reason: abstract.
  • Removed service "security.logout.handler.cookie_clearing"; reason: abstract.
  • Removed service "security.logout.success_handler"; reason: abstract.
  • Removed service "security.authentication.form_entry_point"; reason: abstract.
  • Removed service "security.authentication.listener.abstract"; reason: abstract.
  • Removed service "security.authentication.custom_success_handler"; reason: abstract.
  • Removed service "security.authentication.success_handler"; reason: abstract.
  • Removed service "security.authentication.custom_failure_handler"; reason: abstract.
  • Removed service "security.authentication.failure_handler"; reason: abstract.
  • Removed service "security.authentication.listener.form"; reason: abstract.
  • Removed service "security.authentication.listener.simple_form"; reason: abstract.
  • Removed service "security.authentication.simple_success_failure_handler"; reason: abstract.
  • Removed service "security.authentication.listener.simple_preauth"; reason: abstract.
  • Removed service "security.authentication.listener.x509"; reason: abstract.
  • Removed service "security.authentication.listener.json"; reason: abstract.
  • Removed service "security.authentication.listener.remote_user"; reason: abstract.
  • Removed service "security.authentication.listener.basic"; reason: abstract.
  • Removed service "security.authentication.provider.dao"; reason: abstract.
  • Removed service "security.authentication.provider.ldap_bind"; reason: abstract.
  • Removed service "security.authentication.provider.simple"; reason: abstract.
  • Removed service "security.authentication.provider.pre_authenticated"; reason: abstract.
  • Removed service "security.exception_listener"; reason: abstract.
  • Removed service "security.authentication.switchuser_listener"; reason: abstract.
  • Removed service "security.authentication.listener.rememberme"; reason: abstract.
  • Removed service "security.authentication.provider.rememberme"; reason: abstract.
  • Removed service "security.authentication.rememberme.services.abstract"; reason: abstract.
  • Removed service "security.authentication.rememberme.services.persistent"; reason: abstract.
  • Removed service "security.authentication.rememberme.services.simplehash"; reason: abstract.
  • Removed service "security.authentication.provider.guard"; reason: abstract.
  • Removed service "security.authentication.listener.guard"; reason: abstract.
  • Removed service "monolog.logger_prototype"; reason: abstract.
  • Removed service "monolog.activation_strategy.not_found"; reason: abstract.
  • Removed service "monolog.handler.fingers_crossed.error_level_activation_strategy"; reason: abstract.
  • Removed service "swiftmailer.mailer.abstract"; reason: abstract.
  • Removed service "swiftmailer.transport.smtp.configurator.abstract"; reason: abstract.
  • Removed service "swiftmailer.transport.sendmail.abstract"; reason: abstract.
  • Removed service "swiftmailer.transport.null.abstract"; reason: abstract.
  • Removed service "swiftmailer.transport.buffer.abstract"; reason: abstract.
  • Removed service "swiftmailer.transport.authhandler.abstract"; reason: abstract.
  • Removed service "swiftmailer.transport.eventdispatcher.abstract"; reason: abstract.
  • Removed service "swiftmailer.plugin.redirecting.abstract"; reason: abstract.
  • Removed service "swiftmailer.plugin.antiflood.abstract"; reason: abstract.
  • Removed service "swiftmailer.plugin.impersonate.abstract"; reason: abstract.
  • Removed service "swiftmailer.plugin.messagelogger.abstract"; reason: abstract.
  • Removed service "swiftmailer.transport.smtp.abstract"; reason: abstract.
  • Removed service "swiftmailer.transport.spool.abstract"; reason: abstract.
  • Removed service "swiftmailer.spool.file.abstract"; reason: abstract.
  • Removed service "swiftmailer.spool.memory.abstract"; reason: abstract.
  • Removed service "doctrine.dbal.logger.chain"; reason: abstract.
  • Removed service "doctrine.dbal.logger.profiling"; reason: abstract.
  • Removed service "doctrine.dbal.logger.backtrace"; reason: abstract.
  • Removed service "doctrine.dbal.connection"; reason: abstract.
  • Removed service "doctrine.dbal.connection.event_manager"; reason: abstract.
  • Removed service "doctrine.dbal.connection.configuration"; reason: abstract.
  • Removed service "doctrine.dbal.schema_asset_filter_manager"; reason: abstract.
  • Removed service "doctrine.dbal.logging_middleware"; reason: abstract.
  • Removed service "doctrine.orm.configuration"; reason: abstract.
  • Removed service "doctrine.orm.entity_manager.abstract"; reason: abstract.
  • Removed service "doctrine.orm.manager_configurator.abstract"; reason: abstract.
  • Removed service "doctrine.orm.security.user.provider"; reason: abstract.
  • Removed service "maker.auto_command.abstract"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.app.command.scheduled-big-row-entry"; reason: abstract.
  • Removed service ".abstract.instanceof.app.command.scheduled-big-row-entry"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.app.command.scheduled-notification"; reason: abstract.
  • Removed service ".abstract.instanceof.app.command.scheduled-notification"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.app.command.buddybee-schedule-missing-check"; reason: abstract.
  • Removed service ".abstract.instanceof.app.command.buddybee-schedule-missing-check"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.app.command.daily-user-report-buddybee"; reason: abstract.
  • Removed service ".abstract.instanceof.app.command.daily-user-report-buddybee"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.app.command.fixed-asset-scheduler"; reason: abstract.
  • Removed service ".abstract.instanceof.app.command.fixed-asset-scheduler"; reason: abstract.
  • Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.application_bundle.twig.general_extension"; reason: abstract.
  • Removed service ".abstract.instanceof.application_bundle.twig.general_extension"; reason: abstract.
  • Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.application_bundle.twig.accounts"; reason: abstract.
  • Removed service ".abstract.instanceof.application_bundle.twig.accounts"; reason: abstract.
  • Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.application_bundle.twig.sales"; reason: abstract.
  • Removed service ".abstract.instanceof.application_bundle.twig.sales"; reason: abstract.
  • Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.application_bundle.twig.purchase"; reason: abstract.
  • Removed service ".abstract.instanceof.application_bundle.twig.purchase"; reason: abstract.
  • Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.Endroid\QrCodeBundle\Twig\QrCodeExtension"; reason: abstract.
  • Removed service ".abstract.instanceof.Endroid\QrCodeBundle\Twig\QrCodeExtension"; reason: abstract.
  • Removed service ".instanceof.Twig\Extension\RuntimeExtensionInterface.0.Endroid\QrCodeBundle\Twig\QrCodeRuntime"; reason: abstract.
  • Removed service ".abstract.instanceof.Endroid\QrCodeBundle\Twig\QrCodeRuntime"; reason: abstract.
104
Symfony\Component\DependencyInjection\Compiler\RemoveUnusedDefinitionsPass
  • Removed service "reverse_container"; reason: unused.
  • Removed service "cache.app.simple"; reason: unused.
  • Removed service "cache.app.taggable"; reason: unused.
  • Removed service ".cache_connection.GD_MSZC"; reason: unused.
  • Removed service ".cache_connection.JKE6keX"; reason: unused.
  • Removed service ".1_NativeFileSessionHandler~4ANDpd0"; reason: unused.
  • Removed service "session.storage.php_bridge"; reason: unused.
  • Removed service "session.flash_bag"; reason: unused.
  • Removed service "session.attribute_bag"; reason: unused.
  • Removed service "session.storage.mock_file"; reason: unused.
  • Removed service "session.handler.native_file"; reason: unused.
  • Removed service "session.abstract_handler"; reason: unused.
  • Removed service "session.save_listener"; reason: unused.
  • Removed service "assets.empty_package"; reason: unused.
  • Removed service "templating.engine.delegating"; reason: unused.
  • Removed service "templating.loader.cache"; reason: unused.
  • Removed service "templating.loader.chain"; reason: unused.
  • Removed service "validator.mapping.cache.symfony"; reason: unused.
  • Removed service "validator.mapping.cache.adapter"; reason: unused.
  • Removed service "routing.loader.service"; reason: unused.
  • Removed service ".2_ArrayAdapter~xrI7JnP"; reason: unused.
  • Removed service ".1_DoctrineProvider~xrI7JnP"; reason: unused.
  • Removed service "annotations.filesystem_cache_adapter"; reason: unused.
  • Removed service "annotations.filesystem_cache"; reason: unused.
  • Removed service "annotations.cache"; reason: unused.
  • Removed service "serializer.mapping.cache.symfony"; reason: unused.
  • Removed service "serializer.name_converter.camel_case_to_snake_case"; reason: unused.
  • Removed service "security.helper"; reason: unused.
  • Removed service "security.authentication.session_strategy"; reason: unused.
  • Removed service "security.authentication.session_strategy_noop"; reason: unused.
  • Removed service "security.user_checker"; reason: unused.
  • Removed service "security.authentication.listener.anonymous"; reason: unused.
  • Removed service "security.authentication.provider.anonymous"; reason: unused.
  • Removed service "security.authentication.basic_entry_point"; reason: unused.
  • Removed service "security.context_listener"; reason: unused.
  • Removed service "security.logout.handler.session"; reason: unused.
  • Removed service "security.rememberme.token.provider.in_memory"; reason: unused.
  • Removed service "templating.helper.logout_url"; reason: unused.
  • Removed service "templating.helper.security"; reason: unused.
  • Removed service "security.authentication.guard_handler"; reason: unused.
  • Removed service "twig.loader.native_filesystem"; reason: unused.
  • Removed service "twig.loader.chain"; reason: unused.
  • Removed service "twig.extension.weblink"; reason: unused.
  • Removed service "monolog.formatter.chrome_php"; reason: unused.
  • Removed service "monolog.formatter.gelf_message"; reason: unused.
  • Removed service "monolog.formatter.html"; reason: unused.
  • Removed service "monolog.formatter.json"; reason: unused.
  • Removed service "monolog.formatter.line"; reason: unused.
  • Removed service "monolog.formatter.loggly"; reason: unused.
  • Removed service "monolog.formatter.normalizer"; reason: unused.
  • Removed service "monolog.formatter.scalar"; reason: unused.
  • Removed service "monolog.formatter.wildfire"; reason: unused.
  • Removed service "monolog.formatter.logstash"; reason: unused.
  • Removed service "monolog.http_client"; reason: unused.
  • Removed service "swiftmailer.transport.failover"; reason: unused.
  • Removed service "doctrine.dbal.logger"; reason: unused.
  • Removed service "doctrine.dbal.well_known_schema_asset_filter"; reason: unused.
  • Removed service ".1_ServiceLocator~7CoszBC"; reason: unused.
  • Removed service "doctrine.orm.listeners.resolve_target_entity"; reason: unused.
  • Removed service "doctrine.orm.naming_strategy.default"; reason: unused.
  • Removed service "doctrine.orm.naming_strategy.underscore_number_aware"; reason: unused.
  • Removed service "doctrine.orm.quote_strategy.ansi"; reason: unused.
  • Removed service "Endroid\QrCode\Writer\BinaryWriter"; reason: unused.
  • Removed service "Endroid\QrCode\Writer\DebugWriter"; reason: unused.
  • Removed service "Endroid\QrCode\Writer\EpsWriter"; reason: unused.
  • Removed service "Endroid\QrCode\Writer\PdfWriter"; reason: unused.
  • Removed service "Endroid\QrCode\Builder\Builder"; reason: unused.
  • Removed service "maker.maker.make_functional_test"; reason: unused.
  • Removed service "maker.maker.make_unit_test"; reason: unused.
  • Removed service "security.logout.handler.csrf_token_clearing"; reason: unused.
  • Removed service "monolog.logger.templating"; reason: unused.
  • Removed service "doctrine.dbal.logging_middleware.default"; reason: unused.
  • Removed service "doctrine.dbal.logging_middleware.company_group"; reason: unused.
  • Removed service ".service_locator.XXv1IfR"; reason: unused.
  • Removed service ".service_locator.nLgZj7R"; reason: unused.
75
Symfony\Component\DependencyInjection\Compiler\InlineServiceDefinitionsPass
  • Inlined service "error_handler.error_renderer.serializer" to "error_controller".
  • Inlined service "debug.argument_resolver" to "http_kernel".
  • Inlined service ".service_locator.cEhBhXG" to "fragment.handler".
  • Inlined service ".1_~8YSjOvk" to "error_handler.error_renderer.html".
  • Inlined service ".2_~8YSjOvk" to "error_handler.error_renderer.html".
  • Inlined service "monolog.logger.console" to "console.error_listener".
  • Inlined service "cache.app.recorder_inner" to "cache.app".
  • Inlined service "cache.system.recorder_inner" to "cache.system".
  • Inlined service "cache.validator.recorder_inner" to "cache.validator".
  • Inlined service "cache.serializer.recorder_inner" to "cache.serializer".
  • Inlined service "cache.annotations.recorder_inner" to "cache.annotations".
  • Inlined service "cache.property_info.recorder_inner" to "cache.property_info".
  • Inlined service "session.storage.native" to "session".
  • Inlined service "session.storage.metadata_bag" to "session.storage.native".
  • Inlined service ".service_locator.XEl46Ee" to "session_listener".
  • Inlined service "security.csrf.token_generator" to "security.csrf.token_manager".
  • Inlined service "security.csrf.token_storage" to "security.csrf.token_manager".
  • Inlined service ".1_ResolvedFormTypeFactory~2zqJjvr" to "form.resolved_type_factory".
  • Inlined service "form.extension" to "form.registry".
  • Inlined service "form.resolved_type_factory" to "form.registry".
  • Inlined service ".service_locator.xDCArbJ" to "form.extension".
  • Inlined service "form.choice_list_factory.default" to "form.choice_list_factory.property_access".
  • Inlined service "form.choice_list_factory.property_access" to "form.choice_list_factory.cached".
  • Inlined service "form.type_extension.form.request_handler" to "form.type_extension.form.http_foundation".
  • Inlined service "assets._default_package" to "assets.packages".
  • Inlined service "assets.empty_version_strategy" to "assets._default_package".
  • Inlined service "assets.context" to "assets._default_package".
  • Inlined service "templating.filename_parser" to "templating.finder".
  • Inlined service "validator.validator_factory" to "validator.builder".
  • Inlined service "doctrine.orm.validator_initializer" to "validator.builder".
  • Inlined service "validator.property_info_loader" to "validator.builder".
  • Inlined service "doctrine.orm.default_entity_manager.validator_loader" to "validator.builder".
  • Inlined service "doctrine.orm.company_group_entity_manager.validator_loader" to "validator.builder".
  • Inlined service ".service_locator.l6ELYLY" to "validator.validator_factory".
  • Inlined service "profiler.storage" to "profiler".
  • Inlined service "data_collector.time" to "profiler".
  • Inlined service "data_collector.memory" to "profiler".
  • Inlined service "data_collector.validator" to "profiler".
  • Inlined service "data_collector.ajax" to "profiler".
  • Inlined service "data_collector.exception" to "profiler".
  • Inlined service "data_collector.logger" to "profiler".
  • Inlined service "data_collector.events" to "profiler".
  • Inlined service "data_collector.cache" to "profiler".
  • Inlined service "data_collector.security" to "profiler".
  • Inlined service "data_collector.twig" to "profiler".
  • Inlined service "data_collector.doctrine" to "profiler".
  • Inlined service "swiftmailer.data_collector" to "profiler".
  • Inlined service "data_collector.config" to "profiler".
  • Inlined service "data_collector.form.extractor" to "data_collector.form".
  • Inlined service "monolog.logger.php" to "debug.debug_handlers_listener".
  • Inlined service "debug.controller_resolver.inner" to "debug.controller_resolver".
  • Inlined service "debug.argument_resolver.inner" to "debug.argument_resolver".
  • Inlined service "routing.loader.xml" to "routing.resolver".
  • Inlined service "routing.loader.yml" to "routing.resolver".
  • Inlined service "routing.loader.php" to "routing.resolver".
  • Inlined service "routing.loader.glob" to "routing.resolver".
  • Inlined service "routing.loader.directory" to "routing.resolver".
  • Inlined service "routing.loader.container" to "routing.resolver".
  • Inlined service "routing.loader.annotation.directory" to "routing.resolver".
  • Inlined service "routing.loader.annotation.file" to "routing.resolver".
  • Inlined service ".1_LegacyRouteLoaderContainer~RoVsgB6" to "routing.loader.container".
  • Inlined service "routing.resolver" to "routing.loader".
  • Inlined service ".service_locator.HLwzKIm.router.cache_warmer" to "router.cache_warmer".
  • Inlined service "cache.property_access" to "property_accessor".
  • Inlined service "serializer.normalizer.problem" to "serializer".
  • Inlined service "serializer.normalizer.datetime" to "serializer".
  • Inlined service "serializer.normalizer.constraint_violation_list" to "serializer".
  • Inlined service "serializer.normalizer.datetimezone" to "serializer".
  • Inlined service "serializer.normalizer.dateinterval" to "serializer".
  • Inlined service "serializer.normalizer.data_uri" to "serializer".
  • Inlined service "serializer.normalizer.json_serializable" to "serializer".
  • Inlined service "serializer.denormalizer.array" to "serializer".
  • Inlined service "serializer.normalizer.object" to "serializer".
  • Inlined service "serializer.encoder.xml" to "serializer".
  • Inlined service "serializer.encoder.json" to "serializer".
  • Inlined service "serializer.encoder.yaml" to "serializer".
  • Inlined service "serializer.encoder.csv" to "serializer".
  • Inlined service "serializer.mapping.class_discriminator_resolver" to "serializer.normalizer.object".
  • Inlined service "serializer.mapping.chain_loader" to "serializer.mapping.class_metadata_factory".
  • Inlined service ".1_~Ihclmjp" to "error_handler.error_renderer.serializer".
  • Inlined service "twig.error_renderer.html" to "error_handler.error_renderer.serializer".
  • Inlined service ".2_~Ihclmjp" to "error_handler.error_renderer.serializer".
  • Inlined service ".service_locator.7nFBkqQ" to "security.token_storage".
  • Inlined service ".service_locator.zJyh7qS" to "security.firewall.map".
  • Inlined service "cache.security_expression_language.recorder_inner" to "cache.security_expression_language".
  • Inlined service "security.authentication.retry_entry_point" to "security.channel_listener".
  • Inlined service "security.role_hierarchy" to "data_collector.security".
  • Inlined service "debug.security.access.decision_manager.inner" to "debug.security.access.decision_manager".
  • Inlined service "security.firewall.map.config.dev" to "security.firewall.map.context.dev".
  • Inlined service "security.http_utils" to "security.exception_listener.main".
  • Inlined service "security.exception_listener.main" to "security.firewall.map.context.main".
  • Inlined service "security.firewall.map.config.main" to "security.firewall.map.context.main".
  • Inlined service "twig.loader.filesystem" to "twig".
  • Inlined service "twig.extension.security_csrf" to "twig".
  • Inlined service "twig.extension.logout_url" to "twig".
  • Inlined service "twig.extension.security" to "twig".
  • Inlined service "twig.extension.profiler" to "twig".
  • Inlined service "twig.extension.trans" to "twig".
  • Inlined service "twig.extension.assets" to "twig".
  • Inlined service "twig.extension.code" to "twig".
  • Inlined service "twig.extension.routing" to "twig".
  • Inlined service "twig.extension.yaml" to "twig".
  • Inlined service "twig.extension.debug.stopwatch" to "twig".
  • Inlined service "twig.extension.httpkernel" to "twig".
  • Inlined service "twig.extension.httpfoundation" to "twig".
  • Inlined service "twig.extension.form" to "twig".
  • Inlined service "application_bundle.twig.general_extension" to "twig".
  • Inlined service "application_bundle.twig.accounts" to "twig".
  • Inlined service "application_bundle.twig.sales" to "twig".
  • Inlined service "application_bundle.twig.purchase" to "twig".
  • Inlined service "twig.extension.debug" to "twig".
  • Inlined service "doctrine.twig.doctrine_extension" to "twig".
  • Inlined service "nzo.twig.encryptor_extension" to "twig".
  • Inlined service "Endroid\QrCodeBundle\Twig\QrCodeExtension" to "twig".
  • Inlined service "twig.extension.webprofiler" to "twig".
  • Inlined service "twig.app_variable" to "twig".
  • Inlined service "twig.runtime_loader" to "twig".
  • Inlined service "twig.missing_extension_suggestor" to "twig".
  • Inlined service "twig.missing_extension_suggestor" to "twig".
  • Inlined service "twig.missing_extension_suggestor" to "twig".
  • Inlined service "twig.configurator.environment" to "twig".
  • Inlined service ".service_locator.aq4MYft.twig.cache_warmer" to "twig.cache_warmer".
  • Inlined service ".service_locator.aq4MYft.twig.template_cache_warmer" to "twig.template_cache_warmer".
  • Inlined service "twig.template_iterator" to "twig.template_cache_warmer".
  • Inlined service "assets.packages" to "twig.extension.assets".
  • Inlined service "fragment.handler" to "twig.runtime.httpkernel".
  • Inlined service "url_helper" to "twig.extension.httpfoundation".
  • Inlined service ".service_locator.5lVI3lh" to "twig.runtime_loader".
  • Inlined service ".1_bool~.et.mnW" to "twig.error_renderer.html".
  • Inlined service ".1_Swift_Transport_Esmtp_Auth_CramMd5Authenticator~NCJ2Gtf" to "swiftmailer.mailer.default.transport.authhandler".
  • Inlined service ".2_Swift_Transport_Esmtp_Auth_LoginAuthenticator~NCJ2Gtf" to "swiftmailer.mailer.default.transport.authhandler".
  • Inlined service ".3_Swift_Transport_Esmtp_Auth_PlainAuthenticator~NCJ2Gtf" to "swiftmailer.mailer.default.transport.authhandler".
  • Inlined service ".4_Swift_Transport_Esmtp_Auth_NTLMAuthenticator~NCJ2Gtf" to "swiftmailer.mailer.default.transport.authhandler".
  • Inlined service "swiftmailer.transport.replacementfactory" to "swiftmailer.mailer.default.transport.buffer".
  • Inlined service ".service_locator.vhzPeUU" to "doctrine.dbal.default_connection.event_manager".
  • Inlined service "doctrine.dbal.default_connection.configuration" to "doctrine.dbal.default_connection".
  • Inlined service "doctrine.dbal.default_connection.event_manager" to "doctrine.dbal.default_connection".
  • Inlined service ".service_locator.EuxPvIf" to "doctrine.dbal.company_group_connection.event_manager".
  • Inlined service "doctrine.dbal.company_group_connection.configuration" to "doctrine.dbal.company_group_connection".
  • Inlined service "doctrine.dbal.company_group_connection.event_manager" to "doctrine.dbal.company_group_connection".
  • Inlined service "cache.doctrine.orm.default.metadata" to "doctrine.orm.default_configuration".
  • Inlined service "doctrine.orm.default_metadata_driver" to "doctrine.orm.default_configuration".
  • Inlined service "doctrine.orm.default_entity_listener_resolver" to "doctrine.orm.default_configuration".
  • Inlined service "cache.doctrine.orm.default.result.recorder_inner" to "cache.doctrine.orm.default.result".
  • Inlined service "cache.doctrine.orm.default.query.recorder_inner" to "cache.doctrine.orm.default.query".
  • Inlined service "doctrine.orm.default_configuration" to "doctrine.orm.default_entity_manager".
  • Inlined service "doctrine.orm.default_manager_configurator" to "doctrine.orm.default_entity_manager".
  • Inlined service "cache.doctrine.orm.company_group.metadata" to "doctrine.orm.company_group_configuration".
  • Inlined service "doctrine.orm.company_group_metadata_driver" to "doctrine.orm.company_group_configuration".
  • Inlined service "doctrine.orm.company_group_entity_listener_resolver" to "doctrine.orm.company_group_configuration".
  • Inlined service "cache.doctrine.orm.company_group.result.recorder_inner" to "cache.doctrine.orm.company_group.result".
  • Inlined service "cache.doctrine.orm.company_group.query.recorder_inner" to "cache.doctrine.orm.company_group.query".
  • Inlined service "doctrine.orm.company_group_configuration" to "doctrine.orm.company_group_entity_manager".
  • Inlined service "doctrine.orm.company_group_manager_configurator" to "doctrine.orm.company_group_entity_manager".
  • Inlined service ".1_NonceGenerator~w8stzXm" to "web_profiler.csp.handler".
  • Inlined service ".2_HtmlDumper~w8stzXm" to "twig.extension.webprofiler".
  • Inlined service "doctrine.fixtures.loader" to "doctrine.fixtures_load_command".
  • Inlined service "doctrine.fixtures.purger.orm_purger_factory" to "doctrine.fixtures_load_command".
  • Inlined service "maker.autoloader_util" to "maker.file_manager".
  • Inlined service "maker.file_link_formatter" to "maker.file_manager".
  • Inlined service "maker.autoloader_finder" to "maker.autoloader_util".
  • Inlined service "maker.template_component_generator" to "maker.generator".
  • Inlined service "maker.security_controller_builder" to "maker.maker.make_authenticator".
  • Inlined service "maker.event_registry" to "maker.maker.make_subscriber".
  • Inlined service "maker.user_class_builder" to "maker.maker.make_user".
  • Inlined service "maker.maker.make_authenticator" to "maker.auto_command.make_auth".
  • Inlined service "maker.maker.make_command" to "maker.auto_command.make_command".
  • Inlined service "maker.maker.make_controller" to "maker.auto_command.make_controller".
  • Inlined service "maker.maker.make_crud" to "maker.auto_command.make_crud".
  • Inlined service "maker.maker.make_docker_database" to "maker.auto_command.make_docker_database".
  • Inlined service "maker.maker.make_entity" to "maker.auto_command.make_entity".
  • Inlined service "maker.maker.make_fixtures" to "maker.auto_command.make_fixtures".
  • Inlined service "maker.maker.make_form" to "maker.auto_command.make_form".
  • Inlined service "maker.maker.make_message" to "maker.auto_command.make_message".
  • Inlined service "maker.maker.make_messenger_middleware" to "maker.auto_command.make_messenger_middleware".
  • Inlined service "maker.maker.make_registration_form" to "maker.auto_command.make_registration_form".
  • Inlined service "maker.maker.make_reset_password" to "maker.auto_command.make_reset_password".
  • Inlined service "maker.maker.make_serializer_encoder" to "maker.auto_command.make_serializer_encoder".
  • Inlined service "maker.maker.make_serializer_normalizer" to "maker.auto_command.make_serializer_normalizer".
  • Inlined service "maker.maker.make_subscriber" to "maker.auto_command.make_subscriber".
  • Inlined service "maker.maker.make_twig_extension" to "maker.auto_command.make_twig_extension".
  • Inlined service "maker.maker.make_test" to "maker.auto_command.make_test".
  • Inlined service "maker.maker.make_validator" to "maker.auto_command.make_validator".
  • Inlined service "maker.maker.make_voter" to "maker.auto_command.make_voter".
  • Inlined service "maker.maker.make_user" to "maker.auto_command.make_user".
  • Inlined service "maker.maker.make_migration" to "maker.auto_command.make_migration".
  • Inlined service "debug.argument_resolver.request_attribute.inner" to "debug.argument_resolver.request_attribute".
  • Inlined service "debug.argument_resolver.request.inner" to "debug.argument_resolver.request".
  • Inlined service "debug.argument_resolver.session.inner" to "debug.argument_resolver.session".
  • Inlined service "debug.security.user_value_resolver.inner" to "debug.security.user_value_resolver".
  • Inlined service "debug.argument_resolver.service.inner" to "debug.argument_resolver.service".
  • Inlined service "debug.argument_resolver.default.inner" to "debug.argument_resolver.default".
  • Inlined service "debug.argument_resolver.variadic.inner" to "debug.argument_resolver.variadic".
  • Inlined service "debug.argument_resolver.not_tagged_controller.inner" to "debug.argument_resolver.not_tagged_controller".
  • Inlined service "security.access.authenticated_voter" to "debug.security.voter.security.access.authenticated_voter".
  • Inlined service "security.access.simple_role_voter" to "debug.security.voter.security.access.simple_role_voter".
  • Inlined service "monolog.handler.null_internal" to "monolog.logger.event".
  • Inlined service ".service_locator..2EUcGt" to ".service_locator..2EUcGt.router.default".
  • Inlined service ".service_locator.HLwzKIm" to ".service_locator.HLwzKIm.router.cache_warmer".
  • Inlined service "argument_metadata_factory" to "debug.argument_resolver.inner".
  • Inlined service ".service_locator.G80u3e3" to "console.command_loader".
  • Inlined service "cache.default_marshaller" to "cache.app.recorder_inner".
  • Inlined service ".service_locator..2EUcGt.router.default" to "router".
  • Inlined service "parameter_bag" to "router".
  • Inlined service "monolog.logger.router" to "router".
  • Inlined service "config_cache_factory" to "router".
  • Inlined service "swiftmailer.mailer.default.transport.buffer" to "swiftmailer.mailer.default.transport".
  • Inlined service "swiftmailer.mailer.default.transport.authhandler" to "swiftmailer.mailer.default.transport".
  • Inlined service "swiftmailer.mailer.default.transport.eventdispatcher" to "swiftmailer.mailer.default.transport".
  • Inlined service "swiftmailer.transport.configurator.default" to "swiftmailer.mailer.default.transport".
  • Inlined service "debug.validator.inner" to "validator".
  • Inlined service "debug.event_dispatcher.inner" to "event_dispatcher".
  • Inlined service "monolog.logger.event" to "event_dispatcher".
  • Inlined service "monolog.logger.profiler" to "profiler".
  • Inlined service "monolog.logger.profiler" to "profiler".
  • Inlined service "routing.loader.annotation" to "routing.loader".
  • Inlined service "routing.loader.annotation" to "routing.loader".
  • Inlined service "routing.loader.annotation" to "routing.loader".
  • Inlined service "serializer.name_converter.metadata_aware" to "serializer".
  • Inlined service "serializer.name_converter.metadata_aware" to "serializer".
220
Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\UnusedTagsPass
  • Tag "container.decorator" was defined on service(s) "debug.controller_resolver", "debug.security.access.decision_manager", "debug.argument_resolver.request_attribute", "debug.argument_resolver.request", "debug.argument_resolver.session", "debug.security.user_value_resolver", "debug.argument_resolver.service", "debug.argument_resolver.default", "debug.argument_resolver.variadic", "debug.argument_resolver.not_tagged_controller", "validator", "event_dispatcher", but was never used.
  • Tag "container.preload" was defined on service(s) "doctrine.orm.default_entity_manager", but was never used.
2