https://ourhoneybee.eu/api/v1/tokenInfo?hbeeSessionToken=NDOHJF52MG1775356081

Log Messages

Info. & Errors 3

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

Level Channel Message
INFO request Matched route
"app_token_info_api"
.
[
  "route" => "app_token_info_api"
  "route_parameters" => [
    "_route" => "app_token_info_api"
    "refRoute" => ""
    "version" => "v1"
    "apiKey" => "impose"
    "_controller" => "ApplicationBundle\Controller\DashboardController::getLogindataFromTokenAction"
  ]
  "request_uri" => "https://ourhoneybee.eu/api/v1/tokenInfo?hbeeSessionToken=NDOHJF52MG1775356081"
  "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 112

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 Deprecated: Array and string offset access syntax with curly braces is deprecated
[
  "exception" => ErrorException {#255
    #message: "Deprecated: Array and string offset access syntax with curly braces is deprecated"
    #code: 0
    #file: "/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/src/ApplicationBundle/Modules/System/MiscActions.php"
    #line: 839
    #severity: E_DEPRECATED
    trace: {
      /home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/src/ApplicationBundle/Modules/System/MiscActions.php:839 {
        Symfony\Component\Debug\ErrorHandler->handleError($type, $message, $file, $line) …
        › for ($j = 0; $j < $count; $j++) {    $b{$j} == '1' and $out[] = $in[$j];}
      }
      /home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor/symfony/debug/DebugClassLoader.php:163 {
        spl_autoload_call($class_name) …
        ›     return;} elseif (false === include $file) {    return;
      }
      /home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/src/ApplicationBundle/Listener/SessionListener.php:396 {
        ApplicationBundle\Listener\SessionListener->onKernelController(FilterControllerEvent $event) …
        › 
        › $to_set_session_data = MiscActions::GetSessionDataFromToken($em_goc, $request->request->get('hbeeSessionToken'))['sessionData'];if ($to_set_session_data != null) {
      }
      /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:157 {
        Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
        › $event = new ControllerEvent($this, $controller, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::CONTROLLER);$controller = $event->getController();
      }
      /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/src/ApplicationBundle/Modules/System/MiscActions.php:839 {
    Symfony\Component\Debug\ErrorHandler->handleError($type, $message, $file, $line) …
    › for ($j = 0; $j < $count; $j++) {    $b{$j} == '1' and $out[] = $in[$j];}
  }
  /home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor/symfony/debug/DebugClassLoader.php:163 {
    spl_autoload_call($class_name) …
    ›     return;} elseif (false === include $file) {    return;
  }
  /home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/src/ApplicationBundle/Listener/SessionListener.php:396 {
    ApplicationBundle\Listener\SessionListener->onKernelController(FilterControllerEvent $event) …
    › 
    › $to_set_session_data = MiscActions::GetSessionDataFromToken($em_goc, $request->request->get('hbeeSessionToken'))['sessionData'];if ($to_set_session_data != null) {
  }
  /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:157 {
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
    › $event = new ControllerEvent($this, $controller, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::CONTROLLER);$controller = $event->getController();
  }
  /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 {#480
    #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/appAppKernelDevDebugContainer.php:883 {
        ContainerMBEyLVQ\appAppKernelDevDebugContainer->getProfilerService() …
        › $instance->add(new \Symfony\Bundle\SecurityBundle\DataCollector\SecurityDataCollector(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), new \Symfony\Component\Security\Core\Role\RoleHierarchy([]), ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()), ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService()), ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService()), ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService())));$instance->add(new \Symfony\Bridge\Twig\DataCollector\TwigDataCollector(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), ($this->services['twig'] ?? $this->getTwigService())));$instance->add($e);
      }
      /home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/var/cache/dev/ContainerMBEyLVQ/appAppKernelDevDebugContainer.php:1520 {
        ContainerMBEyLVQ\appAppKernelDevDebugContainer->getProfilerListenerService() …
        › {    $a = ($this->services['profiler'] ?? $this->getProfilerService());}
      /home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/var/cache/dev/ContainerMBEyLVQ/appAppKernelDevDebugContainer.php:728 {
        ContainerMBEyLVQ\appAppKernelDevDebugContainer->ContainerMBEyLVQ\{closure} …
        › $instance->addListener('kernel.response', [0 => function () {    return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());}, 1 => 'onKernelResponse'], -100);
      }
      /home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor/symfony/event-dispatcher/EventDispatcher.php:279 {
        Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName) …
        › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {    $listener[0] = $listener[0]();    $listener[1] = $listener[1] ?? '__invoke';
      }
      /home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor/symfony/event-dispatcher/EventDispatcher.php:90 {
        Symfony\Component\EventDispatcher\EventDispatcher->getListeners($eventName = null) …
        › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
      }
      /home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:334 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName) …
        › 
        › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
      }
      /home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:162 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
        › 
        › $this->preProcess($eventName);try {
      }
      /home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor/symfony/http-kernel/HttpKernel.php:202 {
        Symfony\Component\HttpKernel\HttpKernel->filterResponse(Response $response, Request $request, int $type): Response …
        › 
        › $this->dispatcher->dispatch($event, KernelEvents::RESPONSE);}
      /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/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/appAppKernelDevDebugContainer.php:883 {
    ContainerMBEyLVQ\appAppKernelDevDebugContainer->getProfilerService() …
    › $instance->add(new \Symfony\Bundle\SecurityBundle\DataCollector\SecurityDataCollector(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), new \Symfony\Component\Security\Core\Role\RoleHierarchy([]), ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()), ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService()), ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService()), ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService())));$instance->add(new \Symfony\Bridge\Twig\DataCollector\TwigDataCollector(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), ($this->services['twig'] ?? $this->getTwigService())));$instance->add($e);
  }
  /home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/var/cache/dev/ContainerMBEyLVQ/appAppKernelDevDebugContainer.php:1520 {
    ContainerMBEyLVQ\appAppKernelDevDebugContainer->getProfilerListenerService() …
    › {    $a = ($this->services['profiler'] ?? $this->getProfilerService());}
  /home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/var/cache/dev/ContainerMBEyLVQ/appAppKernelDevDebugContainer.php:728 {
    ContainerMBEyLVQ\appAppKernelDevDebugContainer->ContainerMBEyLVQ\{closure} …
    › $instance->addListener('kernel.response', [0 => function () {    return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());}, 1 => 'onKernelResponse'], -100);
  }
  /home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor/symfony/event-dispatcher/EventDispatcher.php:279 {
    Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName) …
    › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {    $listener[0] = $listener[0]();    $listener[1] = $listener[1] ?? '__invoke';
  }
  /home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor/symfony/event-dispatcher/EventDispatcher.php:90 {
    Symfony\Component\EventDispatcher\EventDispatcher->getListeners($eventName = null) …
    › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
  }
  /home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:334 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName) …
    › 
    › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
  }
  /home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:162 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
    › 
    › $this->preProcess($eventName);try {
  }
  /home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor/symfony/http-kernel/HttpKernel.php:202 {
    Symfony\Component\HttpKernel\HttpKernel->filterResponse(Response $response, Request $request, int $type): Response …
    › 
    › $this->dispatcher->dispatch($event, KernelEvents::RESPONSE);}
  /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\Bundle\FrameworkBundle\Templating\Loader\TemplateLocator class is deprecated since version 4.3 and will be removed in 5.0; use Twig instead.
