08:35:11
|
php
|
User Deprecated: Bundle inheritance is deprecated as of 3.4 and will be removed in 4.0.
[
"exception" => ErrorException {#10
#message: "User Deprecated: Bundle inheritance is deprecated as of 3.4 and will be removed in 4.0."
#code: 0
#file: "/var/www/html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php"
#line: 496
#severity: E_USER_DEPRECATED
trace: {
/var/www/html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php:496 {
› if ($parentName = $bundle->getParent()) {
› @trigger_error('Bundle inheritance is deprecated as of 3.4 and will be removed in 4.0.', E_USER_DEPRECATED);
›
}
/var/www/html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php:132 {
› // init bundles
› $this->initializeBundles();
›
}
/var/www/html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php:195 {
› {
› $this->boot();
› ++$this->requestStackSize;
}
/var/www/html/web/app_dev.php:32 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
}
}
}
]
{
/var/www/html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php:496 {
› if ($parentName = $bundle->getParent()) {
› @trigger_error('Bundle inheritance is deprecated as of 3.4 and will be removed in 4.0.', E_USER_DEPRECATED);
›
}
/var/www/html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php:132 {
› // init bundles
› $this->initializeBundles();
›
}
/var/www/html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php:195 {
› {
› $this->boot();
› ++$this->requestStackSize;
}
/var/www/html/web/app_dev.php:32 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
}
}
|
08:35:11
|
php
|
User Deprecated: The Knp\Bundle\MenuBundle\EventListener\VoterInitializerListener class is deprecated since 2.2 and will be removed in 3.0.
[
"exception" => ErrorException {#237
#message: "User Deprecated: The Knp\Bundle\MenuBundle\EventListener\VoterInitializerListener class is deprecated since 2.2 and will be removed in 3.0."
#code: 0
#file: "/var/www/html/vendor/knplabs/knp-menu-bundle/src/EventListener/VoterInitializerListener.php"
#line: 5
#severity: E_USER_DEPRECATED
trace: {
/var/www/html/vendor/knplabs/knp-menu-bundle/src/EventListener/VoterInitializerListener.php:5 {
›
› @trigger_error(sprintf('The %s class is deprecated since 2.2 and will be removed in 3.0.', VoterInitializerListener::class), E_USER_DEPRECATED);
›
}
/var/www/html/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php:156 {
› } else {
› require $file;
› }
}
Symfony\Component\Debug\DebugClassLoader->loadClass() {}
/var/www/html/var/cache/dev/ContainerBgjtbcc/appDevDebugProjectContainer.php:4081 {
› {
› $this->services['knp_menu.listener.voters'] = $instance = new \Knp\Bundle\MenuBundle\EventListener\VoterInitializerListener();
›
}
/var/www/html/var/cache/dev/ContainerBgjtbcc/appDevDebugProjectContainer.php:3652 {
› $instance->addListener('kernel.request', [0 => function () {
› return ${($_ = isset($this->services['knp_menu.listener.voters']) ? $this->services['knp_menu.listener.voters'] : $this->getKnpMenu_Listener_VotersService()) && false ?: '_'};
› }, 1 => 'onKernelRequest'], 0);
}
/var/www/html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:229 {
› if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure) {
› $listener[0] = $listener[0]();
› $this->listeners[$eventName][$priority][$k] = $listener;
}
/var/www/html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:61 {
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/var/www/html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/ContainerAwareEventDispatcher.php:128 {
›
› return parent::getListeners($eventName);
› }
}
/var/www/html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php:262 {
› {
› foreach ($this->dispatcher->getListeners($eventName) as $listener) {
› $priority = $this->getListenerPriority($eventName, $listener);
}
/var/www/html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php:137 {
›
› $this->preProcess($eventName);
› try {
}
/var/www/html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:127 {
› $event = new GetResponseEvent($this, $request, $type);
› $this->dispatcher->dispatch(KernelEvents::REQUEST, $event);
›
}
/var/www/html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:68 {
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
}
/var/www/html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php:200 {
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/var/www/html/web/app_dev.php:32 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
}
}
}
]
{
/var/www/html/vendor/knplabs/knp-menu-bundle/src/EventListener/VoterInitializerListener.php:5 {
›
› @trigger_error(sprintf('The %s class is deprecated since 2.2 and will be removed in 3.0.', VoterInitializerListener::class), E_USER_DEPRECATED);
›
}
/var/www/html/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php:156 {
› } else {
› require $file;
› }
}
Symfony\Component\Debug\DebugClassLoader->loadClass() {}
/var/www/html/var/cache/dev/ContainerBgjtbcc/appDevDebugProjectContainer.php:4081 {
› {
› $this->services['knp_menu.listener.voters'] = $instance = new \Knp\Bundle\MenuBundle\EventListener\VoterInitializerListener();
›
}
/var/www/html/var/cache/dev/ContainerBgjtbcc/appDevDebugProjectContainer.php:3652 {
› $instance->addListener('kernel.request', [0 => function () {
› return ${($_ = isset($this->services['knp_menu.listener.voters']) ? $this->services['knp_menu.listener.voters'] : $this->getKnpMenu_Listener_VotersService()) && false ?: '_'};
› }, 1 => 'onKernelRequest'], 0);
}
/var/www/html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:229 {
› if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure) {
› $listener[0] = $listener[0]();
› $this->listeners[$eventName][$priority][$k] = $listener;
}
/var/www/html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:61 {
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/var/www/html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/ContainerAwareEventDispatcher.php:128 {
›
› return parent::getListeners($eventName);
› }
}
/var/www/html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php:262 {
› {
› foreach ($this->dispatcher->getListeners($eventName) as $listener) {
› $priority = $this->getListenerPriority($eventName, $listener);
}
/var/www/html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php:137 {
›
› $this->preProcess($eventName);
› try {
}
/var/www/html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:127 {
› $event = new GetResponseEvent($this, $request, $type);
› $this->dispatcher->dispatch(KernelEvents::REQUEST, $event);
›
}
/var/www/html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:68 {
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
}
/var/www/html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php:200 {
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/var/www/html/web/app_dev.php:32 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
}
}
|
08:35:11
|
php
|
User Deprecated: Using the "Twig_Extension_GlobalsInterface" class is deprecated since Twig version 2.7, use "Twig\Extension\GlobalsInterface" instead.
[
"exception" => ErrorException {#572
#message: "User Deprecated: Using the "Twig_Extension_GlobalsInterface" class is deprecated since Twig version 2.7, use "Twig\Extension\GlobalsInterface" instead."
#code: 0
#file: "/var/www/html/vendor/twig/twig/lib/Twig/Extension/GlobalsInterface.php"
#line: 7
#severity: E_USER_DEPRECATED
trace: {
/var/www/html/vendor/twig/twig/lib/Twig/Extension/GlobalsInterface.php:7 {
›
› @trigger_error(sprintf('Using the "Twig_Extension_GlobalsInterface" class is deprecated since Twig version 2.7, use "Twig\Extension\GlobalsInterface" instead.'), E_USER_DEPRECATED);
›
}
/var/www/html/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php:156 {
› } else {
› require $file;
› }
}
Symfony\Component\Debug\DebugClassLoader->loadClass() {}
/var/www/html/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/AsseticExtension.php:17 {
›
› class AsseticExtension extends \Twig_Extension implements \Twig_Extension_GlobalsInterface
› {
}
/var/www/html/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php:156 {
› } else {
› require $file;
› }
}
Symfony\Component\Debug\DebugClassLoader->loadClass() {}
/var/www/html/vendor/symfony/assetic-bundle/Twig/AsseticExtension.php:24 {
› */
› class AsseticExtension extends BaseAsseticExtension
› {
}
/var/www/html/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php:156 {
› } else {
› require $file;
› }
}
Symfony\Component\Debug\DebugClassLoader->loadClass() {}
/var/www/html/var/cache/dev/ContainerBgjtbcc/appDevDebugProjectContainer.php:2300 {
› $instance->addExtension(new \Doctrine\Bundle\DoctrineBundle\Twig\DoctrineExtension());
› $instance->addExtension(new \Symfony\Bundle\AsseticBundle\Twig\AsseticExtension(${($_ = isset($this->services['assetic.asset_factory']) ? $this->services['assetic.asset_factory'] : $this->getAssetic_AssetFactoryService()) && false ?: '_'}, ${($_ = isset($this->services['templating.name_parser']) ? $this->services['templating.name_parser'] : ($this->services['templating.name_parser'] = new \Symfony\Bundle\FrameworkBundle\Templating\TemplateNameParser(${($_ = isset($this->services['kernel']) ? $this->services['kernel'] : $this->get('kernel', 1)) && false ?: '_'}))) && false ?: '_'}, false, [], $this->parameters['assetic.bundles'], new \Symfony\Bundle\AsseticBundle\DefaultValueSupplier($this)));
› $instance->addExtension(${($_ = isset($this->services['sonata.core.flashmessage.twig.extension']) ? $this->services['sonata.core.flashmessage.twig.extension'] : ($this->services['sonata.core.flashmessage.twig.extension'] = new \Sonata\CoreBundle\Twig\Extension\FlashMessageExtension())) && false ?: '_'});
}
/var/www/html/var/cache/dev/ContainerBgjtbcc/appDevDebugProjectContainer.php:1939 {
› $instance->add(new \Symfony\Bundle\SecurityBundle\DataCollector\SecurityDataCollector(${($_ = isset($this->services['security.token_storage']) ? $this->services['security.token_storage'] : ($this->services['security.token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())) && false ?: '_'}, ${($_ = isset($this->services['security.role_hierarchy']) ? $this->services['security.role_hierarchy'] : $this->getSecurity_RoleHierarchyService()) && false ?: '_'}, ${($_ = isset($this->services['security.logout_url_generator']) ? $this->services['security.logout_url_generator'] : $this->getSecurity_LogoutUrlGeneratorService()) && false ?: '_'}, ${($_ = isset($this->services['debug.security.access.decision_manager']) ? $this->services['debug.security.access.decision_manager'] : $this->getDebug_Security_Access_DecisionManagerService()) && false ?: '_'}, ${($_ = isset($this->services['security.firewall.map']) ? $this->services['security.firewall.map'] : $this->getSecurity_Firewall_MapService()) && false ?: '_'}, ${($_ = isset($this->services['security.firewall']) ? $this->services['security.firewall'] : $this->getSecurity_FirewallService()) && false ?: '_'}));
› $instance->add(new \Symfony\Bridge\Twig\DataCollector\TwigDataCollector(${($_ = isset($this->services['twig.profile']) ? $this->services['twig.profile'] : ($this->services['twig.profile'] = new \Twig\Profiler\Profile())) && false ?: '_'}, ${($_ = isset($this->services['twig']) ? $this->services['twig'] : $this->getTwigService()) && false ?: '_'}));
› $instance->add($d);
}
/var/www/html/var/cache/dev/ContainerBgjtbcc/appDevDebugProjectContainer.php:4369 {
› {
› return $this->services['profiler_listener'] = new \Symfony\Component\HttpKernel\EventListener\ProfilerListener(${($_ = isset($this->services['profiler']) ? $this->services['profiler'] : $this->getProfilerService()) && false ?: '_'}, ${($_ = isset($this->services['request_stack']) ? $this->services['request_stack'] : ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())) && false ?: '_'}, NULL, false, false);
› }
}
/var/www/html/var/cache/dev/ContainerBgjtbcc/appDevDebugProjectContainer.php:3730 {
› $instance->addListener('kernel.exception', [0 => function () {
› return ${($_ = isset($this->services['profiler_listener']) ? $this->services['profiler_listener'] : $this->getProfilerListenerService()) && false ?: '_'};
› }, 1 => 'onKernelException'], 0);
}
/var/www/html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:229 {
› if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure) {
› $listener[0] = $listener[0]();
› $this->listeners[$eventName][$priority][$k] = $listener;
}
/var/www/html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:61 {
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/var/www/html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/ContainerAwareEventDispatcher.php:128 {
›
› return parent::getListeners($eventName);
› }
}
/var/www/html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php:262 {
› {
› foreach ($this->dispatcher->getListeners($eventName) as $listener) {
› $priority = $this->getListenerPriority($eventName, $listener);
}
/var/www/html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php:137 {
›
› $this->preProcess($eventName);
› try {
}
/var/www/html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:228 {
› $event = new GetResponseForExceptionEvent($this, $request, $type, $e);
› $this->dispatcher->dispatch(KernelEvents::EXCEPTION, $event);
›
}
/var/www/html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:79 {
›
› return $this->handleException($e, $request, $type);
› }
}
/var/www/html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php:200 {
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/var/www/html/web/app_dev.php:32 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
}
}
}
]
{
/var/www/html/vendor/twig/twig/lib/Twig/Extension/GlobalsInterface.php:7 {
›
› @trigger_error(sprintf('Using the "Twig_Extension_GlobalsInterface" class is deprecated since Twig version 2.7, use "Twig\Extension\GlobalsInterface" instead.'), E_USER_DEPRECATED);
›
}
/var/www/html/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php:156 {
› } else {
› require $file;
› }
}
Symfony\Component\Debug\DebugClassLoader->loadClass() {}
/var/www/html/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/AsseticExtension.php:17 {
›
› class AsseticExtension extends \Twig_Extension implements \Twig_Extension_GlobalsInterface
› {
}
/var/www/html/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php:156 {
› } else {
› require $file;
› }
}
Symfony\Component\Debug\DebugClassLoader->loadClass() {}
/var/www/html/vendor/symfony/assetic-bundle/Twig/AsseticExtension.php:24 {
› */
› class AsseticExtension extends BaseAsseticExtension
› {
}
/var/www/html/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php:156 {
› } else {
› require $file;
› }
}
Symfony\Component\Debug\DebugClassLoader->loadClass() {}
/var/www/html/var/cache/dev/ContainerBgjtbcc/appDevDebugProjectContainer.php:2300 {
› $instance->addExtension(new \Doctrine\Bundle\DoctrineBundle\Twig\DoctrineExtension());
› $instance->addExtension(new \Symfony\Bundle\AsseticBundle\Twig\AsseticExtension(${($_ = isset($this->services['assetic.asset_factory']) ? $this->services['assetic.asset_factory'] : $this->getAssetic_AssetFactoryService()) && false ?: '_'}, ${($_ = isset($this->services['templating.name_parser']) ? $this->services['templating.name_parser'] : ($this->services['templating.name_parser'] = new \Symfony\Bundle\FrameworkBundle\Templating\TemplateNameParser(${($_ = isset($this->services['kernel']) ? $this->services['kernel'] : $this->get('kernel', 1)) && false ?: '_'}))) && false ?: '_'}, false, [], $this->parameters['assetic.bundles'], new \Symfony\Bundle\AsseticBundle\DefaultValueSupplier($this)));
› $instance->addExtension(${($_ = isset($this->services['sonata.core.flashmessage.twig.extension']) ? $this->services['sonata.core.flashmessage.twig.extension'] : ($this->services['sonata.core.flashmessage.twig.extension'] = new \Sonata\CoreBundle\Twig\Extension\FlashMessageExtension())) && false ?: '_'});
}
/var/www/html/var/cache/dev/ContainerBgjtbcc/appDevDebugProjectContainer.php:1939 {
› $instance->add(new \Symfony\Bundle\SecurityBundle\DataCollector\SecurityDataCollector(${($_ = isset($this->services['security.token_storage']) ? $this->services['security.token_storage'] : ($this->services['security.token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())) && false ?: '_'}, ${($_ = isset($this->services['security.role_hierarchy']) ? $this->services['security.role_hierarchy'] : $this->getSecurity_RoleHierarchyService()) && false ?: '_'}, ${($_ = isset($this->services['security.logout_url_generator']) ? $this->services['security.logout_url_generator'] : $this->getSecurity_LogoutUrlGeneratorService()) && false ?: '_'}, ${($_ = isset($this->services['debug.security.access.decision_manager']) ? $this->services['debug.security.access.decision_manager'] : $this->getDebug_Security_Access_DecisionManagerService()) && false ?: '_'}, ${($_ = isset($this->services['security.firewall.map']) ? $this->services['security.firewall.map'] : $this->getSecurity_Firewall_MapService()) && false ?: '_'}, ${($_ = isset($this->services['security.firewall']) ? $this->services['security.firewall'] : $this->getSecurity_FirewallService()) && false ?: '_'}));
› $instance->add(new \Symfony\Bridge\Twig\DataCollector\TwigDataCollector(${($_ = isset($this->services['twig.profile']) ? $this->services['twig.profile'] : ($this->services['twig.profile'] = new \Twig\Profiler\Profile())) && false ?: '_'}, ${($_ = isset($this->services['twig']) ? $this->services['twig'] : $this->getTwigService()) && false ?: '_'}));
› $instance->add($d);
}
/var/www/html/var/cache/dev/ContainerBgjtbcc/appDevDebugProjectContainer.php:4369 {
› {
› return $this->services['profiler_listener'] = new \Symfony\Component\HttpKernel\EventListener\ProfilerListener(${($_ = isset($this->services['profiler']) ? $this->services['profiler'] : $this->getProfilerService()) && false ?: '_'}, ${($_ = isset($this->services['request_stack']) ? $this->services['request_stack'] : ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())) && false ?: '_'}, NULL, false, false);
› }
}
/var/www/html/var/cache/dev/ContainerBgjtbcc/appDevDebugProjectContainer.php:3730 {
› $instance->addListener('kernel.exception', [0 => function () {
› return ${($_ = isset($this->services['profiler_listener']) ? $this->services['profiler_listener'] : $this->getProfilerListenerService()) && false ?: '_'};
› }, 1 => 'onKernelException'], 0);
}
/var/www/html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:229 {
› if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure) {
› $listener[0] = $listener[0]();
› $this->listeners[$eventName][$priority][$k] = $listener;
}
/var/www/html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:61 {
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/var/www/html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/ContainerAwareEventDispatcher.php:128 {
›
› return parent::getListeners($eventName);
› }
}
/var/www/html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php:262 {
› {
› foreach ($this->dispatcher->getListeners($eventName) as $listener) {
› $priority = $this->getListenerPriority($eventName, $listener);
}
/var/www/html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php:137 {
›
› $this->preProcess($eventName);
› try {
}
/var/www/html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:228 {
› $event = new GetResponseForExceptionEvent($this, $request, $type, $e);
› $this->dispatcher->dispatch(KernelEvents::EXCEPTION, $event);
›
}
/var/www/html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:79 {
›
› return $this->handleException($e, $request, $type);
› }
}
/var/www/html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php:200 {
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/var/www/html/web/app_dev.php:32 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
}
}
|
08:35:11
|
php
|
User Deprecated: The "sonata.core.model.adapter.chain" service is deprecated since 3.x and will be removed in 4.0.
[
"exception" => ErrorException {#443
#message: "User Deprecated: The "sonata.core.model.adapter.chain" service is deprecated since 3.x and will be removed in 4.0."
#code: 0
#file: "/var/www/html/var/cache/dev/ContainerBgjtbcc/getSonata_Core_Model_Adapter_ChainService.php"
#line: 8
#severity: E_USER_DEPRECATED
trace: {
/var/www/html/var/cache/dev/ContainerBgjtbcc/getSonata_Core_Model_Adapter_ChainService.php:8 {
›
› @trigger_error('The "sonata.core.model.adapter.chain" service is deprecated since 3.x and will be removed in 4.0.', E_USER_DEPRECATED);
›
}
/var/www/html/var/cache/dev/ContainerBgjtbcc/appDevDebugProjectContainer.php:1638 {
› {
› return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
› }
}
/var/www/html/var/cache/dev/ContainerBgjtbcc/appDevDebugProjectContainer.php:4984 {
› {
› return $this->services['sonata.core.twig.template_extension'] = new \Sonata\CoreBundle\Twig\Extension\TemplateExtension(true, ${($_ = isset($this->services['translator']) ? $this->services['translator'] : $this->getTranslatorService()) && false ?: '_'}, ${($_ = isset($this->services['sonata.core.model.adapter.chain']) ? $this->services['sonata.core.model.adapter.chain'] : $this->load('getSonata_Core_Model_Adapter_ChainService.php')) && false ?: '_'});
› }
}
/var/www/html/var/cache/dev/ContainerBgjtbcc/appDevDebugProjectContainer.php:2306 {
› $instance->addExtension(${($_ = isset($this->services['sonata.core.twig.deprecated_template_extension']) ? $this->services['sonata.core.twig.deprecated_template_extension'] : ($this->services['sonata.core.twig.deprecated_template_extension'] = new \Sonata\CoreBundle\Twig\Extension\DeprecatedTemplateExtension())) && false ?: '_'});
› $instance->addExtension(${($_ = isset($this->services['sonata.core.twig.template_extension']) ? $this->services['sonata.core.twig.template_extension'] : $this->getSonata_Core_Twig_TemplateExtensionService()) && false ?: '_'});
› $instance->addExtension(new \Sonata\BlockBundle\Twig\Extension\BlockExtension(${($_ = isset($this->services['sonata.block.templating.helper']) ? $this->services['sonata.block.templating.helper'] : $this->getSonata_Block_Templating_HelperService()) && false ?: '_'}));
}
/var/www/html/var/cache/dev/ContainerBgjtbcc/appDevDebugProjectContainer.php:1939 {
› $instance->add(new \Symfony\Bundle\SecurityBundle\DataCollector\SecurityDataCollector(${($_ = isset($this->services['security.token_storage']) ? $this->services['security.token_storage'] : ($this->services['security.token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())) && false ?: '_'}, ${($_ = isset($this->services['security.role_hierarchy']) ? $this->services['security.role_hierarchy'] : $this->getSecurity_RoleHierarchyService()) && false ?: '_'}, ${($_ = isset($this->services['security.logout_url_generator']) ? $this->services['security.logout_url_generator'] : $this->getSecurity_LogoutUrlGeneratorService()) && false ?: '_'}, ${($_ = isset($this->services['debug.security.access.decision_manager']) ? $this->services['debug.security.access.decision_manager'] : $this->getDebug_Security_Access_DecisionManagerService()) && false ?: '_'}, ${($_ = isset($this->services['security.firewall.map']) ? $this->services['security.firewall.map'] : $this->getSecurity_Firewall_MapService()) && false ?: '_'}, ${($_ = isset($this->services['security.firewall']) ? $this->services['security.firewall'] : $this->getSecurity_FirewallService()) && false ?: '_'}));
› $instance->add(new \Symfony\Bridge\Twig\DataCollector\TwigDataCollector(${($_ = isset($this->services['twig.profile']) ? $this->services['twig.profile'] : ($this->services['twig.profile'] = new \Twig\Profiler\Profile())) && false ?: '_'}, ${($_ = isset($this->services['twig']) ? $this->services['twig'] : $this->getTwigService()) && false ?: '_'}));
› $instance->add($d);
}
/var/www/html/var/cache/dev/ContainerBgjtbcc/appDevDebugProjectContainer.php:4369 {
› {
› return $this->services['profiler_listener'] = new \Symfony\Component\HttpKernel\EventListener\ProfilerListener(${($_ = isset($this->services['profiler']) ? $this->services['profiler'] : $this->getProfilerService()) && false ?: '_'}, ${($_ = isset($this->services['request_stack']) ? $this->services['request_stack'] : ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())) && false ?: '_'}, NULL, false, false);
› }
}
/var/www/html/var/cache/dev/ContainerBgjtbcc/appDevDebugProjectContainer.php:3730 {
› $instance->addListener('kernel.exception', [0 => function () {
› return ${($_ = isset($this->services['profiler_listener']) ? $this->services['profiler_listener'] : $this->getProfilerListenerService()) && false ?: '_'};
› }, 1 => 'onKernelException'], 0);
}
/var/www/html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:229 {
› if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure) {
› $listener[0] = $listener[0]();
› $this->listeners[$eventName][$priority][$k] = $listener;
}
/var/www/html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:61 {
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/var/www/html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/ContainerAwareEventDispatcher.php:128 {
›
› return parent::getListeners($eventName);
› }
}
/var/www/html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php:262 {
› {
› foreach ($this->dispatcher->getListeners($eventName) as $listener) {
› $priority = $this->getListenerPriority($eventName, $listener);
}
/var/www/html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php:137 {
›
› $this->preProcess($eventName);
› try {
}
/var/www/html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:228 {
› $event = new GetResponseForExceptionEvent($this, $request, $type, $e);
› $this->dispatcher->dispatch(KernelEvents::EXCEPTION, $event);
›
}
/var/www/html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:79 {
›
› return $this->handleException($e, $request, $type);
› }
}
/var/www/html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php:200 {
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/var/www/html/web/app_dev.php:32 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
}
}
}
]
{
/var/www/html/var/cache/dev/ContainerBgjtbcc/getSonata_Core_Model_Adapter_ChainService.php:8 {
›
› @trigger_error('The "sonata.core.model.adapter.chain" service is deprecated since 3.x and will be removed in 4.0.', E_USER_DEPRECATED);
›
}
/var/www/html/var/cache/dev/ContainerBgjtbcc/appDevDebugProjectContainer.php:1638 {
› {
› return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
› }
}
/var/www/html/var/cache/dev/ContainerBgjtbcc/appDevDebugProjectContainer.php:4984 {
› {
› return $this->services['sonata.core.twig.template_extension'] = new \Sonata\CoreBundle\Twig\Extension\TemplateExtension(true, ${($_ = isset($this->services['translator']) ? $this->services['translator'] : $this->getTranslatorService()) && false ?: '_'}, ${($_ = isset($this->services['sonata.core.model.adapter.chain']) ? $this->services['sonata.core.model.adapter.chain'] : $this->load('getSonata_Core_Model_Adapter_ChainService.php')) && false ?: '_'});
› }
}
/var/www/html/var/cache/dev/ContainerBgjtbcc/appDevDebugProjectContainer.php:2306 {
› $instance->addExtension(${($_ = isset($this->services['sonata.core.twig.deprecated_template_extension']) ? $this->services['sonata.core.twig.deprecated_template_extension'] : ($this->services['sonata.core.twig.deprecated_template_extension'] = new \Sonata\CoreBundle\Twig\Extension\DeprecatedTemplateExtension())) && false ?: '_'});
› $instance->addExtension(${($_ = isset($this->services['sonata.core.twig.template_extension']) ? $this->services['sonata.core.twig.template_extension'] : $this->getSonata_Core_Twig_TemplateExtensionService()) && false ?: '_'});
› $instance->addExtension(new \Sonata\BlockBundle\Twig\Extension\BlockExtension(${($_ = isset($this->services['sonata.block.templating.helper']) ? $this->services['sonata.block.templating.helper'] : $this->getSonata_Block_Templating_HelperService()) && false ?: '_'}));
}
/var/www/html/var/cache/dev/ContainerBgjtbcc/appDevDebugProjectContainer.php:1939 {
› $instance->add(new \Symfony\Bundle\SecurityBundle\DataCollector\SecurityDataCollector(${($_ = isset($this->services['security.token_storage']) ? $this->services['security.token_storage'] : ($this->services['security.token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())) && false ?: '_'}, ${($_ = isset($this->services['security.role_hierarchy']) ? $this->services['security.role_hierarchy'] : $this->getSecurity_RoleHierarchyService()) && false ?: '_'}, ${($_ = isset($this->services['security.logout_url_generator']) ? $this->services['security.logout_url_generator'] : $this->getSecurity_LogoutUrlGeneratorService()) && false ?: '_'}, ${($_ = isset($this->services['debug.security.access.decision_manager']) ? $this->services['debug.security.access.decision_manager'] : $this->getDebug_Security_Access_DecisionManagerService()) && false ?: '_'}, ${($_ = isset($this->services['security.firewall.map']) ? $this->services['security.firewall.map'] : $this->getSecurity_Firewall_MapService()) && false ?: '_'}, ${($_ = isset($this->services['security.firewall']) ? $this->services['security.firewall'] : $this->getSecurity_FirewallService()) && false ?: '_'}));
› $instance->add(new \Symfony\Bridge\Twig\DataCollector\TwigDataCollector(${($_ = isset($this->services['twig.profile']) ? $this->services['twig.profile'] : ($this->services['twig.profile'] = new \Twig\Profiler\Profile())) && false ?: '_'}, ${($_ = isset($this->services['twig']) ? $this->services['twig'] : $this->getTwigService()) && false ?: '_'}));
› $instance->add($d);
}
/var/www/html/var/cache/dev/ContainerBgjtbcc/appDevDebugProjectContainer.php:4369 {
› {
› return $this->services['profiler_listener'] = new \Symfony\Component\HttpKernel\EventListener\ProfilerListener(${($_ = isset($this->services['profiler']) ? $this->services['profiler'] : $this->getProfilerService()) && false ?: '_'}, ${($_ = isset($this->services['request_stack']) ? $this->services['request_stack'] : ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())) && false ?: '_'}, NULL, false, false);
› }
}
/var/www/html/var/cache/dev/ContainerBgjtbcc/appDevDebugProjectContainer.php:3730 {
› $instance->addListener('kernel.exception', [0 => function () {
› return ${($_ = isset($this->services['profiler_listener']) ? $this->services['profiler_listener'] : $this->getProfilerListenerService()) && false ?: '_'};
› }, 1 => 'onKernelException'], 0);
}
/var/www/html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:229 {
› if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure) {
› $listener[0] = $listener[0]();
› $this->listeners[$eventName][$priority][$k] = $listener;
}
/var/www/html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:61 {
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/var/www/html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/ContainerAwareEventDispatcher.php:128 {
›
› return parent::getListeners($eventName);
› }
}
/var/www/html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php:262 {
› {
› foreach ($this->dispatcher->getListeners($eventName) as $listener) {
› $priority = $this->getListenerPriority($eventName, $listener);
}
/var/www/html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php:137 {
›
› $this->preProcess($eventName);
› try {
}
/var/www/html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:228 {
› $event = new GetResponseForExceptionEvent($this, $request, $type, $e);
› $this->dispatcher->dispatch(KernelEvents::EXCEPTION, $event);
›
}
/var/www/html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:79 {
›
› return $this->handleException($e, $request, $type);
› }
}
/var/www/html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php:200 {
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/var/www/html/web/app_dev.php:32 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
}
}
|
08:35:11
|
php
|
User Deprecated: The Sonata\CoreBundle\Model\Adapter\AdapterInterface class is deprecated since version 3.x and will be removed in 4.0. Use Sonata\Doctrine\Adapter\AdapterChain instead.
[
"exception" => ErrorException {#422
#message: "User Deprecated: The Sonata\CoreBundle\Model\Adapter\AdapterInterface class is deprecated since version 3.x and will be removed in 4.0. Use Sonata\Doctrine\Adapter\AdapterChain instead."
#code: 0
#file: "/var/www/html/vendor/sonata-project/core-bundle/src/Model/Adapter/AdapterChain.php"
#line: 17
#severity: E_USER_DEPRECATED
trace: {
/var/www/html/vendor/sonata-project/core-bundle/src/Model/Adapter/AdapterChain.php:17 {
› .' Use Sonata\Doctrine\Adapter\AdapterChain instead.',
› E_USER_DEPRECATED
› );
}
/var/www/html/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php:156 {
› } else {
› require $file;
› }
}
Symfony\Component\Debug\DebugClassLoader->loadClass() {}
/var/www/html/var/cache/dev/ContainerBgjtbcc/getSonata_Core_Model_Adapter_ChainService.php:10 {
›
› $this->services['sonata.core.model.adapter.chain'] = $instance = new \Sonata\CoreBundle\Model\Adapter\AdapterChain();
›
}
/var/www/html/var/cache/dev/ContainerBgjtbcc/appDevDebugProjectContainer.php:1638 {
› {
› return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
› }
}
/var/www/html/var/cache/dev/ContainerBgjtbcc/appDevDebugProjectContainer.php:4984 {
› {
› return $this->services['sonata.core.twig.template_extension'] = new \Sonata\CoreBundle\Twig\Extension\TemplateExtension(true, ${($_ = isset($this->services['translator']) ? $this->services['translator'] : $this->getTranslatorService()) && false ?: '_'}, ${($_ = isset($this->services['sonata.core.model.adapter.chain']) ? $this->services['sonata.core.model.adapter.chain'] : $this->load('getSonata_Core_Model_Adapter_ChainService.php')) && false ?: '_'});
› }
}
/var/www/html/var/cache/dev/ContainerBgjtbcc/appDevDebugProjectContainer.php:2306 {
› $instance->addExtension(${($_ = isset($this->services['sonata.core.twig.deprecated_template_extension']) ? $this->services['sonata.core.twig.deprecated_template_extension'] : ($this->services['sonata.core.twig.deprecated_template_extension'] = new \Sonata\CoreBundle\Twig\Extension\DeprecatedTemplateExtension())) && false ?: '_'});
› $instance->addExtension(${($_ = isset($this->services['sonata.core.twig.template_extension']) ? $this->services['sonata.core.twig.template_extension'] : $this->getSonata_Core_Twig_TemplateExtensionService()) && false ?: '_'});
› $instance->addExtension(new \Sonata\BlockBundle\Twig\Extension\BlockExtension(${($_ = isset($this->services['sonata.block.templating.helper']) ? $this->services['sonata.block.templating.helper'] : $this->getSonata_Block_Templating_HelperService()) && false ?: '_'}));
}
/var/www/html/var/cache/dev/ContainerBgjtbcc/appDevDebugProjectContainer.php:1939 {
› $instance->add(new \Symfony\Bundle\SecurityBundle\DataCollector\SecurityDataCollector(${($_ = isset($this->services['security.token_storage']) ? $this->services['security.token_storage'] : ($this->services['security.token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())) && false ?: '_'}, ${($_ = isset($this->services['security.role_hierarchy']) ? $this->services['security.role_hierarchy'] : $this->getSecurity_RoleHierarchyService()) && false ?: '_'}, ${($_ = isset($this->services['security.logout_url_generator']) ? $this->services['security.logout_url_generator'] : $this->getSecurity_LogoutUrlGeneratorService()) && false ?: '_'}, ${($_ = isset($this->services['debug.security.access.decision_manager']) ? $this->services['debug.security.access.decision_manager'] : $this->getDebug_Security_Access_DecisionManagerService()) && false ?: '_'}, ${($_ = isset($this->services['security.firewall.map']) ? $this->services['security.firewall.map'] : $this->getSecurity_Firewall_MapService()) && false ?: '_'}, ${($_ = isset($this->services['security.firewall']) ? $this->services['security.firewall'] : $this->getSecurity_FirewallService()) && false ?: '_'}));
› $instance->add(new \Symfony\Bridge\Twig\DataCollector\TwigDataCollector(${($_ = isset($this->services['twig.profile']) ? $this->services['twig.profile'] : ($this->services['twig.profile'] = new \Twig\Profiler\Profile())) && false ?: '_'}, ${($_ = isset($this->services['twig']) ? $this->services['twig'] : $this->getTwigService()) && false ?: '_'}));
› $instance->add($d);
}
/var/www/html/var/cache/dev/ContainerBgjtbcc/appDevDebugProjectContainer.php:4369 {
› {
› return $this->services['profiler_listener'] = new \Symfony\Component\HttpKernel\EventListener\ProfilerListener(${($_ = isset($this->services['profiler']) ? $this->services['profiler'] : $this->getProfilerService()) && false ?: '_'}, ${($_ = isset($this->services['request_stack']) ? $this->services['request_stack'] : ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())) && false ?: '_'}, NULL, false, false);
› }
}
/var/www/html/var/cache/dev/ContainerBgjtbcc/appDevDebugProjectContainer.php:3730 {
› $instance->addListener('kernel.exception', [0 => function () {
› return ${($_ = isset($this->services['profiler_listener']) ? $this->services['profiler_listener'] : $this->getProfilerListenerService()) && false ?: '_'};
› }, 1 => 'onKernelException'], 0);
}
/var/www/html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:229 {
› if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure) {
› $listener[0] = $listener[0]();
› $this->listeners[$eventName][$priority][$k] = $listener;
}
/var/www/html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:61 {
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/var/www/html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/ContainerAwareEventDispatcher.php:128 {
›
› return parent::getListeners($eventName);
› }
}
/var/www/html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php:262 {
› {
› foreach ($this->dispatcher->getListeners($eventName) as $listener) {
› $priority = $this->getListenerPriority($eventName, $listener);
}
/var/www/html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php:137 {
›
› $this->preProcess($eventName);
› try {
}
/var/www/html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:228 {
› $event = new GetResponseForExceptionEvent($this, $request, $type, $e);
› $this->dispatcher->dispatch(KernelEvents::EXCEPTION, $event);
›
}
/var/www/html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:79 {
›
› return $this->handleException($e, $request, $type);
› }
}
/var/www/html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php:200 {
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/var/www/html/web/app_dev.php:32 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
}
}
}
]
{
/var/www/html/vendor/sonata-project/core-bundle/src/Model/Adapter/AdapterChain.php:17 {
› .' Use Sonata\Doctrine\Adapter\AdapterChain instead.',
› E_USER_DEPRECATED
› );
}
/var/www/html/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php:156 {
› } else {
› require $file;
› }
}
Symfony\Component\Debug\DebugClassLoader->loadClass() {}
/var/www/html/var/cache/dev/ContainerBgjtbcc/getSonata_Core_Model_Adapter_ChainService.php:10 {
›
› $this->services['sonata.core.model.adapter.chain'] = $instance = new \Sonata\CoreBundle\Model\Adapter\AdapterChain();
›
}
/var/www/html/var/cache/dev/ContainerBgjtbcc/appDevDebugProjectContainer.php:1638 {
› {
› return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
› }
}
/var/www/html/var/cache/dev/ContainerBgjtbcc/appDevDebugProjectContainer.php:4984 {
› {
› return $this->services['sonata.core.twig.template_extension'] = new \Sonata\CoreBundle\Twig\Extension\TemplateExtension(true, ${($_ = isset($this->services['translator']) ? $this->services['translator'] : $this->getTranslatorService()) && false ?: '_'}, ${($_ = isset($this->services['sonata.core.model.adapter.chain']) ? $this->services['sonata.core.model.adapter.chain'] : $this->load('getSonata_Core_Model_Adapter_ChainService.php')) && false ?: '_'});
› }
}
/var/www/html/var/cache/dev/ContainerBgjtbcc/appDevDebugProjectContainer.php:2306 {
› $instance->addExtension(${($_ = isset($this->services['sonata.core.twig.deprecated_template_extension']) ? $this->services['sonata.core.twig.deprecated_template_extension'] : ($this->services['sonata.core.twig.deprecated_template_extension'] = new \Sonata\CoreBundle\Twig\Extension\DeprecatedTemplateExtension())) && false ?: '_'});
› $instance->addExtension(${($_ = isset($this->services['sonata.core.twig.template_extension']) ? $this->services['sonata.core.twig.template_extension'] : $this->getSonata_Core_Twig_TemplateExtensionService()) && false ?: '_'});
› $instance->addExtension(new \Sonata\BlockBundle\Twig\Extension\BlockExtension(${($_ = isset($this->services['sonata.block.templating.helper']) ? $this->services['sonata.block.templating.helper'] : $this->getSonata_Block_Templating_HelperService()) && false ?: '_'}));
}
/var/www/html/var/cache/dev/ContainerBgjtbcc/appDevDebugProjectContainer.php:1939 {
› $instance->add(new \Symfony\Bundle\SecurityBundle\DataCollector\SecurityDataCollector(${($_ = isset($this->services['security.token_storage']) ? $this->services['security.token_storage'] : ($this->services['security.token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())) && false ?: '_'}, ${($_ = isset($this->services['security.role_hierarchy']) ? $this->services['security.role_hierarchy'] : $this->getSecurity_RoleHierarchyService()) && false ?: '_'}, ${($_ = isset($this->services['security.logout_url_generator']) ? $this->services['security.logout_url_generator'] : $this->getSecurity_LogoutUrlGeneratorService()) && false ?: '_'}, ${($_ = isset($this->services['debug.security.access.decision_manager']) ? $this->services['debug.security.access.decision_manager'] : $this->getDebug_Security_Access_DecisionManagerService()) && false ?: '_'}, ${($_ = isset($this->services['security.firewall.map']) ? $this->services['security.firewall.map'] : $this->getSecurity_Firewall_MapService()) && false ?: '_'}, ${($_ = isset($this->services['security.firewall']) ? $this->services['security.firewall'] : $this->getSecurity_FirewallService()) && false ?: '_'}));
› $instance->add(new \Symfony\Bridge\Twig\DataCollector\TwigDataCollector(${($_ = isset($this->services['twig.profile']) ? $this->services['twig.profile'] : ($this->services['twig.profile'] = new \Twig\Profiler\Profile())) && false ?: '_'}, ${($_ = isset($this->services['twig']) ? $this->services['twig'] : $this->getTwigService()) && false ?: '_'}));
› $instance->add($d);
}
/var/www/html/var/cache/dev/ContainerBgjtbcc/appDevDebugProjectContainer.php:4369 {
› {
› return $this->services['profiler_listener'] = new \Symfony\Component\HttpKernel\EventListener\ProfilerListener(${($_ = isset($this->services['profiler']) ? $this->services['profiler'] : $this->getProfilerService()) && false ?: '_'}, ${($_ = isset($this->services['request_stack']) ? $this->services['request_stack'] : ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())) && false ?: '_'}, NULL, false, false);
› }
}
/var/www/html/var/cache/dev/ContainerBgjtbcc/appDevDebugProjectContainer.php:3730 {
› $instance->addListener('kernel.exception', [0 => function () {
› return ${($_ = isset($this->services['profiler_listener']) ? $this->services['profiler_listener'] : $this->getProfilerListenerService()) && false ?: '_'};
› }, 1 => 'onKernelException'], 0);
}
/var/www/html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:229 {
› if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure) {
› $listener[0] = $listener[0]();
› $this->listeners[$eventName][$priority][$k] = $listener;
}
/var/www/html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:61 {
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/var/www/html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/ContainerAwareEventDispatcher.php:128 {
›
› return parent::getListeners($eventName);
› }
}
/var/www/html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php:262 {
› {
› foreach ($this->dispatcher->getListeners($eventName) as $listener) {
› $priority = $this->getListenerPriority($eventName, $listener);
}
/var/www/html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php:137 {
›
› $this->preProcess($eventName);
› try {
}
/var/www/html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:228 {
› $event = new GetResponseForExceptionEvent($this, $request, $type, $e);
› $this->dispatcher->dispatch(KernelEvents::EXCEPTION, $event);
›
}
/var/www/html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:79 {
›
› return $this->handleException($e, $request, $type);
› }
}
/var/www/html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php:200 {
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/var/www/html/web/app_dev.php:32 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
}
}
|
08:35:11
|
php
|
User Deprecated: The Sonata\CoreBundle\Model\Adapter\AdapterInterface class is deprecated since version 3.x and will be removed in 4.0. Use Sonata\Doctrine\Adapter\AdapterInterface instead.
[
"exception" => ErrorException {#411
#message: "User Deprecated: The Sonata\CoreBundle\Model\Adapter\AdapterInterface class is deprecated since version 3.x and will be removed in 4.0. Use Sonata\Doctrine\Adapter\AdapterInterface instead."
#code: 0
#file: "/var/www/html/vendor/sonata-project/core-bundle/src/Model/Adapter/AdapterInterface.php"
#line: 17
#severity: E_USER_DEPRECATED
trace: {
/var/www/html/vendor/sonata-project/core-bundle/src/Model/Adapter/AdapterInterface.php:17 {
› .' Use Sonata\Doctrine\Adapter\AdapterInterface instead.',
› E_USER_DEPRECATED
› );
}
/var/www/html/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php:156 {
› } else {
› require $file;
› }
}
Symfony\Component\Debug\DebugClassLoader->loadClass() {}
spl_autoload_call() {}
/var/www/html/vendor/sonata-project/doctrine-extensions/src/Adapter/AdapterInterface.php:42 {
›
› interface_exists(\Sonata\CoreBundle\Model\Adapter\AdapterInterface::class);
›
}
/var/www/html/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php:156 {
› } else {
› require $file;
› }
}
Symfony\Component\Debug\DebugClassLoader->loadClass() {}
/var/www/html/vendor/sonata-project/doctrine-extensions/src/Adapter/AdapterChain.php:16 {
›
› class AdapterChain implements AdapterInterface
› {
}
/var/www/html/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php:156 {
› } else {
› require $file;
› }
}
Symfony\Component\Debug\DebugClassLoader->loadClass() {}
/var/www/html/vendor/sonata-project/core-bundle/src/Model/Adapter/AdapterChain.php:23 {
› */
› class AdapterChain extends \Sonata\Doctrine\Adapter\AdapterChain implements AdapterInterface
› {
}
/var/www/html/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php:156 {
› } else {
› require $file;
› }
}
Symfony\Component\Debug\DebugClassLoader->loadClass() {}
/var/www/html/var/cache/dev/ContainerBgjtbcc/getSonata_Core_Model_Adapter_ChainService.php:10 {
›
› $this->services['sonata.core.model.adapter.chain'] = $instance = new \Sonata\CoreBundle\Model\Adapter\AdapterChain();
›
}
/var/www/html/var/cache/dev/ContainerBgjtbcc/appDevDebugProjectContainer.php:1638 {
› {
› return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
› }
}
/var/www/html/var/cache/dev/ContainerBgjtbcc/appDevDebugProjectContainer.php:4984 {
› {
› return $this->services['sonata.core.twig.template_extension'] = new \Sonata\CoreBundle\Twig\Extension\TemplateExtension(true, ${($_ = isset($this->services['translator']) ? $this->services['translator'] : $this->getTranslatorService()) && false ?: '_'}, ${($_ = isset($this->services['sonata.core.model.adapter.chain']) ? $this->services['sonata.core.model.adapter.chain'] : $this->load('getSonata_Core_Model_Adapter_ChainService.php')) && false ?: '_'});
› }
}
/var/www/html/var/cache/dev/ContainerBgjtbcc/appDevDebugProjectContainer.php:2306 {
› $instance->addExtension(${($_ = isset($this->services['sonata.core.twig.deprecated_template_extension']) ? $this->services['sonata.core.twig.deprecated_template_extension'] : ($this->services['sonata.core.twig.deprecated_template_extension'] = new \Sonata\CoreBundle\Twig\Extension\DeprecatedTemplateExtension())) && false ?: '_'});
› $instance->addExtension(${($_ = isset($this->services['sonata.core.twig.template_extension']) ? $this->services['sonata.core.twig.template_extension'] : $this->getSonata_Core_Twig_TemplateExtensionService()) && false ?: '_'});
› $instance->addExtension(new \Sonata\BlockBundle\Twig\Extension\BlockExtension(${($_ = isset($this->services['sonata.block.templating.helper']) ? $this->services['sonata.block.templating.helper'] : $this->getSonata_Block_Templating_HelperService()) && false ?: '_'}));
}
/var/www/html/var/cache/dev/ContainerBgjtbcc/appDevDebugProjectContainer.php:1939 {
› $instance->add(new \Symfony\Bundle\SecurityBundle\DataCollector\SecurityDataCollector(${($_ = isset($this->services['security.token_storage']) ? $this->services['security.token_storage'] : ($this->services['security.token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())) && false ?: '_'}, ${($_ = isset($this->services['security.role_hierarchy']) ? $this->services['security.role_hierarchy'] : $this->getSecurity_RoleHierarchyService()) && false ?: '_'}, ${($_ = isset($this->services['security.logout_url_generator']) ? $this->services['security.logout_url_generator'] : $this->getSecurity_LogoutUrlGeneratorService()) && false ?: '_'}, ${($_ = isset($this->services['debug.security.access.decision_manager']) ? $this->services['debug.security.access.decision_manager'] : $this->getDebug_Security_Access_DecisionManagerService()) && false ?: '_'}, ${($_ = isset($this->services['security.firewall.map']) ? $this->services['security.firewall.map'] : $this->getSecurity_Firewall_MapService()) && false ?: '_'}, ${($_ = isset($this->services['security.firewall']) ? $this->services['security.firewall'] : $this->getSecurity_FirewallService()) && false ?: '_'}));
› $instance->add(new \Symfony\Bridge\Twig\DataCollector\TwigDataCollector(${($_ = isset($this->services['twig.profile']) ? $this->services['twig.profile'] : ($this->services['twig.profile'] = new \Twig\Profiler\Profile())) && false ?: '_'}, ${($_ = isset($this->services['twig']) ? $this->services['twig'] : $this->getTwigService()) && false ?: '_'}));
› $instance->add($d);
}
/var/www/html/var/cache/dev/ContainerBgjtbcc/appDevDebugProjectContainer.php:4369 {
› {
› return $this->services['profiler_listener'] = new \Symfony\Component\HttpKernel\EventListener\ProfilerListener(${($_ = isset($this->services['profiler']) ? $this->services['profiler'] : $this->getProfilerService()) && false ?: '_'}, ${($_ = isset($this->services['request_stack']) ? $this->services['request_stack'] : ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())) && false ?: '_'}, NULL, false, false);
› }
}
/var/www/html/var/cache/dev/ContainerBgjtbcc/appDevDebugProjectContainer.php:3730 {
› $instance->addListener('kernel.exception', [0 => function () {
› return ${($_ = isset($this->services['profiler_listener']) ? $this->services['profiler_listener'] : $this->getProfilerListenerService()) && false ?: '_'};
› }, 1 => 'onKernelException'], 0);
}
/var/www/html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:229 {
› if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure) {
› $listener[0] = $listener[0]();
› $this->listeners[$eventName][$priority][$k] = $listener;
}
/var/www/html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:61 {
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/var/www/html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/ContainerAwareEventDispatcher.php:128 {
›
› return parent::getListeners($eventName);
› }
}
/var/www/html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php:262 {
› {
› foreach ($this->dispatcher->getListeners($eventName) as $listener) {
› $priority = $this->getListenerPriority($eventName, $listener);
}
/var/www/html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php:137 {
›
› $this->preProcess($eventName);
› try {
}
/var/www/html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:228 {
› $event = new GetResponseForExceptionEvent($this, $request, $type, $e);
› $this->dispatcher->dispatch(KernelEvents::EXCEPTION, $event);
›
}
/var/www/html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:79 {
›
› return $this->handleException($e, $request, $type);
› }
}
/var/www/html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php:200 {
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/var/www/html/web/app_dev.php:32 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
}
}
}
]
{
/var/www/html/vendor/sonata-project/core-bundle/src/Model/Adapter/AdapterInterface.php:17 {
› .' Use Sonata\Doctrine\Adapter\AdapterInterface instead.',
› E_USER_DEPRECATED
› );
}
/var/www/html/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php:156 {
› } else {
› require $file;
› }
}
Symfony\Component\Debug\DebugClassLoader->loadClass() {}
spl_autoload_call() {}
/var/www/html/vendor/sonata-project/doctrine-extensions/src/Adapter/AdapterInterface.php:42 {
›
› interface_exists(\Sonata\CoreBundle\Model\Adapter\AdapterInterface::class);
›
}
/var/www/html/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php:156 {
› } else {
› require $file;
› }
}
Symfony\Component\Debug\DebugClassLoader->loadClass() {}
/var/www/html/vendor/sonata-project/doctrine-extensions/src/Adapter/AdapterChain.php:16 {
›
› class AdapterChain implements AdapterInterface
› {
}
/var/www/html/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php:156 {
› } else {
› require $file;
› }
}
Symfony\Component\Debug\DebugClassLoader->loadClass() {}
/var/www/html/vendor/sonata-project/core-bundle/src/Model/Adapter/AdapterChain.php:23 {
› */
› class AdapterChain extends \Sonata\Doctrine\Adapter\AdapterChain implements AdapterInterface
› {
}
/var/www/html/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php:156 {
› } else {
› require $file;
› }
}
Symfony\Component\Debug\DebugClassLoader->loadClass() {}
/var/www/html/var/cache/dev/ContainerBgjtbcc/getSonata_Core_Model_Adapter_ChainService.php:10 {
›
› $this->services['sonata.core.model.adapter.chain'] = $instance = new \Sonata\CoreBundle\Model\Adapter\AdapterChain();
›
}
/var/www/html/var/cache/dev/ContainerBgjtbcc/appDevDebugProjectContainer.php:1638 {
› {
› return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
› }
}
/var/www/html/var/cache/dev/ContainerBgjtbcc/appDevDebugProjectContainer.php:4984 {
› {
› return $this->services['sonata.core.twig.template_extension'] = new \Sonata\CoreBundle\Twig\Extension\TemplateExtension(true, ${($_ = isset($this->services['translator']) ? $this->services['translator'] : $this->getTranslatorService()) && false ?: '_'}, ${($_ = isset($this->services['sonata.core.model.adapter.chain']) ? $this->services['sonata.core.model.adapter.chain'] : $this->load('getSonata_Core_Model_Adapter_ChainService.php')) && false ?: '_'});
› }
}
/var/www/html/var/cache/dev/ContainerBgjtbcc/appDevDebugProjectContainer.php:2306 {
› $instance->addExtension(${($_ = isset($this->services['sonata.core.twig.deprecated_template_extension']) ? $this->services['sonata.core.twig.deprecated_template_extension'] : ($this->services['sonata.core.twig.deprecated_template_extension'] = new \Sonata\CoreBundle\Twig\Extension\DeprecatedTemplateExtension())) && false ?: '_'});
› $instance->addExtension(${($_ = isset($this->services['sonata.core.twig.template_extension']) ? $this->services['sonata.core.twig.template_extension'] : $this->getSonata_Core_Twig_TemplateExtensionService()) && false ?: '_'});
› $instance->addExtension(new \Sonata\BlockBundle\Twig\Extension\BlockExtension(${($_ = isset($this->services['sonata.block.templating.helper']) ? $this->services['sonata.block.templating.helper'] : $this->getSonata_Block_Templating_HelperService()) && false ?: '_'}));
}
/var/www/html/var/cache/dev/ContainerBgjtbcc/appDevDebugProjectContainer.php:1939 {
› $instance->add(new \Symfony\Bundle\SecurityBundle\DataCollector\SecurityDataCollector(${($_ = isset($this->services['security.token_storage']) ? $this->services['security.token_storage'] : ($this->services['security.token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())) && false ?: '_'}, ${($_ = isset($this->services['security.role_hierarchy']) ? $this->services['security.role_hierarchy'] : $this->getSecurity_RoleHierarchyService()) && false ?: '_'}, ${($_ = isset($this->services['security.logout_url_generator']) ? $this->services['security.logout_url_generator'] : $this->getSecurity_LogoutUrlGeneratorService()) && false ?: '_'}, ${($_ = isset($this->services['debug.security.access.decision_manager']) ? $this->services['debug.security.access.decision_manager'] : $this->getDebug_Security_Access_DecisionManagerService()) && false ?: '_'}, ${($_ = isset($this->services['security.firewall.map']) ? $this->services['security.firewall.map'] : $this->getSecurity_Firewall_MapService()) && false ?: '_'}, ${($_ = isset($this->services['security.firewall']) ? $this->services['security.firewall'] : $this->getSecurity_FirewallService()) && false ?: '_'}));
› $instance->add(new \Symfony\Bridge\Twig\DataCollector\TwigDataCollector(${($_ = isset($this->services['twig.profile']) ? $this->services['twig.profile'] : ($this->services['twig.profile'] = new \Twig\Profiler\Profile())) && false ?: '_'}, ${($_ = isset($this->services['twig']) ? $this->services['twig'] : $this->getTwigService()) && false ?: '_'}));
› $instance->add($d);
}
/var/www/html/var/cache/dev/ContainerBgjtbcc/appDevDebugProjectContainer.php:4369 {
› {
› return $this->services['profiler_listener'] = new \Symfony\Component\HttpKernel\EventListener\ProfilerListener(${($_ = isset($this->services['profiler']) ? $this->services['profiler'] : $this->getProfilerService()) && false ?: '_'}, ${($_ = isset($this->services['request_stack']) ? $this->services['request_stack'] : ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())) && false ?: '_'}, NULL, false, false);
› }
}
/var/www/html/var/cache/dev/ContainerBgjtbcc/appDevDebugProjectContainer.php:3730 {
› $instance->addListener('kernel.exception', [0 => function () {
› return ${($_ = isset($this->services['profiler_listener']) ? $this->services['profiler_listener'] : $this->getProfilerListenerService()) && false ?: '_'};
› }, 1 => 'onKernelException'], 0);
}
/var/www/html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:229 {
› if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure) {
› $listener[0] = $listener[0]();
› $this->listeners[$eventName][$priority][$k] = $listener;
}
/var/www/html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:61 {
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/var/www/html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/ContainerAwareEventDispatcher.php:128 {
›
› return parent::getListeners($eventName);
› }
}
/var/www/html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php:262 {
› {
› foreach ($this->dispatcher->getListeners($eventName) as $listener) {
› $priority = $this->getListenerPriority($eventName, $listener);
}
/var/www/html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php:137 {
›
› $this->preProcess($eventName);
› try {
}
/var/www/html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:228 {
› $event = new GetResponseForExceptionEvent($this, $request, $type, $e);
› $this->dispatcher->dispatch(KernelEvents::EXCEPTION, $event);
›
}
/var/www/html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:79 {
›
› return $this->handleException($e, $request, $type);
› }
}
/var/www/html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php:200 {
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/var/www/html/web/app_dev.php:32 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
}
}
|
08:35:11
|
php
|
User Deprecated: The "sonata.core.model.adapter.doctrine_orm" service is deprecated since 3.x and will be removed in 4.0.
[
"exception" => ErrorException {#707
#message: "User Deprecated: The "sonata.core.model.adapter.doctrine_orm" service is deprecated since 3.x and will be removed in 4.0."
#code: 0
#file: "/var/www/html/var/cache/dev/ContainerBgjtbcc/getSonata_Core_Model_Adapter_DoctrineOrmService.php"
#line: 8
#severity: E_USER_DEPRECATED
trace: {
/var/www/html/var/cache/dev/ContainerBgjtbcc/getSonata_Core_Model_Adapter_DoctrineOrmService.php:8 {
›
› @trigger_error('The "sonata.core.model.adapter.doctrine_orm" service is deprecated since 3.x and will be removed in 4.0.', E_USER_DEPRECATED);
›
}
/var/www/html/var/cache/dev/ContainerBgjtbcc/appDevDebugProjectContainer.php:1638 {
› {
› return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
› }
}
/var/www/html/var/cache/dev/ContainerBgjtbcc/getSonata_Core_Model_Adapter_ChainService.php:12 {
›
› $instance->addAdapter(${($_ = isset($this->services['sonata.core.model.adapter.doctrine_orm']) ? $this->services['sonata.core.model.adapter.doctrine_orm'] : $this->load('getSonata_Core_Model_Adapter_DoctrineOrmService.php')) && false ?: '_'});
›
}
/var/www/html/var/cache/dev/ContainerBgjtbcc/appDevDebugProjectContainer.php:1638 {
› {
› return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
› }
}
/var/www/html/var/cache/dev/ContainerBgjtbcc/appDevDebugProjectContainer.php:4984 {
› {
› return $this->services['sonata.core.twig.template_extension'] = new \Sonata\CoreBundle\Twig\Extension\TemplateExtension(true, ${($_ = isset($this->services['translator']) ? $this->services['translator'] : $this->getTranslatorService()) && false ?: '_'}, ${($_ = isset($this->services['sonata.core.model.adapter.chain']) ? $this->services['sonata.core.model.adapter.chain'] : $this->load('getSonata_Core_Model_Adapter_ChainService.php')) && false ?: '_'});
› }
}
/var/www/html/var/cache/dev/ContainerBgjtbcc/appDevDebugProjectContainer.php:2306 {
› $instance->addExtension(${($_ = isset($this->services['sonata.core.twig.deprecated_template_extension']) ? $this->services['sonata.core.twig.deprecated_template_extension'] : ($this->services['sonata.core.twig.deprecated_template_extension'] = new \Sonata\CoreBundle\Twig\Extension\DeprecatedTemplateExtension())) && false ?: '_'});
› $instance->addExtension(${($_ = isset($this->services['sonata.core.twig.template_extension']) ? $this->services['sonata.core.twig.template_extension'] : $this->getSonata_Core_Twig_TemplateExtensionService()) && false ?: '_'});
› $instance->addExtension(new \Sonata\BlockBundle\Twig\Extension\BlockExtension(${($_ = isset($this->services['sonata.block.templating.helper']) ? $this->services['sonata.block.templating.helper'] : $this->getSonata_Block_Templating_HelperService()) && false ?: '_'}));
}
/var/www/html/var/cache/dev/ContainerBgjtbcc/appDevDebugProjectContainer.php:1939 {
› $instance->add(new \Symfony\Bundle\SecurityBundle\DataCollector\SecurityDataCollector(${($_ = isset($this->services['security.token_storage']) ? $this->services['security.token_storage'] : ($this->services['security.token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())) && false ?: '_'}, ${($_ = isset($this->services['security.role_hierarchy']) ? $this->services['security.role_hierarchy'] : $this->getSecurity_RoleHierarchyService()) && false ?: '_'}, ${($_ = isset($this->services['security.logout_url_generator']) ? $this->services['security.logout_url_generator'] : $this->getSecurity_LogoutUrlGeneratorService()) && false ?: '_'}, ${($_ = isset($this->services['debug.security.access.decision_manager']) ? $this->services['debug.security.access.decision_manager'] : $this->getDebug_Security_Access_DecisionManagerService()) && false ?: '_'}, ${($_ = isset($this->services['security.firewall.map']) ? $this->services['security.firewall.map'] : $this->getSecurity_Firewall_MapService()) && false ?: '_'}, ${($_ = isset($this->services['security.firewall']) ? $this->services['security.firewall'] : $this->getSecurity_FirewallService()) && false ?: '_'}));
› $instance->add(new \Symfony\Bridge\Twig\DataCollector\TwigDataCollector(${($_ = isset($this->services['twig.profile']) ? $this->services['twig.profile'] : ($this->services['twig.profile'] = new \Twig\Profiler\Profile())) && false ?: '_'}, ${($_ = isset($this->services['twig']) ? $this->services['twig'] : $this->getTwigService()) && false ?: '_'}));
› $instance->add($d);
}
/var/www/html/var/cache/dev/ContainerBgjtbcc/appDevDebugProjectContainer.php:4369 {
› {
› return $this->services['profiler_listener'] = new \Symfony\Component\HttpKernel\EventListener\ProfilerListener(${($_ = isset($this->services['profiler']) ? $this->services['profiler'] : $this->getProfilerService()) && false ?: '_'}, ${($_ = isset($this->services['request_stack']) ? $this->services['request_stack'] : ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())) && false ?: '_'}, NULL, false, false);
› }
}
/var/www/html/var/cache/dev/ContainerBgjtbcc/appDevDebugProjectContainer.php:3730 {
› $instance->addListener('kernel.exception', [0 => function () {
› return ${($_ = isset($this->services['profiler_listener']) ? $this->services['profiler_listener'] : $this->getProfilerListenerService()) && false ?: '_'};
› }, 1 => 'onKernelException'], 0);
}
/var/www/html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:229 {
› if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure) {
› $listener[0] = $listener[0]();
› $this->listeners[$eventName][$priority][$k] = $listener;
}
/var/www/html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:61 {
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/var/www/html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/ContainerAwareEventDispatcher.php:128 {
›
› return parent::getListeners($eventName);
› }
}
/var/www/html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php:262 {
› {
› foreach ($this->dispatcher->getListeners($eventName) as $listener) {
› $priority = $this->getListenerPriority($eventName, $listener);
}
/var/www/html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php:137 {
›
› $this->preProcess($eventName);
› try {
}
/var/www/html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:228 {
› $event = new GetResponseForExceptionEvent($this, $request, $type, $e);
› $this->dispatcher->dispatch(KernelEvents::EXCEPTION, $event);
›
}
/var/www/html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:79 {
›
› return $this->handleException($e, $request, $type);
› }
}
/var/www/html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php:200 {
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/var/www/html/web/app_dev.php:32 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
}
}
}
]
{
/var/www/html/var/cache/dev/ContainerBgjtbcc/getSonata_Core_Model_Adapter_DoctrineOrmService.php:8 {
›
› @trigger_error('The "sonata.core.model.adapter.doctrine_orm" service is deprecated since 3.x and will be removed in 4.0.', E_USER_DEPRECATED);
›
}
/var/www/html/var/cache/dev/ContainerBgjtbcc/appDevDebugProjectContainer.php:1638 {
› {
› return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
› }
}
/var/www/html/var/cache/dev/ContainerBgjtbcc/getSonata_Core_Model_Adapter_ChainService.php:12 {
›
› $instance->addAdapter(${($_ = isset($this->services['sonata.core.model.adapter.doctrine_orm']) ? $this->services['sonata.core.model.adapter.doctrine_orm'] : $this->load('getSonata_Core_Model_Adapter_DoctrineOrmService.php')) && false ?: '_'});
›
}
/var/www/html/var/cache/dev/ContainerBgjtbcc/appDevDebugProjectContainer.php:1638 {
› {
› return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
› }
}
/var/www/html/var/cache/dev/ContainerBgjtbcc/appDevDebugProjectContainer.php:4984 {
› {
› return $this->services['sonata.core.twig.template_extension'] = new \Sonata\CoreBundle\Twig\Extension\TemplateExtension(true, ${($_ = isset($this->services['translator']) ? $this->services['translator'] : $this->getTranslatorService()) && false ?: '_'}, ${($_ = isset($this->services['sonata.core.model.adapter.chain']) ? $this->services['sonata.core.model.adapter.chain'] : $this->load('getSonata_Core_Model_Adapter_ChainService.php')) && false ?: '_'});
› }
}
/var/www/html/var/cache/dev/ContainerBgjtbcc/appDevDebugProjectContainer.php:2306 {
› $instance->addExtension(${($_ = isset($this->services['sonata.core.twig.deprecated_template_extension']) ? $this->services['sonata.core.twig.deprecated_template_extension'] : ($this->services['sonata.core.twig.deprecated_template_extension'] = new \Sonata\CoreBundle\Twig\Extension\DeprecatedTemplateExtension())) && false ?: '_'});
› $instance->addExtension(${($_ = isset($this->services['sonata.core.twig.template_extension']) ? $this->services['sonata.core.twig.template_extension'] : $this->getSonata_Core_Twig_TemplateExtensionService()) && false ?: '_'});
› $instance->addExtension(new \Sonata\BlockBundle\Twig\Extension\BlockExtension(${($_ = isset($this->services['sonata.block.templating.helper']) ? $this->services['sonata.block.templating.helper'] : $this->getSonata_Block_Templating_HelperService()) && false ?: '_'}));
}
/var/www/html/var/cache/dev/ContainerBgjtbcc/appDevDebugProjectContainer.php:1939 {
› $instance->add(new \Symfony\Bundle\SecurityBundle\DataCollector\SecurityDataCollector(${($_ = isset($this->services['security.token_storage']) ? $this->services['security.token_storage'] : ($this->services['security.token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())) && false ?: '_'}, ${($_ = isset($this->services['security.role_hierarchy']) ? $this->services['security.role_hierarchy'] : $this->getSecurity_RoleHierarchyService()) && false ?: '_'}, ${($_ = isset($this->services['security.logout_url_generator']) ? $this->services['security.logout_url_generator'] : $this->getSecurity_LogoutUrlGeneratorService()) && false ?: '_'}, ${($_ = isset($this->services['debug.security.access.decision_manager']) ? $this->services['debug.security.access.decision_manager'] : $this->getDebug_Security_Access_DecisionManagerService()) && false ?: '_'}, ${($_ = isset($this->services['security.firewall.map']) ? $this->services['security.firewall.map'] : $this->getSecurity_Firewall_MapService()) && false ?: '_'}, ${($_ = isset($this->services['security.firewall']) ? $this->services['security.firewall'] : $this->getSecurity_FirewallService()) && false ?: '_'}));
› $instance->add(new \Symfony\Bridge\Twig\DataCollector\TwigDataCollector(${($_ = isset($this->services['twig.profile']) ? $this->services['twig.profile'] : ($this->services['twig.profile'] = new \Twig\Profiler\Profile())) && false ?: '_'}, ${($_ = isset($this->services['twig']) ? $this->services['twig'] : $this->getTwigService()) && false ?: '_'}));
› $instance->add($d);
}
/var/www/html/var/cache/dev/ContainerBgjtbcc/appDevDebugProjectContainer.php:4369 {
› {
› return $this->services['profiler_listener'] = new \Symfony\Component\HttpKernel\EventListener\ProfilerListener(${($_ = isset($this->services['profiler']) ? $this->services['profiler'] : $this->getProfilerService()) && false ?: '_'}, ${($_ = isset($this->services['request_stack']) ? $this->services['request_stack'] : ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())) && false ?: '_'}, NULL, false, false);
› }
}
/var/www/html/var/cache/dev/ContainerBgjtbcc/appDevDebugProjectContainer.php:3730 {
› $instance->addListener('kernel.exception', [0 => function () {
› return ${($_ = isset($this->services['profiler_listener']) ? $this->services['profiler_listener'] : $this->getProfilerListenerService()) && false ?: '_'};
› }, 1 => 'onKernelException'], 0);
}
/var/www/html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:229 {
› if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure) {
› $listener[0] = $listener[0]();
› $this->listeners[$eventName][$priority][$k] = $listener;
}
/var/www/html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:61 {
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/var/www/html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/ContainerAwareEventDispatcher.php:128 {
›
› return parent::getListeners($eventName);
› }
}
/var/www/html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php:262 {
› {
› foreach ($this->dispatcher->getListeners($eventName) as $listener) {
› $priority = $this->getListenerPriority($eventName, $listener);
}
/var/www/html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php:137 {
›
› $this->preProcess($eventName);
› try {
}
/var/www/html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:228 {
› $event = new GetResponseForExceptionEvent($this, $request, $type, $e);
› $this->dispatcher->dispatch(KernelEvents::EXCEPTION, $event);
›
}
/var/www/html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:79 {
›
› return $this->handleException($e, $request, $type);
› }
}
/var/www/html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php:200 {
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/var/www/html/web/app_dev.php:32 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
}
}
|
08:35:11
|
php
|
User Deprecated: The Sonata\CoreBundle\Model\Adapter\AdapterInterface class is deprecated since version 3.x and will be removed in 4.0. Use Sonata\Doctrine\Adapter\ORM\DoctrineORMAdapter instead.
[
"exception" => ErrorException {#657
#message: "User Deprecated: The Sonata\CoreBundle\Model\Adapter\AdapterInterface class is deprecated since version 3.x and will be removed in 4.0. Use Sonata\Doctrine\Adapter\ORM\DoctrineORMAdapter instead."
#code: 0
#file: "/var/www/html/vendor/sonata-project/core-bundle/src/Model/Adapter/DoctrineORMAdapter.php"
#line: 17
#severity: E_USER_DEPRECATED
trace: {
/var/www/html/vendor/sonata-project/core-bundle/src/Model/Adapter/DoctrineORMAdapter.php:17 {
› .' Use Sonata\Doctrine\Adapter\ORM\DoctrineORMAdapter instead.',
› E_USER_DEPRECATED
› );
}
/var/www/html/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php:156 {
› } else {
› require $file;
› }
}
Symfony\Component\Debug\DebugClassLoader->loadClass() {}
/var/www/html/var/cache/dev/ContainerBgjtbcc/getSonata_Core_Model_Adapter_DoctrineOrmService.php:10 {
›
› return $this->services['sonata.core.model.adapter.doctrine_orm'] = new \Sonata\CoreBundle\Model\Adapter\DoctrineORMAdapter(${($_ = isset($this->services['doctrine']) ? $this->services['doctrine'] : $this->getDoctrineService()) && false ?: '_'});
›
}
/var/www/html/var/cache/dev/ContainerBgjtbcc/appDevDebugProjectContainer.php:1638 {
› {
› return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
› }
}
/var/www/html/var/cache/dev/ContainerBgjtbcc/getSonata_Core_Model_Adapter_ChainService.php:12 {
›
› $instance->addAdapter(${($_ = isset($this->services['sonata.core.model.adapter.doctrine_orm']) ? $this->services['sonata.core.model.adapter.doctrine_orm'] : $this->load('getSonata_Core_Model_Adapter_DoctrineOrmService.php')) && false ?: '_'});
›
}
/var/www/html/var/cache/dev/ContainerBgjtbcc/appDevDebugProjectContainer.php:1638 {
› {
› return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
› }
}
/var/www/html/var/cache/dev/ContainerBgjtbcc/appDevDebugProjectContainer.php:4984 {
› {
› return $this->services['sonata.core.twig.template_extension'] = new \Sonata\CoreBundle\Twig\Extension\TemplateExtension(true, ${($_ = isset($this->services['translator']) ? $this->services['translator'] : $this->getTranslatorService()) && false ?: '_'}, ${($_ = isset($this->services['sonata.core.model.adapter.chain']) ? $this->services['sonata.core.model.adapter.chain'] : $this->load('getSonata_Core_Model_Adapter_ChainService.php')) && false ?: '_'});
› }
}
/var/www/html/var/cache/dev/ContainerBgjtbcc/appDevDebugProjectContainer.php:2306 {
› $instance->addExtension(${($_ = isset($this->services['sonata.core.twig.deprecated_template_extension']) ? $this->services['sonata.core.twig.deprecated_template_extension'] : ($this->services['sonata.core.twig.deprecated_template_extension'] = new \Sonata\CoreBundle\Twig\Extension\DeprecatedTemplateExtension())) && false ?: '_'});
› $instance->addExtension(${($_ = isset($this->services['sonata.core.twig.template_extension']) ? $this->services['sonata.core.twig.template_extension'] : $this->getSonata_Core_Twig_TemplateExtensionService()) && false ?: '_'});
› $instance->addExtension(new \Sonata\BlockBundle\Twig\Extension\BlockExtension(${($_ = isset($this->services['sonata.block.templating.helper']) ? $this->services['sonata.block.templating.helper'] : $this->getSonata_Block_Templating_HelperService()) && false ?: '_'}));
}
/var/www/html/var/cache/dev/ContainerBgjtbcc/appDevDebugProjectContainer.php:1939 {
› $instance->add(new \Symfony\Bundle\SecurityBundle\DataCollector\SecurityDataCollector(${($_ = isset($this->services['security.token_storage']) ? $this->services['security.token_storage'] : ($this->services['security.token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())) && false ?: '_'}, ${($_ = isset($this->services['security.role_hierarchy']) ? $this->services['security.role_hierarchy'] : $this->getSecurity_RoleHierarchyService()) && false ?: '_'}, ${($_ = isset($this->services['security.logout_url_generator']) ? $this->services['security.logout_url_generator'] : $this->getSecurity_LogoutUrlGeneratorService()) && false ?: '_'}, ${($_ = isset($this->services['debug.security.access.decision_manager']) ? $this->services['debug.security.access.decision_manager'] : $this->getDebug_Security_Access_DecisionManagerService()) && false ?: '_'}, ${($_ = isset($this->services['security.firewall.map']) ? $this->services['security.firewall.map'] : $this->getSecurity_Firewall_MapService()) && false ?: '_'}, ${($_ = isset($this->services['security.firewall']) ? $this->services['security.firewall'] : $this->getSecurity_FirewallService()) && false ?: '_'}));
› $instance->add(new \Symfony\Bridge\Twig\DataCollector\TwigDataCollector(${($_ = isset($this->services['twig.profile']) ? $this->services['twig.profile'] : ($this->services['twig.profile'] = new \Twig\Profiler\Profile())) && false ?: '_'}, ${($_ = isset($this->services['twig']) ? $this->services['twig'] : $this->getTwigService()) && false ?: '_'}));
› $instance->add($d);
}
/var/www/html/var/cache/dev/ContainerBgjtbcc/appDevDebugProjectContainer.php:4369 {
› {
› return $this->services['profiler_listener'] = new \Symfony\Component\HttpKernel\EventListener\ProfilerListener(${($_ = isset($this->services['profiler']) ? $this->services['profiler'] : $this->getProfilerService()) && false ?: '_'}, ${($_ = isset($this->services['request_stack']) ? $this->services['request_stack'] : ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())) && false ?: '_'}, NULL, false, false);
› }
}
/var/www/html/var/cache/dev/ContainerBgjtbcc/appDevDebugProjectContainer.php:3730 {
› $instance->addListener('kernel.exception', [0 => function () {
› return ${($_ = isset($this->services['profiler_listener']) ? $this->services['profiler_listener'] : $this->getProfilerListenerService()) && false ?: '_'};
› }, 1 => 'onKernelException'], 0);
}
/var/www/html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:229 {
› if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure) {
› $listener[0] = $listener[0]();
› $this->listeners[$eventName][$priority][$k] = $listener;
}
/var/www/html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:61 {
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/var/www/html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/ContainerAwareEventDispatcher.php:128 {
›
› return parent::getListeners($eventName);
› }
}
/var/www/html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php:262 {
› {
› foreach ($this->dispatcher->getListeners($eventName) as $listener) {
› $priority = $this->getListenerPriority($eventName, $listener);
}
/var/www/html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php:137 {
›
› $this->preProcess($eventName);
› try {
}
/var/www/html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:228 {
› $event = new GetResponseForExceptionEvent($this, $request, $type, $e);
› $this->dispatcher->dispatch(KernelEvents::EXCEPTION, $event);
›
}
/var/www/html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:79 {
›
› return $this->handleException($e, $request, $type);
› }
}
/var/www/html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php:200 {
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/var/www/html/web/app_dev.php:32 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
}
}
}
]
{
/var/www/html/vendor/sonata-project/core-bundle/src/Model/Adapter/DoctrineORMAdapter.php:17 {
› .' Use Sonata\Doctrine\Adapter\ORM\DoctrineORMAdapter instead.',
› E_USER_DEPRECATED
› );
}
/var/www/html/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php:156 {
› } else {
› require $file;
› }
}
Symfony\Component\Debug\DebugClassLoader->loadClass() {}
/var/www/html/var/cache/dev/ContainerBgjtbcc/getSonata_Core_Model_Adapter_DoctrineOrmService.php:10 {
›
› return $this->services['sonata.core.model.adapter.doctrine_orm'] = new \Sonata\CoreBundle\Model\Adapter\DoctrineORMAdapter(${($_ = isset($this->services['doctrine']) ? $this->services['doctrine'] : $this->getDoctrineService()) && false ?: '_'});
›
}
/var/www/html/var/cache/dev/ContainerBgjtbcc/appDevDebugProjectContainer.php:1638 {
› {
› return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
› }
}
/var/www/html/var/cache/dev/ContainerBgjtbcc/getSonata_Core_Model_Adapter_ChainService.php:12 {
›
› $instance->addAdapter(${($_ = isset($this->services['sonata.core.model.adapter.doctrine_orm']) ? $this->services['sonata.core.model.adapter.doctrine_orm'] : $this->load('getSonata_Core_Model_Adapter_DoctrineOrmService.php')) && false ?: '_'});
›
}
/var/www/html/var/cache/dev/ContainerBgjtbcc/appDevDebugProjectContainer.php:1638 {
› {
› return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
› }
}
/var/www/html/var/cache/dev/ContainerBgjtbcc/appDevDebugProjectContainer.php:4984 {
› {
› return $this->services['sonata.core.twig.template_extension'] = new \Sonata\CoreBundle\Twig\Extension\TemplateExtension(true, ${($_ = isset($this->services['translator']) ? $this->services['translator'] : $this->getTranslatorService()) && false ?: '_'}, ${($_ = isset($this->services['sonata.core.model.adapter.chain']) ? $this->services['sonata.core.model.adapter.chain'] : $this->load('getSonata_Core_Model_Adapter_ChainService.php')) && false ?: '_'});
› }
}
/var/www/html/var/cache/dev/ContainerBgjtbcc/appDevDebugProjectContainer.php:2306 {
› $instance->addExtension(${($_ = isset($this->services['sonata.core.twig.deprecated_template_extension']) ? $this->services['sonata.core.twig.deprecated_template_extension'] : ($this->services['sonata.core.twig.deprecated_template_extension'] = new \Sonata\CoreBundle\Twig\Extension\DeprecatedTemplateExtension())) && false ?: '_'});
› $instance->addExtension(${($_ = isset($this->services['sonata.core.twig.template_extension']) ? $this->services['sonata.core.twig.template_extension'] : $this->getSonata_Core_Twig_TemplateExtensionService()) && false ?: '_'});
› $instance->addExtension(new \Sonata\BlockBundle\Twig\Extension\BlockExtension(${($_ = isset($this->services['sonata.block.templating.helper']) ? $this->services['sonata.block.templating.helper'] : $this->getSonata_Block_Templating_HelperService()) && false ?: '_'}));
}
/var/www/html/var/cache/dev/ContainerBgjtbcc/appDevDebugProjectContainer.php:1939 {
› $instance->add(new \Symfony\Bundle\SecurityBundle\DataCollector\SecurityDataCollector(${($_ = isset($this->services['security.token_storage']) ? $this->services['security.token_storage'] : ($this->services['security.token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())) && false ?: '_'}, ${($_ = isset($this->services['security.role_hierarchy']) ? $this->services['security.role_hierarchy'] : $this->getSecurity_RoleHierarchyService()) && false ?: '_'}, ${($_ = isset($this->services['security.logout_url_generator']) ? $this->services['security.logout_url_generator'] : $this->getSecurity_LogoutUrlGeneratorService()) && false ?: '_'}, ${($_ = isset($this->services['debug.security.access.decision_manager']) ? $this->services['debug.security.access.decision_manager'] : $this->getDebug_Security_Access_DecisionManagerService()) && false ?: '_'}, ${($_ = isset($this->services['security.firewall.map']) ? $this->services['security.firewall.map'] : $this->getSecurity_Firewall_MapService()) && false ?: '_'}, ${($_ = isset($this->services['security.firewall']) ? $this->services['security.firewall'] : $this->getSecurity_FirewallService()) && false ?: '_'}));
› $instance->add(new \Symfony\Bridge\Twig\DataCollector\TwigDataCollector(${($_ = isset($this->services['twig.profile']) ? $this->services['twig.profile'] : ($this->services['twig.profile'] = new \Twig\Profiler\Profile())) && false ?: '_'}, ${($_ = isset($this->services['twig']) ? $this->services['twig'] : $this->getTwigService()) && false ?: '_'}));
› $instance->add($d);
}
/var/www/html/var/cache/dev/ContainerBgjtbcc/appDevDebugProjectContainer.php:4369 {
› {
› return $this->services['profiler_listener'] = new \Symfony\Component\HttpKernel\EventListener\ProfilerListener(${($_ = isset($this->services['profiler']) ? $this->services['profiler'] : $this->getProfilerService()) && false ?: '_'}, ${($_ = isset($this->services['request_stack']) ? $this->services['request_stack'] : ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())) && false ?: '_'}, NULL, false, false);
› }
}
/var/www/html/var/cache/dev/ContainerBgjtbcc/appDevDebugProjectContainer.php:3730 {
› $instance->addListener('kernel.exception', [0 => function () {
› return ${($_ = isset($this->services['profiler_listener']) ? $this->services['profiler_listener'] : $this->getProfilerListenerService()) && false ?: '_'};
› }, 1 => 'onKernelException'], 0);
}
/var/www/html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:229 {
› if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure) {
› $listener[0] = $listener[0]();
› $this->listeners[$eventName][$priority][$k] = $listener;
}
/var/www/html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:61 {
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/var/www/html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/ContainerAwareEventDispatcher.php:128 {
›
› return parent::getListeners($eventName);
› }
}
/var/www/html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php:262 {
› {
› foreach ($this->dispatcher->getListeners($eventName) as $listener) {
› $priority = $this->getListenerPriority($eventName, $listener);
}
/var/www/html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php:137 {
›
› $this->preProcess($eventName);
› try {
}
/var/www/html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:228 {
› $event = new GetResponseForExceptionEvent($this, $request, $type, $e);
› $this->dispatcher->dispatch(KernelEvents::EXCEPTION, $event);
›
}
/var/www/html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:79 {
›
› return $this->handleException($e, $request, $type);
› }
}
/var/www/html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php:200 {
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/var/www/html/web/app_dev.php:32 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
}
}
|
08:35:11
|
php
|
User Deprecated: The Sonata\CacheBundle\Invalidation\SimpleCacheInvalidation class is deprecated since version 2.4 and will be removed in 3.0. Use Sonata\Cache\Invalidation\SimpleCacheInvalidation instead.
[
"exception" => ErrorException {#656
#message: "User Deprecated: The Sonata\CacheBundle\Invalidation\SimpleCacheInvalidation class is deprecated since version 2.4 and will be removed in 3.0. Use Sonata\Cache\Invalidation\SimpleCacheInvalidation instead."
#code: 0
#file: "/var/www/html/vendor/sonata-project/cache-bundle/src/Invalidation/SimpleCacheInvalidation.php"
#line: 17
#severity: E_USER_DEPRECATED
trace: {
/var/www/html/vendor/sonata-project/cache-bundle/src/Invalidation/SimpleCacheInvalidation.php:17 {
› .' Use Sonata\Cache\Invalidation\SimpleCacheInvalidation instead.',
› E_USER_DEPRECATED
› );
}
/var/www/html/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php:156 {
› } else {
› require $file;
› }
}
Symfony\Component\Debug\DebugClassLoader->loadClass() {}
/var/www/html/var/cache/dev/ContainerBgjtbcc/appDevDebugProjectContainer.php:4880 {
› {
› return $this->services['sonata.cache.invalidation.simple'] = new \Sonata\CacheBundle\Invalidation\SimpleCacheInvalidation(${($_ = isset($this->services['logger']) ? $this->services['logger'] : $this->getLoggerService()) && false ?: '_'});
› }
}
/var/www/html/var/cache/dev/ContainerBgjtbcc/appDevDebugProjectContainer.php:4890 {
› {
› $this->services['sonata.cache.manager'] = $instance = new \Sonata\Cache\CacheManager(${($_ = isset($this->services['sonata.cache.invalidation.simple']) ? $this->services['sonata.cache.invalidation.simple'] : $this->getSonata_Cache_Invalidation_SimpleService()) && false ?: '_'}, ['sonata.cache.noop' => ${($_ = isset($this->services['sonata.cache.noop']) ? $this->services['sonata.cache.noop'] : ($this->services['sonata.cache.noop'] = new \Sonata\Cache\Adapter\Cache\NoopCache())) && false ?: '_'}]);
›
}
/var/www/html/var/cache/dev/ContainerBgjtbcc/appDevDebugProjectContainer.php:4860 {
› {
› return $this->services['sonata.block.templating.helper'] = new \Sonata\BlockBundle\Templating\Helper\BlockHelper(${($_ = isset($this->services['sonata.block.manager']) ? $this->services['sonata.block.manager'] : $this->getSonata_Block_ManagerService()) && false ?: '_'}, $this->parameters['sonata_block.cache_blocks'], ${($_ = isset($this->services['sonata.block.renderer.default']) ? $this->services['sonata.block.renderer.default'] : $this->getSonata_Block_Renderer_DefaultService()) && false ?: '_'}, ${($_ = isset($this->services['sonata.block.context_manager.default']) ? $this->services['sonata.block.context_manager.default'] : $this->getSonata_Block_ContextManager_DefaultService()) && false ?: '_'}, ${($_ = isset($this->services['debug.event_dispatcher']) ? $this->services['debug.event_dispatcher'] : $this->getDebug_EventDispatcherService()) && false ?: '_'}, ${($_ = isset($this->services['sonata.cache.manager']) ? $this->services['sonata.cache.manager'] : $this->getSonata_Cache_ManagerService()) && false ?: '_'}, ${($_ = isset($this->services['sonata.block.cache.handler.default']) ? $this->services['sonata.block.cache.handler.default'] : ($this->services['sonata.block.cache.handler.default'] = new \Sonata\BlockBundle\Cache\HttpCacheHandler())) && false ?: '_'}, ${($_ = isset($this->services['debug.stopwatch']) ? $this->services['debug.stopwatch'] : ($this->services['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))) && false ?: '_'});
› }
}
/var/www/html/var/cache/dev/ContainerBgjtbcc/appDevDebugProjectContainer.php:2307 {
› $instance->addExtension(${($_ = isset($this->services['sonata.core.twig.template_extension']) ? $this->services['sonata.core.twig.template_extension'] : $this->getSonata_Core_Twig_TemplateExtensionService()) && false ?: '_'});
› $instance->addExtension(new \Sonata\BlockBundle\Twig\Extension\BlockExtension(${($_ = isset($this->services['sonata.block.templating.helper']) ? $this->services['sonata.block.templating.helper'] : $this->getSonata_Block_Templating_HelperService()) && false ?: '_'}));
› $instance->addExtension(new \Knp\Menu\Twig\MenuExtension(new \Knp\Menu\Twig\Helper(${($_ = isset($this->services['knp_menu.renderer_provider']) ? $this->services['knp_menu.renderer_provider'] : $this->getKnpMenu_RendererProviderService()) && false ?: '_'}, ${($_ = isset($this->services['knp_menu.menu_provider']) ? $this->services['knp_menu.menu_provider'] : $this->getKnpMenu_MenuProviderService()) && false ?: '_'}, $e, $f), $f, $e));
}
/var/www/html/var/cache/dev/ContainerBgjtbcc/appDevDebugProjectContainer.php:1939 {
› $instance->add(new \Symfony\Bundle\SecurityBundle\DataCollector\SecurityDataCollector(${($_ = isset($this->services['security.token_storage']) ? $this->services['security.token_storage'] : ($this->services['security.token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())) && false ?: '_'}, ${($_ = isset($this->services['security.role_hierarchy']) ? $this->services['security.role_hierarchy'] : $this->getSecurity_RoleHierarchyService()) && false ?: '_'}, ${($_ = isset($this->services['security.logout_url_generator']) ? $this->services['security.logout_url_generator'] : $this->getSecurity_LogoutUrlGeneratorService()) && false ?: '_'}, ${($_ = isset($this->services['debug.security.access.decision_manager']) ? $this->services['debug.security.access.decision_manager'] : $this->getDebug_Security_Access_DecisionManagerService()) && false ?: '_'}, ${($_ = isset($this->services['security.firewall.map']) ? $this->services['security.firewall.map'] : $this->getSecurity_Firewall_MapService()) && false ?: '_'}, ${($_ = isset($this->services['security.firewall']) ? $this->services['security.firewall'] : $this->getSecurity_FirewallService()) && false ?: '_'}));
› $instance->add(new \Symfony\Bridge\Twig\DataCollector\TwigDataCollector(${($_ = isset($this->services['twig.profile']) ? $this->services['twig.profile'] : ($this->services['twig.profile'] = new \Twig\Profiler\Profile())) && false ?: '_'}, ${($_ = isset($this->services['twig']) ? $this->services['twig'] : $this->getTwigService()) && false ?: '_'}));
› $instance->add($d);
}
/var/www/html/var/cache/dev/ContainerBgjtbcc/appDevDebugProjectContainer.php:4369 {
› {
› return $this->services['profiler_listener'] = new \Symfony\Component\HttpKernel\EventListener\ProfilerListener(${($_ = isset($this->services['profiler']) ? $this->services['profiler'] : $this->getProfilerService()) && false ?: '_'}, ${($_ = isset($this->services['request_stack']) ? $this->services['request_stack'] : ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())) && false ?: '_'}, NULL, false, false);
› }
}
/var/www/html/var/cache/dev/ContainerBgjtbcc/appDevDebugProjectContainer.php:3730 {
› $instance->addListener('kernel.exception', [0 => function () {
› return ${($_ = isset($this->services['profiler_listener']) ? $this->services['profiler_listener'] : $this->getProfilerListenerService()) && false ?: '_'};
› }, 1 => 'onKernelException'], 0);
}
/var/www/html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:229 {
› if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure) {
› $listener[0] = $listener[0]();
› $this->listeners[$eventName][$priority][$k] = $listener;
}
/var/www/html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:61 {
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/var/www/html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/ContainerAwareEventDispatcher.php:128 {
›
› return parent::getListeners($eventName);
› }
}
/var/www/html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php:262 {
› {
› foreach ($this->dispatcher->getListeners($eventName) as $listener) {
› $priority = $this->getListenerPriority($eventName, $listener);
}
/var/www/html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php:137 {
›
› $this->preProcess($eventName);
› try {
}
/var/www/html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:228 {
› $event = new GetResponseForExceptionEvent($this, $request, $type, $e);
› $this->dispatcher->dispatch(KernelEvents::EXCEPTION, $event);
›
}
/var/www/html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:79 {
›
› return $this->handleException($e, $request, $type);
› }
}
/var/www/html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php:200 {
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/var/www/html/web/app_dev.php:32 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
}
}
}
]
{
/var/www/html/vendor/sonata-project/cache-bundle/src/Invalidation/SimpleCacheInvalidation.php:17 {
› .' Use Sonata\Cache\Invalidation\SimpleCacheInvalidation instead.',
› E_USER_DEPRECATED
› );
}
/var/www/html/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php:156 {
› } else {
› require $file;
› }
}
Symfony\Component\Debug\DebugClassLoader->loadClass() {}
/var/www/html/var/cache/dev/ContainerBgjtbcc/appDevDebugProjectContainer.php:4880 {
› {
› return $this->services['sonata.cache.invalidation.simple'] = new \Sonata\CacheBundle\Invalidation\SimpleCacheInvalidation(${($_ = isset($this->services['logger']) ? $this->services['logger'] : $this->getLoggerService()) && false ?: '_'});
› }
}
/var/www/html/var/cache/dev/ContainerBgjtbcc/appDevDebugProjectContainer.php:4890 {
› {
› $this->services['sonata.cache.manager'] = $instance = new \Sonata\Cache\CacheManager(${($_ = isset($this->services['sonata.cache.invalidation.simple']) ? $this->services['sonata.cache.invalidation.simple'] : $this->getSonata_Cache_Invalidation_SimpleService()) && false ?: '_'}, ['sonata.cache.noop' => ${($_ = isset($this->services['sonata.cache.noop']) ? $this->services['sonata.cache.noop'] : ($this->services['sonata.cache.noop'] = new \Sonata\Cache\Adapter\Cache\NoopCache())) && false ?: '_'}]);
›
}
/var/www/html/var/cache/dev/ContainerBgjtbcc/appDevDebugProjectContainer.php:4860 {
› {
› return $this->services['sonata.block.templating.helper'] = new \Sonata\BlockBundle\Templating\Helper\BlockHelper(${($_ = isset($this->services['sonata.block.manager']) ? $this->services['sonata.block.manager'] : $this->getSonata_Block_ManagerService()) && false ?: '_'}, $this->parameters['sonata_block.cache_blocks'], ${($_ = isset($this->services['sonata.block.renderer.default']) ? $this->services['sonata.block.renderer.default'] : $this->getSonata_Block_Renderer_DefaultService()) && false ?: '_'}, ${($_ = isset($this->services['sonata.block.context_manager.default']) ? $this->services['sonata.block.context_manager.default'] : $this->getSonata_Block_ContextManager_DefaultService()) && false ?: '_'}, ${($_ = isset($this->services['debug.event_dispatcher']) ? $this->services['debug.event_dispatcher'] : $this->getDebug_EventDispatcherService()) && false ?: '_'}, ${($_ = isset($this->services['sonata.cache.manager']) ? $this->services['sonata.cache.manager'] : $this->getSonata_Cache_ManagerService()) && false ?: '_'}, ${($_ = isset($this->services['sonata.block.cache.handler.default']) ? $this->services['sonata.block.cache.handler.default'] : ($this->services['sonata.block.cache.handler.default'] = new \Sonata\BlockBundle\Cache\HttpCacheHandler())) && false ?: '_'}, ${($_ = isset($this->services['debug.stopwatch']) ? $this->services['debug.stopwatch'] : ($this->services['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))) && false ?: '_'});
› }
}
/var/www/html/var/cache/dev/ContainerBgjtbcc/appDevDebugProjectContainer.php:2307 {
› $instance->addExtension(${($_ = isset($this->services['sonata.core.twig.template_extension']) ? $this->services['sonata.core.twig.template_extension'] : $this->getSonata_Core_Twig_TemplateExtensionService()) && false ?: '_'});
› $instance->addExtension(new \Sonata\BlockBundle\Twig\Extension\BlockExtension(${($_ = isset($this->services['sonata.block.templating.helper']) ? $this->services['sonata.block.templating.helper'] : $this->getSonata_Block_Templating_HelperService()) && false ?: '_'}));
› $instance->addExtension(new \Knp\Menu\Twig\MenuExtension(new \Knp\Menu\Twig\Helper(${($_ = isset($this->services['knp_menu.renderer_provider']) ? $this->services['knp_menu.renderer_provider'] : $this->getKnpMenu_RendererProviderService()) && false ?: '_'}, ${($_ = isset($this->services['knp_menu.menu_provider']) ? $this->services['knp_menu.menu_provider'] : $this->getKnpMenu_MenuProviderService()) && false ?: '_'}, $e, $f), $f, $e));
}
/var/www/html/var/cache/dev/ContainerBgjtbcc/appDevDebugProjectContainer.php:1939 {
› $instance->add(new \Symfony\Bundle\SecurityBundle\DataCollector\SecurityDataCollector(${($_ = isset($this->services['security.token_storage']) ? $this->services['security.token_storage'] : ($this->services['security.token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())) && false ?: '_'}, ${($_ = isset($this->services['security.role_hierarchy']) ? $this->services['security.role_hierarchy'] : $this->getSecurity_RoleHierarchyService()) && false ?: '_'}, ${($_ = isset($this->services['security.logout_url_generator']) ? $this->services['security.logout_url_generator'] : $this->getSecurity_LogoutUrlGeneratorService()) && false ?: '_'}, ${($_ = isset($this->services['debug.security.access.decision_manager']) ? $this->services['debug.security.access.decision_manager'] : $this->getDebug_Security_Access_DecisionManagerService()) && false ?: '_'}, ${($_ = isset($this->services['security.firewall.map']) ? $this->services['security.firewall.map'] : $this->getSecurity_Firewall_MapService()) && false ?: '_'}, ${($_ = isset($this->services['security.firewall']) ? $this->services['security.firewall'] : $this->getSecurity_FirewallService()) && false ?: '_'}));
› $instance->add(new \Symfony\Bridge\Twig\DataCollector\TwigDataCollector(${($_ = isset($this->services['twig.profile']) ? $this->services['twig.profile'] : ($this->services['twig.profile'] = new \Twig\Profiler\Profile())) && false ?: '_'}, ${($_ = isset($this->services['twig']) ? $this->services['twig'] : $this->getTwigService()) && false ?: '_'}));
› $instance->add($d);
}
/var/www/html/var/cache/dev/ContainerBgjtbcc/appDevDebugProjectContainer.php:4369 {
› {
› return $this->services['profiler_listener'] = new \Symfony\Component\HttpKernel\EventListener\ProfilerListener(${($_ = isset($this->services['profiler']) ? $this->services['profiler'] : $this->getProfilerService()) && false ?: '_'}, ${($_ = isset($this->services['request_stack']) ? $this->services['request_stack'] : ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())) && false ?: '_'}, NULL, false, false);
› }
}
/var/www/html/var/cache/dev/ContainerBgjtbcc/appDevDebugProjectContainer.php:3730 {
› $instance->addListener('kernel.exception', [0 => function () {
› return ${($_ = isset($this->services['profiler_listener']) ? $this->services['profiler_listener'] : $this->getProfilerListenerService()) && false ?: '_'};
› }, 1 => 'onKernelException'], 0);
}
/var/www/html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:229 {
› if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure) {
› $listener[0] = $listener[0]();
› $this->listeners[$eventName][$priority][$k] = $listener;
}
/var/www/html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:61 {
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/var/www/html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/ContainerAwareEventDispatcher.php:128 {
›
› return parent::getListeners($eventName);
› }
}
/var/www/html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php:262 {
› {
› foreach ($this->dispatcher->getListeners($eventName) as $listener) {
› $priority = $this->getListenerPriority($eventName, $listener);
}
/var/www/html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php:137 {
›
› $this->preProcess($eventName);
› try {
}
/var/www/html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:228 {
› $event = new GetResponseForExceptionEvent($this, $request, $type, $e);
› $this->dispatcher->dispatch(KernelEvents::EXCEPTION, $event);
›
}
/var/www/html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:79 {
›
› return $this->handleException($e, $request, $type);
› }
}
/var/www/html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php:200 {
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/var/www/html/web/app_dev.php:32 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
}
}
|
08:35:11
|
php
|
User Deprecated: The "Sonata\CacheBundle\Cache\TwigTemplateRecorderInjector" class implements "Twig\Extension\InitRuntimeInterface" that is deprecated since Twig 2.7, to be removed in 3.0.
[
"exception" => ErrorException {#648
#message: "User Deprecated: The "Sonata\CacheBundle\Cache\TwigTemplateRecorderInjector" class implements "Twig\Extension\InitRuntimeInterface" that is deprecated since Twig 2.7, to be removed in 3.0."
#code: 0
#file: "/var/www/html/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php"
#line: 200
#severity: E_USER_DEPRECATED
trace: {
/var/www/html/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php:200 {
› foreach ($deprecations as $message) {
› @trigger_error($message, E_USER_DEPRECATED);
› }
}
/var/www/html/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php:166 {
›
› $this->checkClass($class, $file);
› }
}
Symfony\Component\Debug\DebugClassLoader->loadClass() {}
/var/www/html/var/cache/dev/ContainerBgjtbcc/appDevDebugProjectContainer.php:2311 {
› $instance->addExtension(new \Sonata\SeoBundle\Twig\Extension\SeoExtension(${($_ = isset($this->services['sonata.seo.page.default']) ? $this->services['sonata.seo.page.default'] : $this->getSonata_Seo_Page_DefaultService()) && false ?: '_'}, 'UTF-8'));
› $instance->addExtension(new \Sonata\CacheBundle\Cache\TwigTemplateRecorderInjector(${($_ = isset($this->services['sonata.cache.recorder']) ? $this->services['sonata.cache.recorder'] : $this->getSonata_Cache_RecorderService()) && false ?: '_'}));
› $instance->addExtension(new \Sonata\IntlBundle\Twig\Extension\LocaleExtension(${($_ = isset($this->services['sonata.intl.templating.helper.locale']) ? $this->services['sonata.intl.templating.helper.locale'] : $this->getSonata_Intl_Templating_Helper_LocaleService()) && false ?: '_'}));
}
/var/www/html/var/cache/dev/ContainerBgjtbcc/appDevDebugProjectContainer.php:1939 {
› $instance->add(new \Symfony\Bundle\SecurityBundle\DataCollector\SecurityDataCollector(${($_ = isset($this->services['security.token_storage']) ? $this->services['security.token_storage'] : ($this->services['security.token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())) && false ?: '_'}, ${($_ = isset($this->services['security.role_hierarchy']) ? $this->services['security.role_hierarchy'] : $this->getSecurity_RoleHierarchyService()) && false ?: '_'}, ${($_ = isset($this->services['security.logout_url_generator']) ? $this->services['security.logout_url_generator'] : $this->getSecurity_LogoutUrlGeneratorService()) && false ?: '_'}, ${($_ = isset($this->services['debug.security.access.decision_manager']) ? $this->services['debug.security.access.decision_manager'] : $this->getDebug_Security_Access_DecisionManagerService()) && false ?: '_'}, ${($_ = isset($this->services['security.firewall.map']) ? $this->services['security.firewall.map'] : $this->getSecurity_Firewall_MapService()) && false ?: '_'}, ${($_ = isset($this->services['security.firewall']) ? $this->services['security.firewall'] : $this->getSecurity_FirewallService()) && false ?: '_'}));
› $instance->add(new \Symfony\Bridge\Twig\DataCollector\TwigDataCollector(${($_ = isset($this->services['twig.profile']) ? $this->services['twig.profile'] : ($this->services['twig.profile'] = new \Twig\Profiler\Profile())) && false ?: '_'}, ${($_ = isset($this->services['twig']) ? $this->services['twig'] : $this->getTwigService()) && false ?: '_'}));
› $instance->add($d);
}
/var/www/html/var/cache/dev/ContainerBgjtbcc/appDevDebugProjectContainer.php:4369 {
› {
› return $this->services['profiler_listener'] = new \Symfony\Component\HttpKernel\EventListener\ProfilerListener(${($_ = isset($this->services['profiler']) ? $this->services['profiler'] : $this->getProfilerService()) && false ?: '_'}, ${($_ = isset($this->services['request_stack']) ? $this->services['request_stack'] : ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())) && false ?: '_'}, NULL, false, false);
› }
}
/var/www/html/var/cache/dev/ContainerBgjtbcc/appDevDebugProjectContainer.php:3730 {
› $instance->addListener('kernel.exception', [0 => function () {
› return ${($_ = isset($this->services['profiler_listener']) ? $this->services['profiler_listener'] : $this->getProfilerListenerService()) && false ?: '_'};
› }, 1 => 'onKernelException'], 0);
}
/var/www/html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:229 {
› if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure) {
› $listener[0] = $listener[0]();
› $this->listeners[$eventName][$priority][$k] = $listener;
}
/var/www/html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:61 {
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/var/www/html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/ContainerAwareEventDispatcher.php:128 {
›
› return parent::getListeners($eventName);
› }
}
/var/www/html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php:262 {
› {
› foreach ($this->dispatcher->getListeners($eventName) as $listener) {
› $priority = $this->getListenerPriority($eventName, $listener);
}
/var/www/html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php:137 {
›
› $this->preProcess($eventName);
› try {
}
/var/www/html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:228 {
› $event = new GetResponseForExceptionEvent($this, $request, $type, $e);
› $this->dispatcher->dispatch(KernelEvents::EXCEPTION, $event);
›
}
/var/www/html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:79 {
›
› return $this->handleException($e, $request, $type);
› }
}
/var/www/html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php:200 {
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/var/www/html/web/app_dev.php:32 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
}
}
}
]
{
/var/www/html/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php:200 {
› foreach ($deprecations as $message) {
› @trigger_error($message, E_USER_DEPRECATED);
› }
}
/var/www/html/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php:166 {
›
› $this->checkClass($class, $file);
› }
}
Symfony\Component\Debug\DebugClassLoader->loadClass() {}
/var/www/html/var/cache/dev/ContainerBgjtbcc/appDevDebugProjectContainer.php:2311 {
› $instance->addExtension(new \Sonata\SeoBundle\Twig\Extension\SeoExtension(${($_ = isset($this->services['sonata.seo.page.default']) ? $this->services['sonata.seo.page.default'] : $this->getSonata_Seo_Page_DefaultService()) && false ?: '_'}, 'UTF-8'));
› $instance->addExtension(new \Sonata\CacheBundle\Cache\TwigTemplateRecorderInjector(${($_ = isset($this->services['sonata.cache.recorder']) ? $this->services['sonata.cache.recorder'] : $this->getSonata_Cache_RecorderService()) && false ?: '_'}));
› $instance->addExtension(new \Sonata\IntlBundle\Twig\Extension\LocaleExtension(${($_ = isset($this->services['sonata.intl.templating.helper.locale']) ? $this->services['sonata.intl.templating.helper.locale'] : $this->getSonata_Intl_Templating_Helper_LocaleService()) && false ?: '_'}));
}
/var/www/html/var/cache/dev/ContainerBgjtbcc/appDevDebugProjectContainer.php:1939 {
› $instance->add(new \Symfony\Bundle\SecurityBundle\DataCollector\SecurityDataCollector(${($_ = isset($this->services['security.token_storage']) ? $this->services['security.token_storage'] : ($this->services['security.token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())) && false ?: '_'}, ${($_ = isset($this->services['security.role_hierarchy']) ? $this->services['security.role_hierarchy'] : $this->getSecurity_RoleHierarchyService()) && false ?: '_'}, ${($_ = isset($this->services['security.logout_url_generator']) ? $this->services['security.logout_url_generator'] : $this->getSecurity_LogoutUrlGeneratorService()) && false ?: '_'}, ${($_ = isset($this->services['debug.security.access.decision_manager']) ? $this->services['debug.security.access.decision_manager'] : $this->getDebug_Security_Access_DecisionManagerService()) && false ?: '_'}, ${($_ = isset($this->services['security.firewall.map']) ? $this->services['security.firewall.map'] : $this->getSecurity_Firewall_MapService()) && false ?: '_'}, ${($_ = isset($this->services['security.firewall']) ? $this->services['security.firewall'] : $this->getSecurity_FirewallService()) && false ?: '_'}));
› $instance->add(new \Symfony\Bridge\Twig\DataCollector\TwigDataCollector(${($_ = isset($this->services['twig.profile']) ? $this->services['twig.profile'] : ($this->services['twig.profile'] = new \Twig\Profiler\Profile())) && false ?: '_'}, ${($_ = isset($this->services['twig']) ? $this->services['twig'] : $this->getTwigService()) && false ?: '_'}));
› $instance->add($d);
}
/var/www/html/var/cache/dev/ContainerBgjtbcc/appDevDebugProjectContainer.php:4369 {
› {
› return $this->services['profiler_listener'] = new \Symfony\Component\HttpKernel\EventListener\ProfilerListener(${($_ = isset($this->services['profiler']) ? $this->services['profiler'] : $this->getProfilerService()) && false ?: '_'}, ${($_ = isset($this->services['request_stack']) ? $this->services['request_stack'] : ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())) && false ?: '_'}, NULL, false, false);
› }
}
/var/www/html/var/cache/dev/ContainerBgjtbcc/appDevDebugProjectContainer.php:3730 {
› $instance->addListener('kernel.exception', [0 => function () {
› return ${($_ = isset($this->services['profiler_listener']) ? $this->services['profiler_listener'] : $this->getProfilerListenerService()) && false ?: '_'};
› }, 1 => 'onKernelException'], 0);
}
/var/www/html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:229 {
› if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure) {
› $listener[0] = $listener[0]();
› $this->listeners[$eventName][$priority][$k] = $listener;
}
/var/www/html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:61 {
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/var/www/html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/ContainerAwareEventDispatcher.php:128 {
›
› return parent::getListeners($eventName);
› }
}
/var/www/html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php:262 {
› {
› foreach ($this->dispatcher->getListeners($eventName) as $listener) {
› $priority = $this->getListenerPriority($eventName, $listener);
}
/var/www/html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php:137 {
›
› $this->preProcess($eventName);
› try {
}
/var/www/html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:228 {
› $event = new GetResponseForExceptionEvent($this, $request, $type, $e);
› $this->dispatcher->dispatch(KernelEvents::EXCEPTION, $event);
›
}
/var/www/html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:79 {
›
› return $this->handleException($e, $request, $type);
› }
}
/var/www/html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php:200 {
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/var/www/html/web/app_dev.php:32 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
}
}
|
08:35:11
|
php
|
User Deprecated: Using the "Twig_Loader_Array" class is deprecated since Twig version 2.7, use "Twig\Loader\ArrayLoader" instead.
[
"exception" => ErrorException {#778
#message: "User Deprecated: Using the "Twig_Loader_Array" class is deprecated since Twig version 2.7, use "Twig\Loader\ArrayLoader" instead."
#code: 0
#file: "/var/www/html/vendor/twig/twig/lib/Twig/Loader/Array.php"
#line: 7
#severity: E_USER_DEPRECATED
trace: {
/var/www/html/vendor/twig/twig/lib/Twig/Loader/Array.php:7 {
›
› @trigger_error(sprintf('Using the "Twig_Loader_Array" class is deprecated since Twig version 2.7, use "Twig\Loader\ArrayLoader" instead.'), E_USER_DEPRECATED);
›
}
/var/www/html/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php:156 {
› } else {
› require $file;
› }
}
Symfony\Component\Debug\DebugClassLoader->loadClass() {}
/var/www/html/var/cache/dev/ContainerBgjtbcc/appDevDebugProjectContainer.php:5077 {
› {
› $this->services['sonata.formatter.twig.env.markdown'] = $instance = new \Twig_Environment(new \Sonata\FormatterBundle\Twig\Loader\LoaderSelector(new \Twig_Loader_Array(), ${($_ = isset($this->services['twig.loader']) ? $this->services['twig.loader'] : $this->getTwig_LoaderService()) && false ?: '_'}), ['debug' => false, 'strict_variables' => false, 'charset' => 'UTF-8']);
›
}
/var/www/html/var/cache/dev/ContainerBgjtbcc/appDevDebugProjectContainer.php:5015 {
› $instance->setLogger(${($_ = isset($this->services['logger']) ? $this->services['logger'] : $this->getLoggerService()) && false ?: '_'});
› $instance->add('markdown', ${($_ = isset($this->services['sonata.formatter.text.markdown']) ? $this->services['sonata.formatter.text.markdown'] : $this->getSonata_Formatter_Text_MarkdownService()) && false ?: '_'}, ${($_ = isset($this->services['sonata.formatter.twig.env.markdown']) ? $this->services['sonata.formatter.twig.env.markdown'] : $this->getSonata_Formatter_Twig_Env_MarkdownService()) && false ?: '_'});
› $instance->add('text', ${($_ = isset($this->services['sonata.formatter.text.text']) ? $this->services['sonata.formatter.text.text'] : ($this->services['sonata.formatter.text.text'] = new \Sonata\FormatterBundle\Formatter\TextFormatter())) && false ?: '_'}, ${($_ = isset($this->services['sonata.formatter.twig.env.text']) ? $this->services['sonata.formatter.twig.env.text'] : $this->getSonata_Formatter_Twig_Env_TextService()) && false ?: '_'});
}
/var/www/html/var/cache/dev/ContainerBgjtbcc/appDevDebugProjectContainer.php:2319 {
› $instance->addExtension(${($_ = isset($this->services['fos_ck_editor.twig_extension']) ? $this->services['fos_ck_editor.twig_extension'] : $this->getFosCkEditor_TwigExtensionService()) && false ?: '_'});
› $instance->addExtension(new \Sonata\FormatterBundle\Twig\Extension\TextFormatterExtension(${($_ = isset($this->services['sonata.formatter.pool']) ? $this->services['sonata.formatter.pool'] : $this->getSonata_Formatter_PoolService()) && false ?: '_'}));
› $instance->addExtension(${($_ = isset($this->services['knp_paginator.twig.extension.pagination']) ? $this->services['knp_paginator.twig.extension.pagination'] : $this->getKnpPaginator_Twig_Extension_PaginationService()) && false ?: '_'});
}
/var/www/html/var/cache/dev/ContainerBgjtbcc/appDevDebugProjectContainer.php:1939 {
› $instance->add(new \Symfony\Bundle\SecurityBundle\DataCollector\SecurityDataCollector(${($_ = isset($this->services['security.token_storage']) ? $this->services['security.token_storage'] : ($this->services['security.token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())) && false ?: '_'}, ${($_ = isset($this->services['security.role_hierarchy']) ? $this->services['security.role_hierarchy'] : $this->getSecurity_RoleHierarchyService()) && false ?: '_'}, ${($_ = isset($this->services['security.logout_url_generator']) ? $this->services['security.logout_url_generator'] : $this->getSecurity_LogoutUrlGeneratorService()) && false ?: '_'}, ${($_ = isset($this->services['debug.security.access.decision_manager']) ? $this->services['debug.security.access.decision_manager'] : $this->getDebug_Security_Access_DecisionManagerService()) && false ?: '_'}, ${($_ = isset($this->services['security.firewall.map']) ? $this->services['security.firewall.map'] : $this->getSecurity_Firewall_MapService()) && false ?: '_'}, ${($_ = isset($this->services['security.firewall']) ? $this->services['security.firewall'] : $this->getSecurity_FirewallService()) && false ?: '_'}));
› $instance->add(new \Symfony\Bridge\Twig\DataCollector\TwigDataCollector(${($_ = isset($this->services['twig.profile']) ? $this->services['twig.profile'] : ($this->services['twig.profile'] = new \Twig\Profiler\Profile())) && false ?: '_'}, ${($_ = isset($this->services['twig']) ? $this->services['twig'] : $this->getTwigService()) && false ?: '_'}));
› $instance->add($d);
}
/var/www/html/var/cache/dev/ContainerBgjtbcc/appDevDebugProjectContainer.php:4369 {
› {
› return $this->services['profiler_listener'] = new \Symfony\Component\HttpKernel\EventListener\ProfilerListener(${($_ = isset($this->services['profiler']) ? $this->services['profiler'] : $this->getProfilerService()) && false ?: '_'}, ${($_ = isset($this->services['request_stack']) ? $this->services['request_stack'] : ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())) && false ?: '_'}, NULL, false, false);
› }
}
/var/www/html/var/cache/dev/ContainerBgjtbcc/appDevDebugProjectContainer.php:3730 {
› $instance->addListener('kernel.exception', [0 => function () {
› return ${($_ = isset($this->services['profiler_listener']) ? $this->services['profiler_listener'] : $this->getProfilerListenerService()) && false ?: '_'};
› }, 1 => 'onKernelException'], 0);
}
/var/www/html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:229 {
› if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure) {
› $listener[0] = $listener[0]();
› $this->listeners[$eventName][$priority][$k] = $listener;
}
/var/www/html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:61 {
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/var/www/html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/ContainerAwareEventDispatcher.php:128 {
›
› return parent::getListeners($eventName);
› }
}
/var/www/html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php:262 {
› {
› foreach ($this->dispatcher->getListeners($eventName) as $listener) {
› $priority = $this->getListenerPriority($eventName, $listener);
}
/var/www/html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php:137 {
›
› $this->preProcess($eventName);
› try {
}
/var/www/html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:228 {
› $event = new GetResponseForExceptionEvent($this, $request, $type, $e);
› $this->dispatcher->dispatch(KernelEvents::EXCEPTION, $event);
›
}
/var/www/html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:79 {
›
› return $this->handleException($e, $request, $type);
› }
}
/var/www/html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php:200 {
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/var/www/html/web/app_dev.php:32 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
}
}
}
]
{
/var/www/html/vendor/twig/twig/lib/Twig/Loader/Array.php:7 {
›
› @trigger_error(sprintf('Using the "Twig_Loader_Array" class is deprecated since Twig version 2.7, use "Twig\Loader\ArrayLoader" instead.'), E_USER_DEPRECATED);
›
}
/var/www/html/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php:156 {
› } else {
› require $file;
› }
}
Symfony\Component\Debug\DebugClassLoader->loadClass() {}
/var/www/html/var/cache/dev/ContainerBgjtbcc/appDevDebugProjectContainer.php:5077 {
› {
› $this->services['sonata.formatter.twig.env.markdown'] = $instance = new \Twig_Environment(new \Sonata\FormatterBundle\Twig\Loader\LoaderSelector(new \Twig_Loader_Array(), ${($_ = isset($this->services['twig.loader']) ? $this->services['twig.loader'] : $this->getTwig_LoaderService()) && false ?: '_'}), ['debug' => false, 'strict_variables' => false, 'charset' => 'UTF-8']);
›
}
/var/www/html/var/cache/dev/ContainerBgjtbcc/appDevDebugProjectContainer.php:5015 {
› $instance->setLogger(${($_ = isset($this->services['logger']) ? $this->services['logger'] : $this->getLoggerService()) && false ?: '_'});
› $instance->add('markdown', ${($_ = isset($this->services['sonata.formatter.text.markdown']) ? $this->services['sonata.formatter.text.markdown'] : $this->getSonata_Formatter_Text_MarkdownService()) && false ?: '_'}, ${($_ = isset($this->services['sonata.formatter.twig.env.markdown']) ? $this->services['sonata.formatter.twig.env.markdown'] : $this->getSonata_Formatter_Twig_Env_MarkdownService()) && false ?: '_'});
› $instance->add('text', ${($_ = isset($this->services['sonata.formatter.text.text']) ? $this->services['sonata.formatter.text.text'] : ($this->services['sonata.formatter.text.text'] = new \Sonata\FormatterBundle\Formatter\TextFormatter())) && false ?: '_'}, ${($_ = isset($this->services['sonata.formatter.twig.env.text']) ? $this->services['sonata.formatter.twig.env.text'] : $this->getSonata_Formatter_Twig_Env_TextService()) && false ?: '_'});
}
/var/www/html/var/cache/dev/ContainerBgjtbcc/appDevDebugProjectContainer.php:2319 {
› $instance->addExtension(${($_ = isset($this->services['fos_ck_editor.twig_extension']) ? $this->services['fos_ck_editor.twig_extension'] : $this->getFosCkEditor_TwigExtensionService()) && false ?: '_'});
› $instance->addExtension(new \Sonata\FormatterBundle\Twig\Extension\TextFormatterExtension(${($_ = isset($this->services['sonata.formatter.pool']) ? $this->services['sonata.formatter.pool'] : $this->getSonata_Formatter_PoolService()) && false ?: '_'}));
› $instance->addExtension(${($_ = isset($this->services['knp_paginator.twig.extension.pagination']) ? $this->services['knp_paginator.twig.extension.pagination'] : $this->getKnpPaginator_Twig_Extension_PaginationService()) && false ?: '_'});
}
/var/www/html/var/cache/dev/ContainerBgjtbcc/appDevDebugProjectContainer.php:1939 {
› $instance->add(new \Symfony\Bundle\SecurityBundle\DataCollector\SecurityDataCollector(${($_ = isset($this->services['security.token_storage']) ? $this->services['security.token_storage'] : ($this->services['security.token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())) && false ?: '_'}, ${($_ = isset($this->services['security.role_hierarchy']) ? $this->services['security.role_hierarchy'] : $this->getSecurity_RoleHierarchyService()) && false ?: '_'}, ${($_ = isset($this->services['security.logout_url_generator']) ? $this->services['security.logout_url_generator'] : $this->getSecurity_LogoutUrlGeneratorService()) && false ?: '_'}, ${($_ = isset($this->services['debug.security.access.decision_manager']) ? $this->services['debug.security.access.decision_manager'] : $this->getDebug_Security_Access_DecisionManagerService()) && false ?: '_'}, ${($_ = isset($this->services['security.firewall.map']) ? $this->services['security.firewall.map'] : $this->getSecurity_Firewall_MapService()) && false ?: '_'}, ${($_ = isset($this->services['security.firewall']) ? $this->services['security.firewall'] : $this->getSecurity_FirewallService()) && false ?: '_'}));
› $instance->add(new \Symfony\Bridge\Twig\DataCollector\TwigDataCollector(${($_ = isset($this->services['twig.profile']) ? $this->services['twig.profile'] : ($this->services['twig.profile'] = new \Twig\Profiler\Profile())) && false ?: '_'}, ${($_ = isset($this->services['twig']) ? $this->services['twig'] : $this->getTwigService()) && false ?: '_'}));
› $instance->add($d);
}
/var/www/html/var/cache/dev/ContainerBgjtbcc/appDevDebugProjectContainer.php:4369 {
› {
› return $this->services['profiler_listener'] = new \Symfony\Component\HttpKernel\EventListener\ProfilerListener(${($_ = isset($this->services['profiler']) ? $this->services['profiler'] : $this->getProfilerService()) && false ?: '_'}, ${($_ = isset($this->services['request_stack']) ? $this->services['request_stack'] : ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())) && false ?: '_'}, NULL, false, false);
› }
}
/var/www/html/var/cache/dev/ContainerBgjtbcc/appDevDebugProjectContainer.php:3730 {
› $instance->addListener('kernel.exception', [0 => function () {
› return ${($_ = isset($this->services['profiler_listener']) ? $this->services['profiler_listener'] : $this->getProfilerListenerService()) && false ?: '_'};
› }, 1 => 'onKernelException'], 0);
}
/var/www/html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:229 {
› if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure) {
› $listener[0] = $listener[0]();
› $this->listeners[$eventName][$priority][$k] = $listener;
}
/var/www/html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:61 {
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/var/www/html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/ContainerAwareEventDispatcher.php:128 {
›
› return parent::getListeners($eventName);
› }
}
/var/www/html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php:262 {
› {
› foreach ($this->dispatcher->getListeners($eventName) as $listener) {
› $priority = $this->getListenerPriority($eventName, $listener);
}
/var/www/html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php:137 {
›
› $this->preProcess($eventName);
› try {
}
/var/www/html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:228 {
› $event = new GetResponseForExceptionEvent($this, $request, $type, $e);
› $this->dispatcher->dispatch(KernelEvents::EXCEPTION, $event);
›
}
/var/www/html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:79 {
›
› return $this->handleException($e, $request, $type);
› }
}
/var/www/html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php:200 {
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/var/www/html/web/app_dev.php:32 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
}
}
|
08:35:11
|
php
|
User Deprecated: Using the "Twig_Extension_Sandbox" class is deprecated since Twig version 2.7, use "Twig\Extension\SandboxExtension" instead.
[
"exception" => ErrorException {#820
#message: "User Deprecated: Using the "Twig_Extension_Sandbox" class is deprecated since Twig version 2.7, use "Twig\Extension\SandboxExtension" instead."
#code: 0
#file: "/var/www/html/vendor/twig/twig/lib/Twig/Extension/Sandbox.php"
#line: 7
#severity: E_USER_DEPRECATED
trace: {
/var/www/html/vendor/twig/twig/lib/Twig/Extension/Sandbox.php:7 {
›
› @trigger_error(sprintf('Using the "Twig_Extension_Sandbox" class is deprecated since Twig version 2.7, use "Twig\Extension\SandboxExtension" instead.'), E_USER_DEPRECATED);
›
}
/var/www/html/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php:156 {
› } else {
› require $file;
› }
}
Symfony\Component\Debug\DebugClassLoader->loadClass() {}
/var/www/html/var/cache/dev/ContainerBgjtbcc/appDevDebugProjectContainer.php:5079 {
›
› $instance->addExtension(new \Twig_Extension_Sandbox(new \Sonata\FormatterBundle\Twig\SecurityPolicyContainerAware($this, [0 => 'sonata.formatter.twig.control_flow', 1 => 'sonata.formatter.twig.gist']), true));
› $instance->addExtension(${($_ = isset($this->services['sonata.formatter.twig.control_flow']) ? $this->services['sonata.formatter.twig.control_flow'] : ($this->services['sonata.formatter.twig.control_flow'] = new \Sonata\FormatterBundle\Extension\ControlFlowExtension())) && false ?: '_'});
}
/var/www/html/var/cache/dev/ContainerBgjtbcc/appDevDebugProjectContainer.php:5015 {
› $instance->setLogger(${($_ = isset($this->services['logger']) ? $this->services['logger'] : $this->getLoggerService()) && false ?: '_'});
› $instance->add('markdown', ${($_ = isset($this->services['sonata.formatter.text.markdown']) ? $this->services['sonata.formatter.text.markdown'] : $this->getSonata_Formatter_Text_MarkdownService()) && false ?: '_'}, ${($_ = isset($this->services['sonata.formatter.twig.env.markdown']) ? $this->services['sonata.formatter.twig.env.markdown'] : $this->getSonata_Formatter_Twig_Env_MarkdownService()) && false ?: '_'});
› $instance->add('text', ${($_ = isset($this->services['sonata.formatter.text.text']) ? $this->services['sonata.formatter.text.text'] : ($this->services['sonata.formatter.text.text'] = new \Sonata\FormatterBundle\Formatter\TextFormatter())) && false ?: '_'}, ${($_ = isset($this->services['sonata.formatter.twig.env.text']) ? $this->services['sonata.formatter.twig.env.text'] : $this->getSonata_Formatter_Twig_Env_TextService()) && false ?: '_'});
}
/var/www/html/var/cache/dev/ContainerBgjtbcc/appDevDebugProjectContainer.php:2319 {
› $instance->addExtension(${($_ = isset($this->services['fos_ck_editor.twig_extension']) ? $this->services['fos_ck_editor.twig_extension'] : $this->getFosCkEditor_TwigExtensionService()) && false ?: '_'});
› $instance->addExtension(new \Sonata\FormatterBundle\Twig\Extension\TextFormatterExtension(${($_ = isset($this->services['sonata.formatter.pool']) ? $this->services['sonata.formatter.pool'] : $this->getSonata_Formatter_PoolService()) && false ?: '_'}));
› $instance->addExtension(${($_ = isset($this->services['knp_paginator.twig.extension.pagination']) ? $this->services['knp_paginator.twig.extension.pagination'] : $this->getKnpPaginator_Twig_Extension_PaginationService()) && false ?: '_'});
}
/var/www/html/var/cache/dev/ContainerBgjtbcc/appDevDebugProjectContainer.php:1939 {
› $instance->add(new \Symfony\Bundle\SecurityBundle\DataCollector\SecurityDataCollector(${($_ = isset($this->services['security.token_storage']) ? $this->services['security.token_storage'] : ($this->services['security.token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())) && false ?: '_'}, ${($_ = isset($this->services['security.role_hierarchy']) ? $this->services['security.role_hierarchy'] : $this->getSecurity_RoleHierarchyService()) && false ?: '_'}, ${($_ = isset($this->services['security.logout_url_generator']) ? $this->services['security.logout_url_generator'] : $this->getSecurity_LogoutUrlGeneratorService()) && false ?: '_'}, ${($_ = isset($this->services['debug.security.access.decision_manager']) ? $this->services['debug.security.access.decision_manager'] : $this->getDebug_Security_Access_DecisionManagerService()) && false ?: '_'}, ${($_ = isset($this->services['security.firewall.map']) ? $this->services['security.firewall.map'] : $this->getSecurity_Firewall_MapService()) && false ?: '_'}, ${($_ = isset($this->services['security.firewall']) ? $this->services['security.firewall'] : $this->getSecurity_FirewallService()) && false ?: '_'}));
› $instance->add(new \Symfony\Bridge\Twig\DataCollector\TwigDataCollector(${($_ = isset($this->services['twig.profile']) ? $this->services['twig.profile'] : ($this->services['twig.profile'] = new \Twig\Profiler\Profile())) && false ?: '_'}, ${($_ = isset($this->services['twig']) ? $this->services['twig'] : $this->getTwigService()) && false ?: '_'}));
› $instance->add($d);
}
/var/www/html/var/cache/dev/ContainerBgjtbcc/appDevDebugProjectContainer.php:4369 {
› {
› return $this->services['profiler_listener'] = new \Symfony\Component\HttpKernel\EventListener\ProfilerListener(${($_ = isset($this->services['profiler']) ? $this->services['profiler'] : $this->getProfilerService()) && false ?: '_'}, ${($_ = isset($this->services['request_stack']) ? $this->services['request_stack'] : ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())) && false ?: '_'}, NULL, false, false);
› }
}
/var/www/html/var/cache/dev/ContainerBgjtbcc/appDevDebugProjectContainer.php:3730 {
› $instance->addListener('kernel.exception', [0 => function () {
› return ${($_ = isset($this->services['profiler_listener']) ? $this->services['profiler_listener'] : $this->getProfilerListenerService()) && false ?: '_'};
› }, 1 => 'onKernelException'], 0);
}
/var/www/html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:229 {
› if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure) {
› $listener[0] = $listener[0]();
› $this->listeners[$eventName][$priority][$k] = $listener;
}
/var/www/html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:61 {
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/var/www/html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/ContainerAwareEventDispatcher.php:128 {
›
› return parent::getListeners($eventName);
› }
}
/var/www/html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php:262 {
› {
› foreach ($this->dispatcher->getListeners($eventName) as $listener) {
› $priority = $this->getListenerPriority($eventName, $listener);
}
/var/www/html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php:137 {
›
› $this->preProcess($eventName);
› try {
}
/var/www/html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:228 {
› $event = new GetResponseForExceptionEvent($this, $request, $type, $e);
› $this->dispatcher->dispatch(KernelEvents::EXCEPTION, $event);
›
}
/var/www/html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:79 {
›
› return $this->handleException($e, $request, $type);
› }
}
/var/www/html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php:200 {
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/var/www/html/web/app_dev.php:32 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
}
}
}
]
{
/var/www/html/vendor/twig/twig/lib/Twig/Extension/Sandbox.php:7 {
›
› @trigger_error(sprintf('Using the "Twig_Extension_Sandbox" class is deprecated since Twig version 2.7, use "Twig\Extension\SandboxExtension" instead.'), E_USER_DEPRECATED);
›
}
/var/www/html/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php:156 {
› } else {
› require $file;
› }
}
Symfony\Component\Debug\DebugClassLoader->loadClass() {}
/var/www/html/var/cache/dev/ContainerBgjtbcc/appDevDebugProjectContainer.php:5079 {
›
› $instance->addExtension(new \Twig_Extension_Sandbox(new \Sonata\FormatterBundle\Twig\SecurityPolicyContainerAware($this, [0 => 'sonata.formatter.twig.control_flow', 1 => 'sonata.formatter.twig.gist']), true));
› $instance->addExtension(${($_ = isset($this->services['sonata.formatter.twig.control_flow']) ? $this->services['sonata.formatter.twig.control_flow'] : ($this->services['sonata.formatter.twig.control_flow'] = new \Sonata\FormatterBundle\Extension\ControlFlowExtension())) && false ?: '_'});
}
/var/www/html/var/cache/dev/ContainerBgjtbcc/appDevDebugProjectContainer.php:5015 {
› $instance->setLogger(${($_ = isset($this->services['logger']) ? $this->services['logger'] : $this->getLoggerService()) && false ?: '_'});
› $instance->add('markdown', ${($_ = isset($this->services['sonata.formatter.text.markdown']) ? $this->services['sonata.formatter.text.markdown'] : $this->getSonata_Formatter_Text_MarkdownService()) && false ?: '_'}, ${($_ = isset($this->services['sonata.formatter.twig.env.markdown']) ? $this->services['sonata.formatter.twig.env.markdown'] : $this->getSonata_Formatter_Twig_Env_MarkdownService()) && false ?: '_'});
› $instance->add('text', ${($_ = isset($this->services['sonata.formatter.text.text']) ? $this->services['sonata.formatter.text.text'] : ($this->services['sonata.formatter.text.text'] = new \Sonata\FormatterBundle\Formatter\TextFormatter())) && false ?: '_'}, ${($_ = isset($this->services['sonata.formatter.twig.env.text']) ? $this->services['sonata.formatter.twig.env.text'] : $this->getSonata_Formatter_Twig_Env_TextService()) && false ?: '_'});
}
/var/www/html/var/cache/dev/ContainerBgjtbcc/appDevDebugProjectContainer.php:2319 {
› $instance->addExtension(${($_ = isset($this->services['fos_ck_editor.twig_extension']) ? $this->services['fos_ck_editor.twig_extension'] : $this->getFosCkEditor_TwigExtensionService()) && false ?: '_'});
› $instance->addExtension(new \Sonata\FormatterBundle\Twig\Extension\TextFormatterExtension(${($_ = isset($this->services['sonata.formatter.pool']) ? $this->services['sonata.formatter.pool'] : $this->getSonata_Formatter_PoolService()) && false ?: '_'}));
› $instance->addExtension(${($_ = isset($this->services['knp_paginator.twig.extension.pagination']) ? $this->services['knp_paginator.twig.extension.pagination'] : $this->getKnpPaginator_Twig_Extension_PaginationService()) && false ?: '_'});
}
/var/www/html/var/cache/dev/ContainerBgjtbcc/appDevDebugProjectContainer.php:1939 {
› $instance->add(new \Symfony\Bundle\SecurityBundle\DataCollector\SecurityDataCollector(${($_ = isset($this->services['security.token_storage']) ? $this->services['security.token_storage'] : ($this->services['security.token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())) && false ?: '_'}, ${($_ = isset($this->services['security.role_hierarchy']) ? $this->services['security.role_hierarchy'] : $this->getSecurity_RoleHierarchyService()) && false ?: '_'}, ${($_ = isset($this->services['security.logout_url_generator']) ? $this->services['security.logout_url_generator'] : $this->getSecurity_LogoutUrlGeneratorService()) && false ?: '_'}, ${($_ = isset($this->services['debug.security.access.decision_manager']) ? $this->services['debug.security.access.decision_manager'] : $this->getDebug_Security_Access_DecisionManagerService()) && false ?: '_'}, ${($_ = isset($this->services['security.firewall.map']) ? $this->services['security.firewall.map'] : $this->getSecurity_Firewall_MapService()) && false ?: '_'}, ${($_ = isset($this->services['security.firewall']) ? $this->services['security.firewall'] : $this->getSecurity_FirewallService()) && false ?: '_'}));
› $instance->add(new \Symfony\Bridge\Twig\DataCollector\TwigDataCollector(${($_ = isset($this->services['twig.profile']) ? $this->services['twig.profile'] : ($this->services['twig.profile'] = new \Twig\Profiler\Profile())) && false ?: '_'}, ${($_ = isset($this->services['twig']) ? $this->services['twig'] : $this->getTwigService()) && false ?: '_'}));
› $instance->add($d);
}
/var/www/html/var/cache/dev/ContainerBgjtbcc/appDevDebugProjectContainer.php:4369 {
› {
› return $this->services['profiler_listener'] = new \Symfony\Component\HttpKernel\EventListener\ProfilerListener(${($_ = isset($this->services['profiler']) ? $this->services['profiler'] : $this->getProfilerService()) && false ?: '_'}, ${($_ = isset($this->services['request_stack']) ? $this->services['request_stack'] : ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())) && false ?: '_'}, NULL, false, false);
› }
}
/var/www/html/var/cache/dev/ContainerBgjtbcc/appDevDebugProjectContainer.php:3730 {
› $instance->addListener('kernel.exception', [0 => function () {
› return ${($_ = isset($this->services['profiler_listener']) ? $this->services['profiler_listener'] : $this->getProfilerListenerService()) && false ?: '_'};
› }, 1 => 'onKernelException'], 0);
}
/var/www/html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:229 {
› if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure) {
› $listener[0] = $listener[0]();
› $this->listeners[$eventName][$priority][$k] = $listener;
}
/var/www/html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:61 {
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/var/www/html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/ContainerAwareEventDispatcher.php:128 {
›
› return parent::getListeners($eventName);
› }
}
/var/www/html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php:262 {
› {
› foreach ($this->dispatcher->getListeners($eventName) as $listener) {
› $priority = $this->getListenerPriority($eventName, $listener);
}
/var/www/html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php:137 {
›
› $this->preProcess($eventName);
› try {
}
/var/www/html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:228 {
› $event = new GetResponseForExceptionEvent($this, $request, $type, $e);
› $this->dispatcher->dispatch(KernelEvents::EXCEPTION, $event);
›
}
/var/www/html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:79 {
›
› return $this->handleException($e, $request, $type);
› }
}
/var/www/html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php:200 {
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/var/www/html/web/app_dev.php:32 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
}
}
|
08:35:11
|
php
|
User Deprecated: Using the "Twig_Lexer" class is deprecated since Twig version 2.7, use "Twig\Lexer" instead.
[
"exception" => ErrorException {#806
#message: "User Deprecated: Using the "Twig_Lexer" class is deprecated since Twig version 2.7, use "Twig\Lexer" instead."
#code: 0
#file: "/var/www/html/vendor/twig/twig/lib/Twig/Lexer.php"
#line: 7
#severity: E_USER_DEPRECATED
trace: {
/var/www/html/vendor/twig/twig/lib/Twig/Lexer.php:7 {
›
› @trigger_error(sprintf('Using the "Twig_Lexer" class is deprecated since Twig version 2.7, use "Twig\Lexer" instead.'), E_USER_DEPRECATED);
›
}
/var/www/html/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php:156 {
› } else {
› require $file;
› }
}
Symfony\Component\Debug\DebugClassLoader->loadClass() {}
/var/www/html/var/cache/dev/ContainerBgjtbcc/appDevDebugProjectContainer.php:5082 {
› $instance->addExtension(${($_ = isset($this->services['sonata.formatter.twig.gist']) ? $this->services['sonata.formatter.twig.gist'] : ($this->services['sonata.formatter.twig.gist'] = new \Sonata\FormatterBundle\Extension\GistExtension())) && false ?: '_'});
› $instance->setLexer(new \Twig_Lexer($instance, ['tag_comment' => [0 => '<#', 1 => '#>'], 'tag_block' => [0 => '<%', 1 => '%>'], 'tag_variable' => [0 => '<%=', 1 => '%>']]));
›
}
/var/www/html/var/cache/dev/ContainerBgjtbcc/appDevDebugProjectContainer.php:5015 {
› $instance->setLogger(${($_ = isset($this->services['logger']) ? $this->services['logger'] : $this->getLoggerService()) && false ?: '_'});
› $instance->add('markdown', ${($_ = isset($this->services['sonata.formatter.text.markdown']) ? $this->services['sonata.formatter.text.markdown'] : $this->getSonata_Formatter_Text_MarkdownService()) && false ?: '_'}, ${($_ = isset($this->services['sonata.formatter.twig.env.markdown']) ? $this->services['sonata.formatter.twig.env.markdown'] : $this->getSonata_Formatter_Twig_Env_MarkdownService()) && false ?: '_'});
› $instance->add('text', ${($_ = isset($this->services['sonata.formatter.text.text']) ? $this->services['sonata.formatter.text.text'] : ($this->services['sonata.formatter.text.text'] = new \Sonata\FormatterBundle\Formatter\TextFormatter())) && false ?: '_'}, ${($_ = isset($this->services['sonata.formatter.twig.env.text']) ? $this->services['sonata.formatter.twig.env.text'] : $this->getSonata_Formatter_Twig_Env_TextService()) && false ?: '_'});
}
/var/www/html/var/cache/dev/ContainerBgjtbcc/appDevDebugProjectContainer.php:2319 {
› $instance->addExtension(${($_ = isset($this->services['fos_ck_editor.twig_extension']) ? $this->services['fos_ck_editor.twig_extension'] : $this->getFosCkEditor_TwigExtensionService()) && false ?: '_'});
› $instance->addExtension(new \Sonata\FormatterBundle\Twig\Extension\TextFormatterExtension(${($_ = isset($this->services['sonata.formatter.pool']) ? $this->services['sonata.formatter.pool'] : $this->getSonata_Formatter_PoolService()) && false ?: '_'}));
› $instance->addExtension(${($_ = isset($this->services['knp_paginator.twig.extension.pagination']) ? $this->services['knp_paginator.twig.extension.pagination'] : $this->getKnpPaginator_Twig_Extension_PaginationService()) && false ?: '_'});
}
/var/www/html/var/cache/dev/ContainerBgjtbcc/appDevDebugProjectContainer.php:1939 {
› $instance->add(new \Symfony\Bundle\SecurityBundle\DataCollector\SecurityDataCollector(${($_ = isset($this->services['security.token_storage']) ? $this->services['security.token_storage'] : ($this->services['security.token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())) && false ?: '_'}, ${($_ = isset($this->services['security.role_hierarchy']) ? $this->services['security.role_hierarchy'] : $this->getSecurity_RoleHierarchyService()) && false ?: '_'}, ${($_ = isset($this->services['security.logout_url_generator']) ? $this->services['security.logout_url_generator'] : $this->getSecurity_LogoutUrlGeneratorService()) && false ?: '_'}, ${($_ = isset($this->services['debug.security.access.decision_manager']) ? $this->services['debug.security.access.decision_manager'] : $this->getDebug_Security_Access_DecisionManagerService()) && false ?: '_'}, ${($_ = isset($this->services['security.firewall.map']) ? $this->services['security.firewall.map'] : $this->getSecurity_Firewall_MapService()) && false ?: '_'}, ${($_ = isset($this->services['security.firewall']) ? $this->services['security.firewall'] : $this->getSecurity_FirewallService()) && false ?: '_'}));
› $instance->add(new \Symfony\Bridge\Twig\DataCollector\TwigDataCollector(${($_ = isset($this->services['twig.profile']) ? $this->services['twig.profile'] : ($this->services['twig.profile'] = new \Twig\Profiler\Profile())) && false ?: '_'}, ${($_ = isset($this->services['twig']) ? $this->services['twig'] : $this->getTwigService()) && false ?: '_'}));
› $instance->add($d);
}
/var/www/html/var/cache/dev/ContainerBgjtbcc/appDevDebugProjectContainer.php:4369 {
› {
› return $this->services['profiler_listener'] = new \Symfony\Component\HttpKernel\EventListener\ProfilerListener(${($_ = isset($this->services['profiler']) ? $this->services['profiler'] : $this->getProfilerService()) && false ?: '_'}, ${($_ = isset($this->services['request_stack']) ? $this->services['request_stack'] : ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())) && false ?: '_'}, NULL, false, false);
› }
}
/var/www/html/var/cache/dev/ContainerBgjtbcc/appDevDebugProjectContainer.php:3730 {
› $instance->addListener('kernel.exception', [0 => function () {
› return ${($_ = isset($this->services['profiler_listener']) ? $this->services['profiler_listener'] : $this->getProfilerListenerService()) && false ?: '_'};
› }, 1 => 'onKernelException'], 0);
}
/var/www/html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:229 {
› if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure) {
› $listener[0] = $listener[0]();
› $this->listeners[$eventName][$priority][$k] = $listener;
}
/var/www/html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:61 {
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/var/www/html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/ContainerAwareEventDispatcher.php:128 {
›
› return parent::getListeners($eventName);
› }
}
/var/www/html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php:262 {
› {
› foreach ($this->dispatcher->getListeners($eventName) as $listener) {
› $priority = $this->getListenerPriority($eventName, $listener);
}
/var/www/html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php:137 {
›
› $this->preProcess($eventName);
› try {
}
/var/www/html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:228 {
› $event = new GetResponseForExceptionEvent($this, $request, $type, $e);
› $this->dispatcher->dispatch(KernelEvents::EXCEPTION, $event);
›
}
/var/www/html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:79 {
›
› return $this->handleException($e, $request, $type);
› }
}
/var/www/html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php:200 {
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/var/www/html/web/app_dev.php:32 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
}
}
}
]
{
/var/www/html/vendor/twig/twig/lib/Twig/Lexer.php:7 {
›
› @trigger_error(sprintf('Using the "Twig_Lexer" class is deprecated since Twig version 2.7, use "Twig\Lexer" instead.'), E_USER_DEPRECATED);
›
}
/var/www/html/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php:156 {
› } else {
› require $file;
› }
}
Symfony\Component\Debug\DebugClassLoader->loadClass() {}
/var/www/html/var/cache/dev/ContainerBgjtbcc/appDevDebugProjectContainer.php:5082 {
› $instance->addExtension(${($_ = isset($this->services['sonata.formatter.twig.gist']) ? $this->services['sonata.formatter.twig.gist'] : ($this->services['sonata.formatter.twig.gist'] = new \Sonata\FormatterBundle\Extension\GistExtension())) && false ?: '_'});
› $instance->setLexer(new \Twig_Lexer($instance, ['tag_comment' => [0 => '<#', 1 => '#>'], 'tag_block' => [0 => '<%', 1 => '%>'], 'tag_variable' => [0 => '<%=', 1 => '%>']]));
›
}
/var/www/html/var/cache/dev/ContainerBgjtbcc/appDevDebugProjectContainer.php:5015 {
› $instance->setLogger(${($_ = isset($this->services['logger']) ? $this->services['logger'] : $this->getLoggerService()) && false ?: '_'});
› $instance->add('markdown', ${($_ = isset($this->services['sonata.formatter.text.markdown']) ? $this->services['sonata.formatter.text.markdown'] : $this->getSonata_Formatter_Text_MarkdownService()) && false ?: '_'}, ${($_ = isset($this->services['sonata.formatter.twig.env.markdown']) ? $this->services['sonata.formatter.twig.env.markdown'] : $this->getSonata_Formatter_Twig_Env_MarkdownService()) && false ?: '_'});
› $instance->add('text', ${($_ = isset($this->services['sonata.formatter.text.text']) ? $this->services['sonata.formatter.text.text'] : ($this->services['sonata.formatter.text.text'] = new \Sonata\FormatterBundle\Formatter\TextFormatter())) && false ?: '_'}, ${($_ = isset($this->services['sonata.formatter.twig.env.text']) ? $this->services['sonata.formatter.twig.env.text'] : $this->getSonata_Formatter_Twig_Env_TextService()) && false ?: '_'});
}
/var/www/html/var/cache/dev/ContainerBgjtbcc/appDevDebugProjectContainer.php:2319 {
› $instance->addExtension(${($_ = isset($this->services['fos_ck_editor.twig_extension']) ? $this->services['fos_ck_editor.twig_extension'] : $this->getFosCkEditor_TwigExtensionService()) && false ?: '_'});
› $instance->addExtension(new \Sonata\FormatterBundle\Twig\Extension\TextFormatterExtension(${($_ = isset($this->services['sonata.formatter.pool']) ? $this->services['sonata.formatter.pool'] : $this->getSonata_Formatter_PoolService()) && false ?: '_'}));
› $instance->addExtension(${($_ = isset($this->services['knp_paginator.twig.extension.pagination']) ? $this->services['knp_paginator.twig.extension.pagination'] : $this->getKnpPaginator_Twig_Extension_PaginationService()) && false ?: '_'});
}
/var/www/html/var/cache/dev/ContainerBgjtbcc/appDevDebugProjectContainer.php:1939 {
› $instance->add(new \Symfony\Bundle\SecurityBundle\DataCollector\SecurityDataCollector(${($_ = isset($this->services['security.token_storage']) ? $this->services['security.token_storage'] : ($this->services['security.token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())) && false ?: '_'}, ${($_ = isset($this->services['security.role_hierarchy']) ? $this->services['security.role_hierarchy'] : $this->getSecurity_RoleHierarchyService()) && false ?: '_'}, ${($_ = isset($this->services['security.logout_url_generator']) ? $this->services['security.logout_url_generator'] : $this->getSecurity_LogoutUrlGeneratorService()) && false ?: '_'}, ${($_ = isset($this->services['debug.security.access.decision_manager']) ? $this->services['debug.security.access.decision_manager'] : $this->getDebug_Security_Access_DecisionManagerService()) && false ?: '_'}, ${($_ = isset($this->services['security.firewall.map']) ? $this->services['security.firewall.map'] : $this->getSecurity_Firewall_MapService()) && false ?: '_'}, ${($_ = isset($this->services['security.firewall']) ? $this->services['security.firewall'] : $this->getSecurity_FirewallService()) && false ?: '_'}));
› $instance->add(new \Symfony\Bridge\Twig\DataCollector\TwigDataCollector(${($_ = isset($this->services['twig.profile']) ? $this->services['twig.profile'] : ($this->services['twig.profile'] = new \Twig\Profiler\Profile())) && false ?: '_'}, ${($_ = isset($this->services['twig']) ? $this->services['twig'] : $this->getTwigService()) && false ?: '_'}));
› $instance->add($d);
}
/var/www/html/var/cache/dev/ContainerBgjtbcc/appDevDebugProjectContainer.php:4369 {
› {
› return $this->services['profiler_listener'] = new \Symfony\Component\HttpKernel\EventListener\ProfilerListener(${($_ = isset($this->services['profiler']) ? $this->services['profiler'] : $this->getProfilerService()) && false ?: '_'}, ${($_ = isset($this->services['request_stack']) ? $this->services['request_stack'] : ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())) && false ?: '_'}, NULL, false, false);
› }
}
/var/www/html/var/cache/dev/ContainerBgjtbcc/appDevDebugProjectContainer.php:3730 {
› $instance->addListener('kernel.exception', [0 => function () {
› return ${($_ = isset($this->services['profiler_listener']) ? $this->services['profiler_listener'] : $this->getProfilerListenerService()) && false ?: '_'};
› }, 1 => 'onKernelException'], 0);
}
/var/www/html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:229 {
› if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure) {
› $listener[0] = $listener[0]();
› $this->listeners[$eventName][$priority][$k] = $listener;
}
/var/www/html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:61 {
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/var/www/html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/ContainerAwareEventDispatcher.php:128 {
›
› return parent::getListeners($eventName);
› }
}
/var/www/html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php:262 {
› {
› foreach ($this->dispatcher->getListeners($eventName) as $listener) {
› $priority = $this->getListenerPriority($eventName, $listener);
}
/var/www/html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php:137 {
›
› $this->preProcess($eventName);
› try {
}
/var/www/html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:228 {
› $event = new GetResponseForExceptionEvent($this, $request, $type, $e);
› $this->dispatcher->dispatch(KernelEvents::EXCEPTION, $event);
›
}
/var/www/html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:79 {
›
› return $this->handleException($e, $request, $type);
› }
}
/var/www/html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php:200 {
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/var/www/html/web/app_dev.php:32 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
}
}
|
08:35:12
|
php
|
User Deprecated: Implementing "Symfony\Component\HttpKernel\DataCollector\DataCollectorInterface" without the "reset()" method is deprecated since Symfony 3.4 and will be unsupported in 4.0 for class "Symfony\Bundle\SwiftmailerBundle\DataCollector\MessageDataCollector".
[
"exception" => ErrorException {#1168
#message: "User Deprecated: Implementing "Symfony\Component\HttpKernel\DataCollector\DataCollectorInterface" without the "reset()" method is deprecated since Symfony 3.4 and will be unsupported in 4.0 for class "Symfony\Bundle\SwiftmailerBundle\DataCollector\MessageDataCollector"."
#code: 0
#file: "/var/www/html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Profiler/Profiler.php"
#line: 215
#severity: E_USER_DEPRECATED
trace: {
/var/www/html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Profiler/Profiler.php:215 {
› if (!method_exists($collector, 'reset')) {
› @trigger_error(sprintf('Implementing "%s" without the "reset()" method is deprecated since Symfony 3.4 and will be unsupported in 4.0 for class "%s".', DataCollectorInterface::class, \get_class($collector)), E_USER_DEPRECATED);
› }
}
/var/www/html/var/cache/dev/ContainerBgjtbcc/appDevDebugProjectContainer.php:1941 {
› $instance->add($d);
› $instance->add(new \Symfony\Bundle\SwiftmailerBundle\DataCollector\MessageDataCollector($this));
› $instance->add(${($_ = isset($this->services['data_collector.dump']) ? $this->services['data_collector.dump'] : $this->getDataCollector_DumpService()) && false ?: '_'});
}
/var/www/html/var/cache/dev/ContainerBgjtbcc/appDevDebugProjectContainer.php:4369 {
› {
› return $this->services['profiler_listener'] = new \Symfony\Component\HttpKernel\EventListener\ProfilerListener(${($_ = isset($this->services['profiler']) ? $this->services['profiler'] : $this->getProfilerService()) && false ?: '_'}, ${($_ = isset($this->services['request_stack']) ? $this->services['request_stack'] : ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())) && false ?: '_'}, NULL, false, false);
› }
}
/var/www/html/var/cache/dev/ContainerBgjtbcc/appDevDebugProjectContainer.php:3730 {
› $instance->addListener('kernel.exception', [0 => function () {
› return ${($_ = isset($this->services['profiler_listener']) ? $this->services['profiler_listener'] : $this->getProfilerListenerService()) && false ?: '_'};
› }, 1 => 'onKernelException'], 0);
}
/var/www/html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:229 {
› if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure) {
› $listener[0] = $listener[0]();
› $this->listeners[$eventName][$priority][$k] = $listener;
}
/var/www/html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:61 {
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/var/www/html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/ContainerAwareEventDispatcher.php:128 {
›
› return parent::getListeners($eventName);
› }
}
/var/www/html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php:262 {
› {
› foreach ($this->dispatcher->getListeners($eventName) as $listener) {
› $priority = $this->getListenerPriority($eventName, $listener);
}
/var/www/html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php:137 {
›
› $this->preProcess($eventName);
› try {
}
/var/www/html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:228 {
› $event = new GetResponseForExceptionEvent($this, $request, $type, $e);
› $this->dispatcher->dispatch(KernelEvents::EXCEPTION, $event);
›
}
/var/www/html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:79 {
›
› return $this->handleException($e, $request, $type);
› }
}
/var/www/html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php:200 {
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/var/www/html/web/app_dev.php:32 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
}
}
}
]
{
/var/www/html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Profiler/Profiler.php:215 {
› if (!method_exists($collector, 'reset')) {
› @trigger_error(sprintf('Implementing "%s" without the "reset()" method is deprecated since Symfony 3.4 and will be unsupported in 4.0 for class "%s".', DataCollectorInterface::class, \get_class($collector)), E_USER_DEPRECATED);
› }
}
/var/www/html/var/cache/dev/ContainerBgjtbcc/appDevDebugProjectContainer.php:1941 {
› $instance->add($d);
› $instance->add(new \Symfony\Bundle\SwiftmailerBundle\DataCollector\MessageDataCollector($this));
› $instance->add(${($_ = isset($this->services['data_collector.dump']) ? $this->services['data_collector.dump'] : $this->getDataCollector_DumpService()) && false ?: '_'});
}
/var/www/html/var/cache/dev/ContainerBgjtbcc/appDevDebugProjectContainer.php:4369 {
› {
› return $this->services['profiler_listener'] = new \Symfony\Component\HttpKernel\EventListener\ProfilerListener(${($_ = isset($this->services['profiler']) ? $this->services['profiler'] : $this->getProfilerService()) && false ?: '_'}, ${($_ = isset($this->services['request_stack']) ? $this->services['request_stack'] : ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())) && false ?: '_'}, NULL, false, false);
› }
}
/var/www/html/var/cache/dev/ContainerBgjtbcc/appDevDebugProjectContainer.php:3730 {
› $instance->addListener('kernel.exception', [0 => function () {
› return ${($_ = isset($this->services['profiler_listener']) ? $this->services['profiler_listener'] : $this->getProfilerListenerService()) && false ?: '_'};
› }, 1 => 'onKernelException'], 0);
}
/var/www/html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:229 {
› if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure) {
› $listener[0] = $listener[0]();
› $this->listeners[$eventName][$priority][$k] = $listener;
}
/var/www/html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:61 {
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/var/www/html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/ContainerAwareEventDispatcher.php:128 {
›
› return parent::getListeners($eventName);
› }
}
/var/www/html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php:262 {
› {
› foreach ($this->dispatcher->getListeners($eventName) as $listener) {
› $priority = $this->getListenerPriority($eventName, $listener);
}
/var/www/html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php:137 {
›
› $this->preProcess($eventName);
› try {
}
/var/www/html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:228 {
› $event = new GetResponseForExceptionEvent($this, $request, $type, $e);
› $this->dispatcher->dispatch(KernelEvents::EXCEPTION, $event);
›
}
/var/www/html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:79 {
›
› return $this->handleException($e, $request, $type);
› }
}
/var/www/html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php:200 {
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/var/www/html/web/app_dev.php:32 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
}
}
|
08:35:12
|
php
|
User Deprecated: The Sonata\Doctrine\Types\JsonType class is deprecated since 1.2 in favor of Doctrine\DBAL\Types\JsonType, and will be removed in 2.0.
[
"exception" => ErrorException {#1464
#message: "User Deprecated: The Sonata\Doctrine\Types\JsonType class is deprecated since 1.2 in favor of Doctrine\DBAL\Types\JsonType, and will be removed in 2.0."
#code: 0
#file: "/var/www/html/vendor/sonata-project/doctrine-extensions/src/Types/JsonType.php"
#line: 22
#severity: E_USER_DEPRECATED
trace: {
/var/www/html/vendor/sonata-project/doctrine-extensions/src/Types/JsonType.php:22 {
› 'Doctrine\DBAL\Types\JsonType, and will be removed in 2.0.',
› E_USER_DEPRECATED
› );
}
/var/www/html/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php:156 {
› } else {
› require $file;
› }
}
Symfony\Component\Debug\DebugClassLoader->loadClass() {}
/var/www/html/vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/Type.php:167 {
› }
› self::$_typeObjects[$name] = new self::$_typesMap[$name]();
› }
}
/var/www/html/vendor/doctrine/dbal/lib/Doctrine/DBAL/Platforms/AbstractPlatform.php:236 {
› foreach (Type::getTypesMap() as $typeName => $className) {
› foreach (Type::getType($typeName)->getMappedDatabaseTypes($this) as $dbType) {
› $this->doctrineTypeMapping[$dbType] = $typeName;
}
/var/www/html/vendor/doctrine/dbal/lib/Doctrine/DBAL/Platforms/AbstractPlatform.php:397 {
› if ($this->doctrineTypeMapping === null) {
› $this->initializeAllDoctrineTypeMappings();
› }
}
/var/www/html/vendor/doctrine/doctrine-bundle/ConnectionFactory.php:52 {
› foreach ($mappingTypes as $dbType => $doctrineType) {
› $platform->registerDoctrineTypeMapping($dbType, $doctrineType);
› }
}
/var/www/html/var/cache/dev/ContainerBgjtbcc/appDevDebugProjectContainer.php:1725 {
›
› return $this->services['doctrine.dbal.default_connection'] = ${($_ = isset($this->services['doctrine.dbal.connection_factory']) ? $this->services['doctrine.dbal.connection_factory'] : $this->getDoctrine_Dbal_ConnectionFactoryService()) && false ?: '_'}->createConnection(['driver' => 'pdo_pgsql', 'host' => 'postgres', 'port' => 5432, 'dbname' => 'portal_realpad_eu', 'user' => 'portal_realpad_eu', 'password' => 'NckLrYgs4B4V6nZU', 'charset' => 'UTF8', 'driverOptions' => [], 'defaultTableOptions' => []], $a, $c, ['hstore' => 'hstore']);
› }
}
/var/www/html/var/cache/dev/ContainerBgjtbcc/getSecurity_Acl_ProviderService.php:8 {
›
› return $this->services['security.acl.provider'] = new \Symfony\Component\Security\Acl\Dbal\MutableAclProvider(${($_ = isset($this->services['doctrine.dbal.default_connection']) ? $this->services['doctrine.dbal.default_connection'] : $this->getDoctrine_Dbal_DefaultConnectionService()) && false ?: '_'}, new \Symfony\Component\Security\Acl\Domain\PermissionGrantingStrategy(), ['class_table_name' => 'acl_classes', 'entry_table_name' => 'acl_entries', 'oid_table_name' => 'acl_object_identities', 'oid_ancestors_table_name' => 'acl_object_identity_ancestors', 'sid_table_name' => 'acl_security_identities'], NULL);
›
}
/var/www/html/var/cache/dev/ContainerBgjtbcc/appDevDebugProjectContainer.php:1638 {
› {
› return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
› }
}
/var/www/html/var/cache/dev/ContainerBgjtbcc/getSecurity_Acl_Voter_BasicPermissionsService.php:8 {
›
› return $this->services['security.acl.voter.basic_permissions'] = new \Symfony\Component\Security\Acl\Voter\AclVoter(${($_ = isset($this->services['security.acl.provider']) ? $this->services['security.acl.provider'] : $this->load('getSecurity_Acl_ProviderService.php')) && false ?: '_'}, ${($_ = isset($this->services['security.acl.object_identity_retrieval_strategy']) ? $this->services['security.acl.object_identity_retrieval_strategy'] : ($this->services['security.acl.object_identity_retrieval_strategy'] = new \Symfony\Component\Security\Acl\Domain\ObjectIdentityRetrievalStrategy())) && false ?: '_'}, ${($_ = isset($this->services['security.acl.security_identity_retrieval_strategy']) ? $this->services['security.acl.security_identity_retrieval_strategy'] : $this->load('getSecurity_Acl_SecurityIdentityRetrievalStrategyService.php')) && false ?: '_'}, ${($_ = isset($this->services['security.acl.permission.map']) ? $this->services['security.acl.permission.map'] : ($this->services['security.acl.permission.map'] = new \Symfony\Component\Security\Acl\Permission\BasicPermissionMap())) && false ?: '_'}, ${($_ = isset($this->services['monolog.logger.security']) ? $this->services['monolog.logger.security'] : $this->load('getMonolog_Logger_SecurityService.php')) && false ?: '_'}, true);
›
}
/var/www/html/var/cache/dev/ContainerBgjtbcc/appDevDebugProjectContainer.php:1638 {
› {
› return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
› }
}
/var/www/html/var/cache/dev/ContainerBgjtbcc/appDevDebugProjectContainer.php:3904 {
› return $this->services['debug.security.access.decision_manager'] = new \Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager(new \Symfony\Component\Security\Core\Authorization\AccessDecisionManager(new RewindableGenerator(function () {
› yield 0 => ${($_ = isset($this->services['security.acl.voter.basic_permissions']) ? $this->services['security.acl.voter.basic_permissions'] : $this->load('getSecurity_Acl_Voter_BasicPermissionsService.php')) && false ?: '_'};
› yield 1 => ${($_ = isset($this->services['security.acl.voter.user_permissions']) ? $this->services['security.acl.voter.user_permissions'] : $this->load('getSecurity_Acl_Voter_UserPermissionsService.php')) && false ?: '_'};
}
/var/www/html/vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/DataCollector/SecurityDataCollector.php:151 {
›
› foreach ($this->accessDecisionManager->getVoters() as $voter) {
› $this->data['voters'][] = $this->hasVarDumper ? new ClassStub(\get_class($voter)) : \get_class($voter);
}
/var/www/html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Profiler/Profiler.php:165 {
› foreach ($this->collectors as $collector) {
› $collector->collect($request, $response, $exception);
›
}
/var/www/html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/ProfilerListener.php:91 {
›
› if (!$profile = $this->profiler->collect($request, $event->getResponse(), $exception)) {
› return;
}
/var/www/html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php:115 {
›
› \call_user_func($this->listener, $event, $eventName, $dispatcher);
›
}
/var/www/html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:212 {
› }
› \call_user_func($listener, $event, $eventName, $this);
› }
}
/var/www/html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:44 {
› if ($listeners = $this->getListeners($eventName)) {
› $this->doDispatch($listeners, $eventName, $event);
› }
}
/var/www/html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php:143 {
› try {
› $this->dispatcher->dispatch($eventName, $event);
› } finally {
}
/var/www/html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:191 {
›
› $this->dispatcher->dispatch(KernelEvents::RESPONSE, $event);
›
}
/var/www/html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:260 {
› try {
› return $this->filterResponse($response, $request, $type);
› } catch (\Exception $e) {
}
/var/www/html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:79 {
›
› return $this->handleException($e, $request, $type);
› }
}
/var/www/html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php:200 {
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/var/www/html/web/app_dev.php:32 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
}
}
}
]
{
/var/www/html/vendor/sonata-project/doctrine-extensions/src/Types/JsonType.php:22 {
› 'Doctrine\DBAL\Types\JsonType, and will be removed in 2.0.',
› E_USER_DEPRECATED
› );
}
/var/www/html/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php:156 {
› } else {
› require $file;
› }
}
Symfony\Component\Debug\DebugClassLoader->loadClass() {}
/var/www/html/vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/Type.php:167 {
› }
› self::$_typeObjects[$name] = new self::$_typesMap[$name]();
› }
}
/var/www/html/vendor/doctrine/dbal/lib/Doctrine/DBAL/Platforms/AbstractPlatform.php:236 {
› foreach (Type::getTypesMap() as $typeName => $className) {
› foreach (Type::getType($typeName)->getMappedDatabaseTypes($this) as $dbType) {
› $this->doctrineTypeMapping[$dbType] = $typeName;
}
/var/www/html/vendor/doctrine/dbal/lib/Doctrine/DBAL/Platforms/AbstractPlatform.php:397 {
› if ($this->doctrineTypeMapping === null) {
› $this->initializeAllDoctrineTypeMappings();
› }
}
/var/www/html/vendor/doctrine/doctrine-bundle/ConnectionFactory.php:52 {
› foreach ($mappingTypes as $dbType => $doctrineType) {
› $platform->registerDoctrineTypeMapping($dbType, $doctrineType);
› }
}
/var/www/html/var/cache/dev/ContainerBgjtbcc/appDevDebugProjectContainer.php:1725 {
›
› return $this->services['doctrine.dbal.default_connection'] = ${($_ = isset($this->services['doctrine.dbal.connection_factory']) ? $this->services['doctrine.dbal.connection_factory'] : $this->getDoctrine_Dbal_ConnectionFactoryService()) && false ?: '_'}->createConnection(['driver' => 'pdo_pgsql', 'host' => 'postgres', 'port' => 5432, 'dbname' => 'portal_realpad_eu', 'user' => 'portal_realpad_eu', 'password' => 'NckLrYgs4B4V6nZU', 'charset' => 'UTF8', 'driverOptions' => [], 'defaultTableOptions' => []], $a, $c, ['hstore' => 'hstore']);
› }
}
/var/www/html/var/cache/dev/ContainerBgjtbcc/getSecurity_Acl_ProviderService.php:8 {
›
› return $this->services['security.acl.provider'] = new \Symfony\Component\Security\Acl\Dbal\MutableAclProvider(${($_ = isset($this->services['doctrine.dbal.default_connection']) ? $this->services['doctrine.dbal.default_connection'] : $this->getDoctrine_Dbal_DefaultConnectionService()) && false ?: '_'}, new \Symfony\Component\Security\Acl\Domain\PermissionGrantingStrategy(), ['class_table_name' => 'acl_classes', 'entry_table_name' => 'acl_entries', 'oid_table_name' => 'acl_object_identities', 'oid_ancestors_table_name' => 'acl_object_identity_ancestors', 'sid_table_name' => 'acl_security_identities'], NULL);
›
}
/var/www/html/var/cache/dev/ContainerBgjtbcc/appDevDebugProjectContainer.php:1638 {
› {
› return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
› }
}
/var/www/html/var/cache/dev/ContainerBgjtbcc/getSecurity_Acl_Voter_BasicPermissionsService.php:8 {
›
› return $this->services['security.acl.voter.basic_permissions'] = new \Symfony\Component\Security\Acl\Voter\AclVoter(${($_ = isset($this->services['security.acl.provider']) ? $this->services['security.acl.provider'] : $this->load('getSecurity_Acl_ProviderService.php')) && false ?: '_'}, ${($_ = isset($this->services['security.acl.object_identity_retrieval_strategy']) ? $this->services['security.acl.object_identity_retrieval_strategy'] : ($this->services['security.acl.object_identity_retrieval_strategy'] = new \Symfony\Component\Security\Acl\Domain\ObjectIdentityRetrievalStrategy())) && false ?: '_'}, ${($_ = isset($this->services['security.acl.security_identity_retrieval_strategy']) ? $this->services['security.acl.security_identity_retrieval_strategy'] : $this->load('getSecurity_Acl_SecurityIdentityRetrievalStrategyService.php')) && false ?: '_'}, ${($_ = isset($this->services['security.acl.permission.map']) ? $this->services['security.acl.permission.map'] : ($this->services['security.acl.permission.map'] = new \Symfony\Component\Security\Acl\Permission\BasicPermissionMap())) && false ?: '_'}, ${($_ = isset($this->services['monolog.logger.security']) ? $this->services['monolog.logger.security'] : $this->load('getMonolog_Logger_SecurityService.php')) && false ?: '_'}, true);
›
}
/var/www/html/var/cache/dev/ContainerBgjtbcc/appDevDebugProjectContainer.php:1638 {
› {
› return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
› }
}
/var/www/html/var/cache/dev/ContainerBgjtbcc/appDevDebugProjectContainer.php:3904 {
› return $this->services['debug.security.access.decision_manager'] = new \Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager(new \Symfony\Component\Security\Core\Authorization\AccessDecisionManager(new RewindableGenerator(function () {
› yield 0 => ${($_ = isset($this->services['security.acl.voter.basic_permissions']) ? $this->services['security.acl.voter.basic_permissions'] : $this->load('getSecurity_Acl_Voter_BasicPermissionsService.php')) && false ?: '_'};
› yield 1 => ${($_ = isset($this->services['security.acl.voter.user_permissions']) ? $this->services['security.acl.voter.user_permissions'] : $this->load('getSecurity_Acl_Voter_UserPermissionsService.php')) && false ?: '_'};
}
/var/www/html/vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/DataCollector/SecurityDataCollector.php:151 {
›
› foreach ($this->accessDecisionManager->getVoters() as $voter) {
› $this->data['voters'][] = $this->hasVarDumper ? new ClassStub(\get_class($voter)) : \get_class($voter);
}
/var/www/html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Profiler/Profiler.php:165 {
› foreach ($this->collectors as $collector) {
› $collector->collect($request, $response, $exception);
›
}
/var/www/html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/ProfilerListener.php:91 {
›
› if (!$profile = $this->profiler->collect($request, $event->getResponse(), $exception)) {
› return;
}
/var/www/html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php:115 {
›
› \call_user_func($this->listener, $event, $eventName, $dispatcher);
›
}
/var/www/html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:212 {
› }
› \call_user_func($listener, $event, $eventName, $this);
› }
}
/var/www/html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:44 {
› if ($listeners = $this->getListeners($eventName)) {
› $this->doDispatch($listeners, $eventName, $event);
› }
}
/var/www/html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php:143 {
› try {
› $this->dispatcher->dispatch($eventName, $event);
› } finally {
}
/var/www/html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:191 {
›
› $this->dispatcher->dispatch(KernelEvents::RESPONSE, $event);
›
}
/var/www/html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:260 {
› try {
› return $this->filterResponse($response, $request, $type);
› } catch (\Exception $e) {
}
/var/www/html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:79 {
›
› return $this->handleException($e, $request, $type);
› }
}
/var/www/html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php:200 {
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/var/www/html/web/app_dev.php:32 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
}
}
|
08:35:12
|
php
|
User Deprecated: The type "hstore" was implicitly marked as commented due to the configuration. This is deprecated and will be removed in DoctrineBundle 2.0. Either set the "commented" attribute in the configuration to "false" or mark the type as commented in "Intaro\HStore\Doctrine\Types\HStoreType::requiresSQLCommentHint()."
[
"exception" => ErrorException {#1349
#message: "User Deprecated: The type "hstore" was implicitly marked as commented due to the configuration. This is deprecated and will be removed in DoctrineBundle 2.0. Either set the "commented" attribute in the configuration to "false" or mark the type as commented in "Intaro\HStore\Doctrine\Types\HStoreType::requiresSQLCommentHint().""
#code: 0
#file: "/var/www/html/vendor/doctrine/doctrine-bundle/ConnectionFactory.php"
#line: 122
#severity: E_USER_DEPRECATED
trace: {
/var/www/html/vendor/doctrine/doctrine-bundle/ConnectionFactory.php:122 {
› ),
› E_USER_DEPRECATED
› );
}
/var/www/html/vendor/doctrine/doctrine-bundle/ConnectionFactory.php:57 {
› if (! empty($this->typesConfig)) {
› $this->markTypesCommented($this->getDatabasePlatform($connection));
› }
}
/var/www/html/var/cache/dev/ContainerBgjtbcc/appDevDebugProjectContainer.php:1725 {
›
› return $this->services['doctrine.dbal.default_connection'] = ${($_ = isset($this->services['doctrine.dbal.connection_factory']) ? $this->services['doctrine.dbal.connection_factory'] : $this->getDoctrine_Dbal_ConnectionFactoryService()) && false ?: '_'}->createConnection(['driver' => 'pdo_pgsql', 'host' => 'postgres', 'port' => 5432, 'dbname' => 'portal_realpad_eu', 'user' => 'portal_realpad_eu', 'password' => 'NckLrYgs4B4V6nZU', 'charset' => 'UTF8', 'driverOptions' => [], 'defaultTableOptions' => []], $a, $c, ['hstore' => 'hstore']);
› }
}
/var/www/html/var/cache/dev/ContainerBgjtbcc/getSecurity_Acl_ProviderService.php:8 {
›
› return $this->services['security.acl.provider'] = new \Symfony\Component\Security\Acl\Dbal\MutableAclProvider(${($_ = isset($this->services['doctrine.dbal.default_connection']) ? $this->services['doctrine.dbal.default_connection'] : $this->getDoctrine_Dbal_DefaultConnectionService()) && false ?: '_'}, new \Symfony\Component\Security\Acl\Domain\PermissionGrantingStrategy(), ['class_table_name' => 'acl_classes', 'entry_table_name' => 'acl_entries', 'oid_table_name' => 'acl_object_identities', 'oid_ancestors_table_name' => 'acl_object_identity_ancestors', 'sid_table_name' => 'acl_security_identities'], NULL);
›
}
/var/www/html/var/cache/dev/ContainerBgjtbcc/appDevDebugProjectContainer.php:1638 {
› {
› return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
› }
}
/var/www/html/var/cache/dev/ContainerBgjtbcc/getSecurity_Acl_Voter_BasicPermissionsService.php:8 {
›
› return $this->services['security.acl.voter.basic_permissions'] = new \Symfony\Component\Security\Acl\Voter\AclVoter(${($_ = isset($this->services['security.acl.provider']) ? $this->services['security.acl.provider'] : $this->load('getSecurity_Acl_ProviderService.php')) && false ?: '_'}, ${($_ = isset($this->services['security.acl.object_identity_retrieval_strategy']) ? $this->services['security.acl.object_identity_retrieval_strategy'] : ($this->services['security.acl.object_identity_retrieval_strategy'] = new \Symfony\Component\Security\Acl\Domain\ObjectIdentityRetrievalStrategy())) && false ?: '_'}, ${($_ = isset($this->services['security.acl.security_identity_retrieval_strategy']) ? $this->services['security.acl.security_identity_retrieval_strategy'] : $this->load('getSecurity_Acl_SecurityIdentityRetrievalStrategyService.php')) && false ?: '_'}, ${($_ = isset($this->services['security.acl.permission.map']) ? $this->services['security.acl.permission.map'] : ($this->services['security.acl.permission.map'] = new \Symfony\Component\Security\Acl\Permission\BasicPermissionMap())) && false ?: '_'}, ${($_ = isset($this->services['monolog.logger.security']) ? $this->services['monolog.logger.security'] : $this->load('getMonolog_Logger_SecurityService.php')) && false ?: '_'}, true);
›
}
/var/www/html/var/cache/dev/ContainerBgjtbcc/appDevDebugProjectContainer.php:1638 {
› {
› return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
› }
}
/var/www/html/var/cache/dev/ContainerBgjtbcc/appDevDebugProjectContainer.php:3904 {
› return $this->services['debug.security.access.decision_manager'] = new \Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager(new \Symfony\Component\Security\Core\Authorization\AccessDecisionManager(new RewindableGenerator(function () {
› yield 0 => ${($_ = isset($this->services['security.acl.voter.basic_permissions']) ? $this->services['security.acl.voter.basic_permissions'] : $this->load('getSecurity_Acl_Voter_BasicPermissionsService.php')) && false ?: '_'};
› yield 1 => ${($_ = isset($this->services['security.acl.voter.user_permissions']) ? $this->services['security.acl.voter.user_permissions'] : $this->load('getSecurity_Acl_Voter_UserPermissionsService.php')) && false ?: '_'};
}
/var/www/html/vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/DataCollector/SecurityDataCollector.php:151 {
›
› foreach ($this->accessDecisionManager->getVoters() as $voter) {
› $this->data['voters'][] = $this->hasVarDumper ? new ClassStub(\get_class($voter)) : \get_class($voter);
}
/var/www/html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Profiler/Profiler.php:165 {
› foreach ($this->collectors as $collector) {
› $collector->collect($request, $response, $exception);
›
}
/var/www/html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/ProfilerListener.php:91 {
›
› if (!$profile = $this->profiler->collect($request, $event->getResponse(), $exception)) {
› return;
}
/var/www/html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php:115 {
›
› \call_user_func($this->listener, $event, $eventName, $dispatcher);
›
}
/var/www/html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:212 {
› }
› \call_user_func($listener, $event, $eventName, $this);
› }
}
/var/www/html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:44 {
› if ($listeners = $this->getListeners($eventName)) {
› $this->doDispatch($listeners, $eventName, $event);
› }
}
/var/www/html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php:143 {
› try {
› $this->dispatcher->dispatch($eventName, $event);
› } finally {
}
/var/www/html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:191 {
›
› $this->dispatcher->dispatch(KernelEvents::RESPONSE, $event);
›
}
/var/www/html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:260 {
› try {
› return $this->filterResponse($response, $request, $type);
› } catch (\Exception $e) {
}
/var/www/html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:79 {
›
› return $this->handleException($e, $request, $type);
› }
}
/var/www/html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php:200 {
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/var/www/html/web/app_dev.php:32 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
}
}
}
]
{
/var/www/html/vendor/doctrine/doctrine-bundle/ConnectionFactory.php:122 {
› ),
› E_USER_DEPRECATED
› );
}
/var/www/html/vendor/doctrine/doctrine-bundle/ConnectionFactory.php:57 {
› if (! empty($this->typesConfig)) {
› $this->markTypesCommented($this->getDatabasePlatform($connection));
› }
}
/var/www/html/var/cache/dev/ContainerBgjtbcc/appDevDebugProjectContainer.php:1725 {
›
› return $this->services['doctrine.dbal.default_connection'] = ${($_ = isset($this->services['doctrine.dbal.connection_factory']) ? $this->services['doctrine.dbal.connection_factory'] : $this->getDoctrine_Dbal_ConnectionFactoryService()) && false ?: '_'}->createConnection(['driver' => 'pdo_pgsql', 'host' => 'postgres', 'port' => 5432, 'dbname' => 'portal_realpad_eu', 'user' => 'portal_realpad_eu', 'password' => 'NckLrYgs4B4V6nZU', 'charset' => 'UTF8', 'driverOptions' => [], 'defaultTableOptions' => []], $a, $c, ['hstore' => 'hstore']);
› }
}
/var/www/html/var/cache/dev/ContainerBgjtbcc/getSecurity_Acl_ProviderService.php:8 {
›
› return $this->services['security.acl.provider'] = new \Symfony\Component\Security\Acl\Dbal\MutableAclProvider(${($_ = isset($this->services['doctrine.dbal.default_connection']) ? $this->services['doctrine.dbal.default_connection'] : $this->getDoctrine_Dbal_DefaultConnectionService()) && false ?: '_'}, new \Symfony\Component\Security\Acl\Domain\PermissionGrantingStrategy(), ['class_table_name' => 'acl_classes', 'entry_table_name' => 'acl_entries', 'oid_table_name' => 'acl_object_identities', 'oid_ancestors_table_name' => 'acl_object_identity_ancestors', 'sid_table_name' => 'acl_security_identities'], NULL);
›
}
/var/www/html/var/cache/dev/ContainerBgjtbcc/appDevDebugProjectContainer.php:1638 {
› {
› return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
› }
}
/var/www/html/var/cache/dev/ContainerBgjtbcc/getSecurity_Acl_Voter_BasicPermissionsService.php:8 {
›
› return $this->services['security.acl.voter.basic_permissions'] = new \Symfony\Component\Security\Acl\Voter\AclVoter(${($_ = isset($this->services['security.acl.provider']) ? $this->services['security.acl.provider'] : $this->load('getSecurity_Acl_ProviderService.php')) && false ?: '_'}, ${($_ = isset($this->services['security.acl.object_identity_retrieval_strategy']) ? $this->services['security.acl.object_identity_retrieval_strategy'] : ($this->services['security.acl.object_identity_retrieval_strategy'] = new \Symfony\Component\Security\Acl\Domain\ObjectIdentityRetrievalStrategy())) && false ?: '_'}, ${($_ = isset($this->services['security.acl.security_identity_retrieval_strategy']) ? $this->services['security.acl.security_identity_retrieval_strategy'] : $this->load('getSecurity_Acl_SecurityIdentityRetrievalStrategyService.php')) && false ?: '_'}, ${($_ = isset($this->services['security.acl.permission.map']) ? $this->services['security.acl.permission.map'] : ($this->services['security.acl.permission.map'] = new \Symfony\Component\Security\Acl\Permission\BasicPermissionMap())) && false ?: '_'}, ${($_ = isset($this->services['monolog.logger.security']) ? $this->services['monolog.logger.security'] : $this->load('getMonolog_Logger_SecurityService.php')) && false ?: '_'}, true);
›
}
/var/www/html/var/cache/dev/ContainerBgjtbcc/appDevDebugProjectContainer.php:1638 {
› {
› return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
› }
}
/var/www/html/var/cache/dev/ContainerBgjtbcc/appDevDebugProjectContainer.php:3904 {
› return $this->services['debug.security.access.decision_manager'] = new \Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager(new \Symfony\Component\Security\Core\Authorization\AccessDecisionManager(new RewindableGenerator(function () {
› yield 0 => ${($_ = isset($this->services['security.acl.voter.basic_permissions']) ? $this->services['security.acl.voter.basic_permissions'] : $this->load('getSecurity_Acl_Voter_BasicPermissionsService.php')) && false ?: '_'};
› yield 1 => ${($_ = isset($this->services['security.acl.voter.user_permissions']) ? $this->services['security.acl.voter.user_permissions'] : $this->load('getSecurity_Acl_Voter_UserPermissionsService.php')) && false ?: '_'};
}
/var/www/html/vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/DataCollector/SecurityDataCollector.php:151 {
›
› foreach ($this->accessDecisionManager->getVoters() as $voter) {
› $this->data['voters'][] = $this->hasVarDumper ? new ClassStub(\get_class($voter)) : \get_class($voter);
}
/var/www/html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Profiler/Profiler.php:165 {
› foreach ($this->collectors as $collector) {
› $collector->collect($request, $response, $exception);
›
}
/var/www/html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/ProfilerListener.php:91 {
›
› if (!$profile = $this->profiler->collect($request, $event->getResponse(), $exception)) {
› return;
}
/var/www/html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php:115 {
›
› \call_user_func($this->listener, $event, $eventName, $dispatcher);
›
}
/var/www/html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:212 {
› }
› \call_user_func($listener, $event, $eventName, $this);
› }
}
/var/www/html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:44 {
› if ($listeners = $this->getListeners($eventName)) {
› $this->doDispatch($listeners, $eventName, $event);
› }
}
/var/www/html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php:143 {
› try {
› $this->dispatcher->dispatch($eventName, $event);
› } finally {
}
/var/www/html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:191 {
›
› $this->dispatcher->dispatch(KernelEvents::RESPONSE, $event);
›
}
/var/www/html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:260 {
› try {
› return $this->filterResponse($response, $request, $type);
› } catch (\Exception $e) {
}
/var/www/html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:79 {
›
› return $this->handleException($e, $request, $type);
› }
}
/var/www/html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php:200 {
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/var/www/html/web/app_dev.php:32 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
}
}
|
08:35:12
|
php
|
User Deprecated: The "mailer" service is private, checking for its existence is deprecated since Symfony 3.2 and will fail in 4.0.
[
"exception" => ErrorException {#363
#message: "User Deprecated: The "mailer" service is private, checking for its existence is deprecated since Symfony 3.2 and will fail in 4.0."
#code: 0
#file: "/var/www/html/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php"
#line: 224
#severity: E_USER_DEPRECATED
trace: {
/var/www/html/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:224 {
› if (isset($this->privates[$id])) {
› @trigger_error(sprintf('The "%s" service is private, checking for its existence is deprecated since Symfony 3.2 and will fail in 4.0.', $id), E_USER_DEPRECATED);
› }
}
/var/www/html/vendor/symfony/swiftmailer-bundle/EventListener/EmailSenderListener.php:48 {
› {
› if (!$this->container->has('mailer') || $this->wasExceptionThrown) {
› return;
}
/var/www/html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php:115 {
›
› \call_user_func($this->listener, $event, $eventName, $dispatcher);
›
}
/var/www/html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:212 {
› }
› \call_user_func($listener, $event, $eventName, $this);
› }
}
/var/www/html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:44 {
› if ($listeners = $this->getListeners($eventName)) {
› $this->doDispatch($listeners, $eventName, $event);
› }
}
/var/www/html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php:143 {
› try {
› $this->dispatcher->dispatch($eventName, $event);
› } finally {
}
/var/www/html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:88 {
› {
› $this->dispatcher->dispatch(KernelEvents::TERMINATE, new PostResponseEvent($this, $request, $response));
› }
}
/var/www/html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php:165 {
› if ($this->getHttpKernel() instanceof TerminableInterface) {
› $this->getHttpKernel()->terminate($request, $response);
› }
}
/var/www/html/web/app_dev.php:34 {
› $response->send();
› $kernel->terminate($request, $response);
›
}
}
}
]
{
/var/www/html/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:224 {
› if (isset($this->privates[$id])) {
› @trigger_error(sprintf('The "%s" service is private, checking for its existence is deprecated since Symfony 3.2 and will fail in 4.0.', $id), E_USER_DEPRECATED);
› }
}
/var/www/html/vendor/symfony/swiftmailer-bundle/EventListener/EmailSenderListener.php:48 {
› {
› if (!$this->container->has('mailer') || $this->wasExceptionThrown) {
› return;
}
/var/www/html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php:115 {
›
› \call_user_func($this->listener, $event, $eventName, $dispatcher);
›
}
/var/www/html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:212 {
› }
› \call_user_func($listener, $event, $eventName, $this);
› }
}
/var/www/html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:44 {
› if ($listeners = $this->getListeners($eventName)) {
› $this->doDispatch($listeners, $eventName, $event);
› }
}
/var/www/html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php:143 {
› try {
› $this->dispatcher->dispatch($eventName, $event);
› } finally {
}
/var/www/html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:88 {
› {
› $this->dispatcher->dispatch(KernelEvents::TERMINATE, new PostResponseEvent($this, $request, $response));
› }
}
/var/www/html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php:165 {
› if ($this->getHttpKernel() instanceof TerminableInterface) {
› $this->getHttpKernel()->terminate($request, $response);
› }
}
/var/www/html/web/app_dev.php:34 {
› $response->send();
› $kernel->terminate($request, $response);
›
}
}
|
03:10:46
|
-
|
The "Symfony\Bundle\FrameworkBundle\Controller\Controller::render()" method is considered final since version 3.4. It may change without further notice as of its next major version. You should not extend it from "Sonata\AdminBundle\Controller\CRUDController".
[
"exception" => SilencedErrorContext {#1577
+count: 1
-severity: E_USER_DEPRECATED
trace: {
/var/www/html/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php:200 {
› foreach ($deprecations as $message) {
› @trigger_error($message, E_USER_DEPRECATED);
› }
}
/var/www/html/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php:166 {
›
› $this->checkClass($class, $file);
› }
}
}
}
]
{
/var/www/html/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php:200 {
› foreach ($deprecations as $message) {
› @trigger_error($message, E_USER_DEPRECATED);
› }
}
/var/www/html/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php:166 {
›
› $this->checkClass($class, $file);
› }
}
}
|
03:10:46
|
-
|
The "Symfony\Bundle\FrameworkBundle\Controller\Controller::addFlash()" method is considered final since version 3.4. It may change without further notice as of its next major version. You should not extend it from "Sonata\AdminBundle\Controller\CRUDController".
[
"exception" => SilencedErrorContext {#1568
+count: 1
-severity: E_USER_DEPRECATED
trace: {
/var/www/html/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php:200 {
› foreach ($deprecations as $message) {
› @trigger_error($message, E_USER_DEPRECATED);
› }
}
/var/www/html/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php:166 {
›
› $this->checkClass($class, $file);
› }
}
}
}
]
{
/var/www/html/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php:200 {
› foreach ($deprecations as $message) {
› @trigger_error($message, E_USER_DEPRECATED);
› }
}
/var/www/html/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php:166 {
›
› $this->checkClass($class, $file);
› }
}
}
|
03:10:46
|
-
|
The "security.acl" configuration key is deprecated since Symfony 3.4 and will be removed in 4.0. Install symfony/acl-bundle and use the "acl" key instead.
[
"exception" => SilencedErrorContext {#1570
+count: 1
-severity: E_USER_DEPRECATED
trace: {
/var/www/html/vendor/symfony/symfony/src/Symfony/Component/Config/Definition/ArrayNode.php:242 {
› if ($child->isDeprecated()) {
› @trigger_error($child->getDeprecationMessage($name, $this->getPath()), E_USER_DEPRECATED);
› }
}
/var/www/html/vendor/symfony/symfony/src/Symfony/Component/Config/Definition/BaseNode.php:309 {
›
› $value = $this->finalizeValue($value);
›
}
}
}
]
{
/var/www/html/vendor/symfony/symfony/src/Symfony/Component/Config/Definition/ArrayNode.php:242 {
› if ($child->isDeprecated()) {
› @trigger_error($child->getDeprecationMessage($name, $this->getPath()), E_USER_DEPRECATED);
› }
}
/var/www/html/vendor/symfony/symfony/src/Symfony/Component/Config/Definition/BaseNode.php:309 {
›
› $value = $this->finalizeValue($value);
›
}
}
|
03:10:46
|
-
|
The Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\FormPass class is deprecated since Symfony 3.3 and will be removed in 4.0. Use Symfony\Component\Form\DependencyInjection\FormPass instead.
[
"exception" => SilencedErrorContext {#1572
+count: 1
-severity: E_USER_DEPRECATED
trace: {
/var/www/html/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/DependencyInjection/Compiler/FormPass.php:14 {
›
› @trigger_error(sprintf('The %s class is deprecated since Symfony 3.3 and will be removed in 4.0. Use Symfony\Component\Form\DependencyInjection\FormPass instead.', FormPass::class), E_USER_DEPRECATED);
›
}
/var/www/html/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php:156 {
› } else {
› require $file;
› }
arguments: {
"/var/www/html/vendor/twig/twig/lib/Twig/Lexer.php"
}
}
}
}
]
{
/var/www/html/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/DependencyInjection/Compiler/FormPass.php:14 {
›
› @trigger_error(sprintf('The %s class is deprecated since Symfony 3.3 and will be removed in 4.0. Use Symfony\Component\Form\DependencyInjection\FormPass instead.', FormPass::class), E_USER_DEPRECATED);
›
}
/var/www/html/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php:156 {
› } else {
› require $file;
› }
arguments: {
"/var/www/html/vendor/twig/twig/lib/Twig/Lexer.php"
}
}
}
|
03:10:46
|
-
|
Relying on the form mapping feature is deprecated since 3.7 and will be removed in 4.0. Please set the "sonata_core.form.mapping.enabled" configuration node to false to avoid this message.
[
"exception" => SilencedErrorContext {#1573
+count: 1
-severity: E_USER_DEPRECATED
trace: {
/var/www/html/vendor/sonata-project/core-bundle/src/DependencyInjection/SonataCoreExtension.php:121 {
› 'Relying on the form mapping feature is deprecated since 3.7 and will be removed in 4.0. Please set the "sonata_core.form.mapping.enabled" configuration node to false to avoid this message.',
› E_USER_DEPRECATED
› );
}
/var/www/html/vendor/sonata-project/core-bundle/src/DependencyInjection/SonataCoreExtension.php:88 {
›
› $this->configureFormFactory($container, $config);
› if (\PHP_VERSION_ID < 70000) {
}
}
}
]
{
/var/www/html/vendor/sonata-project/core-bundle/src/DependencyInjection/SonataCoreExtension.php:121 {
› 'Relying on the form mapping feature is deprecated since 3.7 and will be removed in 4.0. Please set the "sonata_core.form.mapping.enabled" configuration node to false to avoid this message.',
› E_USER_DEPRECATED
› );
}
/var/www/html/vendor/sonata-project/core-bundle/src/DependencyInjection/SonataCoreExtension.php:88 {
›
› $this->configureFormFactory($container, $config);
› if (\PHP_VERSION_ID < 70000) {
}
}
|
03:10:46
|
-
|
Using the "Twig_Loader_Array" class is deprecated since Twig version 2.7, use "Twig\Loader\ArrayLoader" instead.
[
"exception" => SilencedErrorContext {#1574
+count: 1
-severity: E_USER_DEPRECATED
trace: {
/var/www/html/vendor/twig/twig/lib/Twig/Loader/Array.php:7 {
›
› @trigger_error(sprintf('Using the "Twig_Loader_Array" class is deprecated since Twig version 2.7, use "Twig\Loader\ArrayLoader" instead.'), E_USER_DEPRECATED);
›
}
/var/www/html/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php:156 {
› } else {
› require $file;
› }
arguments: {
"/var/www/html/vendor/twig/twig/lib/Twig/Lexer.php"
}
}
}
}
]
{
/var/www/html/vendor/twig/twig/lib/Twig/Loader/Array.php:7 {
›
› @trigger_error(sprintf('Using the "Twig_Loader_Array" class is deprecated since Twig version 2.7, use "Twig\Loader\ArrayLoader" instead.'), E_USER_DEPRECATED);
›
}
/var/www/html/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php:156 {
› } else {
› require $file;
› }
arguments: {
"/var/www/html/vendor/twig/twig/lib/Twig/Lexer.php"
}
}
}
|
03:10:46
|
-
|
Using service id sonata.seo.block.breadcrumb.homepage different from block id homepage is deprecated since 3.3 and will be removed in 4.0.
[
"exception" => SilencedErrorContext {#1575
+count: 1
-severity: E_USER_DEPRECATED
trace: {
/var/www/html/vendor/sonata-project/block-bundle/src/DependencyInjection/Compiler/TweakCompilerPass.php:135 {
› sprintf('Using service id %s different from block id %s is deprecated since 3.3 and will be removed in 4.0.', $id, $arguments[0]),
› E_USER_DEPRECATED
› );
}
/var/www/html/vendor/sonata-project/block-bundle/src/DependencyInjection/Compiler/TweakCompilerPass.php:44 {
› if (!$definition->isAutowired()) {
› $this->replaceBlockName($container, $definition, $id);
› }
}
}
}
]
{
/var/www/html/vendor/sonata-project/block-bundle/src/DependencyInjection/Compiler/TweakCompilerPass.php:135 {
› sprintf('Using service id %s different from block id %s is deprecated since 3.3 and will be removed in 4.0.', $id, $arguments[0]),
› E_USER_DEPRECATED
› );
}
/var/www/html/vendor/sonata-project/block-bundle/src/DependencyInjection/Compiler/TweakCompilerPass.php:44 {
› if (!$definition->isAutowired()) {
› $this->replaceBlockName($container, $definition, $id);
› }
}
}
|
03:10:46
|
-
|
Using the "request" attribute of the "knp_menu.voter" tag is deprecated since version 2.2. Inject the RequestStack in the voter instead.
[
"exception" => SilencedErrorContext {#1567
+count: 1
-severity: E_USER_DEPRECATED
trace: {
/var/www/html/vendor/knplabs/knp-menu-bundle/src/DependencyInjection/Compiler/AddVotersPass.php:43 {
› if (isset($tag['request']) && $tag['request']) {
› @trigger_error('Using the "request" attribute of the "knp_menu.voter" tag is deprecated since version 2.2. Inject the RequestStack in the voter instead.', E_USER_DEPRECATED);
› $hasRequestAwareVoter = true;
}
/var/www/html/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/Compiler.php:141 {
› foreach ($this->passConfig->getPasses() as $pass) {
› $pass->process($container);
› }
}
}
}
]
{
/var/www/html/vendor/knplabs/knp-menu-bundle/src/DependencyInjection/Compiler/AddVotersPass.php:43 {
› if (isset($tag['request']) && $tag['request']) {
› @trigger_error('Using the "request" attribute of the "knp_menu.voter" tag is deprecated since version 2.2. Inject the RequestStack in the voter instead.', E_USER_DEPRECATED);
› $hasRequestAwareVoter = true;
}
/var/www/html/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/Compiler.php:141 {
› foreach ($this->passConfig->getPasses() as $pass) {
› $pass->process($container);
› }
}
}
|
03:10:46
|
-
|
Class "Symfony\Bundle\SecurityBundle\Command\InitAclCommand" is deprecated since Symfony 3.4 and will be removed in 4.0. Use Symfony\Bundle\AclBundle\Command\InitAclCommand instead.
[
"exception" => SilencedErrorContext {#1566
+count: 1
-severity: E_USER_DEPRECATED
trace: {
/var/www/html/vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Command/InitAclCommand.php:23 {
›
› @trigger_error(sprintf('Class "%s" is deprecated since Symfony 3.4 and will be removed in 4.0. Use Symfony\Bundle\AclBundle\Command\InitAclCommand instead.', InitAclCommand::class), E_USER_DEPRECATED);
›
}
/var/www/html/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php:156 {
› } else {
› require $file;
› }
arguments: {
"/var/www/html/vendor/twig/twig/lib/Twig/Lexer.php"
}
}
}
}
]
{
/var/www/html/vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Command/InitAclCommand.php:23 {
›
› @trigger_error(sprintf('Class "%s" is deprecated since Symfony 3.4 and will be removed in 4.0. Use Symfony\Bundle\AclBundle\Command\InitAclCommand instead.', InitAclCommand::class), E_USER_DEPRECATED);
›
}
/var/www/html/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php:156 {
› } else {
› require $file;
› }
arguments: {
"/var/www/html/vendor/twig/twig/lib/Twig/Lexer.php"
}
}
}
|
03:10:46
|
-
|
Class "Symfony\Bundle\SecurityBundle\Command\SetAclCommand" is deprecated since Symfony 3.4 and will be removed in 4.0. Use Symfony\Bundle\AclBundle\Command\SetAclCommand instead.
[
"exception" => SilencedErrorContext {#1569
+count: 1
-severity: E_USER_DEPRECATED
trace: {
/var/www/html/vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Command/SetAclCommand.php:14 {
›
› @trigger_error(sprintf('Class "%s" is deprecated since Symfony 3.4 and will be removed in 4.0. Use Symfony\Bundle\AclBundle\Command\SetAclCommand instead.', SetAclCommand::class), E_USER_DEPRECATED);
›
}
/var/www/html/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php:156 {
› } else {
› require $file;
› }
arguments: {
"/var/www/html/vendor/twig/twig/lib/Twig/Lexer.php"
}
}
}
}
]
{
/var/www/html/vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Command/SetAclCommand.php:14 {
›
› @trigger_error(sprintf('Class "%s" is deprecated since Symfony 3.4 and will be removed in 4.0. Use Symfony\Bundle\AclBundle\Command\SetAclCommand instead.', SetAclCommand::class), E_USER_DEPRECATED);
›
}
/var/www/html/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php:156 {
› } else {
› require $file;
› }
arguments: {
"/var/www/html/vendor/twig/twig/lib/Twig/Lexer.php"
}
}
}
|
03:10:46
|
-
|
Class "Symfony\Bundle\SecurityBundle\EventListener\AclSchemaListener" is deprecated since Symfony 3.4 and will be removed in 4.0. Use Symfony\Bundle\AclBundle\EventListener\AclSchemaListener instead.
[
"exception" => SilencedErrorContext {#1571
+count: 1
-severity: E_USER_DEPRECATED
trace: {
/var/www/html/vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/EventListener/AclSchemaListener.php:14 {
›
› @trigger_error(sprintf('Class "%s" is deprecated since Symfony 3.4 and will be removed in 4.0. Use Symfony\Bundle\AclBundle\EventListener\AclSchemaListener instead.', AclSchemaListener::class), E_USER_DEPRECATED);
›
}
/var/www/html/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php:156 {
› } else {
› require $file;
› }
arguments: {
"/var/www/html/vendor/twig/twig/lib/Twig/Lexer.php"
}
}
}
}
]
{
/var/www/html/vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/EventListener/AclSchemaListener.php:14 {
›
› @trigger_error(sprintf('Class "%s" is deprecated since Symfony 3.4 and will be removed in 4.0. Use Symfony\Bundle\AclBundle\EventListener\AclSchemaListener instead.', AclSchemaListener::class), E_USER_DEPRECATED);
›
}
/var/www/html/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php:156 {
› } else {
› require $file;
› }
arguments: {
"/var/www/html/vendor/twig/twig/lib/Twig/Lexer.php"
}
}
}
|
03:10:46
|
-
|
Using the "Twig_Extension_GlobalsInterface" class is deprecated since Twig version 2.7, use "Twig\Extension\GlobalsInterface" instead.
[
"exception" => SilencedErrorContext {#1497
+count: 1
-severity: E_USER_DEPRECATED
trace: {
/var/www/html/vendor/twig/twig/lib/Twig/Extension/GlobalsInterface.php:7 {
›
› @trigger_error(sprintf('Using the "Twig_Extension_GlobalsInterface" class is deprecated since Twig version 2.7, use "Twig\Extension\GlobalsInterface" instead.'), E_USER_DEPRECATED);
›
}
/var/www/html/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php:156 {
› } else {
› require $file;
› }
arguments: {
"/var/www/html/vendor/twig/twig/lib/Twig/Lexer.php"
}
}
}
}
]
{
/var/www/html/vendor/twig/twig/lib/Twig/Extension/GlobalsInterface.php:7 {
›
› @trigger_error(sprintf('Using the "Twig_Extension_GlobalsInterface" class is deprecated since Twig version 2.7, use "Twig\Extension\GlobalsInterface" instead.'), E_USER_DEPRECATED);
›
}
/var/www/html/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php:156 {
› } else {
› require $file;
› }
arguments: {
"/var/www/html/vendor/twig/twig/lib/Twig/Lexer.php"
}
}
}
|
03:10:46
|
-
|
The Sonata\CoreBundle\Form\Type\ColorType class is deprecated since version 3.10 and will be removed in 4.0. Use Symfony\Component\Form\Extension\Core\Type\ColorType instead.
[
"exception" => SilencedErrorContext {#1496
+count: 1
-severity: E_USER_DEPRECATED
trace: {
/var/www/html/vendor/sonata-project/core-bundle/src/Form/Type/ColorType.php:21 {
› .' Use Symfony\Component\Form\Extension\Core\Type\ColorType instead.',
› E_USER_DEPRECATED
› );
}
/var/www/html/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php:156 {
› } else {
› require $file;
› }
arguments: {
"/var/www/html/vendor/twig/twig/lib/Twig/Lexer.php"
}
}
}
}
]
{
/var/www/html/vendor/sonata-project/core-bundle/src/Form/Type/ColorType.php:21 {
› .' Use Symfony\Component\Form\Extension\Core\Type\ColorType instead.',
› E_USER_DEPRECATED
› );
}
/var/www/html/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php:156 {
› } else {
› require $file;
› }
arguments: {
"/var/www/html/vendor/twig/twig/lib/Twig/Lexer.php"
}
}
}
|
03:10:46
|
-
|
The Knp\Bundle\MenuBundle\EventListener\VoterInitializerListener class is deprecated since 2.2 and will be removed in 3.0.
[
"exception" => SilencedErrorContext {#1498
+count: 1
-severity: E_USER_DEPRECATED
trace: {
/var/www/html/vendor/knplabs/knp-menu-bundle/src/EventListener/VoterInitializerListener.php:5 {
›
› @trigger_error(sprintf('The %s class is deprecated since 2.2 and will be removed in 3.0.', VoterInitializerListener::class), E_USER_DEPRECATED);
›
}
/var/www/html/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php:156 {
› } else {
› require $file;
› }
arguments: {
"/var/www/html/vendor/twig/twig/lib/Twig/Lexer.php"
}
}
}
}
]
{
/var/www/html/vendor/knplabs/knp-menu-bundle/src/EventListener/VoterInitializerListener.php:5 {
›
› @trigger_error(sprintf('The %s class is deprecated since 2.2 and will be removed in 3.0.', VoterInitializerListener::class), E_USER_DEPRECATED);
›
}
/var/www/html/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php:156 {
› } else {
› require $file;
› }
arguments: {
"/var/www/html/vendor/twig/twig/lib/Twig/Lexer.php"
}
}
}
|
03:10:46
|
-
|
The Sonata\CacheBundle\Invalidation\SimpleCacheInvalidation class is deprecated since version 2.4 and will be removed in 3.0. Use Sonata\Cache\Invalidation\SimpleCacheInvalidation instead.
[
"exception" => SilencedErrorContext {#1499
+count: 1
-severity: E_USER_DEPRECATED
trace: {
/var/www/html/vendor/sonata-project/cache-bundle/src/Invalidation/SimpleCacheInvalidation.php:17 {
› .' Use Sonata\Cache\Invalidation\SimpleCacheInvalidation instead.',
› E_USER_DEPRECATED
› );
}
/var/www/html/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php:156 {
› } else {
› require $file;
› }
arguments: {
"/var/www/html/vendor/twig/twig/lib/Twig/Lexer.php"
}
}
}
}
]
{
/var/www/html/vendor/sonata-project/cache-bundle/src/Invalidation/SimpleCacheInvalidation.php:17 {
› .' Use Sonata\Cache\Invalidation\SimpleCacheInvalidation instead.',
› E_USER_DEPRECATED
› );
}
/var/www/html/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php:156 {
› } else {
› require $file;
› }
arguments: {
"/var/www/html/vendor/twig/twig/lib/Twig/Lexer.php"
}
}
}
|
03:10:46
|
-
|
The "Sonata\CacheBundle\Cache\TwigTemplateRecorderInjector" class implements "Twig\Extension\InitRuntimeInterface" that is deprecated since Twig 2.7, to be removed in 3.0.
[
"exception" => SilencedErrorContext {#1500
+count: 1
-severity: E_USER_DEPRECATED
trace: {
/var/www/html/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php:200 {
› foreach ($deprecations as $message) {
› @trigger_error($message, E_USER_DEPRECATED);
› }
}
/var/www/html/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php:166 {
›
› $this->checkClass($class, $file);
› }
}
}
}
]
{
/var/www/html/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php:200 {
› foreach ($deprecations as $message) {
› @trigger_error($message, E_USER_DEPRECATED);
› }
}
/var/www/html/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php:166 {
›
› $this->checkClass($class, $file);
› }
}
}
|
03:10:46
|
-
|
The Sonata\CacheBundle\Invalidation\DoctrineORMListener class is deprecated since version 2.4 and will be removed in 3.0. Use Sonata\Cache\Invalidation\DoctrineORMListener instead.
[
"exception" => SilencedErrorContext {#1501
+count: 1
-severity: E_USER_DEPRECATED
trace: {
/var/www/html/vendor/sonata-project/cache-bundle/src/Invalidation/DoctrineORMListener.php:17 {
› .' Use Sonata\Cache\Invalidation\DoctrineORMListener instead.',
› E_USER_DEPRECATED
› );
}
/var/www/html/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php:156 {
› } else {
› require $file;
› }
arguments: {
"/var/www/html/vendor/twig/twig/lib/Twig/Lexer.php"
}
}
}
}
]
{
/var/www/html/vendor/sonata-project/cache-bundle/src/Invalidation/DoctrineORMListener.php:17 {
› .' Use Sonata\Cache\Invalidation\DoctrineORMListener instead.',
› E_USER_DEPRECATED
› );
}
/var/www/html/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php:156 {
› } else {
› require $file;
› }
arguments: {
"/var/www/html/vendor/twig/twig/lib/Twig/Lexer.php"
}
}
}
|
03:10:46
|
-
|
The Sonata\CoreBundle\Model\BaseEntityManager class is deprecated since version 3.x and will be removed in 4.0. Use Sonata\Doctrine\Entity\BaseEntityManager instead.
[
"exception" => SilencedErrorContext {#1502
+count: 1
-severity: E_USER_DEPRECATED
trace: {
/var/www/html/vendor/sonata-project/core-bundle/src/Model/BaseEntityManager.php:17 {
› .' Use Sonata\Doctrine\Entity\BaseEntityManager instead.',
› E_USER_DEPRECATED
› );
}
/var/www/html/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php:156 {
› } else {
› require $file;
› }
arguments: {
"/var/www/html/vendor/twig/twig/lib/Twig/Lexer.php"
}
}
}
}
]
{
/var/www/html/vendor/sonata-project/core-bundle/src/Model/BaseEntityManager.php:17 {
› .' Use Sonata\Doctrine\Entity\BaseEntityManager instead.',
› E_USER_DEPRECATED
› );
}
/var/www/html/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php:156 {
› } else {
› require $file;
› }
arguments: {
"/var/www/html/vendor/twig/twig/lib/Twig/Lexer.php"
}
}
}
|
03:10:46
|
-
|
The Sonata\CoreBundle\Model\ManagerInterface class is deprecated since version 3.x and will be removed in 4.0. Use Sonata\Doctrine\Model\ManagerInterface instead.
[
"exception" => SilencedErrorContext {#1503
+count: 1
-severity: E_USER_DEPRECATED
trace: {
/var/www/html/vendor/sonata-project/core-bundle/src/Model/ManagerInterface.php:17 {
› .' Use Sonata\Doctrine\Model\ManagerInterface instead.',
› E_USER_DEPRECATED
› );
}
/var/www/html/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php:156 {
› } else {
› require $file;
› }
arguments: {
"/var/www/html/vendor/twig/twig/lib/Twig/Lexer.php"
}
}
}
}
]
{
/var/www/html/vendor/sonata-project/core-bundle/src/Model/ManagerInterface.php:17 {
› .' Use Sonata\Doctrine\Model\ManagerInterface instead.',
› E_USER_DEPRECATED
› );
}
/var/www/html/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php:156 {
› } else {
› require $file;
› }
arguments: {
"/var/www/html/vendor/twig/twig/lib/Twig/Lexer.php"
}
}
}
|
03:10:46
|
-
|
The Sonata\CoreBundle\Model\BaseManager class is deprecated since version 3.x and will be removed in 4.0. Use Sonata\Doctrine\Model\BaseManager instead.
[
"exception" => SilencedErrorContext {#1504
+count: 1
-severity: E_USER_DEPRECATED
trace: {
/var/www/html/vendor/sonata-project/core-bundle/src/Model/BaseManager.php:17 {
› .' Use Sonata\Doctrine\Model\BaseManager instead.',
› E_USER_DEPRECATED
› );
}
/var/www/html/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php:156 {
› } else {
› require $file;
› }
arguments: {
"/var/www/html/vendor/twig/twig/lib/Twig/Lexer.php"
}
}
}
}
]
{
/var/www/html/vendor/sonata-project/core-bundle/src/Model/BaseManager.php:17 {
› .' Use Sonata\Doctrine\Model\BaseManager instead.',
› E_USER_DEPRECATED
› );
}
/var/www/html/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php:156 {
› } else {
› require $file;
› }
arguments: {
"/var/www/html/vendor/twig/twig/lib/Twig/Lexer.php"
}
}
}
|
03:10:46
|
-
|
The Sonata\CoreBundle\Model\PageableManagerInterface class is deprecated since version 3.x and will be removed in 4.0. Use Sonata\DatagridBundle\Pager\PageableInterface instead.
[
"exception" => SilencedErrorContext {#1505
+count: 1
-severity: E_USER_DEPRECATED
trace: {
/var/www/html/vendor/sonata-project/core-bundle/src/Model/PageableManagerInterface.php:17 {
› .' Use Sonata\DatagridBundle\Pager\PageableInterface instead.',
› E_USER_DEPRECATED
› );
}
/var/www/html/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php:156 {
› } else {
› require $file;
› }
arguments: {
"/var/www/html/vendor/twig/twig/lib/Twig/Lexer.php"
}
}
}
}
]
{
/var/www/html/vendor/sonata-project/core-bundle/src/Model/PageableManagerInterface.php:17 {
› .' Use Sonata\DatagridBundle\Pager\PageableInterface instead.',
› E_USER_DEPRECATED
› );
}
/var/www/html/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php:156 {
› } else {
› require $file;
› }
arguments: {
"/var/www/html/vendor/twig/twig/lib/Twig/Lexer.php"
}
}
}
|
03:10:46
|
-
|
The Sonata\Doctrine\Model\PageableManagerInterface class is deprecated since 1.3 in favor of Sonata\DatagridBundle\Pager\PageableInterface, and will be removed in 2.0.
[
"exception" => SilencedErrorContext {#1506
+count: 1
-severity: E_USER_DEPRECATED
trace: {
/var/www/html/vendor/sonata-project/doctrine-extensions/src/Model/PageableManagerInterface.php:21 {
› 'Sonata\DatagridBundle\Pager\PageableInterface, and will be removed in 2.0.',
› E_USER_DEPRECATED
› );
}
/var/www/html/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php:156 {
› } else {
› require $file;
› }
arguments: {
"/var/www/html/vendor/twig/twig/lib/Twig/Lexer.php"
}
}
}
}
]
{
/var/www/html/vendor/sonata-project/doctrine-extensions/src/Model/PageableManagerInterface.php:21 {
› 'Sonata\DatagridBundle\Pager\PageableInterface, and will be removed in 2.0.',
› E_USER_DEPRECATED
› );
}
/var/www/html/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php:156 {
› } else {
› require $file;
› }
arguments: {
"/var/www/html/vendor/twig/twig/lib/Twig/Lexer.php"
}
}
}
|
03:10:46
|
-
|
Using the "Twig_Extension_Sandbox" class is deprecated since Twig version 2.7, use "Twig\Extension\SandboxExtension" instead.
[
"exception" => SilencedErrorContext {#1507
+count: 1
-severity: E_USER_DEPRECATED
trace: {
/var/www/html/vendor/twig/twig/lib/Twig/Extension/Sandbox.php:7 {
›
› @trigger_error(sprintf('Using the "Twig_Extension_Sandbox" class is deprecated since Twig version 2.7, use "Twig\Extension\SandboxExtension" instead.'), E_USER_DEPRECATED);
›
}
/var/www/html/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php:156 {
› } else {
› require $file;
› }
arguments: {
"/var/www/html/vendor/twig/twig/lib/Twig/Lexer.php"
}
}
}
}
]
{
/var/www/html/vendor/twig/twig/lib/Twig/Extension/Sandbox.php:7 {
›
› @trigger_error(sprintf('Using the "Twig_Extension_Sandbox" class is deprecated since Twig version 2.7, use "Twig\Extension\SandboxExtension" instead.'), E_USER_DEPRECATED);
›
}
/var/www/html/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php:156 {
› } else {
› require $file;
› }
arguments: {
"/var/www/html/vendor/twig/twig/lib/Twig/Lexer.php"
}
}
}
|
03:10:46
|
-
|
Using the "Twig_Lexer" class is deprecated since Twig version 2.7, use "Twig\Lexer" instead.
[
"exception" => SilencedErrorContext {#1508
+count: 1
-severity: E_USER_DEPRECATED
trace: {
/var/www/html/vendor/twig/twig/lib/Twig/Lexer.php:7 {
›
› @trigger_error(sprintf('Using the "Twig_Lexer" class is deprecated since Twig version 2.7, use "Twig\Lexer" instead.'), E_USER_DEPRECATED);
›
}
/var/www/html/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php:156 {
› } else {
› require $file;
› }
arguments: {
"/var/www/html/vendor/twig/twig/lib/Twig/Lexer.php"
}
}
}
}
]
{
/var/www/html/vendor/twig/twig/lib/Twig/Lexer.php:7 {
›
› @trigger_error(sprintf('Using the "Twig_Lexer" class is deprecated since Twig version 2.7, use "Twig\Lexer" instead.'), E_USER_DEPRECATED);
›
}
/var/www/html/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php:156 {
› } else {
› require $file;
› }
arguments: {
"/var/www/html/vendor/twig/twig/lib/Twig/Lexer.php"
}
}
}
|
03:10:46
|
-
|
Relying on service auto-registration for type "AppBundle\Entity\BuildingPortal" is deprecated since Symfony 3.4 and won't be supported in 4.0. Create a service named "AppBundle\Entity\BuildingPortal" instead.
[
"exception" => SilencedErrorContext {#1509
+count: 1
-severity: E_USER_DEPRECATED
trace: {
/var/www/html/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:454 {
›
› @trigger_error(sprintf('Relying on service auto-registration for type "%s" is deprecated since Symfony 3.4 and won\'t be supported in 4.0. Create a service named "%s" instead.', $type, $type), E_USER_DEPRECATED);
›
}
/var/www/html/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:329 {
› if (!$this->strictMode) {
› return $this->createAutowiredDefinition($type);
› }
}
}
}
]
{
/var/www/html/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:454 {
›
› @trigger_error(sprintf('Relying on service auto-registration for type "%s" is deprecated since Symfony 3.4 and won\'t be supported in 4.0. Create a service named "%s" instead.', $type, $type), E_USER_DEPRECATED);
›
}
/var/www/html/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:329 {
› if (!$this->strictMode) {
› return $this->createAutowiredDefinition($type);
› }
}
}
|
03:10:46
|
-
|
Autowiring services based on the types they implement is deprecated since Symfony 3.3 and won't be supported in version 4.0. Try changing the type-hint for "Symfony\Bundle\FrameworkBundle\Translation\Translator" in "AppBundle\Controller\DefaultController" to "Symfony\Component\Translation\TranslatorInterface" instead.
[
"exception" => SilencedErrorContext {#1510
+count: 1
-severity: E_USER_DEPRECATED
trace: {
/var/www/html/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:315 {
›
› @trigger_error($message, E_USER_DEPRECATED);
›
}
/var/www/html/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:125 {
› if ($value instanceof TypedReference) {
› if ($ref = $this->getAutowiredReference($value, $value->getRequiringClass() ? sprintf('for "%s" in "%s"', $value->getType(), $value->getRequiringClass()) : '')) {
› return $ref;
}
}
}
]
{
/var/www/html/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:315 {
›
› @trigger_error($message, E_USER_DEPRECATED);
›
}
/var/www/html/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:125 {
› if ($value instanceof TypedReference) {
› if ($ref = $this->getAutowiredReference($value, $value->getRequiringClass() ? sprintf('for "%s" in "%s"', $value->getType(), $value->getRequiringClass()) : '')) {
› return $ref;
}
}
|
03:10:46
|
-
|
Relying on service auto-registration for type "AppBundle\Entity\Page" is deprecated since Symfony 3.4 and won't be supported in 4.0. Create a service named "AppBundle\Entity\Page" instead.
[
"exception" => SilencedErrorContext {#1536
+count: 1
-severity: E_USER_DEPRECATED
trace: {
/var/www/html/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:454 {
›
› @trigger_error(sprintf('Relying on service auto-registration for type "%s" is deprecated since Symfony 3.4 and won\'t be supported in 4.0. Create a service named "%s" instead.', $type, $type), E_USER_DEPRECATED);
›
}
/var/www/html/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:329 {
› if (!$this->strictMode) {
› return $this->createAutowiredDefinition($type);
› }
}
}
}
]
{
/var/www/html/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:454 {
›
› @trigger_error(sprintf('Relying on service auto-registration for type "%s" is deprecated since Symfony 3.4 and won\'t be supported in 4.0. Create a service named "%s" instead.', $type, $type), E_USER_DEPRECATED);
›
}
/var/www/html/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:329 {
› if (!$this->strictMode) {
› return $this->createAutowiredDefinition($type);
› }
}
}
|
03:10:46
|
-
|
Autowiring services based on the types they implement is deprecated since Symfony 3.3 and won't be supported in version 4.0. Try changing the type-hint for "Symfony\Component\Translation\Translator" in "AppBundle\Controller\DefaultController" to "Symfony\Component\Translation\TranslatorInterface" instead.
[
"exception" => SilencedErrorContext {#1543
+count: 1
-severity: E_USER_DEPRECATED
trace: {
/var/www/html/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:315 {
›
› @trigger_error($message, E_USER_DEPRECATED);
›
}
/var/www/html/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:125 {
› if ($value instanceof TypedReference) {
› if ($ref = $this->getAutowiredReference($value, $value->getRequiringClass() ? sprintf('for "%s" in "%s"', $value->getType(), $value->getRequiringClass()) : '')) {
› return $ref;
}
}
}
]
{
/var/www/html/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:315 {
›
› @trigger_error($message, E_USER_DEPRECATED);
›
}
/var/www/html/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:125 {
› if ($value instanceof TypedReference) {
› if ($ref = $this->getAutowiredReference($value, $value->getRequiringClass() ? sprintf('for "%s" in "%s"', $value->getType(), $value->getRequiringClass()) : '')) {
› return $ref;
}
}
|
03:10:46
|
-
|
Relying on service auto-registration for type "AppBundle\Entity\FloorPortal" is deprecated since Symfony 3.4 and won't be supported in 4.0. Create a service named "AppBundle\Entity\FloorPortal" instead.
[
"exception" => SilencedErrorContext {#1540
+count: 1
-severity: E_USER_DEPRECATED
trace: {
/var/www/html/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:454 {
›
› @trigger_error(sprintf('Relying on service auto-registration for type "%s" is deprecated since Symfony 3.4 and won\'t be supported in 4.0. Create a service named "%s" instead.', $type, $type), E_USER_DEPRECATED);
›
}
/var/www/html/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:329 {
› if (!$this->strictMode) {
› return $this->createAutowiredDefinition($type);
› }
}
}
}
]
{
/var/www/html/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:454 {
›
› @trigger_error(sprintf('Relying on service auto-registration for type "%s" is deprecated since Symfony 3.4 and won\'t be supported in 4.0. Create a service named "%s" instead.', $type, $type), E_USER_DEPRECATED);
›
}
/var/www/html/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:329 {
› if (!$this->strictMode) {
› return $this->createAutowiredDefinition($type);
› }
}
}
|
03:10:46
|
-
(2 times)
|
Autowiring services based on the types they implement is deprecated since Symfony 3.3 and won't be supported in version 4.0. Try changing the type-hint for "Symfony\Component\Translation\Translator" in "AppBundle\Controller\PageController" to "Symfony\Component\Translation\TranslatorInterface" instead.
[
"exception" => SilencedErrorContext {#1537
+count: 2
-severity: E_USER_DEPRECATED
trace: {
/var/www/html/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:315 {
›
› @trigger_error($message, E_USER_DEPRECATED);
›
}
/var/www/html/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:125 {
› if ($value instanceof TypedReference) {
› if ($ref = $this->getAutowiredReference($value, $value->getRequiringClass() ? sprintf('for "%s" in "%s"', $value->getType(), $value->getRequiringClass()) : '')) {
› return $ref;
}
}
}
]
{
/var/www/html/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:315 {
›
› @trigger_error($message, E_USER_DEPRECATED);
›
}
/var/www/html/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:125 {
› if ($value instanceof TypedReference) {
› if ($ref = $this->getAutowiredReference($value, $value->getRequiringClass() ? sprintf('for "%s" in "%s"', $value->getType(), $value->getRequiringClass()) : '')) {
› return $ref;
}
}
|
03:10:46
|
-
|
Relying on service auto-registration for type "AppBundle\Entity\ProjectPortal" is deprecated since Symfony 3.4 and won't be supported in 4.0. Create a service named "AppBundle\Entity\ProjectPortal" instead.
[
"exception" => SilencedErrorContext {#1538
+count: 1
-severity: E_USER_DEPRECATED
trace: {
/var/www/html/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:454 {
›
› @trigger_error(sprintf('Relying on service auto-registration for type "%s" is deprecated since Symfony 3.4 and won\'t be supported in 4.0. Create a service named "%s" instead.', $type, $type), E_USER_DEPRECATED);
›
}
/var/www/html/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:329 {
› if (!$this->strictMode) {
› return $this->createAutowiredDefinition($type);
› }
}
}
}
]
{
/var/www/html/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:454 {
›
› @trigger_error(sprintf('Relying on service auto-registration for type "%s" is deprecated since Symfony 3.4 and won\'t be supported in 4.0. Create a service named "%s" instead.', $type, $type), E_USER_DEPRECATED);
›
}
/var/www/html/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:329 {
› if (!$this->strictMode) {
› return $this->createAutowiredDefinition($type);
› }
}
}
|
03:10:46
|
-
(2 times)
|
Autowiring services based on the types they implement is deprecated since Symfony 3.3 and won't be supported in version 4.0. You should rename (or alias) the "realpad_api_sync.api.client" service to "Realpadsoftware\RealpadApiSyncBundle\Api\Client" instead.
[
"exception" => SilencedErrorContext {#1539
+count: 2
-severity: E_USER_DEPRECATED
trace: {
/var/www/html/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:315 {
›
› @trigger_error($message, E_USER_DEPRECATED);
›
}
/var/www/html/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:125 {
› if ($value instanceof TypedReference) {
› if ($ref = $this->getAutowiredReference($value, $value->getRequiringClass() ? sprintf('for "%s" in "%s"', $value->getType(), $value->getRequiringClass()) : '')) {
› return $ref;
}
}
}
]
{
/var/www/html/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:315 {
›
› @trigger_error($message, E_USER_DEPRECATED);
›
}
/var/www/html/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:125 {
› if ($value instanceof TypedReference) {
› if ($ref = $this->getAutowiredReference($value, $value->getRequiringClass() ? sprintf('for "%s" in "%s"', $value->getType(), $value->getRequiringClass()) : '')) {
› return $ref;
}
}
|
03:10:46
|
-
(3 times)
|
Autowiring services based on the types they implement is deprecated since Symfony 3.3 and won't be supported in version 4.0. Try changing the type-hint for "Symfony\Component\Translation\Translator" in "AppBundle\Controller\UnitController" to "Symfony\Component\Translation\TranslatorInterface" instead.
[
"exception" => SilencedErrorContext {#1541
+count: 3
-severity: E_USER_DEPRECATED
trace: {
/var/www/html/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:315 {
›
› @trigger_error($message, E_USER_DEPRECATED);
›
}
/var/www/html/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:125 {
› if ($value instanceof TypedReference) {
› if ($ref = $this->getAutowiredReference($value, $value->getRequiringClass() ? sprintf('for "%s" in "%s"', $value->getType(), $value->getRequiringClass()) : '')) {
› return $ref;
}
}
}
]
{
/var/www/html/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:315 {
›
› @trigger_error($message, E_USER_DEPRECATED);
›
}
/var/www/html/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:125 {
› if ($value instanceof TypedReference) {
› if ($ref = $this->getAutowiredReference($value, $value->getRequiringClass() ? sprintf('for "%s" in "%s"', $value->getType(), $value->getRequiringClass()) : '')) {
› return $ref;
}
}
|
03:10:46
|
-
|
Relying on service auto-registration for type "AppBundle\Entity\UnitPortal" is deprecated since Symfony 3.4 and won't be supported in 4.0. Create a service named "AppBundle\Entity\UnitPortal" instead.
[
"exception" => SilencedErrorContext {#350
+count: 1
-severity: E_USER_DEPRECATED
trace: {
/var/www/html/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:454 {
›
› @trigger_error(sprintf('Relying on service auto-registration for type "%s" is deprecated since Symfony 3.4 and won\'t be supported in 4.0. Create a service named "%s" instead.', $type, $type), E_USER_DEPRECATED);
›
}
/var/www/html/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:329 {
› if (!$this->strictMode) {
› return $this->createAutowiredDefinition($type);
› }
}
}
}
]
{
/var/www/html/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:454 {
›
› @trigger_error(sprintf('Relying on service auto-registration for type "%s" is deprecated since Symfony 3.4 and won\'t be supported in 4.0. Create a service named "%s" instead.', $type, $type), E_USER_DEPRECATED);
›
}
/var/www/html/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:329 {
› if (!$this->strictMode) {
› return $this->createAutowiredDefinition($type);
› }
}
}
|