[
  "exception" => ErrorException {#481
    #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/appAppKernelDevDebugContainer.php:883 {
        ContainerMBEyLVQ\appAppKernelDevDebugContainer->getProfilerService() …
        › $instance->add(new \Symfony\Bundle\SecurityBundle\DataCollector\SecurityDataCollector(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), new \Symfony\Component\Security\Core\Role\RoleHierarchy([]), ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()), ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService()), ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService()), ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService())));$instance->add(new \Symfony\Bridge\Twig\DataCollector\TwigDataCollector(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), ($this->services['twig'] ?? $this->getTwigService())));$instance->add($e);
      }
      /home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/var/cache/dev/ContainerMBEyLVQ/appAppKernelDevDebugContainer.php:1520 {
        ContainerMBEyLVQ\appAppKernelDevDebugContainer->getProfilerListenerService() …
        › {    $a = ($this->services['profiler'] ?? $this->getProfilerService());}
      /home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/var/cache/dev/ContainerMBEyLVQ/appAppKernelDevDebugContainer.php:728 {
        ContainerMBEyLVQ\appAppKernelDevDebugContainer->ContainerMBEyLVQ\{closure} …
        › $instance->addListener('kernel.response', [0 => function () {    return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());}, 1 => 'onKernelResponse'], -100);
      }
      /home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor/symfony/event-dispatcher/EventDispatcher.php:279 {
        Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName) …
        › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {    $listener[0] = $listener[0]();    $listener[1] = $listener[1] ?? '__invoke';
      }
      /home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor/symfony/event-dispatcher/EventDispatcher.php:90 {
        Symfony\Component\EventDispatcher\EventDispatcher->getListeners($eventName = null) …
        › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
      }
      /home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:334 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName) …
        › 
        › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
      }
      /home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:162 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
        › 
        › $this->preProcess($eventName);try {
      }
      /home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor/symfony/http-kernel/HttpKernel.php:202 {
        Symfony\Component\HttpKernel\HttpKernel->filterResponse(Response $response, Request $request, int $type): Response …
        › 
        › $this->dispatcher->dispatch($event, KernelEvents::RESPONSE);}
      /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/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/appAppKernelDevDebugContainer.php:883 {
    ContainerMBEyLVQ\appAppKernelDevDebugContainer->getProfilerService() …
    › $instance->add(new \Symfony\Bundle\SecurityBundle\DataCollector\SecurityDataCollector(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), new \Symfony\Component\Security\Core\Role\RoleHierarchy([]), ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()), ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService()), ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService()), ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService())));$instance->add(new \Symfony\Bridge\Twig\DataCollector\TwigDataCollector(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), ($this->services['twig'] ?? $this->getTwigService())));$instance->add($e);
  }
  /home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/var/cache/dev/ContainerMBEyLVQ/appAppKernelDevDebugContainer.php:1520 {
    ContainerMBEyLVQ\appAppKernelDevDebugContainer->getProfilerListenerService() …
    › {    $a = ($this->services['profiler'] ?? $this->getProfilerService());}
  /home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/var/cache/dev/ContainerMBEyLVQ/appAppKernelDevDebugContainer.php:728 {
    ContainerMBEyLVQ\appAppKernelDevDebugContainer->ContainerMBEyLVQ\{closure} …
    › $instance->addListener('kernel.response', [0 => function () {    return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());}, 1 => 'onKernelResponse'], -100);
  }
  /home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor/symfony/event-dispatcher/EventDispatcher.php:279 {
    Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName) …
    › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {    $listener[0] = $listener[0]();    $listener[1] = $listener[1] ?? '__invoke';
  }
  /home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor/symfony/event-dispatcher/EventDispatcher.php:90 {
    Symfony\Component\EventDispatcher\EventDispatcher->getListeners($eventName = null) …
    › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
  }
  /home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:334 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName) …
    › 
    › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
  }
  /home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:162 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
    › 
    › $this->preProcess($eventName);try {
  }
  /home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor/symfony/http-kernel/HttpKernel.php:202 {
    Symfony\Component\HttpKernel\HttpKernel->filterResponse(Response $response, Request $request, int $type): Response …
    › 
    › $this->dispatcher->dispatch($event, KernelEvents::RESPONSE);}
  /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 "templating.name_parser" service is deprecated since Symfony 4.3 and will be removed in 5.0.
[
  "exception" => ErrorException {#484
    #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/appAppKernelDevDebugContainer.php:883 {
        ContainerMBEyLVQ\appAppKernelDevDebugContainer->getProfilerService() …
        › $instance->add(new \Symfony\Bundle\SecurityBundle\DataCollector\SecurityDataCollector(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), new \Symfony\Component\Security\Core\Role\RoleHierarchy([]), ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()), ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService()), ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService()), ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService())));$instance->add(new \Symfony\Bridge\Twig\DataCollector\TwigDataCollector(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), ($this->services['twig'] ?? $this->getTwigService())));$instance->add($e);
      }
      /home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/var/cache/dev/ContainerMBEyLVQ/appAppKernelDevDebugContainer.php:1520 {
        ContainerMBEyLVQ\appAppKernelDevDebugContainer->getProfilerListenerService() …
        › {    $a = ($this->services['profiler'] ?? $this->getProfilerService());}
      /home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/var/cache/dev/ContainerMBEyLVQ/appAppKernelDevDebugContainer.php:728 {
        ContainerMBEyLVQ\appAppKernelDevDebugContainer->ContainerMBEyLVQ\{closure} …
        › $instance->addListener('kernel.response', [0 => function () {    return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());}, 1 => 'onKernelResponse'], -100);
      }
      /home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor/symfony/event-dispatcher/EventDispatcher.php:279 {
        Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName) …
        › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {    $listener[0] = $listener[0]();    $listener[1] = $listener[1] ?? '__invoke';
      }
      /home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor/symfony/event-dispatcher/EventDispatcher.php:90 {
        Symfony\Component\EventDispatcher\EventDispatcher->getListeners($eventName = null) …
        › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
      }
      /home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:334 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName) …
        › 
        › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
      }
      /home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:162 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
        › 
        › $this->preProcess($eventName);try {
      }
      /home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor/symfony/http-kernel/HttpKernel.php:202 {
        Symfony\Component\HttpKernel\HttpKernel->filterResponse(Response $response, Request $request, int $type): Response …
        › 
        › $this->dispatcher->dispatch($event, KernelEvents::RESPONSE);}
      /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/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/appAppKernelDevDebugContainer.php:883 {
    ContainerMBEyLVQ\appAppKernelDevDebugContainer->getProfilerService() …
    › $instance->add(new \Symfony\Bundle\SecurityBundle\DataCollector\SecurityDataCollector(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), new \Symfony\Component\Security\Core\Role\RoleHierarchy([]), ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()), ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService()), ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService()), ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService())));$instance->add(new \Symfony\Bridge\Twig\DataCollector\TwigDataCollector(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), ($this->services['twig'] ?? $this->getTwigService())));$instance->add($e);
  }
  /home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/var/cache/dev/ContainerMBEyLVQ/appAppKernelDevDebugContainer.php:1520 {
    ContainerMBEyLVQ\appAppKernelDevDebugContainer->getProfilerListenerService() …
    › {    $a = ($this->services['profiler'] ?? $this->getProfilerService());}
  /home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/var/cache/dev/ContainerMBEyLVQ/appAppKernelDevDebugContainer.php:728 {
    ContainerMBEyLVQ\appAppKernelDevDebugContainer->ContainerMBEyLVQ\{closure} …
    › $instance->addListener('kernel.response', [0 => function () {    return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());}, 1 => 'onKernelResponse'], -100);
  }
  /home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor/symfony/event-dispatcher/EventDispatcher.php:279 {
    Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName) …
    › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {    $listener[0] = $listener[0]();    $listener[1] = $listener[1] ?? '__invoke';
  }
  /home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor/symfony/event-dispatcher/EventDispatcher.php:90 {
    Symfony\Component\EventDispatcher\EventDispatcher->getListeners($eventName = null) …
    › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
  }
  /home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:334 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName) …
    › 
    › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
  }
  /home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:162 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
    › 
    › $this->preProcess($eventName);try {
  }
  /home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor/symfony/http-kernel/HttpKernel.php:202 {
    Symfony\Component\HttpKernel\HttpKernel->filterResponse(Response $response, Request $request, int $type): Response …
    › 
    › $this->dispatcher->dispatch($event, KernelEvents::RESPONSE);}
  /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\Bundle\FrameworkBundle\Templating\TemplateNameParser class is deprecated since version 4.3 and will be removed in 5.0; use Twig instead.
[
  "exception" => ErrorException {#485
    #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/appAppKernelDevDebugContainer.php:883 {
        ContainerMBEyLVQ\appAppKernelDevDebugContainer->getProfilerService() …
        › $instance->add(new \Symfony\Bundle\SecurityBundle\DataCollector\SecurityDataCollector(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), new \Symfony\Component\Security\Core\Role\RoleHierarchy([]), ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()), ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService()), ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService()), ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService())));$instance->add(new \Symfony\Bridge\Twig\DataCollector\TwigDataCollector(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), ($this->services['twig'] ?? $this->getTwigService())));$instance->add($e);
      }
      /home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/var/cache/dev/ContainerMBEyLVQ/appAppKernelDevDebugContainer.php:1520 {
        ContainerMBEyLVQ\appAppKernelDevDebugContainer->getProfilerListenerService() …
        › {    $a = ($this->services['profiler'] ?? $this->getProfilerService());}
      /home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/var/cache/dev/ContainerMBEyLVQ/appAppKernelDevDebugContainer.php:728 {
        ContainerMBEyLVQ\appAppKernelDevDebugContainer->ContainerMBEyLVQ\{closure} …
        › $instance->addListener('kernel.response', [0 => function () {    return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());}, 1 => 'onKernelResponse'], -100);
      }
      /home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor/symfony/event-dispatcher/EventDispatcher.php:279 {
        Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName) …
        › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {    $listener[0] = $listener[0]();    $listener[1] = $listener[1] ?? '__invoke';
      }
      /home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor/symfony/event-dispatcher/EventDispatcher.php:90 {
        Symfony\Component\EventDispatcher\EventDispatcher->getListeners($eventName = null) …
        › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
      }
      /home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:334 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName) …
        › 
        › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
      }
      /home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:162 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
        › 
        › $this->preProcess($eventName);try {
      }
      /home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor/symfony/http-kernel/HttpKernel.php:202 {
        Symfony\Component\HttpKernel\HttpKernel->filterResponse(Response $response, Request $request, int $type): Response …
        › 
        › $this->dispatcher->dispatch($event, KernelEvents::RESPONSE);}
      /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/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/appAppKernelDevDebugContainer.php:883 {
    ContainerMBEyLVQ\appAppKernelDevDebugContainer->getProfilerService() …
    › $instance->add(new \Symfony\Bundle\SecurityBundle\DataCollector\SecurityDataCollector(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), new \Symfony\Component\Security\Core\Role\RoleHierarchy([]), ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()), ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService()), ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService()), ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService())));$instance->add(new \Symfony\Bridge\Twig\DataCollector\TwigDataCollector(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), ($this->services['twig'] ?? $this->getTwigService())));$instance->add($e);
  }
  /home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/var/cache/dev/ContainerMBEyLVQ/appAppKernelDevDebugContainer.php:1520 {
    ContainerMBEyLVQ\appAppKernelDevDebugContainer->getProfilerListenerService() …
    › {    $a = ($this->services['profiler'] ?? $this->getProfilerService());}
  /home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/var/cache/dev/ContainerMBEyLVQ/appAppKernelDevDebugContainer.php:728 {
    ContainerMBEyLVQ\appAppKernelDevDebugContainer->ContainerMBEyLVQ\{closure} …
    › $instance->addListener('kernel.response', [0 => function () {    return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());}, 1 => 'onKernelResponse'], -100);
  }
  /home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor/symfony/event-dispatcher/EventDispatcher.php:279 {
    Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName) …
    › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {    $listener[0] = $listener[0]();    $listener[1] = $listener[1] ?? '__invoke';
  }
  /home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor/symfony/event-dispatcher/EventDispatcher.php:90 {
    Symfony\Component\EventDispatcher\EventDispatcher->getListeners($eventName = null) …
    › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
  }
  /home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:334 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName) …
    › 
    › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
  }
  /home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:162 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
    › 
    › $this->preProcess($eventName);try {
  }
  /home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor/symfony/http-kernel/HttpKernel.php:202 {
    Symfony\Component\HttpKernel\HttpKernel->filterResponse(Response $response, Request $request, int $type): Response …
    › 
    › $this->dispatcher->dispatch($event, KernelEvents::RESPONSE);}
  /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 (2 times) User Deprecated: Since symfony/http-foundation 5.3: "Symfony\Component\HttpFoundation\RequestStack::getMasterRequest()" is deprecated, use "getMainRequest()" instead.
[
  "exception" => ErrorException {#579
    #message: "User Deprecated: Since symfony/http-foundation 5.3: "Symfony\Component\HttpFoundation\RequestStack::getMasterRequest()" is deprecated, use "getMainRequest()" instead."
    #code: 0
    #file: "/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor/symfony/deprecation-contracts/function.php"
    #line: 25
    #severity: E_USER_DEPRECATED
    trace: {
      /home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor/symfony/deprecation-contracts/function.php:25 {
        trigger_deprecation(string $package, string $version, string $message, ...$args): void …
        › {    @trigger_error(($package || $version ? "Since $package $version: " : '').($args ? vsprintf($message, $args) : $message), \E_USER_DEPRECATED);}
      }
      /home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor/symfony/http-foundation/RequestStack.php:92 {
        Symfony\Component\HttpFoundation\RequestStack->getMasterRequest() …
        › {    trigger_deprecation('symfony/http-foundation', '5.3', '"%s()" is deprecated, use "getMainRequest()" instead.', __METHOD__);}
      /home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor/symfony/http-kernel/DataCollector/LoggerDataCollector.php:49 {
        Symfony\Component\HttpKernel\DataCollector\LoggerDataCollector->collect(Request $request, Response $response) …
        › {    $this->currentRequest = $this->requestStack && $this->requestStack->getMasterRequest() !== $request ? $request : null;}
      }
      /home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor/symfony/http-kernel/Profiler/Profiler.php:178 {
        Symfony\Component\HttpKernel\Profiler\Profiler->collect(Request $request, Response $response) …
        › 
        › $collector->collect($request, $response, $e);// we need to clone for sub-requests
      }
      /home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor/symfony/http-kernel/EventListener/ProfilerListener.php:100 {
        Symfony\Component\HttpKernel\EventListener\ProfilerListener->onKernelResponse(FilterResponseEvent $event) …
        › try {    if (!$profile = $this->profiler->collect($request, $event->getResponse(), $exception)) {        return;
      }
      /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:202 {
        Symfony\Component\HttpKernel\HttpKernel->filterResponse(Response $response, Request $request, int $type): Response …
        › 
        › $this->dispatcher->dispatch($event, KernelEvents::RESPONSE);}
      /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/vendor/symfony/http-foundation/RequestStack.php:92 {
    Symfony\Component\HttpFoundation\RequestStack->getMasterRequest() …
    › {    trigger_deprecation('symfony/http-foundation', '5.3', '"%s()" is deprecated, use "getMainRequest()" instead.', __METHOD__);}
  /home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor/symfony/http-kernel/DataCollector/LoggerDataCollector.php:49 {
    Symfony\Component\HttpKernel\DataCollector\LoggerDataCollector->collect(Request $request, Response $response) …
    › {    $this->currentRequest = $this->requestStack && $this->requestStack->getMasterRequest() !== $request ? $request : null;}
  }
  /home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor/symfony/http-kernel/Profiler/Profiler.php:178 {
    Symfony\Component\HttpKernel\Profiler\Profiler->collect(Request $request, Response $response) …
    › 
    › $collector->collect($request, $response, $e);// we need to clone for sub-requests
  }
  /home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/vendor/symfony/http-kernel/EventListener/ProfilerListener.php:100 {
    Symfony\Component\HttpKernel\EventListener\ProfilerListener->onKernelResponse(FilterResponseEvent $event) …
    › try {    if (!$profile = $this->profiler->collect($request, $event->getResponse(), $exception)) {        return;
  }
  /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:202 {
    Symfony\Component\HttpKernel\HttpKernel->filterResponse(Response $response, Request $request, int $type): Response …
    › 
    › $this->dispatcher->dispatch($event, KernelEvents::RESPONSE);}
  /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 "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 {#668
    #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 {#727
    +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 {#728
    +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 {#729
    +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 {#730
    +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 {#731
    +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 {#732
    +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 {#735
    +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 36

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"
]
doctrine Executing statement:
"SELECT t0.id AS id_1, t0.session_data AS session_data_2, t0.token AS token_3, t0.fire_base_token AS fire_base_token_4, t0.user_id AS user_id_5, t0.user_type AS user_type_6, t0.expires_at AS expires_at_7, t0.perpetual AS perpetual_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM entity_token_storage t0 WHERE t0.token = ? LIMIT 1"
(parameters:
[
  1 => "NDOHJF52MG1775356081"
]
, types:
[
  1 => 2
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.session_data AS session_data_2, t0.token AS token_3, t0.fire_base_token AS fire_base_token_4, t0.user_id AS user_id_5, t0.user_type AS user_type_6, t0.expires_at AS expires_at_7, t0.perpetual AS perpetual_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM entity_token_storage t0 WHERE t0.token = ? LIMIT 1"
  "params" => [
    1 => "NDOHJF52MG1775356081"
  ]
  "types" => [
    1 => 2
  ]
]
doctrine Beginning transaction
doctrine Executing statement:
"UPDATE entity_token_storage SET expires_at = ?, updated_at = ? WHERE id = ?"
(parameters:
[
  1 => "2026-04-07 08:38:22"
  2 => "2026-04-06 08:38:22"
  3 => "35920"
]
, types:
[
  1 => 2
  2 => 2
  3 => 2
]
)
[
  "sql" => "UPDATE entity_token_storage SET expires_at = ?, updated_at = ? WHERE id = ?"
  "params" => [
    1 => "2026-04-07 08:38:22"
    2 => "2026-04-06 08:38:22"
    3 => "35920"
  ]
  "types" => [
    1 => 2
    2 => 2
    3 => 2
  ]
]
doctrine Committing transaction
doctrine Executing statement:
"DELETE FROM entity_token_storage WHERE (  perpetual !=1  ) and expires_at < NOW(); "
[
  "sql" => "DELETE FROM entity_token_storage WHERE (  perpetual !=1  ) and expires_at < NOW(); "
]
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.id AS id_1, t0.session_data AS session_data_2, t0.token AS token_3, t0.fire_base_token AS fire_base_token_4, t0.user_id AS user_id_5, t0.user_type AS user_type_6, t0.expires_at AS expires_at_7, t0.perpetual AS perpetual_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM entity_token_storage t0 WHERE t0.token = ? LIMIT 1"
(parameters:
[
  1 => "NDOHJF52MG1775356081"
]
, types:
[
  1 => 2
]
)
[
  "sql" => "SELECT t0.id AS id_1, t0.session_data AS session_data_2, t0.token AS token_3, t0.fire_base_token AS fire_base_token_4, t0.user_id AS user_id_5, t0.user_type AS user_type_6, t0.expires_at AS expires_at_7, t0.perpetual AS perpetual_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM entity_token_storage t0 WHERE t0.token = ? LIMIT 1"
  "params" => [
    1 => "NDOHJF52MG1775356081"
  ]
  "types" => [
    1 => 2
  ]
]
doctrine Beginning transaction
doctrine Executing statement:
"UPDATE entity_token_storage SET expires_at = ?, updated_at = ? WHERE id = ?"
(parameters:
[
  1 => "2026-04-07 08:38:22"
  2 => "2026-04-06 08:38:22"
  3 => "35920"
]
, types:
[
  1 => 2
  2 => 2
  3 => 2
]
)
[
  "sql" => "UPDATE entity_token_storage SET expires_at = ?, updated_at = ? WHERE id = ?"
  "params" => [
    1 => "2026-04-07 08:38:22"
    2 => "2026-04-06 08:38:22"
    3 => "35920"
  ]
  "types" => [
    1 => 2
    2 => 2
    3 => 2
  ]
]
doctrine Committing transaction
doctrine Executing statement:
"DELETE FROM entity_token_storage WHERE (  perpetual !=1  ) and expires_at < NOW(); "
[
  "sql" => "DELETE FROM entity_token_storage WHERE (  perpetual !=1  ) and expires_at < NOW(); "
]
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