00:13:34
php
User Deprecated: The "Symfony\Component\Debug\DebugClassLoader " class is deprecated since Symfony 4.4, use "Symfony\Component\ErrorHandler\DebugClassLoader " instead.
00:13:34
php
User Deprecated: The Symfony\Bundle\TwigBundle\Loader\FilesystemLoader class is deprecated since version 4.3 and will be removed in 5.0; use Twig notation for templates instead.
00:13:34
php
User Deprecated: 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 " => ErrorException {#806
#message : "User Deprecated: 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. "
#code : 0
#file : "/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /sonata-project/doctrine-extensions/ src/Model/PageableManagerInterface.php "
#line : 21
#severity : E_USER_DEPRECATED
trace : {
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /sonata-project/doctrine-extensions/ src/Model/PageableManagerInterface.php:21 {
include_once …
› 'Sonata\DatagridBundle\Pager\PageableInterface, and will be removed in 2.0.',
› E_USER_DEPRECATED
› );
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs / var/cache/dev/ContainerGhr0ToI/srcApp_KernelDevDebugContainer.php:796 {
ContainerGhr0ToI\srcApp_KernelDevDebugContainer->ContainerGhr0ToI \ {closure} …
› include_once \dirname(__DIR__, 4).'/vendor/sonata-project/doctrine-extensions/src/Entity/BaseEntityManager.php';
› include_once \dirname(__DIR__, 4).'/vendor/sonata-project/doctrine-extensions/src/Model/PageableManagerInterface.php';
› include_once \dirname(__DIR__, 4).'/vendor/sonata-project/media-bundle/src/Model/MediaManagerInterface.php';
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/dependency-injection/ Container.php:159 {
Symfony\Component\DependencyInjection \ Container->set($id, $service) …
› unset($this->privates['service_container']);
› $initialize();
› }
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/http-kernel/ Kernel.php:517 {
Symfony\Component\HttpKernel \ Kernel->initializeContainer() …
› self::$freshCache[$cachePath] = true;
› $this->container->set('kernel', $this);
› error_reporting($errorLevel);
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/http-kernel/ Kernel.php:136 {
Symfony\Component\HttpKernel \ Kernel->boot() …
› // init container
› $this->initializeContainer();
›
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/http-kernel/ Kernel.php:196 {
Symfony\Component\HttpKernel \ Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› {
› $this->boot();
› ++$this->requestStackSize;
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs / public/index.php:38 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#60 …}
}
}
}
}
]
00:13:34
php
User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead.
00:13:34
php
User Deprecated: Creating Doctrine\ORM\Mapping\UnderscoreNamingStrategy without making it number aware is deprecated and will be removed in Doctrine ORM 3.0.
[
"exception " => ErrorException {#504
#message : "User Deprecated: Creating Doctrine\ORM\Mapping\UnderscoreNamingStrategy without making it number aware is deprecated and will be removed in Doctrine ORM 3.0. "
#code : 0
#file : "/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /doctrine/orm/ lib/Doctrine/ORM/Mapping/UnderscoreNamingStrategy.php "
#line : 66
#severity : E_USER_DEPRECATED
trace : {
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /doctrine/orm/ lib/Doctrine/ORM/Mapping/UnderscoreNamingStrategy.php:66 {
Doctrine\ORM\Mapping \ UnderscoreNamingStrategy->__construct($case = CASE_LOWER, bool $numberAware = false) …
› 'Creating ' . self::class . ' without making it number aware is deprecated and will be removed in Doctrine ORM 3.0.',
› E_USER_DEPRECATED
› );
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs / var/cache/dev/ContainerGhr0ToI/srcApp_KernelDevDebugContainer.php:1009 {
ContainerGhr0ToI \ srcApp_KernelDevDebugContainer->getDoctrine_Orm_DefaultEntityManagerService($lazyLoad = true) …
› $a->setDefaultRepositoryClassName('Doctrine\\ORM\\EntityRepository');
› $a->setNamingStrategy(new \Doctrine\ORM\Mapping\UnderscoreNamingStrategy());
› $a->setQuoteStrategy(new \Doctrine\ORM\Mapping\DefaultQuoteStrategy());
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs / var/cache/dev/ContainerGhr0ToI/srcApp_KernelDevDebugContainer.php:2853 {
ContainerGhr0ToI \ srcApp_KernelDevDebugContainer->getValidator_BuilderService() …
› $instance->addLoader(new \Symfony\Component\Validator\Mapping\Loader\PropertyInfoLoader($a, $a, $a, NULL));
› $instance->addLoader(new \Symfony\Bridge\Doctrine\Validator\DoctrineLoader(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), NULL));
› $instance->addXmlMapping((\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/DependencyInjection/Compiler/../../Resources/config/storage-validation/orm.xml'));
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs / var/cache/dev/ContainerGhr0ToI/srcApp_KernelDevDebugContainer.php:1927 {
ContainerGhr0ToI \ srcApp_KernelDevDebugContainer->getValidatorService() …
› {
› return $this->services['validator'] = new \Symfony\Component\Validator\Validator\TraceableValidator(($this->privates['validator.builder'] ?? $this->getValidator_BuilderService())->getValidator());
› }
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs / var/cache/dev/ContainerGhr0ToI/srcApp_KernelDevDebugContainer.php:1399 {
ContainerGhr0ToI \ srcApp_KernelDevDebugContainer->getProfilerService() …
› $instance->add(new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector());
› $instance->add(new \Symfony\Component\Validator\DataCollector\ValidatorDataCollector(($this->services['validator'] ?? $this->getValidatorService())));
› $instance->add(new \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector());
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs / var/cache/dev/ContainerGhr0ToI/srcApp_KernelDevDebugContainer.php:2333 {
ContainerGhr0ToI \ srcApp_KernelDevDebugContainer->getProfilerListenerService() …
› {
› return $this->privates['profiler_listener'] = new \Symfony\Component\HttpKernel\EventListener\ProfilerListener(($this->services['profiler'] ?? $this->getProfilerService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), NULL, false, false);
› }
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs / var/cache/dev/ContainerGhr0ToI/srcApp_KernelDevDebugContainer.php:1136 {
ContainerGhr0ToI\srcApp_KernelDevDebugContainer->ContainerGhr0ToI \ {closure} …
› $instance->addListener('kernel.exception', [0 => function () {
› return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
› }, 1 => 'onKernelException'], 0);
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/event-dispatcher/ EventDispatcher.php:279 {
Symfony\Component\EventDispatcher \ EventDispatcher->sortListeners(string $eventName) …
› if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {
› $listener[0] = $listener[0]();
› $listener[1] = $listener[1] ?? '__invoke';
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/event-dispatcher/ EventDispatcher.php:90 {
Symfony\Component\EventDispatcher \ EventDispatcher->getListeners($eventName = null) …
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:334 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->preProcess(string $eventName) …
›
› foreach ($this->dispatcher->getListeners($eventName) as $listener) {
› $priority = $this->getListenerPriority($eventName, $listener);
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:162 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch($event) …
›
› $this->preProcess($eventName);
› try {
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/http-kernel/ HttpKernel.php:229 {
Symfony\Component\HttpKernel \ HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
› $event = new ExceptionEvent($this, $request, $type, $e);
› $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);
›
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/http-kernel/ HttpKernel.php:92 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
›
› return $this->handleThrowable($e, $request, $type);
› } finally {
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/http-kernel/ Kernel.php:201 {
Symfony\Component\HttpKernel \ Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#60 …}
$type : 1
$catch : true
}
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs / public/index.php:38 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#60 …}
}
}
}
}
]
{
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /doctrine/orm/ lib/Doctrine/ORM/Mapping/UnderscoreNamingStrategy.php:66 {
Doctrine\ORM\Mapping \ UnderscoreNamingStrategy->__construct($case = CASE_LOWER, bool $numberAware = false) …
› 'Creating ' . self::class . ' without making it number aware is deprecated and will be removed in Doctrine ORM 3.0.',
› E_USER_DEPRECATED
› );
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs / var/cache/dev/ContainerGhr0ToI/srcApp_KernelDevDebugContainer.php:1009 {
ContainerGhr0ToI \ srcApp_KernelDevDebugContainer->getDoctrine_Orm_DefaultEntityManagerService($lazyLoad = true) …
› $a->setDefaultRepositoryClassName('Doctrine\\ORM\\EntityRepository');
› $a->setNamingStrategy(new \Doctrine\ORM\Mapping\UnderscoreNamingStrategy());
› $a->setQuoteStrategy(new \Doctrine\ORM\Mapping\DefaultQuoteStrategy());
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs / var/cache/dev/ContainerGhr0ToI/srcApp_KernelDevDebugContainer.php:2853 {
ContainerGhr0ToI \ srcApp_KernelDevDebugContainer->getValidator_BuilderService() …
› $instance->addLoader(new \Symfony\Component\Validator\Mapping\Loader\PropertyInfoLoader($a, $a, $a, NULL));
› $instance->addLoader(new \Symfony\Bridge\Doctrine\Validator\DoctrineLoader(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), NULL));
› $instance->addXmlMapping((\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/DependencyInjection/Compiler/../../Resources/config/storage-validation/orm.xml'));
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs / var/cache/dev/ContainerGhr0ToI/srcApp_KernelDevDebugContainer.php:1927 {
ContainerGhr0ToI \ srcApp_KernelDevDebugContainer->getValidatorService() …
› {
› return $this->services['validator'] = new \Symfony\Component\Validator\Validator\TraceableValidator(($this->privates['validator.builder'] ?? $this->getValidator_BuilderService())->getValidator());
› }
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs / var/cache/dev/ContainerGhr0ToI/srcApp_KernelDevDebugContainer.php:1399 {
ContainerGhr0ToI \ srcApp_KernelDevDebugContainer->getProfilerService() …
› $instance->add(new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector());
› $instance->add(new \Symfony\Component\Validator\DataCollector\ValidatorDataCollector(($this->services['validator'] ?? $this->getValidatorService())));
› $instance->add(new \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector());
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs / var/cache/dev/ContainerGhr0ToI/srcApp_KernelDevDebugContainer.php:2333 {
ContainerGhr0ToI \ srcApp_KernelDevDebugContainer->getProfilerListenerService() …
› {
› return $this->privates['profiler_listener'] = new \Symfony\Component\HttpKernel\EventListener\ProfilerListener(($this->services['profiler'] ?? $this->getProfilerService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), NULL, false, false);
› }
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs / var/cache/dev/ContainerGhr0ToI/srcApp_KernelDevDebugContainer.php:1136 {
ContainerGhr0ToI\srcApp_KernelDevDebugContainer->ContainerGhr0ToI \ {closure} …
› $instance->addListener('kernel.exception', [0 => function () {
› return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
› }, 1 => 'onKernelException'], 0);
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/event-dispatcher/ EventDispatcher.php:279 {
Symfony\Component\EventDispatcher \ EventDispatcher->sortListeners(string $eventName) …
› if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {
› $listener[0] = $listener[0]();
› $listener[1] = $listener[1] ?? '__invoke';
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/event-dispatcher/ EventDispatcher.php:90 {
Symfony\Component\EventDispatcher \ EventDispatcher->getListeners($eventName = null) …
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:334 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->preProcess(string $eventName) …
›
› foreach ($this->dispatcher->getListeners($eventName) as $listener) {
› $priority = $this->getListenerPriority($eventName, $listener);
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:162 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch($event) …
›
› $this->preProcess($eventName);
› try {
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/http-kernel/ HttpKernel.php:229 {
Symfony\Component\HttpKernel \ HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
› $event = new ExceptionEvent($this, $request, $type, $e);
› $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);
›
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/http-kernel/ HttpKernel.php:92 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
›
› return $this->handleThrowable($e, $request, $type);
› } finally {
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/http-kernel/ Kernel.php:201 {
Symfony\Component\HttpKernel \ Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#60 …}
$type : 1
$catch : true
}
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs / public/index.php:38 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#60 …}
}
}
}
00:13:34
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 {#452
#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/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /sonata-project/doctrine-extensions/ src/Types/JsonType.php "
#line : 22
#severity : E_USER_DEPRECATED
trace : {
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /sonata-project/doctrine-extensions/ src/Types/JsonType.php:22 {
spl_autoload_call($class_name) …
› 'Doctrine\DBAL\Types\JsonType, and will be removed in 2.0.',
› E_USER_DEPRECATED
› );
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /doctrine/dbal/ lib/Doctrine/DBAL/Types/Type.php:279 {
Doctrine\DBAL\Types \ Type::overrideType($name, $className) …
› {
› self::getTypeRegistry()->override($name, new $className());
› }
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /doctrine/doctrine-bundle/ ConnectionFactory.php:97 {
Doctrine\Bundle\DoctrineBundle \ ConnectionFactory->initializeTypes() …
› if (Type::hasType($typeName)) {
› Type::overrideType($typeName, $typeConfig['class']);
› } else {
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /doctrine/doctrine-bundle/ ConnectionFactory.php:44 {
Doctrine\Bundle\DoctrineBundle \ ConnectionFactory->createConnection(array $params, Configuration $config = null, EventManager $eventManager = null, array $mappingTypes = []) …
› if (! $this->initialized) {
› $this->initializeTypes();
› }
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs / var/cache/dev/ContainerGhr0ToI/srcApp_KernelDevDebugContainer.php:958 {
ContainerGhr0ToI \ srcApp_KernelDevDebugContainer->getDoctrine_Dbal_DefaultConnectionService() …
›
› return $this->services['doctrine.dbal.default_connection'] = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory($this->parameters['doctrine.dbal.connection_factory.types']))->createConnection(['driver' => 'pdo_mysql', 'charset' => 'utf8mb4', 'url' => $this->getEnv('resolve:DATABASE_URL'), 'host' => 'localhost', 'port' => NULL, 'user' => 'root', 'password' => NULL, 'driverOptions' => [1002 => 'SET sql_mode=(SELECT REPLACE(@@sql_mode, "ONLY_FULL_GROUP_BY", ""))'], 'serverVersion' => '5.7', 'defaultTableOptions' => []], $a, $d, []);
› }
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs / var/cache/dev/ContainerGhr0ToI/srcApp_KernelDevDebugContainer.php:1027 {
ContainerGhr0ToI \ srcApp_KernelDevDebugContainer->getDoctrine_Orm_DefaultEntityManagerService($lazyLoad = true) …
›
› $this->services['doctrine.orm.default_entity_manager'] = $instance = \Doctrine\ORM\EntityManager::create(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), $a);
›
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs / var/cache/dev/ContainerGhr0ToI/srcApp_KernelDevDebugContainer.php:2853 {
ContainerGhr0ToI \ srcApp_KernelDevDebugContainer->getValidator_BuilderService() …
› $instance->addLoader(new \Symfony\Component\Validator\Mapping\Loader\PropertyInfoLoader($a, $a, $a, NULL));
› $instance->addLoader(new \Symfony\Bridge\Doctrine\Validator\DoctrineLoader(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), NULL));
› $instance->addXmlMapping((\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/DependencyInjection/Compiler/../../Resources/config/storage-validation/orm.xml'));
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs / var/cache/dev/ContainerGhr0ToI/srcApp_KernelDevDebugContainer.php:1927 {
ContainerGhr0ToI \ srcApp_KernelDevDebugContainer->getValidatorService() …
› {
› return $this->services['validator'] = new \Symfony\Component\Validator\Validator\TraceableValidator(($this->privates['validator.builder'] ?? $this->getValidator_BuilderService())->getValidator());
› }
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs / var/cache/dev/ContainerGhr0ToI/srcApp_KernelDevDebugContainer.php:1399 {
ContainerGhr0ToI \ srcApp_KernelDevDebugContainer->getProfilerService() …
› $instance->add(new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector());
› $instance->add(new \Symfony\Component\Validator\DataCollector\ValidatorDataCollector(($this->services['validator'] ?? $this->getValidatorService())));
› $instance->add(new \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector());
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs / var/cache/dev/ContainerGhr0ToI/srcApp_KernelDevDebugContainer.php:2333 {
ContainerGhr0ToI \ srcApp_KernelDevDebugContainer->getProfilerListenerService() …
› {
› return $this->privates['profiler_listener'] = new \Symfony\Component\HttpKernel\EventListener\ProfilerListener(($this->services['profiler'] ?? $this->getProfilerService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), NULL, false, false);
› }
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs / var/cache/dev/ContainerGhr0ToI/srcApp_KernelDevDebugContainer.php:1136 {
ContainerGhr0ToI\srcApp_KernelDevDebugContainer->ContainerGhr0ToI \ {closure} …
› $instance->addListener('kernel.exception', [0 => function () {
› return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
› }, 1 => 'onKernelException'], 0);
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/event-dispatcher/ EventDispatcher.php:279 {
Symfony\Component\EventDispatcher \ EventDispatcher->sortListeners(string $eventName) …
› if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {
› $listener[0] = $listener[0]();
› $listener[1] = $listener[1] ?? '__invoke';
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/event-dispatcher/ EventDispatcher.php:90 {
Symfony\Component\EventDispatcher \ EventDispatcher->getListeners($eventName = null) …
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:334 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->preProcess(string $eventName) …
›
› foreach ($this->dispatcher->getListeners($eventName) as $listener) {
› $priority = $this->getListenerPriority($eventName, $listener);
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:162 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch($event) …
›
› $this->preProcess($eventName);
› try {
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/http-kernel/ HttpKernel.php:229 {
Symfony\Component\HttpKernel \ HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
› $event = new ExceptionEvent($this, $request, $type, $e);
› $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);
›
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/http-kernel/ HttpKernel.php:92 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
›
› return $this->handleThrowable($e, $request, $type);
› } finally {
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/http-kernel/ Kernel.php:201 {
Symfony\Component\HttpKernel \ Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#60 …}
$type : 1
$catch : true
}
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs / public/index.php:38 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#60 …}
}
}
}
}
]
{
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /sonata-project/doctrine-extensions/ src/Types/JsonType.php:22 {
spl_autoload_call($class_name) …
› 'Doctrine\DBAL\Types\JsonType, and will be removed in 2.0.',
› E_USER_DEPRECATED
› );
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /doctrine/dbal/ lib/Doctrine/DBAL/Types/Type.php:279 {
Doctrine\DBAL\Types \ Type::overrideType($name, $className) …
› {
› self::getTypeRegistry()->override($name, new $className());
› }
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /doctrine/doctrine-bundle/ ConnectionFactory.php:97 {
Doctrine\Bundle\DoctrineBundle \ ConnectionFactory->initializeTypes() …
› if (Type::hasType($typeName)) {
› Type::overrideType($typeName, $typeConfig['class']);
› } else {
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /doctrine/doctrine-bundle/ ConnectionFactory.php:44 {
Doctrine\Bundle\DoctrineBundle \ ConnectionFactory->createConnection(array $params, Configuration $config = null, EventManager $eventManager = null, array $mappingTypes = []) …
› if (! $this->initialized) {
› $this->initializeTypes();
› }
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs / var/cache/dev/ContainerGhr0ToI/srcApp_KernelDevDebugContainer.php:958 {
ContainerGhr0ToI \ srcApp_KernelDevDebugContainer->getDoctrine_Dbal_DefaultConnectionService() …
›
› return $this->services['doctrine.dbal.default_connection'] = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory($this->parameters['doctrine.dbal.connection_factory.types']))->createConnection(['driver' => 'pdo_mysql', 'charset' => 'utf8mb4', 'url' => $this->getEnv('resolve:DATABASE_URL'), 'host' => 'localhost', 'port' => NULL, 'user' => 'root', 'password' => NULL, 'driverOptions' => [1002 => 'SET sql_mode=(SELECT REPLACE(@@sql_mode, "ONLY_FULL_GROUP_BY", ""))'], 'serverVersion' => '5.7', 'defaultTableOptions' => []], $a, $d, []);
› }
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs / var/cache/dev/ContainerGhr0ToI/srcApp_KernelDevDebugContainer.php:1027 {
ContainerGhr0ToI \ srcApp_KernelDevDebugContainer->getDoctrine_Orm_DefaultEntityManagerService($lazyLoad = true) …
›
› $this->services['doctrine.orm.default_entity_manager'] = $instance = \Doctrine\ORM\EntityManager::create(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), $a);
›
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs / var/cache/dev/ContainerGhr0ToI/srcApp_KernelDevDebugContainer.php:2853 {
ContainerGhr0ToI \ srcApp_KernelDevDebugContainer->getValidator_BuilderService() …
› $instance->addLoader(new \Symfony\Component\Validator\Mapping\Loader\PropertyInfoLoader($a, $a, $a, NULL));
› $instance->addLoader(new \Symfony\Bridge\Doctrine\Validator\DoctrineLoader(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), NULL));
› $instance->addXmlMapping((\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/DependencyInjection/Compiler/../../Resources/config/storage-validation/orm.xml'));
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs / var/cache/dev/ContainerGhr0ToI/srcApp_KernelDevDebugContainer.php:1927 {
ContainerGhr0ToI \ srcApp_KernelDevDebugContainer->getValidatorService() …
› {
› return $this->services['validator'] = new \Symfony\Component\Validator\Validator\TraceableValidator(($this->privates['validator.builder'] ?? $this->getValidator_BuilderService())->getValidator());
› }
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs / var/cache/dev/ContainerGhr0ToI/srcApp_KernelDevDebugContainer.php:1399 {
ContainerGhr0ToI \ srcApp_KernelDevDebugContainer->getProfilerService() …
› $instance->add(new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector());
› $instance->add(new \Symfony\Component\Validator\DataCollector\ValidatorDataCollector(($this->services['validator'] ?? $this->getValidatorService())));
› $instance->add(new \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector());
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs / var/cache/dev/ContainerGhr0ToI/srcApp_KernelDevDebugContainer.php:2333 {
ContainerGhr0ToI \ srcApp_KernelDevDebugContainer->getProfilerListenerService() …
› {
› return $this->privates['profiler_listener'] = new \Symfony\Component\HttpKernel\EventListener\ProfilerListener(($this->services['profiler'] ?? $this->getProfilerService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), NULL, false, false);
› }
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs / var/cache/dev/ContainerGhr0ToI/srcApp_KernelDevDebugContainer.php:1136 {
ContainerGhr0ToI\srcApp_KernelDevDebugContainer->ContainerGhr0ToI \ {closure} …
› $instance->addListener('kernel.exception', [0 => function () {
› return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
› }, 1 => 'onKernelException'], 0);
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/event-dispatcher/ EventDispatcher.php:279 {
Symfony\Component\EventDispatcher \ EventDispatcher->sortListeners(string $eventName) …
› if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {
› $listener[0] = $listener[0]();
› $listener[1] = $listener[1] ?? '__invoke';
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/event-dispatcher/ EventDispatcher.php:90 {
Symfony\Component\EventDispatcher \ EventDispatcher->getListeners($eventName = null) …
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:334 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->preProcess(string $eventName) …
›
› foreach ($this->dispatcher->getListeners($eventName) as $listener) {
› $priority = $this->getListenerPriority($eventName, $listener);
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:162 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch($event) …
›
› $this->preProcess($eventName);
› try {
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/http-kernel/ HttpKernel.php:229 {
Symfony\Component\HttpKernel \ HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
› $event = new ExceptionEvent($this, $request, $type, $e);
› $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);
›
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/http-kernel/ HttpKernel.php:92 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
›
› return $this->handleThrowable($e, $request, $type);
› } finally {
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/http-kernel/ Kernel.php:201 {
Symfony\Component\HttpKernel \ Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#60 …}
$type : 1
$catch : true
}
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs / public/index.php:38 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#60 …}
}
}
}
00:13:34
php
User Deprecated: The "templating.locator " service is deprecated since Symfony 4.3 and will be removed in 5.0.
[
"exception " => ErrorException {#270
#message : "User Deprecated: The "templating.locator" service is deprecated since Symfony 4.3 and will be removed in 5.0. "
#code : 0
#file : "/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs / var/cache/dev/ContainerGhr0ToI/getTemplating_LocatorService.php "
#line : 9
#severity : E_USER_DEPRECATED
trace : {
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs / var/cache/dev/ContainerGhr0ToI/getTemplating_LocatorService.php:9 {
require …
›
› @trigger_error('The "templating.locator" service is deprecated since Symfony 4.3 and will be removed in 5.0.', E_USER_DEPRECATED);
›
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs / var/cache/dev/ContainerGhr0ToI/srcApp_KernelDevDebugContainer.php:879 {
ContainerGhr0ToI \ srcApp_KernelDevDebugContainer->load($file, $lazyLoad = true) …
› {
› return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
› }
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs / var/cache/dev/ContainerGhr0ToI/srcApp_KernelDevDebugContainer.php:2750 {
ContainerGhr0ToI \ srcApp_KernelDevDebugContainer->getTwig_Loader_FilesystemService() …
› {
› $this->privates['twig.loader.filesystem'] = $instance = new \Symfony\Bundle\TwigBundle\Loader\FilesystemLoader(($this->privates['templating.locator'] ?? $this->load('getTemplating_LocatorService.php')), ($this->privates['templating.name_parser'] ?? $this->load('getTemplating_NameParserService.php')), \dirname(__DIR__, 4));
›
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs / var/cache/dev/ContainerGhr0ToI/srcApp_KernelDevDebugContainer.php:1818 {
ContainerGhr0ToI \ srcApp_KernelDevDebugContainer->getTwigService() …
› {
› $this->services['twig'] = $instance = new \Twig\Environment(($this->privates['twig.loader.filesystem'] ?? $this->getTwig_Loader_FilesystemService()), ['debug' => true, 'strict_variables' => true, 'autoescape' => 'name', 'cache' => ($this->targetDir.''.'/twig'), 'charset' => 'UTF-8']);
›
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs / var/cache/dev/ContainerGhr0ToI/srcApp_KernelDevDebugContainer.php:1409 {
ContainerGhr0ToI \ srcApp_KernelDevDebugContainer->getProfilerService() …
› $instance->add(new \Symfony\Bundle\SecurityBundle\DataCollector\SecurityDataCollector(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), ($this->privates['security.role_hierarchy'] ?? $this->getSecurity_RoleHierarchyService()), ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()), ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService()), ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService()), ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService())));
› $instance->add(new \Symfony\Bridge\Twig\DataCollector\TwigDataCollector(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), ($this->services['twig'] ?? $this->getTwigService())));
› $instance->add($e);
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs / var/cache/dev/ContainerGhr0ToI/srcApp_KernelDevDebugContainer.php:2333 {
ContainerGhr0ToI \ srcApp_KernelDevDebugContainer->getProfilerListenerService() …
› {
› return $this->privates['profiler_listener'] = new \Symfony\Component\HttpKernel\EventListener\ProfilerListener(($this->services['profiler'] ?? $this->getProfilerService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), NULL, false, false);
› }
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs / var/cache/dev/ContainerGhr0ToI/srcApp_KernelDevDebugContainer.php:1136 {
ContainerGhr0ToI\srcApp_KernelDevDebugContainer->ContainerGhr0ToI \ {closure} …
› $instance->addListener('kernel.exception', [0 => function () {
› return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
› }, 1 => 'onKernelException'], 0);
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/event-dispatcher/ EventDispatcher.php:279 {
Symfony\Component\EventDispatcher \ EventDispatcher->sortListeners(string $eventName) …
› if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {
› $listener[0] = $listener[0]();
› $listener[1] = $listener[1] ?? '__invoke';
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/event-dispatcher/ EventDispatcher.php:90 {
Symfony\Component\EventDispatcher \ EventDispatcher->getListeners($eventName = null) …
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:334 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->preProcess(string $eventName) …
›
› foreach ($this->dispatcher->getListeners($eventName) as $listener) {
› $priority = $this->getListenerPriority($eventName, $listener);
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:162 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch($event) …
›
› $this->preProcess($eventName);
› try {
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/http-kernel/ HttpKernel.php:229 {
Symfony\Component\HttpKernel \ HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
› $event = new ExceptionEvent($this, $request, $type, $e);
› $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);
›
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/http-kernel/ HttpKernel.php:92 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
›
› return $this->handleThrowable($e, $request, $type);
› } finally {
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/http-kernel/ Kernel.php:201 {
Symfony\Component\HttpKernel \ Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#60 …}
$type : 1
$catch : true
}
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs / public/index.php:38 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#60 …}
}
}
}
}
]
{
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs / var/cache/dev/ContainerGhr0ToI/getTemplating_LocatorService.php:9 {
require …
›
› @trigger_error('The "templating.locator" service is deprecated since Symfony 4.3 and will be removed in 5.0.', E_USER_DEPRECATED);
›
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs / var/cache/dev/ContainerGhr0ToI/srcApp_KernelDevDebugContainer.php:879 {
ContainerGhr0ToI \ srcApp_KernelDevDebugContainer->load($file, $lazyLoad = true) …
› {
› return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
› }
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs / var/cache/dev/ContainerGhr0ToI/srcApp_KernelDevDebugContainer.php:2750 {
ContainerGhr0ToI \ srcApp_KernelDevDebugContainer->getTwig_Loader_FilesystemService() …
› {
› $this->privates['twig.loader.filesystem'] = $instance = new \Symfony\Bundle\TwigBundle\Loader\FilesystemLoader(($this->privates['templating.locator'] ?? $this->load('getTemplating_LocatorService.php')), ($this->privates['templating.name_parser'] ?? $this->load('getTemplating_NameParserService.php')), \dirname(__DIR__, 4));
›
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs / var/cache/dev/ContainerGhr0ToI/srcApp_KernelDevDebugContainer.php:1818 {
ContainerGhr0ToI \ srcApp_KernelDevDebugContainer->getTwigService() …
› {
› $this->services['twig'] = $instance = new \Twig\Environment(($this->privates['twig.loader.filesystem'] ?? $this->getTwig_Loader_FilesystemService()), ['debug' => true, 'strict_variables' => true, 'autoescape' => 'name', 'cache' => ($this->targetDir.''.'/twig'), 'charset' => 'UTF-8']);
›
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs / var/cache/dev/ContainerGhr0ToI/srcApp_KernelDevDebugContainer.php:1409 {
ContainerGhr0ToI \ srcApp_KernelDevDebugContainer->getProfilerService() …
› $instance->add(new \Symfony\Bundle\SecurityBundle\DataCollector\SecurityDataCollector(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), ($this->privates['security.role_hierarchy'] ?? $this->getSecurity_RoleHierarchyService()), ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()), ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService()), ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService()), ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService())));
› $instance->add(new \Symfony\Bridge\Twig\DataCollector\TwigDataCollector(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), ($this->services['twig'] ?? $this->getTwigService())));
› $instance->add($e);
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs / var/cache/dev/ContainerGhr0ToI/srcApp_KernelDevDebugContainer.php:2333 {
ContainerGhr0ToI \ srcApp_KernelDevDebugContainer->getProfilerListenerService() …
› {
› return $this->privates['profiler_listener'] = new \Symfony\Component\HttpKernel\EventListener\ProfilerListener(($this->services['profiler'] ?? $this->getProfilerService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), NULL, false, false);
› }
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs / var/cache/dev/ContainerGhr0ToI/srcApp_KernelDevDebugContainer.php:1136 {
ContainerGhr0ToI\srcApp_KernelDevDebugContainer->ContainerGhr0ToI \ {closure} …
› $instance->addListener('kernel.exception', [0 => function () {
› return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
› }, 1 => 'onKernelException'], 0);
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/event-dispatcher/ EventDispatcher.php:279 {
Symfony\Component\EventDispatcher \ EventDispatcher->sortListeners(string $eventName) …
› if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {
› $listener[0] = $listener[0]();
› $listener[1] = $listener[1] ?? '__invoke';
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/event-dispatcher/ EventDispatcher.php:90 {
Symfony\Component\EventDispatcher \ EventDispatcher->getListeners($eventName = null) …
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:334 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->preProcess(string $eventName) …
›
› foreach ($this->dispatcher->getListeners($eventName) as $listener) {
› $priority = $this->getListenerPriority($eventName, $listener);
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:162 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch($event) …
›
› $this->preProcess($eventName);
› try {
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/http-kernel/ HttpKernel.php:229 {
Symfony\Component\HttpKernel \ HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
› $event = new ExceptionEvent($this, $request, $type, $e);
› $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);
›
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/http-kernel/ HttpKernel.php:92 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
›
› return $this->handleThrowable($e, $request, $type);
› } finally {
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/http-kernel/ Kernel.php:201 {
Symfony\Component\HttpKernel \ Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#60 …}
$type : 1
$catch : true
}
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs / public/index.php:38 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#60 …}
}
}
}
00:13:34
php
User Deprecated: The Symfony\Bundle\FrameworkBundle\Templating\Loader\TemplateLocator class is deprecated since version 4.3 and will be removed in 5.0; use Twig instead.
[
"exception " => ErrorException {#243
#message : "User Deprecated: The Symfony\Bundle\FrameworkBundle\Templating\Loader\TemplateLocator class is deprecated since version 4.3 and will be removed in 5.0; use Twig instead. "
#code : 0
#file : "/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/framework-bundle/ Templating/Loader/TemplateLocator.php "
#line : 14
#severity : E_USER_DEPRECATED
trace : {
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/framework-bundle/ Templating/Loader/TemplateLocator.php:14 {
spl_autoload_call($class_name) …
›
› @trigger_error('The '.TemplateLocator::class.' class is deprecated since version 4.3 and will be removed in 5.0; use Twig instead.', \E_USER_DEPRECATED);
›
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs / var/cache/dev/ContainerGhr0ToI/getTemplating_LocatorService.php:11 {
require …
›
› return $this->privates['templating.locator'] = new \Symfony\Bundle\FrameworkBundle\Templating\Loader\TemplateLocator(($this->privates['file_locator'] ?? $this->load('getFileLocatorService.php')), $this->targetDir.'');
›
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs / var/cache/dev/ContainerGhr0ToI/srcApp_KernelDevDebugContainer.php:879 {
ContainerGhr0ToI \ srcApp_KernelDevDebugContainer->load($file, $lazyLoad = true) …
› {
› return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
› }
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs / var/cache/dev/ContainerGhr0ToI/srcApp_KernelDevDebugContainer.php:2750 {
ContainerGhr0ToI \ srcApp_KernelDevDebugContainer->getTwig_Loader_FilesystemService() …
› {
› $this->privates['twig.loader.filesystem'] = $instance = new \Symfony\Bundle\TwigBundle\Loader\FilesystemLoader(($this->privates['templating.locator'] ?? $this->load('getTemplating_LocatorService.php')), ($this->privates['templating.name_parser'] ?? $this->load('getTemplating_NameParserService.php')), \dirname(__DIR__, 4));
›
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs / var/cache/dev/ContainerGhr0ToI/srcApp_KernelDevDebugContainer.php:1818 {
ContainerGhr0ToI \ srcApp_KernelDevDebugContainer->getTwigService() …
› {
› $this->services['twig'] = $instance = new \Twig\Environment(($this->privates['twig.loader.filesystem'] ?? $this->getTwig_Loader_FilesystemService()), ['debug' => true, 'strict_variables' => true, 'autoescape' => 'name', 'cache' => ($this->targetDir.''.'/twig'), 'charset' => 'UTF-8']);
›
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs / var/cache/dev/ContainerGhr0ToI/srcApp_KernelDevDebugContainer.php:1409 {
ContainerGhr0ToI \ srcApp_KernelDevDebugContainer->getProfilerService() …
› $instance->add(new \Symfony\Bundle\SecurityBundle\DataCollector\SecurityDataCollector(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), ($this->privates['security.role_hierarchy'] ?? $this->getSecurity_RoleHierarchyService()), ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()), ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService()), ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService()), ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService())));
› $instance->add(new \Symfony\Bridge\Twig\DataCollector\TwigDataCollector(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), ($this->services['twig'] ?? $this->getTwigService())));
› $instance->add($e);
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs / var/cache/dev/ContainerGhr0ToI/srcApp_KernelDevDebugContainer.php:2333 {
ContainerGhr0ToI \ srcApp_KernelDevDebugContainer->getProfilerListenerService() …
› {
› return $this->privates['profiler_listener'] = new \Symfony\Component\HttpKernel\EventListener\ProfilerListener(($this->services['profiler'] ?? $this->getProfilerService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), NULL, false, false);
› }
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs / var/cache/dev/ContainerGhr0ToI/srcApp_KernelDevDebugContainer.php:1136 {
ContainerGhr0ToI\srcApp_KernelDevDebugContainer->ContainerGhr0ToI \ {closure} …
› $instance->addListener('kernel.exception', [0 => function () {
› return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
› }, 1 => 'onKernelException'], 0);
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/event-dispatcher/ EventDispatcher.php:279 {
Symfony\Component\EventDispatcher \ EventDispatcher->sortListeners(string $eventName) …
› if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {
› $listener[0] = $listener[0]();
› $listener[1] = $listener[1] ?? '__invoke';
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/event-dispatcher/ EventDispatcher.php:90 {
Symfony\Component\EventDispatcher \ EventDispatcher->getListeners($eventName = null) …
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:334 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->preProcess(string $eventName) …
›
› foreach ($this->dispatcher->getListeners($eventName) as $listener) {
› $priority = $this->getListenerPriority($eventName, $listener);
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:162 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch($event) …
›
› $this->preProcess($eventName);
› try {
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/http-kernel/ HttpKernel.php:229 {
Symfony\Component\HttpKernel \ HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
› $event = new ExceptionEvent($this, $request, $type, $e);
› $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);
›
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/http-kernel/ HttpKernel.php:92 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
›
› return $this->handleThrowable($e, $request, $type);
› } finally {
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/http-kernel/ Kernel.php:201 {
Symfony\Component\HttpKernel \ Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#60 …}
$type : 1
$catch : true
}
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs / public/index.php:38 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#60 …}
}
}
}
}
]
{
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/framework-bundle/ Templating/Loader/TemplateLocator.php:14 {
spl_autoload_call($class_name) …
›
› @trigger_error('The '.TemplateLocator::class.' class is deprecated since version 4.3 and will be removed in 5.0; use Twig instead.', \E_USER_DEPRECATED);
›
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs / var/cache/dev/ContainerGhr0ToI/getTemplating_LocatorService.php:11 {
require …
›
› return $this->privates['templating.locator'] = new \Symfony\Bundle\FrameworkBundle\Templating\Loader\TemplateLocator(($this->privates['file_locator'] ?? $this->load('getFileLocatorService.php')), $this->targetDir.'');
›
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs / var/cache/dev/ContainerGhr0ToI/srcApp_KernelDevDebugContainer.php:879 {
ContainerGhr0ToI \ srcApp_KernelDevDebugContainer->load($file, $lazyLoad = true) …
› {
› return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
› }
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs / var/cache/dev/ContainerGhr0ToI/srcApp_KernelDevDebugContainer.php:2750 {
ContainerGhr0ToI \ srcApp_KernelDevDebugContainer->getTwig_Loader_FilesystemService() …
› {
› $this->privates['twig.loader.filesystem'] = $instance = new \Symfony\Bundle\TwigBundle\Loader\FilesystemLoader(($this->privates['templating.locator'] ?? $this->load('getTemplating_LocatorService.php')), ($this->privates['templating.name_parser'] ?? $this->load('getTemplating_NameParserService.php')), \dirname(__DIR__, 4));
›
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs / var/cache/dev/ContainerGhr0ToI/srcApp_KernelDevDebugContainer.php:1818 {
ContainerGhr0ToI \ srcApp_KernelDevDebugContainer->getTwigService() …
› {
› $this->services['twig'] = $instance = new \Twig\Environment(($this->privates['twig.loader.filesystem'] ?? $this->getTwig_Loader_FilesystemService()), ['debug' => true, 'strict_variables' => true, 'autoescape' => 'name', 'cache' => ($this->targetDir.''.'/twig'), 'charset' => 'UTF-8']);
›
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs / var/cache/dev/ContainerGhr0ToI/srcApp_KernelDevDebugContainer.php:1409 {
ContainerGhr0ToI \ srcApp_KernelDevDebugContainer->getProfilerService() …
› $instance->add(new \Symfony\Bundle\SecurityBundle\DataCollector\SecurityDataCollector(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), ($this->privates['security.role_hierarchy'] ?? $this->getSecurity_RoleHierarchyService()), ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()), ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService()), ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService()), ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService())));
› $instance->add(new \Symfony\Bridge\Twig\DataCollector\TwigDataCollector(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), ($this->services['twig'] ?? $this->getTwigService())));
› $instance->add($e);
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs / var/cache/dev/ContainerGhr0ToI/srcApp_KernelDevDebugContainer.php:2333 {
ContainerGhr0ToI \ srcApp_KernelDevDebugContainer->getProfilerListenerService() …
› {
› return $this->privates['profiler_listener'] = new \Symfony\Component\HttpKernel\EventListener\ProfilerListener(($this->services['profiler'] ?? $this->getProfilerService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), NULL, false, false);
› }
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs / var/cache/dev/ContainerGhr0ToI/srcApp_KernelDevDebugContainer.php:1136 {
ContainerGhr0ToI\srcApp_KernelDevDebugContainer->ContainerGhr0ToI \ {closure} …
› $instance->addListener('kernel.exception', [0 => function () {
› return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
› }, 1 => 'onKernelException'], 0);
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/event-dispatcher/ EventDispatcher.php:279 {
Symfony\Component\EventDispatcher \ EventDispatcher->sortListeners(string $eventName) …
› if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {
› $listener[0] = $listener[0]();
› $listener[1] = $listener[1] ?? '__invoke';
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/event-dispatcher/ EventDispatcher.php:90 {
Symfony\Component\EventDispatcher \ EventDispatcher->getListeners($eventName = null) …
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:334 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->preProcess(string $eventName) …
›
› foreach ($this->dispatcher->getListeners($eventName) as $listener) {
› $priority = $this->getListenerPriority($eventName, $listener);
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:162 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch($event) …
›
› $this->preProcess($eventName);
› try {
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/http-kernel/ HttpKernel.php:229 {
Symfony\Component\HttpKernel \ HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
› $event = new ExceptionEvent($this, $request, $type, $e);
› $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);
›
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/http-kernel/ HttpKernel.php:92 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
›
› return $this->handleThrowable($e, $request, $type);
› } finally {
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/http-kernel/ Kernel.php:201 {
Symfony\Component\HttpKernel \ Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#60 …}
$type : 1
$catch : true
}
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs / public/index.php:38 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#60 …}
}
}
}
00:13:34
php
User Deprecated: The "templating.name_parser " service is deprecated since Symfony 4.3 and will be removed in 5.0.
[
"exception " => ErrorException {#247
#message : "User Deprecated: The "templating.name_parser" service is deprecated since Symfony 4.3 and will be removed in 5.0. "
#code : 0
#file : "/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs / var/cache/dev/ContainerGhr0ToI/getTemplating_NameParserService.php "
#line : 9
#severity : E_USER_DEPRECATED
trace : {
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs / var/cache/dev/ContainerGhr0ToI/getTemplating_NameParserService.php:9 {
require …
›
› @trigger_error('The "templating.name_parser" service is deprecated since Symfony 4.3 and will be removed in 5.0.', E_USER_DEPRECATED);
›
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs / var/cache/dev/ContainerGhr0ToI/srcApp_KernelDevDebugContainer.php:879 {
ContainerGhr0ToI \ srcApp_KernelDevDebugContainer->load($file, $lazyLoad = true) …
› {
› return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
› }
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs / var/cache/dev/ContainerGhr0ToI/srcApp_KernelDevDebugContainer.php:2750 {
ContainerGhr0ToI \ srcApp_KernelDevDebugContainer->getTwig_Loader_FilesystemService() …
› {
› $this->privates['twig.loader.filesystem'] = $instance = new \Symfony\Bundle\TwigBundle\Loader\FilesystemLoader(($this->privates['templating.locator'] ?? $this->load('getTemplating_LocatorService.php')), ($this->privates['templating.name_parser'] ?? $this->load('getTemplating_NameParserService.php')), \dirname(__DIR__, 4));
›
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs / var/cache/dev/ContainerGhr0ToI/srcApp_KernelDevDebugContainer.php:1818 {
ContainerGhr0ToI \ srcApp_KernelDevDebugContainer->getTwigService() …
› {
› $this->services['twig'] = $instance = new \Twig\Environment(($this->privates['twig.loader.filesystem'] ?? $this->getTwig_Loader_FilesystemService()), ['debug' => true, 'strict_variables' => true, 'autoescape' => 'name', 'cache' => ($this->targetDir.''.'/twig'), 'charset' => 'UTF-8']);
›
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs / var/cache/dev/ContainerGhr0ToI/srcApp_KernelDevDebugContainer.php:1409 {
ContainerGhr0ToI \ srcApp_KernelDevDebugContainer->getProfilerService() …
› $instance->add(new \Symfony\Bundle\SecurityBundle\DataCollector\SecurityDataCollector(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), ($this->privates['security.role_hierarchy'] ?? $this->getSecurity_RoleHierarchyService()), ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()), ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService()), ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService()), ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService())));
› $instance->add(new \Symfony\Bridge\Twig\DataCollector\TwigDataCollector(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), ($this->services['twig'] ?? $this->getTwigService())));
› $instance->add($e);
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs / var/cache/dev/ContainerGhr0ToI/srcApp_KernelDevDebugContainer.php:2333 {
ContainerGhr0ToI \ srcApp_KernelDevDebugContainer->getProfilerListenerService() …
› {
› return $this->privates['profiler_listener'] = new \Symfony\Component\HttpKernel\EventListener\ProfilerListener(($this->services['profiler'] ?? $this->getProfilerService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), NULL, false, false);
› }
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs / var/cache/dev/ContainerGhr0ToI/srcApp_KernelDevDebugContainer.php:1136 {
ContainerGhr0ToI\srcApp_KernelDevDebugContainer->ContainerGhr0ToI \ {closure} …
› $instance->addListener('kernel.exception', [0 => function () {
› return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
› }, 1 => 'onKernelException'], 0);
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/event-dispatcher/ EventDispatcher.php:279 {
Symfony\Component\EventDispatcher \ EventDispatcher->sortListeners(string $eventName) …
› if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {
› $listener[0] = $listener[0]();
› $listener[1] = $listener[1] ?? '__invoke';
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/event-dispatcher/ EventDispatcher.php:90 {
Symfony\Component\EventDispatcher \ EventDispatcher->getListeners($eventName = null) …
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:334 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->preProcess(string $eventName) …
›
› foreach ($this->dispatcher->getListeners($eventName) as $listener) {
› $priority = $this->getListenerPriority($eventName, $listener);
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:162 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch($event) …
›
› $this->preProcess($eventName);
› try {
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/http-kernel/ HttpKernel.php:229 {
Symfony\Component\HttpKernel \ HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
› $event = new ExceptionEvent($this, $request, $type, $e);
› $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);
›
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/http-kernel/ HttpKernel.php:92 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
›
› return $this->handleThrowable($e, $request, $type);
› } finally {
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/http-kernel/ Kernel.php:201 {
Symfony\Component\HttpKernel \ Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#60 …}
$type : 1
$catch : true
}
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs / public/index.php:38 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#60 …}
}
}
}
}
]
{
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs / var/cache/dev/ContainerGhr0ToI/getTemplating_NameParserService.php:9 {
require …
›
› @trigger_error('The "templating.name_parser" service is deprecated since Symfony 4.3 and will be removed in 5.0.', E_USER_DEPRECATED);
›
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs / var/cache/dev/ContainerGhr0ToI/srcApp_KernelDevDebugContainer.php:879 {
ContainerGhr0ToI \ srcApp_KernelDevDebugContainer->load($file, $lazyLoad = true) …
› {
› return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
› }
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs / var/cache/dev/ContainerGhr0ToI/srcApp_KernelDevDebugContainer.php:2750 {
ContainerGhr0ToI \ srcApp_KernelDevDebugContainer->getTwig_Loader_FilesystemService() …
› {
› $this->privates['twig.loader.filesystem'] = $instance = new \Symfony\Bundle\TwigBundle\Loader\FilesystemLoader(($this->privates['templating.locator'] ?? $this->load('getTemplating_LocatorService.php')), ($this->privates['templating.name_parser'] ?? $this->load('getTemplating_NameParserService.php')), \dirname(__DIR__, 4));
›
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs / var/cache/dev/ContainerGhr0ToI/srcApp_KernelDevDebugContainer.php:1818 {
ContainerGhr0ToI \ srcApp_KernelDevDebugContainer->getTwigService() …
› {
› $this->services['twig'] = $instance = new \Twig\Environment(($this->privates['twig.loader.filesystem'] ?? $this->getTwig_Loader_FilesystemService()), ['debug' => true, 'strict_variables' => true, 'autoescape' => 'name', 'cache' => ($this->targetDir.''.'/twig'), 'charset' => 'UTF-8']);
›
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs / var/cache/dev/ContainerGhr0ToI/srcApp_KernelDevDebugContainer.php:1409 {
ContainerGhr0ToI \ srcApp_KernelDevDebugContainer->getProfilerService() …
› $instance->add(new \Symfony\Bundle\SecurityBundle\DataCollector\SecurityDataCollector(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), ($this->privates['security.role_hierarchy'] ?? $this->getSecurity_RoleHierarchyService()), ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()), ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService()), ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService()), ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService())));
› $instance->add(new \Symfony\Bridge\Twig\DataCollector\TwigDataCollector(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), ($this->services['twig'] ?? $this->getTwigService())));
› $instance->add($e);
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs / var/cache/dev/ContainerGhr0ToI/srcApp_KernelDevDebugContainer.php:2333 {
ContainerGhr0ToI \ srcApp_KernelDevDebugContainer->getProfilerListenerService() …
› {
› return $this->privates['profiler_listener'] = new \Symfony\Component\HttpKernel\EventListener\ProfilerListener(($this->services['profiler'] ?? $this->getProfilerService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), NULL, false, false);
› }
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs / var/cache/dev/ContainerGhr0ToI/srcApp_KernelDevDebugContainer.php:1136 {
ContainerGhr0ToI\srcApp_KernelDevDebugContainer->ContainerGhr0ToI \ {closure} …
› $instance->addListener('kernel.exception', [0 => function () {
› return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
› }, 1 => 'onKernelException'], 0);
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/event-dispatcher/ EventDispatcher.php:279 {
Symfony\Component\EventDispatcher \ EventDispatcher->sortListeners(string $eventName) …
› if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {
› $listener[0] = $listener[0]();
› $listener[1] = $listener[1] ?? '__invoke';
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/event-dispatcher/ EventDispatcher.php:90 {
Symfony\Component\EventDispatcher \ EventDispatcher->getListeners($eventName = null) …
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:334 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->preProcess(string $eventName) …
›
› foreach ($this->dispatcher->getListeners($eventName) as $listener) {
› $priority = $this->getListenerPriority($eventName, $listener);
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:162 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch($event) …
›
› $this->preProcess($eventName);
› try {
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/http-kernel/ HttpKernel.php:229 {
Symfony\Component\HttpKernel \ HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
› $event = new ExceptionEvent($this, $request, $type, $e);
› $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);
›
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/http-kernel/ HttpKernel.php:92 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
›
› return $this->handleThrowable($e, $request, $type);
› } finally {
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/http-kernel/ Kernel.php:201 {
Symfony\Component\HttpKernel \ Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#60 …}
$type : 1
$catch : true
}
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs / public/index.php:38 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#60 …}
}
}
}
00:13:34
php
User Deprecated: The Symfony\Bundle\FrameworkBundle\Templating\TemplateNameParser class is deprecated since version 4.3 and will be removed in 5.0; use Twig instead.
[
"exception " => ErrorException {#245
#message : "User Deprecated: The Symfony\Bundle\FrameworkBundle\Templating\TemplateNameParser class is deprecated since version 4.3 and will be removed in 5.0; use Twig instead. "
#code : 0
#file : "/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/framework-bundle/ Templating/TemplateNameParser.php "
#line : 14
#severity : E_USER_DEPRECATED
trace : {
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/framework-bundle/ Templating/TemplateNameParser.php:14 {
spl_autoload_call($class_name) …
›
› @trigger_error('The '.TemplateNameParser::class.' class is deprecated since version 4.3 and will be removed in 5.0; use Twig instead.', \E_USER_DEPRECATED);
›
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs / var/cache/dev/ContainerGhr0ToI/getTemplating_NameParserService.php:11 {
require …
›
› return $this->privates['templating.name_parser'] = new \Symfony\Bundle\FrameworkBundle\Templating\TemplateNameParser(($this->services['kernel'] ?? $this->get('kernel', 1)));
›
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs / var/cache/dev/ContainerGhr0ToI/srcApp_KernelDevDebugContainer.php:879 {
ContainerGhr0ToI \ srcApp_KernelDevDebugContainer->load($file, $lazyLoad = true) …
› {
› return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
› }
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs / var/cache/dev/ContainerGhr0ToI/srcApp_KernelDevDebugContainer.php:2750 {
ContainerGhr0ToI \ srcApp_KernelDevDebugContainer->getTwig_Loader_FilesystemService() …
› {
› $this->privates['twig.loader.filesystem'] = $instance = new \Symfony\Bundle\TwigBundle\Loader\FilesystemLoader(($this->privates['templating.locator'] ?? $this->load('getTemplating_LocatorService.php')), ($this->privates['templating.name_parser'] ?? $this->load('getTemplating_NameParserService.php')), \dirname(__DIR__, 4));
›
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs / var/cache/dev/ContainerGhr0ToI/srcApp_KernelDevDebugContainer.php:1818 {
ContainerGhr0ToI \ srcApp_KernelDevDebugContainer->getTwigService() …
› {
› $this->services['twig'] = $instance = new \Twig\Environment(($this->privates['twig.loader.filesystem'] ?? $this->getTwig_Loader_FilesystemService()), ['debug' => true, 'strict_variables' => true, 'autoescape' => 'name', 'cache' => ($this->targetDir.''.'/twig'), 'charset' => 'UTF-8']);
›
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs / var/cache/dev/ContainerGhr0ToI/srcApp_KernelDevDebugContainer.php:1409 {
ContainerGhr0ToI \ srcApp_KernelDevDebugContainer->getProfilerService() …
› $instance->add(new \Symfony\Bundle\SecurityBundle\DataCollector\SecurityDataCollector(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), ($this->privates['security.role_hierarchy'] ?? $this->getSecurity_RoleHierarchyService()), ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()), ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService()), ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService()), ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService())));
› $instance->add(new \Symfony\Bridge\Twig\DataCollector\TwigDataCollector(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), ($this->services['twig'] ?? $this->getTwigService())));
› $instance->add($e);
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs / var/cache/dev/ContainerGhr0ToI/srcApp_KernelDevDebugContainer.php:2333 {
ContainerGhr0ToI \ srcApp_KernelDevDebugContainer->getProfilerListenerService() …
› {
› return $this->privates['profiler_listener'] = new \Symfony\Component\HttpKernel\EventListener\ProfilerListener(($this->services['profiler'] ?? $this->getProfilerService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), NULL, false, false);
› }
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs / var/cache/dev/ContainerGhr0ToI/srcApp_KernelDevDebugContainer.php:1136 {
ContainerGhr0ToI\srcApp_KernelDevDebugContainer->ContainerGhr0ToI \ {closure} …
› $instance->addListener('kernel.exception', [0 => function () {
› return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
› }, 1 => 'onKernelException'], 0);
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/event-dispatcher/ EventDispatcher.php:279 {
Symfony\Component\EventDispatcher \ EventDispatcher->sortListeners(string $eventName) …
› if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {
› $listener[0] = $listener[0]();
› $listener[1] = $listener[1] ?? '__invoke';
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/event-dispatcher/ EventDispatcher.php:90 {
Symfony\Component\EventDispatcher \ EventDispatcher->getListeners($eventName = null) …
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:334 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->preProcess(string $eventName) …
›
› foreach ($this->dispatcher->getListeners($eventName) as $listener) {
› $priority = $this->getListenerPriority($eventName, $listener);
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:162 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch($event) …
›
› $this->preProcess($eventName);
› try {
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/http-kernel/ HttpKernel.php:229 {
Symfony\Component\HttpKernel \ HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
› $event = new ExceptionEvent($this, $request, $type, $e);
› $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);
›
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/http-kernel/ HttpKernel.php:92 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
›
› return $this->handleThrowable($e, $request, $type);
› } finally {
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/http-kernel/ Kernel.php:201 {
Symfony\Component\HttpKernel \ Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#60 …}
$type : 1
$catch : true
}
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs / public/index.php:38 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#60 …}
}
}
}
}
]
{
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/framework-bundle/ Templating/TemplateNameParser.php:14 {
spl_autoload_call($class_name) …
›
› @trigger_error('The '.TemplateNameParser::class.' class is deprecated since version 4.3 and will be removed in 5.0; use Twig instead.', \E_USER_DEPRECATED);
›
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs / var/cache/dev/ContainerGhr0ToI/getTemplating_NameParserService.php:11 {
require …
›
› return $this->privates['templating.name_parser'] = new \Symfony\Bundle\FrameworkBundle\Templating\TemplateNameParser(($this->services['kernel'] ?? $this->get('kernel', 1)));
›
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs / var/cache/dev/ContainerGhr0ToI/srcApp_KernelDevDebugContainer.php:879 {
ContainerGhr0ToI \ srcApp_KernelDevDebugContainer->load($file, $lazyLoad = true) …
› {
› return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
› }
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs / var/cache/dev/ContainerGhr0ToI/srcApp_KernelDevDebugContainer.php:2750 {
ContainerGhr0ToI \ srcApp_KernelDevDebugContainer->getTwig_Loader_FilesystemService() …
› {
› $this->privates['twig.loader.filesystem'] = $instance = new \Symfony\Bundle\TwigBundle\Loader\FilesystemLoader(($this->privates['templating.locator'] ?? $this->load('getTemplating_LocatorService.php')), ($this->privates['templating.name_parser'] ?? $this->load('getTemplating_NameParserService.php')), \dirname(__DIR__, 4));
›
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs / var/cache/dev/ContainerGhr0ToI/srcApp_KernelDevDebugContainer.php:1818 {
ContainerGhr0ToI \ srcApp_KernelDevDebugContainer->getTwigService() …
› {
› $this->services['twig'] = $instance = new \Twig\Environment(($this->privates['twig.loader.filesystem'] ?? $this->getTwig_Loader_FilesystemService()), ['debug' => true, 'strict_variables' => true, 'autoescape' => 'name', 'cache' => ($this->targetDir.''.'/twig'), 'charset' => 'UTF-8']);
›
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs / var/cache/dev/ContainerGhr0ToI/srcApp_KernelDevDebugContainer.php:1409 {
ContainerGhr0ToI \ srcApp_KernelDevDebugContainer->getProfilerService() …
› $instance->add(new \Symfony\Bundle\SecurityBundle\DataCollector\SecurityDataCollector(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), ($this->privates['security.role_hierarchy'] ?? $this->getSecurity_RoleHierarchyService()), ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()), ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService()), ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService()), ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService())));
› $instance->add(new \Symfony\Bridge\Twig\DataCollector\TwigDataCollector(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), ($this->services['twig'] ?? $this->getTwigService())));
› $instance->add($e);
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs / var/cache/dev/ContainerGhr0ToI/srcApp_KernelDevDebugContainer.php:2333 {
ContainerGhr0ToI \ srcApp_KernelDevDebugContainer->getProfilerListenerService() …
› {
› return $this->privates['profiler_listener'] = new \Symfony\Component\HttpKernel\EventListener\ProfilerListener(($this->services['profiler'] ?? $this->getProfilerService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), NULL, false, false);
› }
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs / var/cache/dev/ContainerGhr0ToI/srcApp_KernelDevDebugContainer.php:1136 {
ContainerGhr0ToI\srcApp_KernelDevDebugContainer->ContainerGhr0ToI \ {closure} …
› $instance->addListener('kernel.exception', [0 => function () {
› return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
› }, 1 => 'onKernelException'], 0);
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/event-dispatcher/ EventDispatcher.php:279 {
Symfony\Component\EventDispatcher \ EventDispatcher->sortListeners(string $eventName) …
› if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {
› $listener[0] = $listener[0]();
› $listener[1] = $listener[1] ?? '__invoke';
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/event-dispatcher/ EventDispatcher.php:90 {
Symfony\Component\EventDispatcher \ EventDispatcher->getListeners($eventName = null) …
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:334 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->preProcess(string $eventName) …
›
› foreach ($this->dispatcher->getListeners($eventName) as $listener) {
› $priority = $this->getListenerPriority($eventName, $listener);
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:162 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch($event) …
›
› $this->preProcess($eventName);
› try {
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/http-kernel/ HttpKernel.php:229 {
Symfony\Component\HttpKernel \ HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
› $event = new ExceptionEvent($this, $request, $type, $e);
› $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);
›
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/http-kernel/ HttpKernel.php:92 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
›
› return $this->handleThrowable($e, $request, $type);
› } finally {
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/http-kernel/ Kernel.php:201 {
Symfony\Component\HttpKernel \ Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#60 …}
$type : 1
$catch : true
}
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs / public/index.php:38 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#60 …}
}
}
}
00:13:34
php
User Deprecated: The "sonata.core.model.adapter.chain " service is deprecated in favor of service "sonata.doctrine.model.adapter.chain " since 3.12.0 and will be removed in 4.0.
[
"exception " => ErrorException {#350
#message : "User Deprecated: The "sonata.core.model.adapter.chain" service is deprecated in favor of service "sonata.doctrine.model.adapter.chain" since 3.12.0 and will be removed in 4.0. "
#code : 0
#file : "/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs / var/cache/dev/ContainerGhr0ToI/getSonata_Core_Model_Adapter_ChainService.php "
#line : 9
#severity : E_USER_DEPRECATED
trace : {
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs / var/cache/dev/ContainerGhr0ToI/getSonata_Core_Model_Adapter_ChainService.php:9 {
require …
›
› @trigger_error('The "sonata.core.model.adapter.chain" service is deprecated in favor of service "sonata.doctrine.model.adapter.chain" since 3.12.0 and will be removed in 4.0.', E_USER_DEPRECATED);
›
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs / var/cache/dev/ContainerGhr0ToI/srcApp_KernelDevDebugContainer.php:879 {
ContainerGhr0ToI \ srcApp_KernelDevDebugContainer->load($file, $lazyLoad = true) …
› {
› return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
› }
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs / var/cache/dev/ContainerGhr0ToI/srcApp_KernelDevDebugContainer.php:1876 {
ContainerGhr0ToI \ srcApp_KernelDevDebugContainer->getTwigService() …
› $instance->addExtension(new \Sonata\Twig\Extension\DeprecatedTemplateExtension());
› $instance->addExtension(new \Sonata\Twig\Extension\TemplateExtension(true, $b, ($this->services['sonata.core.model.adapter.chain'] ?? $this->load('getSonata_Core_Model_Adapter_ChainService.php'))));
› $instance->addExtension(new \Sonata\BlockBundle\Twig\Extension\BlockExtension(($this->privates['sonata.block.templating.helper'] ?? $this->getSonata_Block_Templating_HelperService())));
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs / var/cache/dev/ContainerGhr0ToI/srcApp_KernelDevDebugContainer.php:1409 {
ContainerGhr0ToI \ srcApp_KernelDevDebugContainer->getProfilerService() …
› $instance->add(new \Symfony\Bundle\SecurityBundle\DataCollector\SecurityDataCollector(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), ($this->privates['security.role_hierarchy'] ?? $this->getSecurity_RoleHierarchyService()), ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()), ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService()), ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService()), ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService())));
› $instance->add(new \Symfony\Bridge\Twig\DataCollector\TwigDataCollector(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), ($this->services['twig'] ?? $this->getTwigService())));
› $instance->add($e);
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs / var/cache/dev/ContainerGhr0ToI/srcApp_KernelDevDebugContainer.php:2333 {
ContainerGhr0ToI \ srcApp_KernelDevDebugContainer->getProfilerListenerService() …
› {
› return $this->privates['profiler_listener'] = new \Symfony\Component\HttpKernel\EventListener\ProfilerListener(($this->services['profiler'] ?? $this->getProfilerService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), NULL, false, false);
› }
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs / var/cache/dev/ContainerGhr0ToI/srcApp_KernelDevDebugContainer.php:1136 {
ContainerGhr0ToI\srcApp_KernelDevDebugContainer->ContainerGhr0ToI \ {closure} …
› $instance->addListener('kernel.exception', [0 => function () {
› return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
› }, 1 => 'onKernelException'], 0);
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/event-dispatcher/ EventDispatcher.php:279 {
Symfony\Component\EventDispatcher \ EventDispatcher->sortListeners(string $eventName) …
› if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {
› $listener[0] = $listener[0]();
› $listener[1] = $listener[1] ?? '__invoke';
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/event-dispatcher/ EventDispatcher.php:90 {
Symfony\Component\EventDispatcher \ EventDispatcher->getListeners($eventName = null) …
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:334 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->preProcess(string $eventName) …
›
› foreach ($this->dispatcher->getListeners($eventName) as $listener) {
› $priority = $this->getListenerPriority($eventName, $listener);
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:162 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch($event) …
›
› $this->preProcess($eventName);
› try {
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/http-kernel/ HttpKernel.php:229 {
Symfony\Component\HttpKernel \ HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
› $event = new ExceptionEvent($this, $request, $type, $e);
› $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);
›
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/http-kernel/ HttpKernel.php:92 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
›
› return $this->handleThrowable($e, $request, $type);
› } finally {
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/http-kernel/ Kernel.php:201 {
Symfony\Component\HttpKernel \ Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#60 …}
$type : 1
$catch : true
}
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs / public/index.php:38 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#60 …}
}
}
}
}
]
{
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs / var/cache/dev/ContainerGhr0ToI/getSonata_Core_Model_Adapter_ChainService.php:9 {
require …
›
› @trigger_error('The "sonata.core.model.adapter.chain" service is deprecated in favor of service "sonata.doctrine.model.adapter.chain" since 3.12.0 and will be removed in 4.0.', E_USER_DEPRECATED);
›
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs / var/cache/dev/ContainerGhr0ToI/srcApp_KernelDevDebugContainer.php:879 {
ContainerGhr0ToI \ srcApp_KernelDevDebugContainer->load($file, $lazyLoad = true) …
› {
› return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
› }
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs / var/cache/dev/ContainerGhr0ToI/srcApp_KernelDevDebugContainer.php:1876 {
ContainerGhr0ToI \ srcApp_KernelDevDebugContainer->getTwigService() …
› $instance->addExtension(new \Sonata\Twig\Extension\DeprecatedTemplateExtension());
› $instance->addExtension(new \Sonata\Twig\Extension\TemplateExtension(true, $b, ($this->services['sonata.core.model.adapter.chain'] ?? $this->load('getSonata_Core_Model_Adapter_ChainService.php'))));
› $instance->addExtension(new \Sonata\BlockBundle\Twig\Extension\BlockExtension(($this->privates['sonata.block.templating.helper'] ?? $this->getSonata_Block_Templating_HelperService())));
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs / var/cache/dev/ContainerGhr0ToI/srcApp_KernelDevDebugContainer.php:1409 {
ContainerGhr0ToI \ srcApp_KernelDevDebugContainer->getProfilerService() …
› $instance->add(new \Symfony\Bundle\SecurityBundle\DataCollector\SecurityDataCollector(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), ($this->privates['security.role_hierarchy'] ?? $this->getSecurity_RoleHierarchyService()), ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()), ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService()), ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService()), ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService())));
› $instance->add(new \Symfony\Bridge\Twig\DataCollector\TwigDataCollector(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), ($this->services['twig'] ?? $this->getTwigService())));
› $instance->add($e);
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs / var/cache/dev/ContainerGhr0ToI/srcApp_KernelDevDebugContainer.php:2333 {
ContainerGhr0ToI \ srcApp_KernelDevDebugContainer->getProfilerListenerService() …
› {
› return $this->privates['profiler_listener'] = new \Symfony\Component\HttpKernel\EventListener\ProfilerListener(($this->services['profiler'] ?? $this->getProfilerService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), NULL, false, false);
› }
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs / var/cache/dev/ContainerGhr0ToI/srcApp_KernelDevDebugContainer.php:1136 {
ContainerGhr0ToI\srcApp_KernelDevDebugContainer->ContainerGhr0ToI \ {closure} …
› $instance->addListener('kernel.exception', [0 => function () {
› return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
› }, 1 => 'onKernelException'], 0);
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/event-dispatcher/ EventDispatcher.php:279 {
Symfony\Component\EventDispatcher \ EventDispatcher->sortListeners(string $eventName) …
› if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {
› $listener[0] = $listener[0]();
› $listener[1] = $listener[1] ?? '__invoke';
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/event-dispatcher/ EventDispatcher.php:90 {
Symfony\Component\EventDispatcher \ EventDispatcher->getListeners($eventName = null) …
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:334 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->preProcess(string $eventName) …
›
› foreach ($this->dispatcher->getListeners($eventName) as $listener) {
› $priority = $this->getListenerPriority($eventName, $listener);
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:162 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch($event) …
›
› $this->preProcess($eventName);
› try {
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/http-kernel/ HttpKernel.php:229 {
Symfony\Component\HttpKernel \ HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
› $event = new ExceptionEvent($this, $request, $type, $e);
› $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);
›
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/http-kernel/ HttpKernel.php:92 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
›
› return $this->handleThrowable($e, $request, $type);
› } finally {
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/http-kernel/ Kernel.php:201 {
Symfony\Component\HttpKernel \ Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#60 …}
$type : 1
$catch : true
}
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs / public/index.php:38 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#60 …}
}
}
}
00:13:34
php
User Deprecated: The Sonata\CoreBundle\Model\Adapter\AdapterChain class is deprecated since version 3.12.0 and will be removed in 4.0. Use Sonata\Doctrine\Adapter\AdapterChain instead.
[
"exception " => ErrorException {#351
#message : "User Deprecated: The Sonata\CoreBundle\Model\Adapter\AdapterChain class is deprecated since version 3.12.0 and will be removed in 4.0. Use Sonata\Doctrine\Adapter\AdapterChain instead. "
#code : 0
#file : "/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /sonata-project/core-bundle/ src/CoreBundle/Model/Adapter/AdapterChain.php "
#line : 20
#severity : E_USER_DEPRECATED
trace : {
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /sonata-project/core-bundle/ src/CoreBundle/Model/Adapter/AdapterChain.php:20 {
spl_autoload_call($class_name) …
› .' Use Sonata\Doctrine\Adapter\AdapterChain instead.',
› E_USER_DEPRECATED
› );
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs / var/cache/dev/ContainerGhr0ToI/getSonata_Core_Model_Adapter_ChainService.php:11 {
require …
›
› $this->services['sonata.core.model.adapter.chain'] = $instance = new \Sonata\CoreBundle\Model\Adapter\AdapterChain();
›
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs / var/cache/dev/ContainerGhr0ToI/srcApp_KernelDevDebugContainer.php:879 {
ContainerGhr0ToI \ srcApp_KernelDevDebugContainer->load($file, $lazyLoad = true) …
› {
› return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
› }
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs / var/cache/dev/ContainerGhr0ToI/srcApp_KernelDevDebugContainer.php:1876 {
ContainerGhr0ToI \ srcApp_KernelDevDebugContainer->getTwigService() …
› $instance->addExtension(new \Sonata\Twig\Extension\DeprecatedTemplateExtension());
› $instance->addExtension(new \Sonata\Twig\Extension\TemplateExtension(true, $b, ($this->services['sonata.core.model.adapter.chain'] ?? $this->load('getSonata_Core_Model_Adapter_ChainService.php'))));
› $instance->addExtension(new \Sonata\BlockBundle\Twig\Extension\BlockExtension(($this->privates['sonata.block.templating.helper'] ?? $this->getSonata_Block_Templating_HelperService())));
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs / var/cache/dev/ContainerGhr0ToI/srcApp_KernelDevDebugContainer.php:1409 {
ContainerGhr0ToI \ srcApp_KernelDevDebugContainer->getProfilerService() …
› $instance->add(new \Symfony\Bundle\SecurityBundle\DataCollector\SecurityDataCollector(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), ($this->privates['security.role_hierarchy'] ?? $this->getSecurity_RoleHierarchyService()), ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()), ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService()), ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService()), ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService())));
› $instance->add(new \Symfony\Bridge\Twig\DataCollector\TwigDataCollector(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), ($this->services['twig'] ?? $this->getTwigService())));
› $instance->add($e);
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs / var/cache/dev/ContainerGhr0ToI/srcApp_KernelDevDebugContainer.php:2333 {
ContainerGhr0ToI \ srcApp_KernelDevDebugContainer->getProfilerListenerService() …
› {
› return $this->privates['profiler_listener'] = new \Symfony\Component\HttpKernel\EventListener\ProfilerListener(($this->services['profiler'] ?? $this->getProfilerService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), NULL, false, false);
› }
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs / var/cache/dev/ContainerGhr0ToI/srcApp_KernelDevDebugContainer.php:1136 {
ContainerGhr0ToI\srcApp_KernelDevDebugContainer->ContainerGhr0ToI \ {closure} …
› $instance->addListener('kernel.exception', [0 => function () {
› return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
› }, 1 => 'onKernelException'], 0);
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/event-dispatcher/ EventDispatcher.php:279 {
Symfony\Component\EventDispatcher \ EventDispatcher->sortListeners(string $eventName) …
› if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {
› $listener[0] = $listener[0]();
› $listener[1] = $listener[1] ?? '__invoke';
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/event-dispatcher/ EventDispatcher.php:90 {
Symfony\Component\EventDispatcher \ EventDispatcher->getListeners($eventName = null) …
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:334 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->preProcess(string $eventName) …
›
› foreach ($this->dispatcher->getListeners($eventName) as $listener) {
› $priority = $this->getListenerPriority($eventName, $listener);
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:162 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch($event) …
›
› $this->preProcess($eventName);
› try {
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/http-kernel/ HttpKernel.php:229 {
Symfony\Component\HttpKernel \ HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
› $event = new ExceptionEvent($this, $request, $type, $e);
› $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);
›
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/http-kernel/ HttpKernel.php:92 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
›
› return $this->handleThrowable($e, $request, $type);
› } finally {
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/http-kernel/ Kernel.php:201 {
Symfony\Component\HttpKernel \ Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#60 …}
$type : 1
$catch : true
}
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs / public/index.php:38 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#60 …}
}
}
}
}
]
{
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /sonata-project/core-bundle/ src/CoreBundle/Model/Adapter/AdapterChain.php:20 {
spl_autoload_call($class_name) …
› .' Use Sonata\Doctrine\Adapter\AdapterChain instead.',
› E_USER_DEPRECATED
› );
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs / var/cache/dev/ContainerGhr0ToI/getSonata_Core_Model_Adapter_ChainService.php:11 {
require …
›
› $this->services['sonata.core.model.adapter.chain'] = $instance = new \Sonata\CoreBundle\Model\Adapter\AdapterChain();
›
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs / var/cache/dev/ContainerGhr0ToI/srcApp_KernelDevDebugContainer.php:879 {
ContainerGhr0ToI \ srcApp_KernelDevDebugContainer->load($file, $lazyLoad = true) …
› {
› return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
› }
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs / var/cache/dev/ContainerGhr0ToI/srcApp_KernelDevDebugContainer.php:1876 {
ContainerGhr0ToI \ srcApp_KernelDevDebugContainer->getTwigService() …
› $instance->addExtension(new \Sonata\Twig\Extension\DeprecatedTemplateExtension());
› $instance->addExtension(new \Sonata\Twig\Extension\TemplateExtension(true, $b, ($this->services['sonata.core.model.adapter.chain'] ?? $this->load('getSonata_Core_Model_Adapter_ChainService.php'))));
› $instance->addExtension(new \Sonata\BlockBundle\Twig\Extension\BlockExtension(($this->privates['sonata.block.templating.helper'] ?? $this->getSonata_Block_Templating_HelperService())));
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs / var/cache/dev/ContainerGhr0ToI/srcApp_KernelDevDebugContainer.php:1409 {
ContainerGhr0ToI \ srcApp_KernelDevDebugContainer->getProfilerService() …
› $instance->add(new \Symfony\Bundle\SecurityBundle\DataCollector\SecurityDataCollector(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), ($this->privates['security.role_hierarchy'] ?? $this->getSecurity_RoleHierarchyService()), ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()), ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService()), ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService()), ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService())));
› $instance->add(new \Symfony\Bridge\Twig\DataCollector\TwigDataCollector(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), ($this->services['twig'] ?? $this->getTwigService())));
› $instance->add($e);
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs / var/cache/dev/ContainerGhr0ToI/srcApp_KernelDevDebugContainer.php:2333 {
ContainerGhr0ToI \ srcApp_KernelDevDebugContainer->getProfilerListenerService() …
› {
› return $this->privates['profiler_listener'] = new \Symfony\Component\HttpKernel\EventListener\ProfilerListener(($this->services['profiler'] ?? $this->getProfilerService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), NULL, false, false);
› }
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs / var/cache/dev/ContainerGhr0ToI/srcApp_KernelDevDebugContainer.php:1136 {
ContainerGhr0ToI\srcApp_KernelDevDebugContainer->ContainerGhr0ToI \ {closure} …
› $instance->addListener('kernel.exception', [0 => function () {
› return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
› }, 1 => 'onKernelException'], 0);
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/event-dispatcher/ EventDispatcher.php:279 {
Symfony\Component\EventDispatcher \ EventDispatcher->sortListeners(string $eventName) …
› if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {
› $listener[0] = $listener[0]();
› $listener[1] = $listener[1] ?? '__invoke';
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/event-dispatcher/ EventDispatcher.php:90 {
Symfony\Component\EventDispatcher \ EventDispatcher->getListeners($eventName = null) …
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:334 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->preProcess(string $eventName) …
›
› foreach ($this->dispatcher->getListeners($eventName) as $listener) {
› $priority = $this->getListenerPriority($eventName, $listener);
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:162 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch($event) …
›
› $this->preProcess($eventName);
› try {
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/http-kernel/ HttpKernel.php:229 {
Symfony\Component\HttpKernel \ HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
› $event = new ExceptionEvent($this, $request, $type, $e);
› $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);
›
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/http-kernel/ HttpKernel.php:92 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
›
› return $this->handleThrowable($e, $request, $type);
› } finally {
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/http-kernel/ Kernel.php:201 {
Symfony\Component\HttpKernel \ Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#60 …}
$type : 1
$catch : true
}
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs / public/index.php:38 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#60 …}
}
}
}
00:13:34
php
User Deprecated: The "sonata.core.model.adapter.doctrine_orm " service is deprecated in favor of service "sonata.doctrine.adapter.doctrine_orm " since 3.12.0 and will be removed in 4.0.
[
"exception " => ErrorException {#355
#message : "User Deprecated: The "sonata.core.model.adapter.doctrine_orm" service is deprecated in favor of service "sonata.doctrine.adapter.doctrine_orm" since 3.12.0 and will be removed in 4.0. "
#code : 0
#file : "/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs / var/cache/dev/ContainerGhr0ToI/getSonata_Core_Model_Adapter_DoctrineOrmService.php "
#line : 9
#severity : E_USER_DEPRECATED
trace : {
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs / var/cache/dev/ContainerGhr0ToI/getSonata_Core_Model_Adapter_DoctrineOrmService.php:9 {
require …
›
› @trigger_error('The "sonata.core.model.adapter.doctrine_orm" service is deprecated in favor of service "sonata.doctrine.adapter.doctrine_orm" since 3.12.0 and will be removed in 4.0.', E_USER_DEPRECATED);
›
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs / var/cache/dev/ContainerGhr0ToI/srcApp_KernelDevDebugContainer.php:879 {
ContainerGhr0ToI \ srcApp_KernelDevDebugContainer->load($file, $lazyLoad = true) …
› {
› return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
› }
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs / var/cache/dev/ContainerGhr0ToI/getSonata_Core_Model_Adapter_ChainService.php:13 {
require …
›
› $instance->addAdapter($this->load('getSonata_Core_Model_Adapter_DoctrineOrmService.php'));
›
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs / var/cache/dev/ContainerGhr0ToI/srcApp_KernelDevDebugContainer.php:879 {
ContainerGhr0ToI \ srcApp_KernelDevDebugContainer->load($file, $lazyLoad = true) …
› {
› return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
› }
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs / var/cache/dev/ContainerGhr0ToI/srcApp_KernelDevDebugContainer.php:1876 {
ContainerGhr0ToI \ srcApp_KernelDevDebugContainer->getTwigService() …
› $instance->addExtension(new \Sonata\Twig\Extension\DeprecatedTemplateExtension());
› $instance->addExtension(new \Sonata\Twig\Extension\TemplateExtension(true, $b, ($this->services['sonata.core.model.adapter.chain'] ?? $this->load('getSonata_Core_Model_Adapter_ChainService.php'))));
› $instance->addExtension(new \Sonata\BlockBundle\Twig\Extension\BlockExtension(($this->privates['sonata.block.templating.helper'] ?? $this->getSonata_Block_Templating_HelperService())));
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs / var/cache/dev/ContainerGhr0ToI/srcApp_KernelDevDebugContainer.php:1409 {
ContainerGhr0ToI \ srcApp_KernelDevDebugContainer->getProfilerService() …
› $instance->add(new \Symfony\Bundle\SecurityBundle\DataCollector\SecurityDataCollector(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), ($this->privates['security.role_hierarchy'] ?? $this->getSecurity_RoleHierarchyService()), ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()), ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService()), ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService()), ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService())));
› $instance->add(new \Symfony\Bridge\Twig\DataCollector\TwigDataCollector(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), ($this->services['twig'] ?? $this->getTwigService())));
› $instance->add($e);
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs / var/cache/dev/ContainerGhr0ToI/srcApp_KernelDevDebugContainer.php:2333 {
ContainerGhr0ToI \ srcApp_KernelDevDebugContainer->getProfilerListenerService() …
› {
› return $this->privates['profiler_listener'] = new \Symfony\Component\HttpKernel\EventListener\ProfilerListener(($this->services['profiler'] ?? $this->getProfilerService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), NULL, false, false);
› }
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs / var/cache/dev/ContainerGhr0ToI/srcApp_KernelDevDebugContainer.php:1136 {
ContainerGhr0ToI\srcApp_KernelDevDebugContainer->ContainerGhr0ToI \ {closure} …
› $instance->addListener('kernel.exception', [0 => function () {
› return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
› }, 1 => 'onKernelException'], 0);
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/event-dispatcher/ EventDispatcher.php:279 {
Symfony\Component\EventDispatcher \ EventDispatcher->sortListeners(string $eventName) …
› if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {
› $listener[0] = $listener[0]();
› $listener[1] = $listener[1] ?? '__invoke';
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/event-dispatcher/ EventDispatcher.php:90 {
Symfony\Component\EventDispatcher \ EventDispatcher->getListeners($eventName = null) …
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:334 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->preProcess(string $eventName) …
›
› foreach ($this->dispatcher->getListeners($eventName) as $listener) {
› $priority = $this->getListenerPriority($eventName, $listener);
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:162 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch($event) …
›
› $this->preProcess($eventName);
› try {
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/http-kernel/ HttpKernel.php:229 {
Symfony\Component\HttpKernel \ HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
› $event = new ExceptionEvent($this, $request, $type, $e);
› $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);
›
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/http-kernel/ HttpKernel.php:92 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
›
› return $this->handleThrowable($e, $request, $type);
› } finally {
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/http-kernel/ Kernel.php:201 {
Symfony\Component\HttpKernel \ Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#60 …}
$type : 1
$catch : true
}
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs / public/index.php:38 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#60 …}
}
}
}
}
]
{
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs / var/cache/dev/ContainerGhr0ToI/getSonata_Core_Model_Adapter_DoctrineOrmService.php:9 {
require …
›
› @trigger_error('The "sonata.core.model.adapter.doctrine_orm" service is deprecated in favor of service "sonata.doctrine.adapter.doctrine_orm" since 3.12.0 and will be removed in 4.0.', E_USER_DEPRECATED);
›
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs / var/cache/dev/ContainerGhr0ToI/srcApp_KernelDevDebugContainer.php:879 {
ContainerGhr0ToI \ srcApp_KernelDevDebugContainer->load($file, $lazyLoad = true) …
› {
› return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
› }
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs / var/cache/dev/ContainerGhr0ToI/getSonata_Core_Model_Adapter_ChainService.php:13 {
require …
›
› $instance->addAdapter($this->load('getSonata_Core_Model_Adapter_DoctrineOrmService.php'));
›
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs / var/cache/dev/ContainerGhr0ToI/srcApp_KernelDevDebugContainer.php:879 {
ContainerGhr0ToI \ srcApp_KernelDevDebugContainer->load($file, $lazyLoad = true) …
› {
› return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
› }
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs / var/cache/dev/ContainerGhr0ToI/srcApp_KernelDevDebugContainer.php:1876 {
ContainerGhr0ToI \ srcApp_KernelDevDebugContainer->getTwigService() …
› $instance->addExtension(new \Sonata\Twig\Extension\DeprecatedTemplateExtension());
› $instance->addExtension(new \Sonata\Twig\Extension\TemplateExtension(true, $b, ($this->services['sonata.core.model.adapter.chain'] ?? $this->load('getSonata_Core_Model_Adapter_ChainService.php'))));
› $instance->addExtension(new \Sonata\BlockBundle\Twig\Extension\BlockExtension(($this->privates['sonata.block.templating.helper'] ?? $this->getSonata_Block_Templating_HelperService())));
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs / var/cache/dev/ContainerGhr0ToI/srcApp_KernelDevDebugContainer.php:1409 {
ContainerGhr0ToI \ srcApp_KernelDevDebugContainer->getProfilerService() …
› $instance->add(new \Symfony\Bundle\SecurityBundle\DataCollector\SecurityDataCollector(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), ($this->privates['security.role_hierarchy'] ?? $this->getSecurity_RoleHierarchyService()), ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()), ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService()), ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService()), ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService())));
› $instance->add(new \Symfony\Bridge\Twig\DataCollector\TwigDataCollector(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), ($this->services['twig'] ?? $this->getTwigService())));
› $instance->add($e);
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs / var/cache/dev/ContainerGhr0ToI/srcApp_KernelDevDebugContainer.php:2333 {
ContainerGhr0ToI \ srcApp_KernelDevDebugContainer->getProfilerListenerService() …
› {
› return $this->privates['profiler_listener'] = new \Symfony\Component\HttpKernel\EventListener\ProfilerListener(($this->services['profiler'] ?? $this->getProfilerService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), NULL, false, false);
› }
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs / var/cache/dev/ContainerGhr0ToI/srcApp_KernelDevDebugContainer.php:1136 {
ContainerGhr0ToI\srcApp_KernelDevDebugContainer->ContainerGhr0ToI \ {closure} …
› $instance->addListener('kernel.exception', [0 => function () {
› return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
› }, 1 => 'onKernelException'], 0);
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/event-dispatcher/ EventDispatcher.php:279 {
Symfony\Component\EventDispatcher \ EventDispatcher->sortListeners(string $eventName) …
› if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {
› $listener[0] = $listener[0]();
› $listener[1] = $listener[1] ?? '__invoke';
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/event-dispatcher/ EventDispatcher.php:90 {
Symfony\Component\EventDispatcher \ EventDispatcher->getListeners($eventName = null) …
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:334 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->preProcess(string $eventName) …
›
› foreach ($this->dispatcher->getListeners($eventName) as $listener) {
› $priority = $this->getListenerPriority($eventName, $listener);
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:162 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch($event) …
›
› $this->preProcess($eventName);
› try {
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/http-kernel/ HttpKernel.php:229 {
Symfony\Component\HttpKernel \ HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
› $event = new ExceptionEvent($this, $request, $type, $e);
› $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);
›
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/http-kernel/ HttpKernel.php:92 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
›
› return $this->handleThrowable($e, $request, $type);
› } finally {
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/http-kernel/ Kernel.php:201 {
Symfony\Component\HttpKernel \ Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#60 …}
$type : 1
$catch : true
}
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs / public/index.php:38 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#60 …}
}
}
}
00:13:34
php
User Deprecated: The Sonata\CoreBundle\Model\Adapter\DoctrineORMAdapter class is deprecated since version 3.12.0 and will be removed in 4.0. Use Sonata\Doctrine\Adapter\ORM\DoctrineORMAdapter instead.
[
"exception " => ErrorException {#354
#message : "User Deprecated: The Sonata\CoreBundle\Model\Adapter\DoctrineORMAdapter class is deprecated since version 3.12.0 and will be removed in 4.0. Use Sonata\Doctrine\Adapter\ORM\DoctrineORMAdapter instead. "
#code : 0
#file : "/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /sonata-project/core-bundle/ src/CoreBundle/Model/Adapter/DoctrineORMAdapter.php "
#line : 20
#severity : E_USER_DEPRECATED
trace : {
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /sonata-project/core-bundle/ src/CoreBundle/Model/Adapter/DoctrineORMAdapter.php:20 {
spl_autoload_call($class_name) …
› .' Use Sonata\Doctrine\Adapter\ORM\DoctrineORMAdapter instead.',
› E_USER_DEPRECATED
› );
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs / var/cache/dev/ContainerGhr0ToI/getSonata_Core_Model_Adapter_DoctrineOrmService.php:11 {
require …
›
› return new \Sonata\CoreBundle\Model\Adapter\DoctrineORMAdapter(($this->services['doctrine'] ?? $this->getDoctrineService()));
›
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs / var/cache/dev/ContainerGhr0ToI/srcApp_KernelDevDebugContainer.php:879 {
ContainerGhr0ToI \ srcApp_KernelDevDebugContainer->load($file, $lazyLoad = true) …
› {
› return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
› }
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs / var/cache/dev/ContainerGhr0ToI/getSonata_Core_Model_Adapter_ChainService.php:13 {
require …
›
› $instance->addAdapter($this->load('getSonata_Core_Model_Adapter_DoctrineOrmService.php'));
›
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs / var/cache/dev/ContainerGhr0ToI/srcApp_KernelDevDebugContainer.php:879 {
ContainerGhr0ToI \ srcApp_KernelDevDebugContainer->load($file, $lazyLoad = true) …
› {
› return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
› }
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs / var/cache/dev/ContainerGhr0ToI/srcApp_KernelDevDebugContainer.php:1876 {
ContainerGhr0ToI \ srcApp_KernelDevDebugContainer->getTwigService() …
› $instance->addExtension(new \Sonata\Twig\Extension\DeprecatedTemplateExtension());
› $instance->addExtension(new \Sonata\Twig\Extension\TemplateExtension(true, $b, ($this->services['sonata.core.model.adapter.chain'] ?? $this->load('getSonata_Core_Model_Adapter_ChainService.php'))));
› $instance->addExtension(new \Sonata\BlockBundle\Twig\Extension\BlockExtension(($this->privates['sonata.block.templating.helper'] ?? $this->getSonata_Block_Templating_HelperService())));
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs / var/cache/dev/ContainerGhr0ToI/srcApp_KernelDevDebugContainer.php:1409 {
ContainerGhr0ToI \ srcApp_KernelDevDebugContainer->getProfilerService() …
› $instance->add(new \Symfony\Bundle\SecurityBundle\DataCollector\SecurityDataCollector(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), ($this->privates['security.role_hierarchy'] ?? $this->getSecurity_RoleHierarchyService()), ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()), ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService()), ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService()), ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService())));
› $instance->add(new \Symfony\Bridge\Twig\DataCollector\TwigDataCollector(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), ($this->services['twig'] ?? $this->getTwigService())));
› $instance->add($e);
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs / var/cache/dev/ContainerGhr0ToI/srcApp_KernelDevDebugContainer.php:2333 {
ContainerGhr0ToI \ srcApp_KernelDevDebugContainer->getProfilerListenerService() …
› {
› return $this->privates['profiler_listener'] = new \Symfony\Component\HttpKernel\EventListener\ProfilerListener(($this->services['profiler'] ?? $this->getProfilerService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), NULL, false, false);
› }
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs / var/cache/dev/ContainerGhr0ToI/srcApp_KernelDevDebugContainer.php:1136 {
ContainerGhr0ToI\srcApp_KernelDevDebugContainer->ContainerGhr0ToI \ {closure} …
› $instance->addListener('kernel.exception', [0 => function () {
› return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
› }, 1 => 'onKernelException'], 0);
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/event-dispatcher/ EventDispatcher.php:279 {
Symfony\Component\EventDispatcher \ EventDispatcher->sortListeners(string $eventName) …
› if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {
› $listener[0] = $listener[0]();
› $listener[1] = $listener[1] ?? '__invoke';
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/event-dispatcher/ EventDispatcher.php:90 {
Symfony\Component\EventDispatcher \ EventDispatcher->getListeners($eventName = null) …
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:334 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->preProcess(string $eventName) …
›
› foreach ($this->dispatcher->getListeners($eventName) as $listener) {
› $priority = $this->getListenerPriority($eventName, $listener);
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:162 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch($event) …
›
› $this->preProcess($eventName);
› try {
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/http-kernel/ HttpKernel.php:229 {
Symfony\Component\HttpKernel \ HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
› $event = new ExceptionEvent($this, $request, $type, $e);
› $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);
›
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/http-kernel/ HttpKernel.php:92 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
›
› return $this->handleThrowable($e, $request, $type);
› } finally {
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/http-kernel/ Kernel.php:201 {
Symfony\Component\HttpKernel \ Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#60 …}
$type : 1
$catch : true
}
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs / public/index.php:38 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#60 …}
}
}
}
}
]
{
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /sonata-project/core-bundle/ src/CoreBundle/Model/Adapter/DoctrineORMAdapter.php:20 {
spl_autoload_call($class_name) …
› .' Use Sonata\Doctrine\Adapter\ORM\DoctrineORMAdapter instead.',
› E_USER_DEPRECATED
› );
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs / var/cache/dev/ContainerGhr0ToI/getSonata_Core_Model_Adapter_DoctrineOrmService.php:11 {
require …
›
› return new \Sonata\CoreBundle\Model\Adapter\DoctrineORMAdapter(($this->services['doctrine'] ?? $this->getDoctrineService()));
›
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs / var/cache/dev/ContainerGhr0ToI/srcApp_KernelDevDebugContainer.php:879 {
ContainerGhr0ToI \ srcApp_KernelDevDebugContainer->load($file, $lazyLoad = true) …
› {
› return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
› }
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs / var/cache/dev/ContainerGhr0ToI/getSonata_Core_Model_Adapter_ChainService.php:13 {
require …
›
› $instance->addAdapter($this->load('getSonata_Core_Model_Adapter_DoctrineOrmService.php'));
›
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs / var/cache/dev/ContainerGhr0ToI/srcApp_KernelDevDebugContainer.php:879 {
ContainerGhr0ToI \ srcApp_KernelDevDebugContainer->load($file, $lazyLoad = true) …
› {
› return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
› }
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs / var/cache/dev/ContainerGhr0ToI/srcApp_KernelDevDebugContainer.php:1876 {
ContainerGhr0ToI \ srcApp_KernelDevDebugContainer->getTwigService() …
› $instance->addExtension(new \Sonata\Twig\Extension\DeprecatedTemplateExtension());
› $instance->addExtension(new \Sonata\Twig\Extension\TemplateExtension(true, $b, ($this->services['sonata.core.model.adapter.chain'] ?? $this->load('getSonata_Core_Model_Adapter_ChainService.php'))));
› $instance->addExtension(new \Sonata\BlockBundle\Twig\Extension\BlockExtension(($this->privates['sonata.block.templating.helper'] ?? $this->getSonata_Block_Templating_HelperService())));
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs / var/cache/dev/ContainerGhr0ToI/srcApp_KernelDevDebugContainer.php:1409 {
ContainerGhr0ToI \ srcApp_KernelDevDebugContainer->getProfilerService() …
› $instance->add(new \Symfony\Bundle\SecurityBundle\DataCollector\SecurityDataCollector(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), ($this->privates['security.role_hierarchy'] ?? $this->getSecurity_RoleHierarchyService()), ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()), ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService()), ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService()), ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService())));
› $instance->add(new \Symfony\Bridge\Twig\DataCollector\TwigDataCollector(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), ($this->services['twig'] ?? $this->getTwigService())));
› $instance->add($e);
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs / var/cache/dev/ContainerGhr0ToI/srcApp_KernelDevDebugContainer.php:2333 {
ContainerGhr0ToI \ srcApp_KernelDevDebugContainer->getProfilerListenerService() …
› {
› return $this->privates['profiler_listener'] = new \Symfony\Component\HttpKernel\EventListener\ProfilerListener(($this->services['profiler'] ?? $this->getProfilerService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), NULL, false, false);
› }
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs / var/cache/dev/ContainerGhr0ToI/srcApp_KernelDevDebugContainer.php:1136 {
ContainerGhr0ToI\srcApp_KernelDevDebugContainer->ContainerGhr0ToI \ {closure} …
› $instance->addListener('kernel.exception', [0 => function () {
› return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
› }, 1 => 'onKernelException'], 0);
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/event-dispatcher/ EventDispatcher.php:279 {
Symfony\Component\EventDispatcher \ EventDispatcher->sortListeners(string $eventName) …
› if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {
› $listener[0] = $listener[0]();
› $listener[1] = $listener[1] ?? '__invoke';
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/event-dispatcher/ EventDispatcher.php:90 {
Symfony\Component\EventDispatcher \ EventDispatcher->getListeners($eventName = null) …
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:334 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->preProcess(string $eventName) …
›
› foreach ($this->dispatcher->getListeners($eventName) as $listener) {
› $priority = $this->getListenerPriority($eventName, $listener);
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:162 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch($event) …
›
› $this->preProcess($eventName);
› try {
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/http-kernel/ HttpKernel.php:229 {
Symfony\Component\HttpKernel \ HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
› $event = new ExceptionEvent($this, $request, $type, $e);
› $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);
›
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/http-kernel/ HttpKernel.php:92 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
›
› return $this->handleThrowable($e, $request, $type);
› } finally {
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/http-kernel/ Kernel.php:201 {
Symfony\Component\HttpKernel \ Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#60 …}
$type : 1
$catch : true
}
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs / public/index.php:38 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#60 …}
}
}
}
00:13:34
php
User Deprecated: The "twig.exception_listener " service is deprecated since Symfony 4.4.
[
"exception " => ErrorException {#766
#message : "User Deprecated: The "twig.exception_listener" service is deprecated since Symfony 4.4. "
#code : 0
#file : "/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs / var/cache/dev/ContainerGhr0ToI/getTwig_ExceptionListenerService.php "
#line : 9
#severity : E_USER_DEPRECATED
trace : {
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs / var/cache/dev/ContainerGhr0ToI/getTwig_ExceptionListenerService.php:9 {
require …
›
› @trigger_error('The "twig.exception_listener" service is deprecated since Symfony 4.4.', E_USER_DEPRECATED);
›
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs / var/cache/dev/ContainerGhr0ToI/srcApp_KernelDevDebugContainer.php:879 {
ContainerGhr0ToI \ srcApp_KernelDevDebugContainer->load($file, $lazyLoad = true) …
› {
› return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
› }
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs / var/cache/dev/ContainerGhr0ToI/srcApp_KernelDevDebugContainer.php:1166 {
ContainerGhr0ToI\srcApp_KernelDevDebugContainer->ContainerGhr0ToI \ {closure} …
› $instance->addListener('kernel.exception', [0 => function () {
› return ($this->privates['twig.exception_listener'] ?? $this->load('getTwig_ExceptionListenerService.php'));
› }, 1 => 'logKernelException'], 0);
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/event-dispatcher/ EventDispatcher.php:279 {
Symfony\Component\EventDispatcher \ EventDispatcher->sortListeners(string $eventName) …
› if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {
› $listener[0] = $listener[0]();
› $listener[1] = $listener[1] ?? '__invoke';
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/event-dispatcher/ EventDispatcher.php:90 {
Symfony\Component\EventDispatcher \ EventDispatcher->getListeners($eventName = null) …
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:334 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->preProcess(string $eventName) …
›
› foreach ($this->dispatcher->getListeners($eventName) as $listener) {
› $priority = $this->getListenerPriority($eventName, $listener);
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:162 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch($event) …
›
› $this->preProcess($eventName);
› try {
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/http-kernel/ HttpKernel.php:229 {
Symfony\Component\HttpKernel \ HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
› $event = new ExceptionEvent($this, $request, $type, $e);
› $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);
›
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/http-kernel/ HttpKernel.php:92 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
›
› return $this->handleThrowable($e, $request, $type);
› } finally {
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/http-kernel/ Kernel.php:201 {
Symfony\Component\HttpKernel \ Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#60 …}
$type : 1
$catch : true
}
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs / public/index.php:38 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#60 …}
}
}
}
}
]
{
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs / var/cache/dev/ContainerGhr0ToI/getTwig_ExceptionListenerService.php:9 {
require …
›
› @trigger_error('The "twig.exception_listener" service is deprecated since Symfony 4.4.', E_USER_DEPRECATED);
›
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs / var/cache/dev/ContainerGhr0ToI/srcApp_KernelDevDebugContainer.php:879 {
ContainerGhr0ToI \ srcApp_KernelDevDebugContainer->load($file, $lazyLoad = true) …
› {
› return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
› }
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs / var/cache/dev/ContainerGhr0ToI/srcApp_KernelDevDebugContainer.php:1166 {
ContainerGhr0ToI\srcApp_KernelDevDebugContainer->ContainerGhr0ToI \ {closure} …
› $instance->addListener('kernel.exception', [0 => function () {
› return ($this->privates['twig.exception_listener'] ?? $this->load('getTwig_ExceptionListenerService.php'));
› }, 1 => 'logKernelException'], 0);
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/event-dispatcher/ EventDispatcher.php:279 {
Symfony\Component\EventDispatcher \ EventDispatcher->sortListeners(string $eventName) …
› if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {
› $listener[0] = $listener[0]();
› $listener[1] = $listener[1] ?? '__invoke';
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/event-dispatcher/ EventDispatcher.php:90 {
Symfony\Component\EventDispatcher \ EventDispatcher->getListeners($eventName = null) …
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:334 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->preProcess(string $eventName) …
›
› foreach ($this->dispatcher->getListeners($eventName) as $listener) {
› $priority = $this->getListenerPriority($eventName, $listener);
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:162 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch($event) …
›
› $this->preProcess($eventName);
› try {
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/http-kernel/ HttpKernel.php:229 {
Symfony\Component\HttpKernel \ HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
› $event = new ExceptionEvent($this, $request, $type, $e);
› $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);
›
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/http-kernel/ HttpKernel.php:92 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
›
› return $this->handleThrowable($e, $request, $type);
› } finally {
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/http-kernel/ Kernel.php:201 {
Symfony\Component\HttpKernel \ Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#60 …}
$type : 1
$catch : true
}
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs / public/index.php:38 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#60 …}
}
}
}
00:13:34
php
User Deprecated: The "Symfony\Component\HttpKernel\EventListener\ExceptionListener " class is deprecated since Symfony 4.4, use "ErrorListener " instead.
[
"exception " => ErrorException {#96
#message : "User Deprecated: The "Symfony\Component\HttpKernel\EventListener\ExceptionListener" class is deprecated since Symfony 4.4, use "ErrorListener" instead. "
#code : 0
#file : "/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/http-kernel/ EventListener/ExceptionListener.php "
#line : 25
#severity : E_USER_DEPRECATED
trace : {
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/http-kernel/ EventListener/ExceptionListener.php:25 {
spl_autoload_call($class_name) …
›
› @trigger_error(sprintf('The "%s" class is deprecated since Symfony 4.4, use "ErrorListener" instead.', ExceptionListener::class), \E_USER_DEPRECATED);
›
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs / var/cache/dev/ContainerGhr0ToI/getTwig_ExceptionListenerService.php:11 {
require …
›
› return $this->privates['twig.exception_listener'] = new \Symfony\Component\HttpKernel\EventListener\ExceptionListener('twig.controller.exception::showAction', ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), true);
›
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs / var/cache/dev/ContainerGhr0ToI/srcApp_KernelDevDebugContainer.php:879 {
ContainerGhr0ToI \ srcApp_KernelDevDebugContainer->load($file, $lazyLoad = true) …
› {
› return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
› }
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs / var/cache/dev/ContainerGhr0ToI/srcApp_KernelDevDebugContainer.php:1166 {
ContainerGhr0ToI\srcApp_KernelDevDebugContainer->ContainerGhr0ToI \ {closure} …
› $instance->addListener('kernel.exception', [0 => function () {
› return ($this->privates['twig.exception_listener'] ?? $this->load('getTwig_ExceptionListenerService.php'));
› }, 1 => 'logKernelException'], 0);
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/event-dispatcher/ EventDispatcher.php:279 {
Symfony\Component\EventDispatcher \ EventDispatcher->sortListeners(string $eventName) …
› if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {
› $listener[0] = $listener[0]();
› $listener[1] = $listener[1] ?? '__invoke';
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/event-dispatcher/ EventDispatcher.php:90 {
Symfony\Component\EventDispatcher \ EventDispatcher->getListeners($eventName = null) …
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:334 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->preProcess(string $eventName) …
›
› foreach ($this->dispatcher->getListeners($eventName) as $listener) {
› $priority = $this->getListenerPriority($eventName, $listener);
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:162 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch($event) …
›
› $this->preProcess($eventName);
› try {
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/http-kernel/ HttpKernel.php:229 {
Symfony\Component\HttpKernel \ HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
› $event = new ExceptionEvent($this, $request, $type, $e);
› $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);
›
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/http-kernel/ HttpKernel.php:92 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
›
› return $this->handleThrowable($e, $request, $type);
› } finally {
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/http-kernel/ Kernel.php:201 {
Symfony\Component\HttpKernel \ Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#60 …}
$type : 1
$catch : true
}
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs / public/index.php:38 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#60 …}
}
}
}
}
]
{
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/http-kernel/ EventListener/ExceptionListener.php:25 {
spl_autoload_call($class_name) …
›
› @trigger_error(sprintf('The "%s" class is deprecated since Symfony 4.4, use "ErrorListener" instead.', ExceptionListener::class), \E_USER_DEPRECATED);
›
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs / var/cache/dev/ContainerGhr0ToI/getTwig_ExceptionListenerService.php:11 {
require …
›
› return $this->privates['twig.exception_listener'] = new \Symfony\Component\HttpKernel\EventListener\ExceptionListener('twig.controller.exception::showAction', ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), true);
›
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs / var/cache/dev/ContainerGhr0ToI/srcApp_KernelDevDebugContainer.php:879 {
ContainerGhr0ToI \ srcApp_KernelDevDebugContainer->load($file, $lazyLoad = true) …
› {
› return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
› }
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs / var/cache/dev/ContainerGhr0ToI/srcApp_KernelDevDebugContainer.php:1166 {
ContainerGhr0ToI\srcApp_KernelDevDebugContainer->ContainerGhr0ToI \ {closure} …
› $instance->addListener('kernel.exception', [0 => function () {
› return ($this->privates['twig.exception_listener'] ?? $this->load('getTwig_ExceptionListenerService.php'));
› }, 1 => 'logKernelException'], 0);
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/event-dispatcher/ EventDispatcher.php:279 {
Symfony\Component\EventDispatcher \ EventDispatcher->sortListeners(string $eventName) …
› if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {
› $listener[0] = $listener[0]();
› $listener[1] = $listener[1] ?? '__invoke';
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/event-dispatcher/ EventDispatcher.php:90 {
Symfony\Component\EventDispatcher \ EventDispatcher->getListeners($eventName = null) …
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:334 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->preProcess(string $eventName) …
›
› foreach ($this->dispatcher->getListeners($eventName) as $listener) {
› $priority = $this->getListenerPriority($eventName, $listener);
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:162 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch($event) …
›
› $this->preProcess($eventName);
› try {
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/http-kernel/ HttpKernel.php:229 {
Symfony\Component\HttpKernel \ HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
› $event = new ExceptionEvent($this, $request, $type, $e);
› $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);
›
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/http-kernel/ HttpKernel.php:92 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
›
› return $this->handleThrowable($e, $request, $type);
› } finally {
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/http-kernel/ Kernel.php:201 {
Symfony\Component\HttpKernel \ Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#60 …}
$type : 1
$catch : true
}
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs / public/index.php:38 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#60 …}
}
}
}
00:13:34
php (3 times)
User Deprecated: The "Symfony\Component\HttpKernel\Event\GetResponseForExceptionEvent::getException() " method is deprecated since Symfony 4.4, use "getThrowable() " instead.
[
"exception " => ErrorException {#119
#message : "User Deprecated: The "Symfony\Component\HttpKernel\Event\GetResponseForExceptionEvent::getException()" method is deprecated since Symfony 4.4, use "getThrowable()" instead. "
#code : 0
#file : "/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/http-kernel/ Event/GetResponseForExceptionEvent.php "
#line : 57
#severity : E_USER_DEPRECATED
trace : {
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/http-kernel/ Event/GetResponseForExceptionEvent.php:57 {
Symfony\Component\HttpKernel\Event \ GetResponseForExceptionEvent->getException() …
› {
› @trigger_error(sprintf('The "%s()" method is deprecated since Symfony 4.4, use "getThrowable()" instead.', __METHOD__), \E_USER_DEPRECATED);
›
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/http-kernel/ EventListener/ExceptionListener.php:45 {
Symfony\Component\HttpKernel\EventListener \ ExceptionListener->logKernelException(GetResponseForExceptionEvent $event) …
› {
› $e = FlattenException::createFromThrowable($event->getException());
›
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/event-dispatcher/ Debug/WrappedListener.php:126 {
Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher) …
›
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
›
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#705 …}
... : {
"kernel.request "
Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#788 …}
}
}
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/event-dispatcher/ EventDispatcher.php:264 {
Symfony\Component\EventDispatcher \ EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#705 …}
$eventName : "kernel.request "
$dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#788 …}
}
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/event-dispatcher/ EventDispatcher.php:239 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, $event) …
› if ($event instanceof Event) {
› $this->doDispatch($listeners, $eventName, $event);
›
arguments : {
$listeners : [ …11]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#705 …}
}
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/event-dispatcher/ EventDispatcher.php:73 {
Symfony\Component\EventDispatcher \ EventDispatcher->dispatch($event) …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments : {
$listeners : [ …11]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#705 …}
}
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:168 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch($event) …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#705 …}
... : {
"kernel.request "
}
}
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/http-kernel/ HttpKernel.php:229 {
Symfony\Component\HttpKernel \ HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
› $event = new ExceptionEvent($this, $request, $type, $e);
› $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);
›
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/http-kernel/ HttpKernel.php:92 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
›
› return $this->handleThrowable($e, $request, $type);
› } finally {
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/http-kernel/ Kernel.php:201 {
Symfony\Component\HttpKernel \ Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#60 …}
$type : 1
$catch : true
}
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs / public/index.php:38 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#60 …}
}
}
}
}
]
{
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/http-kernel/ Event/GetResponseForExceptionEvent.php:57 {
Symfony\Component\HttpKernel\Event \ GetResponseForExceptionEvent->getException() …
› {
› @trigger_error(sprintf('The "%s()" method is deprecated since Symfony 4.4, use "getThrowable()" instead.', __METHOD__), \E_USER_DEPRECATED);
›
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/http-kernel/ EventListener/ExceptionListener.php:45 {
Symfony\Component\HttpKernel\EventListener \ ExceptionListener->logKernelException(GetResponseForExceptionEvent $event) …
› {
› $e = FlattenException::createFromThrowable($event->getException());
›
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/event-dispatcher/ Debug/WrappedListener.php:126 {
Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher) …
›
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
›
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#705 …}
... : {
"kernel.request "
Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#788 …}
}
}
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/event-dispatcher/ EventDispatcher.php:264 {
Symfony\Component\EventDispatcher \ EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#705 …}
$eventName : "kernel.request "
$dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#788 …}
}
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/event-dispatcher/ EventDispatcher.php:239 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, $event) …
› if ($event instanceof Event) {
› $this->doDispatch($listeners, $eventName, $event);
›
arguments : {
$listeners : [ …11]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#705 …}
}
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/event-dispatcher/ EventDispatcher.php:73 {
Symfony\Component\EventDispatcher \ EventDispatcher->dispatch($event) …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments : {
$listeners : [ …11]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#705 …}
}
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:168 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch($event) …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#705 …}
... : {
"kernel.request "
}
}
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/http-kernel/ HttpKernel.php:229 {
Symfony\Component\HttpKernel \ HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
› $event = new ExceptionEvent($this, $request, $type, $e);
› $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);
›
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/http-kernel/ HttpKernel.php:92 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
›
› return $this->handleThrowable($e, $request, $type);
› } finally {
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/http-kernel/ Kernel.php:201 {
Symfony\Component\HttpKernel \ Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#60 …}
$type : 1
$catch : true
}
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs / public/index.php:38 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#60 …}
}
}
}
00:13:34
php
User Deprecated: The "twig.controller.exception " service is deprecated since Symfony 4.4.
[
"exception " => ErrorException {#185
#message : "User Deprecated: The "twig.controller.exception" service is deprecated since Symfony 4.4. "
#code : 0
#file : "/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs / var/cache/dev/ContainerGhr0ToI/getTwig_Controller_ExceptionService.php "
#line : 9
#severity : E_USER_DEPRECATED
trace : {
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs / var/cache/dev/ContainerGhr0ToI/getTwig_Controller_ExceptionService.php:9 {
require …
›
› @trigger_error('The "twig.controller.exception" service is deprecated since Symfony 4.4.', E_USER_DEPRECATED);
›
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs / var/cache/dev/ContainerGhr0ToI/srcApp_KernelDevDebugContainer.php:879 {
ContainerGhr0ToI \ srcApp_KernelDevDebugContainer->load($file, $lazyLoad = true) …
› {
› return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
› }
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/dependency-injection/ Container.php:255 {
Symfony\Component\DependencyInjection \ Container->make(string $id, int $invalidBehavior) …
› if (isset($this->fileMap[$id])) {
› return /* self::IGNORE_ON_UNINITIALIZED_REFERENCE */ 4 === $invalidBehavior ? null : $this->load($this->fileMap[$id]);
› } elseif (isset($this->methodMap[$id])) {
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/dependency-injection/ Container.php:231 {
Symfony\Component\DependencyInjection \ Container->get($id, $invalidBehavior = 1) …
› ?? $this->services[$id = $this->aliases[$id] ?? $id]
› ?? ('service_container' === $id ? $this : ($this->factories[$id] ?? [$this, 'make'])($id, $invalidBehavior));
›
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/http-kernel/ Controller/ContainerControllerResolver.php:53 {
Symfony\Component\HttpKernel\Controller \ ContainerControllerResolver->instantiateController($class) …
› if ($this->container->has($class)) {
› return $this->container->get($class);
› }
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/framework-bundle/ Controller/ControllerResolver.php:70 {
Symfony\Bundle\FrameworkBundle\Controller \ ControllerResolver->instantiateController($class) …
› {
› $controller = parent::instantiateController($class);
›
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/http-kernel/ Controller/ControllerResolver.php:122 {
Symfony\Component\HttpKernel\Controller \ ControllerResolver->createController($controller) …
› try {
› $controller = [$this->instantiateController($class), $method];
› } catch (\Error|\LogicException $e) {
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/http-kernel/ Controller/ContainerControllerResolver.php:42 {
Symfony\Component\HttpKernel\Controller \ ContainerControllerResolver->createController($controller) …
›
› return parent::createController($controller);
› }
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/framework-bundle/ Controller/ControllerResolver.php:62 {
Symfony\Bundle\FrameworkBundle\Controller \ ControllerResolver->createController($controller) …
›
› return parent::createController($controller);
› }
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/http-kernel/ Controller/ControllerResolver.php:86 {
Symfony\Component\HttpKernel\Controller \ ControllerResolver->getController(Request $request) …
› try {
› $callable = $this->createController($controller);
› } catch (\InvalidArgumentException $e) {
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/http-kernel/ Controller/TraceableControllerResolver.php:38 {
Symfony\Component\HttpKernel\Controller \ TraceableControllerResolver->getController(Request $request) …
›
› $ret = $this->resolver->getController($request);
›
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/http-kernel/ HttpKernel.php:152 {
Symfony\Component\HttpKernel \ HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
› // load controller
› if (false === $controller = $this->resolver->getController($request)) {
› throw new NotFoundHttpException(sprintf('Unable to find the controller for path "%s". The route is wrongly configured.', $request->getPathInfo()));
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/http-kernel/ HttpKernel.php:81 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#60 …}
$type : 1
}
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/http-kernel/ EventListener/ExceptionListener.php:61 {
Symfony\Component\HttpKernel\EventListener \ ExceptionListener->onKernelException(GetResponseForExceptionEvent $event) …
› try {
› $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);
› } catch (\Exception $e) {
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/event-dispatcher/ Debug/WrappedListener.php:126 {
Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher) …
›
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
›
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#705 …}
... : {
"kernel.request "
Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#788 …}
}
}
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/event-dispatcher/ EventDispatcher.php:264 {
Symfony\Component\EventDispatcher \ EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#705 …}
$eventName : "kernel.request "
$dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#788 …}
}
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/event-dispatcher/ EventDispatcher.php:239 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, $event) …
› if ($event instanceof Event) {
› $this->doDispatch($listeners, $eventName, $event);
›
arguments : {
$listeners : [ …11]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#705 …}
}
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/event-dispatcher/ EventDispatcher.php:73 {
Symfony\Component\EventDispatcher \ EventDispatcher->dispatch($event) …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments : {
$listeners : [ …11]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#705 …}
}
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:168 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch($event) …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#705 …}
... : {
"kernel.request "
}
}
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/http-kernel/ HttpKernel.php:229 {
Symfony\Component\HttpKernel \ HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
› $event = new ExceptionEvent($this, $request, $type, $e);
› $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);
›
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/http-kernel/ HttpKernel.php:92 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
›
› return $this->handleThrowable($e, $request, $type);
› } finally {
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/http-kernel/ Kernel.php:201 {
Symfony\Component\HttpKernel \ Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#60 …}
$type : 1
$catch : true
}
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs / public/index.php:38 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#60 …}
}
}
}
}
]
{
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs / var/cache/dev/ContainerGhr0ToI/getTwig_Controller_ExceptionService.php:9 {
require …
›
› @trigger_error('The "twig.controller.exception" service is deprecated since Symfony 4.4.', E_USER_DEPRECATED);
›
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs / var/cache/dev/ContainerGhr0ToI/srcApp_KernelDevDebugContainer.php:879 {
ContainerGhr0ToI \ srcApp_KernelDevDebugContainer->load($file, $lazyLoad = true) …
› {
› return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
› }
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/dependency-injection/ Container.php:255 {
Symfony\Component\DependencyInjection \ Container->make(string $id, int $invalidBehavior) …
› if (isset($this->fileMap[$id])) {
› return /* self::IGNORE_ON_UNINITIALIZED_REFERENCE */ 4 === $invalidBehavior ? null : $this->load($this->fileMap[$id]);
› } elseif (isset($this->methodMap[$id])) {
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/dependency-injection/ Container.php:231 {
Symfony\Component\DependencyInjection \ Container->get($id, $invalidBehavior = 1) …
› ?? $this->services[$id = $this->aliases[$id] ?? $id]
› ?? ('service_container' === $id ? $this : ($this->factories[$id] ?? [$this, 'make'])($id, $invalidBehavior));
›
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/http-kernel/ Controller/ContainerControllerResolver.php:53 {
Symfony\Component\HttpKernel\Controller \ ContainerControllerResolver->instantiateController($class) …
› if ($this->container->has($class)) {
› return $this->container->get($class);
› }
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/framework-bundle/ Controller/ControllerResolver.php:70 {
Symfony\Bundle\FrameworkBundle\Controller \ ControllerResolver->instantiateController($class) …
› {
› $controller = parent::instantiateController($class);
›
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/http-kernel/ Controller/ControllerResolver.php:122 {
Symfony\Component\HttpKernel\Controller \ ControllerResolver->createController($controller) …
› try {
› $controller = [$this->instantiateController($class), $method];
› } catch (\Error|\LogicException $e) {
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/http-kernel/ Controller/ContainerControllerResolver.php:42 {
Symfony\Component\HttpKernel\Controller \ ContainerControllerResolver->createController($controller) …
›
› return parent::createController($controller);
› }
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/framework-bundle/ Controller/ControllerResolver.php:62 {
Symfony\Bundle\FrameworkBundle\Controller \ ControllerResolver->createController($controller) …
›
› return parent::createController($controller);
› }
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/http-kernel/ Controller/ControllerResolver.php:86 {
Symfony\Component\HttpKernel\Controller \ ControllerResolver->getController(Request $request) …
› try {
› $callable = $this->createController($controller);
› } catch (\InvalidArgumentException $e) {
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/http-kernel/ Controller/TraceableControllerResolver.php:38 {
Symfony\Component\HttpKernel\Controller \ TraceableControllerResolver->getController(Request $request) …
›
› $ret = $this->resolver->getController($request);
›
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/http-kernel/ HttpKernel.php:152 {
Symfony\Component\HttpKernel \ HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
› // load controller
› if (false === $controller = $this->resolver->getController($request)) {
› throw new NotFoundHttpException(sprintf('Unable to find the controller for path "%s". The route is wrongly configured.', $request->getPathInfo()));
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/http-kernel/ HttpKernel.php:81 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#60 …}
$type : 1
}
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/http-kernel/ EventListener/ExceptionListener.php:61 {
Symfony\Component\HttpKernel\EventListener \ ExceptionListener->onKernelException(GetResponseForExceptionEvent $event) …
› try {
› $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);
› } catch (\Exception $e) {
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/event-dispatcher/ Debug/WrappedListener.php:126 {
Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher) …
›
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
›
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#705 …}
... : {
"kernel.request "
Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#788 …}
}
}
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/event-dispatcher/ EventDispatcher.php:264 {
Symfony\Component\EventDispatcher \ EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#705 …}
$eventName : "kernel.request "
$dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#788 …}
}
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/event-dispatcher/ EventDispatcher.php:239 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, $event) …
› if ($event instanceof Event) {
› $this->doDispatch($listeners, $eventName, $event);
›
arguments : {
$listeners : [ …11]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#705 …}
}
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/event-dispatcher/ EventDispatcher.php:73 {
Symfony\Component\EventDispatcher \ EventDispatcher->dispatch($event) …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments : {
$listeners : [ …11]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#705 …}
}
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:168 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch($event) …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#705 …}
... : {
"kernel.request "
}
}
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/http-kernel/ HttpKernel.php:229 {
Symfony\Component\HttpKernel \ HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
› $event = new ExceptionEvent($this, $request, $type, $e);
› $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);
›
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/http-kernel/ HttpKernel.php:92 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
›
› return $this->handleThrowable($e, $request, $type);
› } finally {
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/http-kernel/ Kernel.php:201 {
Symfony\Component\HttpKernel \ Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#60 …}
$type : 1
$catch : true
}
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs / public/index.php:38 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#60 …}
}
}
}
00:13:34
php
User Deprecated: The "Symfony\Bundle\TwigBundle\Controller\ExceptionController " class is deprecated since Symfony 4.4, use "Symfony\Component\HttpKernel\Controller\ErrorController " instead.
[
"exception " => ErrorException {#186
#message : "User Deprecated: The "Symfony\Bundle\TwigBundle\Controller\ExceptionController" class is deprecated since Symfony 4.4, use "Symfony\Component\HttpKernel\Controller\ErrorController" instead. "
#code : 0
#file : "/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/twig-bundle/ Controller/ExceptionController.php "
#line : 23
#severity : E_USER_DEPRECATED
trace : {
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/twig-bundle/ Controller/ExceptionController.php:23 {
spl_autoload_call($class_name) …
›
› @trigger_error(sprintf('The "%s" class is deprecated since Symfony 4.4, use "%s" instead.', ExceptionController::class, \Symfony\Component\HttpKernel\Controller\ErrorController::class), \E_USER_DEPRECATED);
›
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs / var/cache/dev/ContainerGhr0ToI/getTwig_Controller_ExceptionService.php:11 {
require …
›
› return $this->services['twig.controller.exception'] = new \Symfony\Bundle\TwigBundle\Controller\ExceptionController(($this->services['twig'] ?? $this->getTwigService()), true);
›
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs / var/cache/dev/ContainerGhr0ToI/srcApp_KernelDevDebugContainer.php:879 {
ContainerGhr0ToI \ srcApp_KernelDevDebugContainer->load($file, $lazyLoad = true) …
› {
› return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
› }
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/dependency-injection/ Container.php:255 {
Symfony\Component\DependencyInjection \ Container->make(string $id, int $invalidBehavior) …
› if (isset($this->fileMap[$id])) {
› return /* self::IGNORE_ON_UNINITIALIZED_REFERENCE */ 4 === $invalidBehavior ? null : $this->load($this->fileMap[$id]);
› } elseif (isset($this->methodMap[$id])) {
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/dependency-injection/ Container.php:231 {
Symfony\Component\DependencyInjection \ Container->get($id, $invalidBehavior = 1) …
› ?? $this->services[$id = $this->aliases[$id] ?? $id]
› ?? ('service_container' === $id ? $this : ($this->factories[$id] ?? [$this, 'make'])($id, $invalidBehavior));
›
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/http-kernel/ Controller/ContainerControllerResolver.php:53 {
Symfony\Component\HttpKernel\Controller \ ContainerControllerResolver->instantiateController($class) …
› if ($this->container->has($class)) {
› return $this->container->get($class);
› }
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/framework-bundle/ Controller/ControllerResolver.php:70 {
Symfony\Bundle\FrameworkBundle\Controller \ ControllerResolver->instantiateController($class) …
› {
› $controller = parent::instantiateController($class);
›
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/http-kernel/ Controller/ControllerResolver.php:122 {
Symfony\Component\HttpKernel\Controller \ ControllerResolver->createController($controller) …
› try {
› $controller = [$this->instantiateController($class), $method];
› } catch (\Error|\LogicException $e) {
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/http-kernel/ Controller/ContainerControllerResolver.php:42 {
Symfony\Component\HttpKernel\Controller \ ContainerControllerResolver->createController($controller) …
›
› return parent::createController($controller);
› }
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/framework-bundle/ Controller/ControllerResolver.php:62 {
Symfony\Bundle\FrameworkBundle\Controller \ ControllerResolver->createController($controller) …
›
› return parent::createController($controller);
› }
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/http-kernel/ Controller/ControllerResolver.php:86 {
Symfony\Component\HttpKernel\Controller \ ControllerResolver->getController(Request $request) …
› try {
› $callable = $this->createController($controller);
› } catch (\InvalidArgumentException $e) {
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/http-kernel/ Controller/TraceableControllerResolver.php:38 {
Symfony\Component\HttpKernel\Controller \ TraceableControllerResolver->getController(Request $request) …
›
› $ret = $this->resolver->getController($request);
›
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/http-kernel/ HttpKernel.php:152 {
Symfony\Component\HttpKernel \ HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
› // load controller
› if (false === $controller = $this->resolver->getController($request)) {
› throw new NotFoundHttpException(sprintf('Unable to find the controller for path "%s". The route is wrongly configured.', $request->getPathInfo()));
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/http-kernel/ HttpKernel.php:81 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#60 …}
$type : 1
}
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/http-kernel/ EventListener/ExceptionListener.php:61 {
Symfony\Component\HttpKernel\EventListener \ ExceptionListener->onKernelException(GetResponseForExceptionEvent $event) …
› try {
› $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);
› } catch (\Exception $e) {
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/event-dispatcher/ Debug/WrappedListener.php:126 {
Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher) …
›
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
›
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#705 …}
... : {
"kernel.request "
Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#788 …}
}
}
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/event-dispatcher/ EventDispatcher.php:264 {
Symfony\Component\EventDispatcher \ EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#705 …}
$eventName : "kernel.request "
$dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#788 …}
}
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/event-dispatcher/ EventDispatcher.php:239 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, $event) …
› if ($event instanceof Event) {
› $this->doDispatch($listeners, $eventName, $event);
›
arguments : {
$listeners : [ …11]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#705 …}
}
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/event-dispatcher/ EventDispatcher.php:73 {
Symfony\Component\EventDispatcher \ EventDispatcher->dispatch($event) …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments : {
$listeners : [ …11]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#705 …}
}
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:168 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch($event) …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#705 …}
... : {
"kernel.request "
}
}
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/http-kernel/ HttpKernel.php:229 {
Symfony\Component\HttpKernel \ HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
› $event = new ExceptionEvent($this, $request, $type, $e);
› $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);
›
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/http-kernel/ HttpKernel.php:92 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
›
› return $this->handleThrowable($e, $request, $type);
› } finally {
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/http-kernel/ Kernel.php:201 {
Symfony\Component\HttpKernel \ Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#60 …}
$type : 1
$catch : true
}
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs / public/index.php:38 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#60 …}
}
}
}
}
]
{
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/twig-bundle/ Controller/ExceptionController.php:23 {
spl_autoload_call($class_name) …
›
› @trigger_error(sprintf('The "%s" class is deprecated since Symfony 4.4, use "%s" instead.', ExceptionController::class, \Symfony\Component\HttpKernel\Controller\ErrorController::class), \E_USER_DEPRECATED);
›
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs / var/cache/dev/ContainerGhr0ToI/getTwig_Controller_ExceptionService.php:11 {
require …
›
› return $this->services['twig.controller.exception'] = new \Symfony\Bundle\TwigBundle\Controller\ExceptionController(($this->services['twig'] ?? $this->getTwigService()), true);
›
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs / var/cache/dev/ContainerGhr0ToI/srcApp_KernelDevDebugContainer.php:879 {
ContainerGhr0ToI \ srcApp_KernelDevDebugContainer->load($file, $lazyLoad = true) …
› {
› return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
› }
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/dependency-injection/ Container.php:255 {
Symfony\Component\DependencyInjection \ Container->make(string $id, int $invalidBehavior) …
› if (isset($this->fileMap[$id])) {
› return /* self::IGNORE_ON_UNINITIALIZED_REFERENCE */ 4 === $invalidBehavior ? null : $this->load($this->fileMap[$id]);
› } elseif (isset($this->methodMap[$id])) {
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/dependency-injection/ Container.php:231 {
Symfony\Component\DependencyInjection \ Container->get($id, $invalidBehavior = 1) …
› ?? $this->services[$id = $this->aliases[$id] ?? $id]
› ?? ('service_container' === $id ? $this : ($this->factories[$id] ?? [$this, 'make'])($id, $invalidBehavior));
›
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/http-kernel/ Controller/ContainerControllerResolver.php:53 {
Symfony\Component\HttpKernel\Controller \ ContainerControllerResolver->instantiateController($class) …
› if ($this->container->has($class)) {
› return $this->container->get($class);
› }
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/framework-bundle/ Controller/ControllerResolver.php:70 {
Symfony\Bundle\FrameworkBundle\Controller \ ControllerResolver->instantiateController($class) …
› {
› $controller = parent::instantiateController($class);
›
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/http-kernel/ Controller/ControllerResolver.php:122 {
Symfony\Component\HttpKernel\Controller \ ControllerResolver->createController($controller) …
› try {
› $controller = [$this->instantiateController($class), $method];
› } catch (\Error|\LogicException $e) {
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/http-kernel/ Controller/ContainerControllerResolver.php:42 {
Symfony\Component\HttpKernel\Controller \ ContainerControllerResolver->createController($controller) …
›
› return parent::createController($controller);
› }
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/framework-bundle/ Controller/ControllerResolver.php:62 {
Symfony\Bundle\FrameworkBundle\Controller \ ControllerResolver->createController($controller) …
›
› return parent::createController($controller);
› }
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/http-kernel/ Controller/ControllerResolver.php:86 {
Symfony\Component\HttpKernel\Controller \ ControllerResolver->getController(Request $request) …
› try {
› $callable = $this->createController($controller);
› } catch (\InvalidArgumentException $e) {
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/http-kernel/ Controller/TraceableControllerResolver.php:38 {
Symfony\Component\HttpKernel\Controller \ TraceableControllerResolver->getController(Request $request) …
›
› $ret = $this->resolver->getController($request);
›
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/http-kernel/ HttpKernel.php:152 {
Symfony\Component\HttpKernel \ HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
› // load controller
› if (false === $controller = $this->resolver->getController($request)) {
› throw new NotFoundHttpException(sprintf('Unable to find the controller for path "%s". The route is wrongly configured.', $request->getPathInfo()));
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/http-kernel/ HttpKernel.php:81 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#60 …}
$type : 1
}
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/http-kernel/ EventListener/ExceptionListener.php:61 {
Symfony\Component\HttpKernel\EventListener \ ExceptionListener->onKernelException(GetResponseForExceptionEvent $event) …
› try {
› $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);
› } catch (\Exception $e) {
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/event-dispatcher/ Debug/WrappedListener.php:126 {
Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher) …
›
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
›
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#705 …}
... : {
"kernel.request "
Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#788 …}
}
}
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/event-dispatcher/ EventDispatcher.php:264 {
Symfony\Component\EventDispatcher \ EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#705 …}
$eventName : "kernel.request "
$dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#788 …}
}
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/event-dispatcher/ EventDispatcher.php:239 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, $event) …
› if ($event instanceof Event) {
› $this->doDispatch($listeners, $eventName, $event);
›
arguments : {
$listeners : [ …11]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#705 …}
}
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/event-dispatcher/ EventDispatcher.php:73 {
Symfony\Component\EventDispatcher \ EventDispatcher->dispatch($event) …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments : {
$listeners : [ …11]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#705 …}
}
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:168 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch($event) …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#705 …}
... : {
"kernel.request "
}
}
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/http-kernel/ HttpKernel.php:229 {
Symfony\Component\HttpKernel \ HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
› $event = new ExceptionEvent($this, $request, $type, $e);
› $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);
›
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/http-kernel/ HttpKernel.php:92 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
›
› return $this->handleThrowable($e, $request, $type);
› } finally {
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/http-kernel/ Kernel.php:201 {
Symfony\Component\HttpKernel \ Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#60 …}
$type : 1
$catch : true
}
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs / public/index.php:38 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#60 …}
}
}
}
00:13:34
php
User Deprecated: The template "@Twig/layout.html.twig " is deprecated since Symfony 4.4, will be removed in 5.0. ("@Twig/layout.html.twig " at line 1).
[
"exception " => ErrorException {#2642
#message : "User Deprecated: The template "@Twig/layout.html.twig" is deprecated since Symfony 4.4, will be removed in 5.0. ("@Twig/layout.html.twig" at line 1). "
#code : 0
#file : "/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs / var/cache/dev/twig/7d/7ddc0b4cbc906e2f17e1ce66b3eb1fc3053cebd0c6d574c9b01e4a25bdebca8d.php "
#line : 49
#severity : E_USER_DEPRECATED
trace : {
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/var/cache/dev/twig/7d/7ddc0b4cbc906e2f17e1ce66b3eb1fc3053cebd0c6d574c9b01e4a25bdebca8d.php:49 {
__TwigTemplate_267067e51fcbf3599f199648ee642b0fac7727e4ed13948210dbd3cd9249fb6e->doDisplay(array $context, array $blocks = []) …
› $__internal_compile_0 = (("The template \"" . $this->getTemplateName()) . "\" is deprecated since Symfony 4.4, will be removed in 5.0.");
› @trigger_error($__internal_compile_0." (\"@Twig/layout.html.twig\" at line 1).", E_USER_DEPRECATED);
› // line 2
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /twig/twig/ src/Template.php:405 {
Twig \ Template->displayWithErrorHandling(array $context, array $blocks = []) …
› try {
› $this->doDisplay($context, $blocks);
› } catch (Error $e) {
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /twig/twig/ src/Template.php:378 {
Twig \ Template->display(array $context, array $blocks = []) …
› {
› $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $blocks));
› }
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/var/cache/dev/twig/36/363487d7bf70d819b4917ec393a5d7dda08795b4ac9c08ea36f277b28dcdfd4a.php:52 {
__TwigTemplate_6e473abe447530dd590de243545e7c2ec27e2b68a712e6daca0ad4108a898830->doDisplay(array $context, array $blocks = []) …
› $this->parent = $this->loadTemplate("@Twig/layout.html.twig", "@Twig/Exception/exception_full.html.twig", 1);
› $this->parent->display($context, array_merge($this->blocks, $blocks));
›
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /twig/twig/ src/Template.php:405 {
Twig \ Template->displayWithErrorHandling(array $context, array $blocks = []) …
› try {
› $this->doDisplay($context, $blocks);
› } catch (Error $e) {
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /twig/twig/ src/Template.php:378 {
Twig \ Template->display(array $context, array $blocks = []) …
› {
› $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $blocks));
› }
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /twig/twig/ src/Template.php:390 {
Twig \ Template->render(array $context) …
› try {
› $this->display($context);
› } catch (\Throwable $e) {
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /twig/twig/ src/TemplateWrapper.php:45 {
Twig \ TemplateWrapper->render(array $context = []): string …
› // as it should only be used by internal code
› return $this->template->render($context, \func_get_args()[1] ?? []);
› }
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /twig/twig/ src/Environment.php:318 {
Twig \ Environment->render($name, array $context = []) …
› {
› return $this->load($name)->render($context);
› }
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/twig-bundle/ Controller/ExceptionController.php:73 {
Symfony\Bundle\TwigBundle\Controller \ ExceptionController->showAction(Request $request, FlattenException $exception, DebugLoggerInterface $logger = null) …
› 'logger' => $logger,
› 'currentContent' => $currentContent,
› ]
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/http-kernel/ HttpKernel.php:169 {
Symfony\Component\HttpKernel \ HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
› // call controller
› $response = $controller(...$arguments);
›
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/http-kernel/ HttpKernel.php:81 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#60 …}
$type : 1
}
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/http-kernel/ EventListener/ExceptionListener.php:61 {
Symfony\Component\HttpKernel\EventListener \ ExceptionListener->onKernelException(GetResponseForExceptionEvent $event) …
› try {
› $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);
› } catch (\Exception $e) {
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/event-dispatcher/ Debug/WrappedListener.php:126 {
Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher) …
›
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
›
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#705 …}
... : {
"kernel.request "
Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#788 …}
}
}
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/event-dispatcher/ EventDispatcher.php:264 {
Symfony\Component\EventDispatcher \ EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#705 …}
$eventName : "kernel.request "
$dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#788 …}
}
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/event-dispatcher/ EventDispatcher.php:239 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, $event) …
› if ($event instanceof Event) {
› $this->doDispatch($listeners, $eventName, $event);
›
arguments : {
$listeners : [ …11]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#705 …}
}
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/event-dispatcher/ EventDispatcher.php:73 {
Symfony\Component\EventDispatcher \ EventDispatcher->dispatch($event) …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments : {
$listeners : [ …11]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#705 …}
}
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:168 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch($event) …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#705 …}
... : {
"kernel.request "
}
}
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/http-kernel/ HttpKernel.php:229 {
Symfony\Component\HttpKernel \ HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
› $event = new ExceptionEvent($this, $request, $type, $e);
› $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);
›
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/http-kernel/ HttpKernel.php:92 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
›
› return $this->handleThrowable($e, $request, $type);
› } finally {
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/http-kernel/ Kernel.php:201 {
Symfony\Component\HttpKernel \ Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#60 …}
$type : 1
$catch : true
}
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs / public/index.php:38 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#60 …}
}
}
}
}
]
{
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/var/cache/dev/twig/7d/7ddc0b4cbc906e2f17e1ce66b3eb1fc3053cebd0c6d574c9b01e4a25bdebca8d.php:49 {
__TwigTemplate_267067e51fcbf3599f199648ee642b0fac7727e4ed13948210dbd3cd9249fb6e->doDisplay(array $context, array $blocks = []) …
› $__internal_compile_0 = (("The template \"" . $this->getTemplateName()) . "\" is deprecated since Symfony 4.4, will be removed in 5.0.");
› @trigger_error($__internal_compile_0." (\"@Twig/layout.html.twig\" at line 1).", E_USER_DEPRECATED);
› // line 2
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /twig/twig/ src/Template.php:405 {
Twig \ Template->displayWithErrorHandling(array $context, array $blocks = []) …
› try {
› $this->doDisplay($context, $blocks);
› } catch (Error $e) {
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /twig/twig/ src/Template.php:378 {
Twig \ Template->display(array $context, array $blocks = []) …
› {
› $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $blocks));
› }
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/var/cache/dev/twig/36/363487d7bf70d819b4917ec393a5d7dda08795b4ac9c08ea36f277b28dcdfd4a.php:52 {
__TwigTemplate_6e473abe447530dd590de243545e7c2ec27e2b68a712e6daca0ad4108a898830->doDisplay(array $context, array $blocks = []) …
› $this->parent = $this->loadTemplate("@Twig/layout.html.twig", "@Twig/Exception/exception_full.html.twig", 1);
› $this->parent->display($context, array_merge($this->blocks, $blocks));
›
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /twig/twig/ src/Template.php:405 {
Twig \ Template->displayWithErrorHandling(array $context, array $blocks = []) …
› try {
› $this->doDisplay($context, $blocks);
› } catch (Error $e) {
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /twig/twig/ src/Template.php:378 {
Twig \ Template->display(array $context, array $blocks = []) …
› {
› $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $blocks));
› }
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /twig/twig/ src/Template.php:390 {
Twig \ Template->render(array $context) …
› try {
› $this->display($context);
› } catch (\Throwable $e) {
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /twig/twig/ src/TemplateWrapper.php:45 {
Twig \ TemplateWrapper->render(array $context = []): string …
› // as it should only be used by internal code
› return $this->template->render($context, \func_get_args()[1] ?? []);
› }
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /twig/twig/ src/Environment.php:318 {
Twig \ Environment->render($name, array $context = []) …
› {
› return $this->load($name)->render($context);
› }
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/twig-bundle/ Controller/ExceptionController.php:73 {
Symfony\Bundle\TwigBundle\Controller \ ExceptionController->showAction(Request $request, FlattenException $exception, DebugLoggerInterface $logger = null) …
› 'logger' => $logger,
› 'currentContent' => $currentContent,
› ]
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/http-kernel/ HttpKernel.php:169 {
Symfony\Component\HttpKernel \ HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
› // call controller
› $response = $controller(...$arguments);
›
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/http-kernel/ HttpKernel.php:81 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#60 …}
$type : 1
}
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/http-kernel/ EventListener/ExceptionListener.php:61 {
Symfony\Component\HttpKernel\EventListener \ ExceptionListener->onKernelException(GetResponseForExceptionEvent $event) …
› try {
› $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);
› } catch (\Exception $e) {
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/event-dispatcher/ Debug/WrappedListener.php:126 {
Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher) …
›
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
›
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#705 …}
... : {
"kernel.request "
Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#788 …}
}
}
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/event-dispatcher/ EventDispatcher.php:264 {
Symfony\Component\EventDispatcher \ EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#705 …}
$eventName : "kernel.request "
$dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#788 …}
}
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/event-dispatcher/ EventDispatcher.php:239 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, $event) …
› if ($event instanceof Event) {
› $this->doDispatch($listeners, $eventName, $event);
›
arguments : {
$listeners : [ …11]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#705 …}
}
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/event-dispatcher/ EventDispatcher.php:73 {
Symfony\Component\EventDispatcher \ EventDispatcher->dispatch($event) …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments : {
$listeners : [ …11]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#705 …}
}
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:168 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch($event) …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#705 …}
... : {
"kernel.request "
}
}
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/http-kernel/ HttpKernel.php:229 {
Symfony\Component\HttpKernel \ HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
› $event = new ExceptionEvent($this, $request, $type, $e);
› $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);
›
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/http-kernel/ HttpKernel.php:92 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
›
› return $this->handleThrowable($e, $request, $type);
› } finally {
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/http-kernel/ Kernel.php:201 {
Symfony\Component\HttpKernel \ Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#60 …}
$type : 1
$catch : true
}
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs / public/index.php:38 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#60 …}
}
}
}
00:13:34
php
User Deprecated: The template "@Twig/exception.css.twig " is deprecated since Symfony 4.4, will be removed in 5.0. ("@Twig/exception.css.twig " at line 1).
[
"exception " => ErrorException {#2625
#message : "User Deprecated: The template "@Twig/exception.css.twig" is deprecated since Symfony 4.4, will be removed in 5.0. ("@Twig/exception.css.twig" at line 1). "
#code : 0
#file : "/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs / var/cache/dev/twig/ff/ff600ec1fd6aac3009d5328639e55b1c2b55d6b412804df350c946f6be5e6b4b.php "
#line : 44
#severity : E_USER_DEPRECATED
trace : {
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/var/cache/dev/twig/ff/ff600ec1fd6aac3009d5328639e55b1c2b55d6b412804df350c946f6be5e6b4b.php:44 {
__TwigTemplate_948a6ffdd1484ad4bc119186f834f70289a6b4297c5306f76449a3ecda6a0c15->doDisplay(array $context, array $blocks = []) …
› $__internal_compile_0 = (("The template \"" . $this->getTemplateName()) . "\" is deprecated since Symfony 4.4, will be removed in 5.0.");
› @trigger_error($__internal_compile_0." (\"@Twig/exception.css.twig\" at line 1).", E_USER_DEPRECATED);
› // line 4
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /twig/twig/ src/Template.php:405 {
Twig \ Template->displayWithErrorHandling(array $context, array $blocks = []) …
› try {
› $this->doDisplay($context, $blocks);
› } catch (Error $e) {
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /twig/twig/ src/Template.php:378 {
Twig \ Template->display(array $context, array $blocks = []) …
› {
› $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $blocks));
› }
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /twig/twig/ src/Template.php:390 {
Twig \ Template->render(array $context) …
› try {
› $this->display($context);
› } catch (\Throwable $e) {
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /twig/twig/ src/Extension/CoreExtension.php:1287 {
twig_include(Environment $env, $context, $template, $variables = [], $withContext = true, $ignoreMissing = false, $sandboxed = false) …
›
› return $loaded ? $loaded->render($variables) : '';
› } finally {
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor/symfony/twig-bundle/Resources/views/layout.html.twig:11 {
__TwigTemplate_267067e51fcbf3599f199648ee642b0fac7727e4ed13948210dbd3cd9249fb6e->doDisplay(array $context, array $blocks = []) …
› <link rel="icon" type="image/png" href="{{ include('@Twig/images/favicon.png.base64') }}">
› <style>{{ include('@Twig/exception.css.twig') }}</style>
› {% block head %}{% endblock %}
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /twig/twig/ src/Template.php:405 {
Twig \ Template->displayWithErrorHandling(array $context, array $blocks = []) …
› try {
› $this->doDisplay($context, $blocks);
› } catch (Error $e) {
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /twig/twig/ src/Template.php:378 {
Twig \ Template->display(array $context, array $blocks = []) …
› {
› $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $blocks));
› }
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/var/cache/dev/twig/36/363487d7bf70d819b4917ec393a5d7dda08795b4ac9c08ea36f277b28dcdfd4a.php:52 {
__TwigTemplate_6e473abe447530dd590de243545e7c2ec27e2b68a712e6daca0ad4108a898830->doDisplay(array $context, array $blocks = []) …
› $this->parent = $this->loadTemplate("@Twig/layout.html.twig", "@Twig/Exception/exception_full.html.twig", 1);
› $this->parent->display($context, array_merge($this->blocks, $blocks));
›
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /twig/twig/ src/Template.php:405 {
Twig \ Template->displayWithErrorHandling(array $context, array $blocks = []) …
› try {
› $this->doDisplay($context, $blocks);
› } catch (Error $e) {
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /twig/twig/ src/Template.php:378 {
Twig \ Template->display(array $context, array $blocks = []) …
› {
› $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $blocks));
› }
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /twig/twig/ src/Template.php:390 {
Twig \ Template->render(array $context) …
› try {
› $this->display($context);
› } catch (\Throwable $e) {
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /twig/twig/ src/TemplateWrapper.php:45 {
Twig \ TemplateWrapper->render(array $context = []): string …
› // as it should only be used by internal code
› return $this->template->render($context, \func_get_args()[1] ?? []);
› }
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /twig/twig/ src/Environment.php:318 {
Twig \ Environment->render($name, array $context = []) …
› {
› return $this->load($name)->render($context);
› }
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/twig-bundle/ Controller/ExceptionController.php:73 {
Symfony\Bundle\TwigBundle\Controller \ ExceptionController->showAction(Request $request, FlattenException $exception, DebugLoggerInterface $logger = null) …
› 'logger' => $logger,
› 'currentContent' => $currentContent,
› ]
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/http-kernel/ HttpKernel.php:169 {
Symfony\Component\HttpKernel \ HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
› // call controller
› $response = $controller(...$arguments);
›
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/http-kernel/ HttpKernel.php:81 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#60 …}
$type : 1
}
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/http-kernel/ EventListener/ExceptionListener.php:61 {
Symfony\Component\HttpKernel\EventListener \ ExceptionListener->onKernelException(GetResponseForExceptionEvent $event) …
› try {
› $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);
› } catch (\Exception $e) {
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/event-dispatcher/ Debug/WrappedListener.php:126 {
Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher) …
›
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
›
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#705 …}
... : {
"kernel.request "
Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#788 …}
}
}
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/event-dispatcher/ EventDispatcher.php:264 {
Symfony\Component\EventDispatcher \ EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#705 …}
$eventName : "kernel.request "
$dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#788 …}
}
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/event-dispatcher/ EventDispatcher.php:239 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, $event) …
› if ($event instanceof Event) {
› $this->doDispatch($listeners, $eventName, $event);
›
arguments : {
$listeners : [ …11]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#705 …}
}
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/event-dispatcher/ EventDispatcher.php:73 {
Symfony\Component\EventDispatcher \ EventDispatcher->dispatch($event) …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments : {
$listeners : [ …11]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#705 …}
}
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:168 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch($event) …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#705 …}
... : {
"kernel.request "
}
}
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/http-kernel/ HttpKernel.php:229 {
Symfony\Component\HttpKernel \ HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
› $event = new ExceptionEvent($this, $request, $type, $e);
› $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);
›
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/http-kernel/ HttpKernel.php:92 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
›
› return $this->handleThrowable($e, $request, $type);
› } finally {
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/http-kernel/ Kernel.php:201 {
Symfony\Component\HttpKernel \ Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#60 …}
$type : 1
$catch : true
}
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs / public/index.php:38 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#60 …}
}
}
}
}
]
{
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/var/cache/dev/twig/ff/ff600ec1fd6aac3009d5328639e55b1c2b55d6b412804df350c946f6be5e6b4b.php:44 {
__TwigTemplate_948a6ffdd1484ad4bc119186f834f70289a6b4297c5306f76449a3ecda6a0c15->doDisplay(array $context, array $blocks = []) …
› $__internal_compile_0 = (("The template \"" . $this->getTemplateName()) . "\" is deprecated since Symfony 4.4, will be removed in 5.0.");
› @trigger_error($__internal_compile_0." (\"@Twig/exception.css.twig\" at line 1).", E_USER_DEPRECATED);
› // line 4
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /twig/twig/ src/Template.php:405 {
Twig \ Template->displayWithErrorHandling(array $context, array $blocks = []) …
› try {
› $this->doDisplay($context, $blocks);
› } catch (Error $e) {
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /twig/twig/ src/Template.php:378 {
Twig \ Template->display(array $context, array $blocks = []) …
› {
› $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $blocks));
› }
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /twig/twig/ src/Template.php:390 {
Twig \ Template->render(array $context) …
› try {
› $this->display($context);
› } catch (\Throwable $e) {
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /twig/twig/ src/Extension/CoreExtension.php:1287 {
twig_include(Environment $env, $context, $template, $variables = [], $withContext = true, $ignoreMissing = false, $sandboxed = false) …
›
› return $loaded ? $loaded->render($variables) : '';
› } finally {
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor/symfony/twig-bundle/Resources/views/layout.html.twig:11 {
__TwigTemplate_267067e51fcbf3599f199648ee642b0fac7727e4ed13948210dbd3cd9249fb6e->doDisplay(array $context, array $blocks = []) …
› <link rel="icon" type="image/png" href="{{ include('@Twig/images/favicon.png.base64') }}">
› <style>{{ include('@Twig/exception.css.twig') }}</style>
› {% block head %}{% endblock %}
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /twig/twig/ src/Template.php:405 {
Twig \ Template->displayWithErrorHandling(array $context, array $blocks = []) …
› try {
› $this->doDisplay($context, $blocks);
› } catch (Error $e) {
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /twig/twig/ src/Template.php:378 {
Twig \ Template->display(array $context, array $blocks = []) …
› {
› $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $blocks));
› }
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/var/cache/dev/twig/36/363487d7bf70d819b4917ec393a5d7dda08795b4ac9c08ea36f277b28dcdfd4a.php:52 {
__TwigTemplate_6e473abe447530dd590de243545e7c2ec27e2b68a712e6daca0ad4108a898830->doDisplay(array $context, array $blocks = []) …
› $this->parent = $this->loadTemplate("@Twig/layout.html.twig", "@Twig/Exception/exception_full.html.twig", 1);
› $this->parent->display($context, array_merge($this->blocks, $blocks));
›
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /twig/twig/ src/Template.php:405 {
Twig \ Template->displayWithErrorHandling(array $context, array $blocks = []) …
› try {
› $this->doDisplay($context, $blocks);
› } catch (Error $e) {
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /twig/twig/ src/Template.php:378 {
Twig \ Template->display(array $context, array $blocks = []) …
› {
› $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $blocks));
› }
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /twig/twig/ src/Template.php:390 {
Twig \ Template->render(array $context) …
› try {
› $this->display($context);
› } catch (\Throwable $e) {
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /twig/twig/ src/TemplateWrapper.php:45 {
Twig \ TemplateWrapper->render(array $context = []): string …
› // as it should only be used by internal code
› return $this->template->render($context, \func_get_args()[1] ?? []);
› }
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /twig/twig/ src/Environment.php:318 {
Twig \ Environment->render($name, array $context = []) …
› {
› return $this->load($name)->render($context);
› }
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/twig-bundle/ Controller/ExceptionController.php:73 {
Symfony\Bundle\TwigBundle\Controller \ ExceptionController->showAction(Request $request, FlattenException $exception, DebugLoggerInterface $logger = null) …
› 'logger' => $logger,
› 'currentContent' => $currentContent,
› ]
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/http-kernel/ HttpKernel.php:169 {
Symfony\Component\HttpKernel \ HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
› // call controller
› $response = $controller(...$arguments);
›
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/http-kernel/ HttpKernel.php:81 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#60 …}
$type : 1
}
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/http-kernel/ EventListener/ExceptionListener.php:61 {
Symfony\Component\HttpKernel\EventListener \ ExceptionListener->onKernelException(GetResponseForExceptionEvent $event) …
› try {
› $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);
› } catch (\Exception $e) {
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/event-dispatcher/ Debug/WrappedListener.php:126 {
Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher) …
›
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
›
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#705 …}
... : {
"kernel.request "
Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#788 …}
}
}
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/event-dispatcher/ EventDispatcher.php:264 {
Symfony\Component\EventDispatcher \ EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#705 …}
$eventName : "kernel.request "
$dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#788 …}
}
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/event-dispatcher/ EventDispatcher.php:239 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, $event) …
› if ($event instanceof Event) {
› $this->doDispatch($listeners, $eventName, $event);
›
arguments : {
$listeners : [ …11]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#705 …}
}
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/event-dispatcher/ EventDispatcher.php:73 {
Symfony\Component\EventDispatcher \ EventDispatcher->dispatch($event) …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments : {
$listeners : [ …11]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#705 …}
}
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:168 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch($event) …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#705 …}
... : {
"kernel.request "
}
}
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/http-kernel/ HttpKernel.php:229 {
Symfony\Component\HttpKernel \ HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
› $event = new ExceptionEvent($this, $request, $type, $e);
› $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);
›
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/http-kernel/ HttpKernel.php:92 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
›
› return $this->handleThrowable($e, $request, $type);
› } finally {
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/http-kernel/ Kernel.php:201 {
Symfony\Component\HttpKernel \ Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#60 …}
$type : 1
$catch : true
}
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs / public/index.php:38 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#60 …}
}
}
}
00:13:34
php
User Deprecated: The template "@Twig/base_js.html.twig " is deprecated since Symfony 4.4, will be removed in 5.0. ("@Twig/base_js.html.twig " at line 1).
[
"exception " => ErrorException {#2615
#message : "User Deprecated: The template "@Twig/base_js.html.twig" is deprecated since Symfony 4.4, will be removed in 5.0. ("@Twig/base_js.html.twig" at line 1). "
#code : 0
#file : "/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs / var/cache/dev/twig/f4/f4fa4f9a60faf20445811d1dd9e5e425944b6d6927e969434012fd459597abee.php "
#line : 44
#severity : E_USER_DEPRECATED
trace : {
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/var/cache/dev/twig/f4/f4fa4f9a60faf20445811d1dd9e5e425944b6d6927e969434012fd459597abee.php:44 {
__TwigTemplate_b237c5f253866e44b2ad218f52484289bc8cc812aec80ba0ea135cc721a0fe88->doDisplay(array $context, array $blocks = []) …
› $__internal_compile_0 = (("The template \"" . $this->getTemplateName()) . "\" is deprecated since Symfony 4.4, will be removed in 5.0.");
› @trigger_error($__internal_compile_0." (\"@Twig/base_js.html.twig\" at line 1).", E_USER_DEPRECATED);
› // line 4
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /twig/twig/ src/Template.php:405 {
Twig \ Template->displayWithErrorHandling(array $context, array $blocks = []) …
› try {
› $this->doDisplay($context, $blocks);
› } catch (Error $e) {
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /twig/twig/ src/Template.php:378 {
Twig \ Template->display(array $context, array $blocks = []) …
› {
› $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $blocks));
› }
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /twig/twig/ src/Template.php:390 {
Twig \ Template->render(array $context) …
› try {
› $this->display($context);
› } catch (\Throwable $e) {
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /twig/twig/ src/Extension/CoreExtension.php:1287 {
twig_include(Environment $env, $context, $template, $variables = [], $withContext = true, $ignoreMissing = false, $sandboxed = false) …
›
› return $loaded ? $loaded->render($variables) : '';
› } finally {
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/var/cache/dev/twig/7d/7ddc0b4cbc906e2f17e1ce66b3eb1fc3053cebd0c6d574c9b01e4a25bdebca8d.php:107 {
__TwigTemplate_267067e51fcbf3599f199648ee642b0fac7727e4ed13948210dbd3cd9249fb6e->doDisplay(array $context, array $blocks = []) …
› echo " ";
› echo twig_include($this->env, $context, "@Twig/base_js.html.twig");
› echo "
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /twig/twig/ src/Template.php:405 {
Twig \ Template->displayWithErrorHandling(array $context, array $blocks = []) …
› try {
› $this->doDisplay($context, $blocks);
› } catch (Error $e) {
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /twig/twig/ src/Template.php:378 {
Twig \ Template->display(array $context, array $blocks = []) …
› {
› $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $blocks));
› }
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/var/cache/dev/twig/36/363487d7bf70d819b4917ec393a5d7dda08795b4ac9c08ea36f277b28dcdfd4a.php:52 {
__TwigTemplate_6e473abe447530dd590de243545e7c2ec27e2b68a712e6daca0ad4108a898830->doDisplay(array $context, array $blocks = []) …
› $this->parent = $this->loadTemplate("@Twig/layout.html.twig", "@Twig/Exception/exception_full.html.twig", 1);
› $this->parent->display($context, array_merge($this->blocks, $blocks));
›
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /twig/twig/ src/Template.php:405 {
Twig \ Template->displayWithErrorHandling(array $context, array $blocks = []) …
› try {
› $this->doDisplay($context, $blocks);
› } catch (Error $e) {
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /twig/twig/ src/Template.php:378 {
Twig \ Template->display(array $context, array $blocks = []) …
› {
› $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $blocks));
› }
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /twig/twig/ src/Template.php:390 {
Twig \ Template->render(array $context) …
› try {
› $this->display($context);
› } catch (\Throwable $e) {
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /twig/twig/ src/TemplateWrapper.php:45 {
Twig \ TemplateWrapper->render(array $context = []): string …
› // as it should only be used by internal code
› return $this->template->render($context, \func_get_args()[1] ?? []);
› }
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /twig/twig/ src/Environment.php:318 {
Twig \ Environment->render($name, array $context = []) …
› {
› return $this->load($name)->render($context);
› }
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/twig-bundle/ Controller/ExceptionController.php:73 {
Symfony\Bundle\TwigBundle\Controller \ ExceptionController->showAction(Request $request, FlattenException $exception, DebugLoggerInterface $logger = null) …
› 'logger' => $logger,
› 'currentContent' => $currentContent,
› ]
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/http-kernel/ HttpKernel.php:169 {
Symfony\Component\HttpKernel \ HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
› // call controller
› $response = $controller(...$arguments);
›
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/http-kernel/ HttpKernel.php:81 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#60 …}
$type : 1
}
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/http-kernel/ EventListener/ExceptionListener.php:61 {
Symfony\Component\HttpKernel\EventListener \ ExceptionListener->onKernelException(GetResponseForExceptionEvent $event) …
› try {
› $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);
› } catch (\Exception $e) {
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/event-dispatcher/ Debug/WrappedListener.php:126 {
Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher) …
›
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
›
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#705 …}
... : {
"kernel.request "
Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#788 …}
}
}
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/event-dispatcher/ EventDispatcher.php:264 {
Symfony\Component\EventDispatcher \ EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#705 …}
$eventName : "kernel.request "
$dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#788 …}
}
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/event-dispatcher/ EventDispatcher.php:239 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, $event) …
› if ($event instanceof Event) {
› $this->doDispatch($listeners, $eventName, $event);
›
arguments : {
$listeners : [ …11]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#705 …}
}
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/event-dispatcher/ EventDispatcher.php:73 {
Symfony\Component\EventDispatcher \ EventDispatcher->dispatch($event) …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments : {
$listeners : [ …11]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#705 …}
}
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:168 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch($event) …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#705 …}
... : {
"kernel.request "
}
}
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/http-kernel/ HttpKernel.php:229 {
Symfony\Component\HttpKernel \ HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
› $event = new ExceptionEvent($this, $request, $type, $e);
› $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);
›
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/http-kernel/ HttpKernel.php:92 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
›
› return $this->handleThrowable($e, $request, $type);
› } finally {
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/http-kernel/ Kernel.php:201 {
Symfony\Component\HttpKernel \ Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#60 …}
$type : 1
$catch : true
}
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs / public/index.php:38 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#60 …}
}
}
}
}
]
{
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/var/cache/dev/twig/f4/f4fa4f9a60faf20445811d1dd9e5e425944b6d6927e969434012fd459597abee.php:44 {
__TwigTemplate_b237c5f253866e44b2ad218f52484289bc8cc812aec80ba0ea135cc721a0fe88->doDisplay(array $context, array $blocks = []) …
› $__internal_compile_0 = (("The template \"" . $this->getTemplateName()) . "\" is deprecated since Symfony 4.4, will be removed in 5.0.");
› @trigger_error($__internal_compile_0." (\"@Twig/base_js.html.twig\" at line 1).", E_USER_DEPRECATED);
› // line 4
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /twig/twig/ src/Template.php:405 {
Twig \ Template->displayWithErrorHandling(array $context, array $blocks = []) …
› try {
› $this->doDisplay($context, $blocks);
› } catch (Error $e) {
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /twig/twig/ src/Template.php:378 {
Twig \ Template->display(array $context, array $blocks = []) …
› {
› $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $blocks));
› }
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /twig/twig/ src/Template.php:390 {
Twig \ Template->render(array $context) …
› try {
› $this->display($context);
› } catch (\Throwable $e) {
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /twig/twig/ src/Extension/CoreExtension.php:1287 {
twig_include(Environment $env, $context, $template, $variables = [], $withContext = true, $ignoreMissing = false, $sandboxed = false) …
›
› return $loaded ? $loaded->render($variables) : '';
› } finally {
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/var/cache/dev/twig/7d/7ddc0b4cbc906e2f17e1ce66b3eb1fc3053cebd0c6d574c9b01e4a25bdebca8d.php:107 {
__TwigTemplate_267067e51fcbf3599f199648ee642b0fac7727e4ed13948210dbd3cd9249fb6e->doDisplay(array $context, array $blocks = []) …
› echo " ";
› echo twig_include($this->env, $context, "@Twig/base_js.html.twig");
› echo "
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /twig/twig/ src/Template.php:405 {
Twig \ Template->displayWithErrorHandling(array $context, array $blocks = []) …
› try {
› $this->doDisplay($context, $blocks);
› } catch (Error $e) {
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /twig/twig/ src/Template.php:378 {
Twig \ Template->display(array $context, array $blocks = []) …
› {
› $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $blocks));
› }
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/var/cache/dev/twig/36/363487d7bf70d819b4917ec393a5d7dda08795b4ac9c08ea36f277b28dcdfd4a.php:52 {
__TwigTemplate_6e473abe447530dd590de243545e7c2ec27e2b68a712e6daca0ad4108a898830->doDisplay(array $context, array $blocks = []) …
› $this->parent = $this->loadTemplate("@Twig/layout.html.twig", "@Twig/Exception/exception_full.html.twig", 1);
› $this->parent->display($context, array_merge($this->blocks, $blocks));
›
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /twig/twig/ src/Template.php:405 {
Twig \ Template->displayWithErrorHandling(array $context, array $blocks = []) …
› try {
› $this->doDisplay($context, $blocks);
› } catch (Error $e) {
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /twig/twig/ src/Template.php:378 {
Twig \ Template->display(array $context, array $blocks = []) …
› {
› $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $blocks));
› }
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /twig/twig/ src/Template.php:390 {
Twig \ Template->render(array $context) …
› try {
› $this->display($context);
› } catch (\Throwable $e) {
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /twig/twig/ src/TemplateWrapper.php:45 {
Twig \ TemplateWrapper->render(array $context = []): string …
› // as it should only be used by internal code
› return $this->template->render($context, \func_get_args()[1] ?? []);
› }
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /twig/twig/ src/Environment.php:318 {
Twig \ Environment->render($name, array $context = []) …
› {
› return $this->load($name)->render($context);
› }
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/twig-bundle/ Controller/ExceptionController.php:73 {
Symfony\Bundle\TwigBundle\Controller \ ExceptionController->showAction(Request $request, FlattenException $exception, DebugLoggerInterface $logger = null) …
› 'logger' => $logger,
› 'currentContent' => $currentContent,
› ]
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/http-kernel/ HttpKernel.php:169 {
Symfony\Component\HttpKernel \ HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
› // call controller
› $response = $controller(...$arguments);
›
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/http-kernel/ HttpKernel.php:81 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#60 …}
$type : 1
}
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/http-kernel/ EventListener/ExceptionListener.php:61 {
Symfony\Component\HttpKernel\EventListener \ ExceptionListener->onKernelException(GetResponseForExceptionEvent $event) …
› try {
› $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);
› } catch (\Exception $e) {
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/event-dispatcher/ Debug/WrappedListener.php:126 {
Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher) …
›
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
›
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#705 …}
... : {
"kernel.request "
Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#788 …}
}
}
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/event-dispatcher/ EventDispatcher.php:264 {
Symfony\Component\EventDispatcher \ EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#705 …}
$eventName : "kernel.request "
$dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#788 …}
}
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/event-dispatcher/ EventDispatcher.php:239 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, $event) …
› if ($event instanceof Event) {
› $this->doDispatch($listeners, $eventName, $event);
›
arguments : {
$listeners : [ …11]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#705 …}
}
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/event-dispatcher/ EventDispatcher.php:73 {
Symfony\Component\EventDispatcher \ EventDispatcher->dispatch($event) …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments : {
$listeners : [ …11]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#705 …}
}
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:168 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch($event) …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#705 …}
... : {
"kernel.request "
}
}
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/http-kernel/ HttpKernel.php:229 {
Symfony\Component\HttpKernel \ HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
› $event = new ExceptionEvent($this, $request, $type, $e);
› $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);
›
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/http-kernel/ HttpKernel.php:92 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
›
› return $this->handleThrowable($e, $request, $type);
› } finally {
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/http-kernel/ Kernel.php:201 {
Symfony\Component\HttpKernel \ Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#60 …}
$type : 1
$catch : true
}
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs / public/index.php:38 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#60 …}
}
}
}
00:13:34
php
User Deprecated: The Sonata\BlockBundle\Block\Service\AdminBlockServiceInterface interface is deprecated since sonata-project/block-bundle 3.16 and will be removed with the 4.0 release. Use Sonata\BlockBundle\Block\Service\Service\EditableBlockService instead.
[
"exception " => ErrorException {#2429
#message : "User Deprecated: The Sonata\BlockBundle\Block\Service\AdminBlockServiceInterface interface is deprecated since sonata-project/block-bundle 3.16 and will be removed with the 4.0 release. Use Sonata\BlockBundle\Block\Service\Service\EditableBlockService instead. "
#code : 0
#file : "/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /sonata-project/block-bundle/ src/Block/Service/AdminBlockServiceInterface.php "
#line : 25
#severity : E_USER_DEPRECATED
trace : {
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /sonata-project/block-bundle/ src/Block/Service/AdminBlockServiceInterface.php:25 {
include_once …
› 'Use '.__NAMESPACE__.'\Service\EditableBlockService instead.',
› E_USER_DEPRECATED
› );
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs / var/cache/dev/ContainerGhr0ToI/getSonata_Seo_Block_Breadcrumb_HomepageService.php:12 {
require …
› include_once \dirname(__DIR__, 4).'/vendor/sonata-project/block-bundle/src/Block/Service/AbstractBlockService.php';
› include_once \dirname(__DIR__, 4).'/vendor/sonata-project/block-bundle/src/Block/Service/AdminBlockServiceInterface.php';
› include_once \dirname(__DIR__, 4).'/vendor/sonata-project/block-bundle/src/Block/Service/AbstractAdminBlockService.php';
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs / var/cache/dev/ContainerGhr0ToI/srcApp_KernelDevDebugContainer.php:879 {
ContainerGhr0ToI \ srcApp_KernelDevDebugContainer->load($file, $lazyLoad = true) …
› {
› return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
› }
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs / var/cache/dev/ContainerGhr0ToI/getSonata_Seo_Event_BreadcrumbService.php:13 {
require …
›
› $instance->addBlockService('sonata.seo.block.breadcrumb.homepage', ($this->services['sonata.seo.block.breadcrumb.homepage'] ?? $this->load('getSonata_Seo_Block_Breadcrumb_HomepageService.php')));
› $instance->addBlockService('sonata.media.block.breadcrumb_view', ($this->services['sonata.media.block.breadcrumb_view'] ?? $this->load('getSonata_Media_Block_BreadcrumbViewService.php')));
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs / var/cache/dev/ContainerGhr0ToI/srcApp_KernelDevDebugContainer.php:879 {
ContainerGhr0ToI \ srcApp_KernelDevDebugContainer->load($file, $lazyLoad = true) …
› {
› return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
› }
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs / var/cache/dev/ContainerGhr0ToI/srcApp_KernelDevDebugContainer.php:1058 {
ContainerGhr0ToI\srcApp_KernelDevDebugContainer->ContainerGhr0ToI \ {closure} …
› $instance->addListener('sonata.block.event.breadcrumb', [0 => function () {
› return ($this->privates['sonata.seo.event.breadcrumb'] ?? $this->load('getSonata_Seo_Event_BreadcrumbService.php'));
› }, 1 => 'onBlock'], 0);
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/event-dispatcher/ EventDispatcher.php:279 {
Symfony\Component\EventDispatcher \ EventDispatcher->sortListeners(string $eventName) …
› if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {
› $listener[0] = $listener[0]();
› $listener[1] = $listener[1] ?? '__invoke';
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/event-dispatcher/ EventDispatcher.php:98 {
Symfony\Component\EventDispatcher \ EventDispatcher->getListeners($eventName = null) …
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:102 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->getListeners($eventName = null) …
› {
› return $this->dispatcher->getListeners($eventName);
› }
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:216 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->getNotCalledListeners() …
› try {
› $allListeners = $this->getListeners();
› } catch (\Exception $e) {
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/http-kernel/ DataCollector/EventDataCollector.php:69 {
Symfony\Component\HttpKernel\DataCollector \ EventDataCollector->lateCollect() …
› $this->setCalledListeners($this->dispatcher->getCalledListeners($this->currentRequest));
› $this->setNotCalledListeners($this->dispatcher->getNotCalledListeners($this->currentRequest));
› }
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/http-kernel/ Profiler/Profiler.php:100 {
Symfony\Component\HttpKernel\Profiler \ Profiler->saveProfile(Profile $profile) …
› if ($collector instanceof LateDataCollectorInterface) {
› $collector->lateCollect();
› }
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/http-kernel/ EventListener/ProfilerListener.php:127 {
Symfony\Component\HttpKernel\EventListener \ ProfilerListener->onKernelTerminate(PostResponseEvent $event) …
› foreach ($this->profiles as $request) {
› $this->profiler->saveProfile($this->profiles[$request]);
› }
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/event-dispatcher/ Debug/WrappedListener.php:126 {
Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher) …
›
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
›
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#705 …}
... : {
"kernel.request "
Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#788 …}
}
}
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/event-dispatcher/ EventDispatcher.php:264 {
Symfony\Component\EventDispatcher \ EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#705 …}
$eventName : "kernel.request "
$dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#788 …}
}
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/event-dispatcher/ EventDispatcher.php:239 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, $event) …
› if ($event instanceof Event) {
› $this->doDispatch($listeners, $eventName, $event);
›
arguments : {
$listeners : [ …11]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#705 …}
}
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/event-dispatcher/ EventDispatcher.php:73 {
Symfony\Component\EventDispatcher \ EventDispatcher->dispatch($event) …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments : {
$listeners : [ …11]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#705 …}
}
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:168 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch($event) …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#705 …}
... : {
"kernel.request "
}
}
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/http-kernel/ HttpKernel.php:103 {
Symfony\Component\HttpKernel \ HttpKernel->terminate(Request $request, Response $response) …
› {
› $this->dispatcher->dispatch(new TerminateEvent($this, $request, $response), KernelEvents::TERMINATE);
› }
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/http-kernel/ Kernel.php:166 {
Symfony\Component\HttpKernel \ Kernel->terminate(Request $request, Response $response) …
› if ($this->getHttpKernel() instanceof TerminableInterface) {
› $this->getHttpKernel()->terminate($request, $response);
› }
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs / public/index.php:40 {
› $response->send();
› $kernel->terminate($request, $response);
›
}
}
}
]
{
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /sonata-project/block-bundle/ src/Block/Service/AdminBlockServiceInterface.php:25 {
include_once …
› 'Use '.__NAMESPACE__.'\Service\EditableBlockService instead.',
› E_USER_DEPRECATED
› );
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs / var/cache/dev/ContainerGhr0ToI/getSonata_Seo_Block_Breadcrumb_HomepageService.php:12 {
require …
› include_once \dirname(__DIR__, 4).'/vendor/sonata-project/block-bundle/src/Block/Service/AbstractBlockService.php';
› include_once \dirname(__DIR__, 4).'/vendor/sonata-project/block-bundle/src/Block/Service/AdminBlockServiceInterface.php';
› include_once \dirname(__DIR__, 4).'/vendor/sonata-project/block-bundle/src/Block/Service/AbstractAdminBlockService.php';
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs / var/cache/dev/ContainerGhr0ToI/srcApp_KernelDevDebugContainer.php:879 {
ContainerGhr0ToI \ srcApp_KernelDevDebugContainer->load($file, $lazyLoad = true) …
› {
› return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
› }
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs / var/cache/dev/ContainerGhr0ToI/getSonata_Seo_Event_BreadcrumbService.php:13 {
require …
›
› $instance->addBlockService('sonata.seo.block.breadcrumb.homepage', ($this->services['sonata.seo.block.breadcrumb.homepage'] ?? $this->load('getSonata_Seo_Block_Breadcrumb_HomepageService.php')));
› $instance->addBlockService('sonata.media.block.breadcrumb_view', ($this->services['sonata.media.block.breadcrumb_view'] ?? $this->load('getSonata_Media_Block_BreadcrumbViewService.php')));
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs / var/cache/dev/ContainerGhr0ToI/srcApp_KernelDevDebugContainer.php:879 {
ContainerGhr0ToI \ srcApp_KernelDevDebugContainer->load($file, $lazyLoad = true) …
› {
› return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
› }
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs / var/cache/dev/ContainerGhr0ToI/srcApp_KernelDevDebugContainer.php:1058 {
ContainerGhr0ToI\srcApp_KernelDevDebugContainer->ContainerGhr0ToI \ {closure} …
› $instance->addListener('sonata.block.event.breadcrumb', [0 => function () {
› return ($this->privates['sonata.seo.event.breadcrumb'] ?? $this->load('getSonata_Seo_Event_BreadcrumbService.php'));
› }, 1 => 'onBlock'], 0);
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/event-dispatcher/ EventDispatcher.php:279 {
Symfony\Component\EventDispatcher \ EventDispatcher->sortListeners(string $eventName) …
› if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {
› $listener[0] = $listener[0]();
› $listener[1] = $listener[1] ?? '__invoke';
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/event-dispatcher/ EventDispatcher.php:98 {
Symfony\Component\EventDispatcher \ EventDispatcher->getListeners($eventName = null) …
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:102 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->getListeners($eventName = null) …
› {
› return $this->dispatcher->getListeners($eventName);
› }
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:216 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->getNotCalledListeners() …
› try {
› $allListeners = $this->getListeners();
› } catch (\Exception $e) {
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/http-kernel/ DataCollector/EventDataCollector.php:69 {
Symfony\Component\HttpKernel\DataCollector \ EventDataCollector->lateCollect() …
› $this->setCalledListeners($this->dispatcher->getCalledListeners($this->currentRequest));
› $this->setNotCalledListeners($this->dispatcher->getNotCalledListeners($this->currentRequest));
› }
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/http-kernel/ Profiler/Profiler.php:100 {
Symfony\Component\HttpKernel\Profiler \ Profiler->saveProfile(Profile $profile) …
› if ($collector instanceof LateDataCollectorInterface) {
› $collector->lateCollect();
› }
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/http-kernel/ EventListener/ProfilerListener.php:127 {
Symfony\Component\HttpKernel\EventListener \ ProfilerListener->onKernelTerminate(PostResponseEvent $event) …
› foreach ($this->profiles as $request) {
› $this->profiler->saveProfile($this->profiles[$request]);
› }
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/event-dispatcher/ Debug/WrappedListener.php:126 {
Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher) …
›
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
›
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#705 …}
... : {
"kernel.request "
Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#788 …}
}
}
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/event-dispatcher/ EventDispatcher.php:264 {
Symfony\Component\EventDispatcher \ EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#705 …}
$eventName : "kernel.request "
$dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#788 …}
}
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/event-dispatcher/ EventDispatcher.php:239 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, $event) …
› if ($event instanceof Event) {
› $this->doDispatch($listeners, $eventName, $event);
›
arguments : {
$listeners : [ …11]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#705 …}
}
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/event-dispatcher/ EventDispatcher.php:73 {
Symfony\Component\EventDispatcher \ EventDispatcher->dispatch($event) …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments : {
$listeners : [ …11]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#705 …}
}
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:168 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch($event) …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#705 …}
... : {
"kernel.request "
}
}
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/http-kernel/ HttpKernel.php:103 {
Symfony\Component\HttpKernel \ HttpKernel->terminate(Request $request, Response $response) …
› {
› $this->dispatcher->dispatch(new TerminateEvent($this, $request, $response), KernelEvents::TERMINATE);
› }
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/http-kernel/ Kernel.php:166 {
Symfony\Component\HttpKernel \ Kernel->terminate(Request $request, Response $response) …
› if ($this->getHttpKernel() instanceof TerminableInterface) {
› $this->getHttpKernel()->terminate($request, $response);
› }
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs / public/index.php:40 {
› $response->send();
› $kernel->terminate($request, $response);
›
}
}
00:13:34
php
User Deprecated: The Sonata\BlockBundle\Block\Service\AbstractAdminBlockService class is deprecated since sonata-project/block-bundle 3.16 and will be removed with the 4.0 release.
[
"exception " => ErrorException {#2243
#message : "User Deprecated: The Sonata\BlockBundle\Block\Service\AbstractAdminBlockService class is deprecated since sonata-project/block-bundle 3.16 and will be removed with the 4.0 release. "
#code : 0
#file : "/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /sonata-project/block-bundle/ src/Block/Service/AbstractAdminBlockService.php "
#line : 24
#severity : E_USER_DEPRECATED
trace : {
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /sonata-project/block-bundle/ src/Block/Service/AbstractAdminBlockService.php:24 {
include_once …
› 'and will be removed with the 4.0 release.',
› E_USER_DEPRECATED
› );
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs / var/cache/dev/ContainerGhr0ToI/getSonata_Seo_Block_Breadcrumb_HomepageService.php:13 {
require …
› include_once \dirname(__DIR__, 4).'/vendor/sonata-project/block-bundle/src/Block/Service/AdminBlockServiceInterface.php';
› include_once \dirname(__DIR__, 4).'/vendor/sonata-project/block-bundle/src/Block/Service/AbstractAdminBlockService.php';
› include_once \dirname(__DIR__, 4).'/vendor/sonata-project/block-bundle/src/Block/Service/MenuBlockService.php';
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs / var/cache/dev/ContainerGhr0ToI/srcApp_KernelDevDebugContainer.php:879 {
ContainerGhr0ToI \ srcApp_KernelDevDebugContainer->load($file, $lazyLoad = true) …
› {
› return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
› }
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs / var/cache/dev/ContainerGhr0ToI/getSonata_Seo_Event_BreadcrumbService.php:13 {
require …
›
› $instance->addBlockService('sonata.seo.block.breadcrumb.homepage', ($this->services['sonata.seo.block.breadcrumb.homepage'] ?? $this->load('getSonata_Seo_Block_Breadcrumb_HomepageService.php')));
› $instance->addBlockService('sonata.media.block.breadcrumb_view', ($this->services['sonata.media.block.breadcrumb_view'] ?? $this->load('getSonata_Media_Block_BreadcrumbViewService.php')));
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs / var/cache/dev/ContainerGhr0ToI/srcApp_KernelDevDebugContainer.php:879 {
ContainerGhr0ToI \ srcApp_KernelDevDebugContainer->load($file, $lazyLoad = true) …
› {
› return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
› }
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs / var/cache/dev/ContainerGhr0ToI/srcApp_KernelDevDebugContainer.php:1058 {
ContainerGhr0ToI\srcApp_KernelDevDebugContainer->ContainerGhr0ToI \ {closure} …
› $instance->addListener('sonata.block.event.breadcrumb', [0 => function () {
› return ($this->privates['sonata.seo.event.breadcrumb'] ?? $this->load('getSonata_Seo_Event_BreadcrumbService.php'));
› }, 1 => 'onBlock'], 0);
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/event-dispatcher/ EventDispatcher.php:279 {
Symfony\Component\EventDispatcher \ EventDispatcher->sortListeners(string $eventName) …
› if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {
› $listener[0] = $listener[0]();
› $listener[1] = $listener[1] ?? '__invoke';
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/event-dispatcher/ EventDispatcher.php:98 {
Symfony\Component\EventDispatcher \ EventDispatcher->getListeners($eventName = null) …
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:102 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->getListeners($eventName = null) …
› {
› return $this->dispatcher->getListeners($eventName);
› }
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:216 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->getNotCalledListeners() …
› try {
› $allListeners = $this->getListeners();
› } catch (\Exception $e) {
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/http-kernel/ DataCollector/EventDataCollector.php:69 {
Symfony\Component\HttpKernel\DataCollector \ EventDataCollector->lateCollect() …
› $this->setCalledListeners($this->dispatcher->getCalledListeners($this->currentRequest));
› $this->setNotCalledListeners($this->dispatcher->getNotCalledListeners($this->currentRequest));
› }
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/http-kernel/ Profiler/Profiler.php:100 {
Symfony\Component\HttpKernel\Profiler \ Profiler->saveProfile(Profile $profile) …
› if ($collector instanceof LateDataCollectorInterface) {
› $collector->lateCollect();
› }
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/http-kernel/ EventListener/ProfilerListener.php:127 {
Symfony\Component\HttpKernel\EventListener \ ProfilerListener->onKernelTerminate(PostResponseEvent $event) …
› foreach ($this->profiles as $request) {
› $this->profiler->saveProfile($this->profiles[$request]);
› }
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/event-dispatcher/ Debug/WrappedListener.php:126 {
Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher) …
›
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
›
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#705 …}
... : {
"kernel.request "
Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#788 …}
}
}
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/event-dispatcher/ EventDispatcher.php:264 {
Symfony\Component\EventDispatcher \ EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#705 …}
$eventName : "kernel.request "
$dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#788 …}
}
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/event-dispatcher/ EventDispatcher.php:239 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, $event) …
› if ($event instanceof Event) {
› $this->doDispatch($listeners, $eventName, $event);
›
arguments : {
$listeners : [ …11]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#705 …}
}
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/event-dispatcher/ EventDispatcher.php:73 {
Symfony\Component\EventDispatcher \ EventDispatcher->dispatch($event) …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments : {
$listeners : [ …11]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#705 …}
}
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:168 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch($event) …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#705 …}
... : {
"kernel.request "
}
}
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/http-kernel/ HttpKernel.php:103 {
Symfony\Component\HttpKernel \ HttpKernel->terminate(Request $request, Response $response) …
› {
› $this->dispatcher->dispatch(new TerminateEvent($this, $request, $response), KernelEvents::TERMINATE);
› }
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/http-kernel/ Kernel.php:166 {
Symfony\Component\HttpKernel \ Kernel->terminate(Request $request, Response $response) …
› if ($this->getHttpKernel() instanceof TerminableInterface) {
› $this->getHttpKernel()->terminate($request, $response);
› }
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs / public/index.php:40 {
› $response->send();
› $kernel->terminate($request, $response);
›
}
}
}
]
{
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /sonata-project/block-bundle/ src/Block/Service/AbstractAdminBlockService.php:24 {
include_once …
› 'and will be removed with the 4.0 release.',
› E_USER_DEPRECATED
› );
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs / var/cache/dev/ContainerGhr0ToI/getSonata_Seo_Block_Breadcrumb_HomepageService.php:13 {
require …
› include_once \dirname(__DIR__, 4).'/vendor/sonata-project/block-bundle/src/Block/Service/AdminBlockServiceInterface.php';
› include_once \dirname(__DIR__, 4).'/vendor/sonata-project/block-bundle/src/Block/Service/AbstractAdminBlockService.php';
› include_once \dirname(__DIR__, 4).'/vendor/sonata-project/block-bundle/src/Block/Service/MenuBlockService.php';
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs / var/cache/dev/ContainerGhr0ToI/srcApp_KernelDevDebugContainer.php:879 {
ContainerGhr0ToI \ srcApp_KernelDevDebugContainer->load($file, $lazyLoad = true) …
› {
› return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
› }
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs / var/cache/dev/ContainerGhr0ToI/getSonata_Seo_Event_BreadcrumbService.php:13 {
require …
›
› $instance->addBlockService('sonata.seo.block.breadcrumb.homepage', ($this->services['sonata.seo.block.breadcrumb.homepage'] ?? $this->load('getSonata_Seo_Block_Breadcrumb_HomepageService.php')));
› $instance->addBlockService('sonata.media.block.breadcrumb_view', ($this->services['sonata.media.block.breadcrumb_view'] ?? $this->load('getSonata_Media_Block_BreadcrumbViewService.php')));
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs / var/cache/dev/ContainerGhr0ToI/srcApp_KernelDevDebugContainer.php:879 {
ContainerGhr0ToI \ srcApp_KernelDevDebugContainer->load($file, $lazyLoad = true) …
› {
› return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
› }
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs / var/cache/dev/ContainerGhr0ToI/srcApp_KernelDevDebugContainer.php:1058 {
ContainerGhr0ToI\srcApp_KernelDevDebugContainer->ContainerGhr0ToI \ {closure} …
› $instance->addListener('sonata.block.event.breadcrumb', [0 => function () {
› return ($this->privates['sonata.seo.event.breadcrumb'] ?? $this->load('getSonata_Seo_Event_BreadcrumbService.php'));
› }, 1 => 'onBlock'], 0);
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/event-dispatcher/ EventDispatcher.php:279 {
Symfony\Component\EventDispatcher \ EventDispatcher->sortListeners(string $eventName) …
› if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {
› $listener[0] = $listener[0]();
› $listener[1] = $listener[1] ?? '__invoke';
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/event-dispatcher/ EventDispatcher.php:98 {
Symfony\Component\EventDispatcher \ EventDispatcher->getListeners($eventName = null) …
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:102 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->getListeners($eventName = null) …
› {
› return $this->dispatcher->getListeners($eventName);
› }
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:216 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->getNotCalledListeners() …
› try {
› $allListeners = $this->getListeners();
› } catch (\Exception $e) {
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/http-kernel/ DataCollector/EventDataCollector.php:69 {
Symfony\Component\HttpKernel\DataCollector \ EventDataCollector->lateCollect() …
› $this->setCalledListeners($this->dispatcher->getCalledListeners($this->currentRequest));
› $this->setNotCalledListeners($this->dispatcher->getNotCalledListeners($this->currentRequest));
› }
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/http-kernel/ Profiler/Profiler.php:100 {
Symfony\Component\HttpKernel\Profiler \ Profiler->saveProfile(Profile $profile) …
› if ($collector instanceof LateDataCollectorInterface) {
› $collector->lateCollect();
› }
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/http-kernel/ EventListener/ProfilerListener.php:127 {
Symfony\Component\HttpKernel\EventListener \ ProfilerListener->onKernelTerminate(PostResponseEvent $event) …
› foreach ($this->profiles as $request) {
› $this->profiler->saveProfile($this->profiles[$request]);
› }
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/event-dispatcher/ Debug/WrappedListener.php:126 {
Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher) …
›
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
›
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#705 …}
... : {
"kernel.request "
Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#788 …}
}
}
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/event-dispatcher/ EventDispatcher.php:264 {
Symfony\Component\EventDispatcher \ EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#705 …}
$eventName : "kernel.request "
$dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#788 …}
}
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/event-dispatcher/ EventDispatcher.php:239 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, $event) …
› if ($event instanceof Event) {
› $this->doDispatch($listeners, $eventName, $event);
›
arguments : {
$listeners : [ …11]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#705 …}
}
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/event-dispatcher/ EventDispatcher.php:73 {
Symfony\Component\EventDispatcher \ EventDispatcher->dispatch($event) …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments : {
$listeners : [ …11]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#705 …}
}
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:168 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch($event) …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#705 …}
... : {
"kernel.request "
}
}
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/http-kernel/ HttpKernel.php:103 {
Symfony\Component\HttpKernel \ HttpKernel->terminate(Request $request, Response $response) …
› {
› $this->dispatcher->dispatch(new TerminateEvent($this, $request, $response), KernelEvents::TERMINATE);
› }
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/http-kernel/ Kernel.php:166 {
Symfony\Component\HttpKernel \ Kernel->terminate(Request $request, Response $response) …
› if ($this->getHttpKernel() instanceof TerminableInterface) {
› $this->getHttpKernel()->terminate($request, $response);
› }
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs / public/index.php:40 {
› $response->send();
› $kernel->terminate($request, $response);
›
}
}
00:13:34
php
User Deprecated: The "sonata.templating " service is deprecated since sonata-project/block-bundle 3.17 and will be removed in version 4.0.
[
"exception " => ErrorException {#4083
#message : "User Deprecated: The "sonata.templating" service is deprecated since sonata-project/block-bundle 3.17 and will be removed in version 4.0. "
#code : 0
#file : "/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs / var/cache/dev/ContainerGhr0ToI/getSonata_TemplatingService.php "
#line : 9
#severity : E_USER_DEPRECATED
trace : {
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs / var/cache/dev/ContainerGhr0ToI/getSonata_TemplatingService.php:9 {
require …
›
› @trigger_error('The "sonata.templating" service is deprecated since sonata-project/block-bundle 3.17 and will be removed in version 4.0.', E_USER_DEPRECATED);
›
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs / var/cache/dev/ContainerGhr0ToI/srcApp_KernelDevDebugContainer.php:879 {
ContainerGhr0ToI \ srcApp_KernelDevDebugContainer->load($file, $lazyLoad = true) …
› {
› return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
› }
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs / var/cache/dev/ContainerGhr0ToI/getSonata_Seo_Block_Breadcrumb_HomepageService.php:18 {
require …
›
› return $this->services['sonata.seo.block.breadcrumb.homepage'] = new \Sonata\SeoBundle\Block\Breadcrumb\HomepageBreadcrumbBlockService('homepage', 'sonata.seo.block.breadcrumb.homepage', ($this->privates['sonata.templating'] ?? $this->load('getSonata_TemplatingService.php')), ($this->privates['knp_menu.menu_provider.chain'] ?? $this->getKnpMenu_MenuProvider_ChainService()), ($this->services['knp_menu.factory'] ?? $this->load('getKnpMenu_FactoryService.php')));
›
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs / var/cache/dev/ContainerGhr0ToI/srcApp_KernelDevDebugContainer.php:879 {
ContainerGhr0ToI \ srcApp_KernelDevDebugContainer->load($file, $lazyLoad = true) …
› {
› return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
› }
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs / var/cache/dev/ContainerGhr0ToI/getSonata_Seo_Event_BreadcrumbService.php:13 {
require …
›
› $instance->addBlockService('sonata.seo.block.breadcrumb.homepage', ($this->services['sonata.seo.block.breadcrumb.homepage'] ?? $this->load('getSonata_Seo_Block_Breadcrumb_HomepageService.php')));
› $instance->addBlockService('sonata.media.block.breadcrumb_view', ($this->services['sonata.media.block.breadcrumb_view'] ?? $this->load('getSonata_Media_Block_BreadcrumbViewService.php')));
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs / var/cache/dev/ContainerGhr0ToI/srcApp_KernelDevDebugContainer.php:879 {
ContainerGhr0ToI \ srcApp_KernelDevDebugContainer->load($file, $lazyLoad = true) …
› {
› return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
› }
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs / var/cache/dev/ContainerGhr0ToI/srcApp_KernelDevDebugContainer.php:1058 {
ContainerGhr0ToI\srcApp_KernelDevDebugContainer->ContainerGhr0ToI \ {closure} …
› $instance->addListener('sonata.block.event.breadcrumb', [0 => function () {
› return ($this->privates['sonata.seo.event.breadcrumb'] ?? $this->load('getSonata_Seo_Event_BreadcrumbService.php'));
› }, 1 => 'onBlock'], 0);
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/event-dispatcher/ EventDispatcher.php:279 {
Symfony\Component\EventDispatcher \ EventDispatcher->sortListeners(string $eventName) …
› if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {
› $listener[0] = $listener[0]();
› $listener[1] = $listener[1] ?? '__invoke';
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/event-dispatcher/ EventDispatcher.php:98 {
Symfony\Component\EventDispatcher \ EventDispatcher->getListeners($eventName = null) …
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:102 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->getListeners($eventName = null) …
› {
› return $this->dispatcher->getListeners($eventName);
› }
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:216 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->getNotCalledListeners() …
› try {
› $allListeners = $this->getListeners();
› } catch (\Exception $e) {
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/http-kernel/ DataCollector/EventDataCollector.php:69 {
Symfony\Component\HttpKernel\DataCollector \ EventDataCollector->lateCollect() …
› $this->setCalledListeners($this->dispatcher->getCalledListeners($this->currentRequest));
› $this->setNotCalledListeners($this->dispatcher->getNotCalledListeners($this->currentRequest));
› }
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/http-kernel/ Profiler/Profiler.php:100 {
Symfony\Component\HttpKernel\Profiler \ Profiler->saveProfile(Profile $profile) …
› if ($collector instanceof LateDataCollectorInterface) {
› $collector->lateCollect();
› }
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/http-kernel/ EventListener/ProfilerListener.php:127 {
Symfony\Component\HttpKernel\EventListener \ ProfilerListener->onKernelTerminate(PostResponseEvent $event) …
› foreach ($this->profiles as $request) {
› $this->profiler->saveProfile($this->profiles[$request]);
› }
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/event-dispatcher/ Debug/WrappedListener.php:126 {
Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher) …
›
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
›
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#705 …}
... : {
"kernel.request "
Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#788 …}
}
}
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/event-dispatcher/ EventDispatcher.php:264 {
Symfony\Component\EventDispatcher \ EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#705 …}
$eventName : "kernel.request "
$dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#788 …}
}
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/event-dispatcher/ EventDispatcher.php:239 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, $event) …
› if ($event instanceof Event) {
› $this->doDispatch($listeners, $eventName, $event);
›
arguments : {
$listeners : [ …11]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#705 …}
}
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/event-dispatcher/ EventDispatcher.php:73 {
Symfony\Component\EventDispatcher \ EventDispatcher->dispatch($event) …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments : {
$listeners : [ …11]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#705 …}
}
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:168 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch($event) …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#705 …}
... : {
"kernel.request "
}
}
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/http-kernel/ HttpKernel.php:103 {
Symfony\Component\HttpKernel \ HttpKernel->terminate(Request $request, Response $response) …
› {
› $this->dispatcher->dispatch(new TerminateEvent($this, $request, $response), KernelEvents::TERMINATE);
› }
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/http-kernel/ Kernel.php:166 {
Symfony\Component\HttpKernel \ Kernel->terminate(Request $request, Response $response) …
› if ($this->getHttpKernel() instanceof TerminableInterface) {
› $this->getHttpKernel()->terminate($request, $response);
› }
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs / public/index.php:40 {
› $response->send();
› $kernel->terminate($request, $response);
›
}
}
}
]
{
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs / var/cache/dev/ContainerGhr0ToI/getSonata_TemplatingService.php:9 {
require …
›
› @trigger_error('The "sonata.templating" service is deprecated since sonata-project/block-bundle 3.17 and will be removed in version 4.0.', E_USER_DEPRECATED);
›
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs / var/cache/dev/ContainerGhr0ToI/srcApp_KernelDevDebugContainer.php:879 {
ContainerGhr0ToI \ srcApp_KernelDevDebugContainer->load($file, $lazyLoad = true) …
› {
› return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
› }
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs / var/cache/dev/ContainerGhr0ToI/getSonata_Seo_Block_Breadcrumb_HomepageService.php:18 {
require …
›
› return $this->services['sonata.seo.block.breadcrumb.homepage'] = new \Sonata\SeoBundle\Block\Breadcrumb\HomepageBreadcrumbBlockService('homepage', 'sonata.seo.block.breadcrumb.homepage', ($this->privates['sonata.templating'] ?? $this->load('getSonata_TemplatingService.php')), ($this->privates['knp_menu.menu_provider.chain'] ?? $this->getKnpMenu_MenuProvider_ChainService()), ($this->services['knp_menu.factory'] ?? $this->load('getKnpMenu_FactoryService.php')));
›
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs / var/cache/dev/ContainerGhr0ToI/srcApp_KernelDevDebugContainer.php:879 {
ContainerGhr0ToI \ srcApp_KernelDevDebugContainer->load($file, $lazyLoad = true) …
› {
› return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
› }
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs / var/cache/dev/ContainerGhr0ToI/getSonata_Seo_Event_BreadcrumbService.php:13 {
require …
›
› $instance->addBlockService('sonata.seo.block.breadcrumb.homepage', ($this->services['sonata.seo.block.breadcrumb.homepage'] ?? $this->load('getSonata_Seo_Block_Breadcrumb_HomepageService.php')));
› $instance->addBlockService('sonata.media.block.breadcrumb_view', ($this->services['sonata.media.block.breadcrumb_view'] ?? $this->load('getSonata_Media_Block_BreadcrumbViewService.php')));
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs / var/cache/dev/ContainerGhr0ToI/srcApp_KernelDevDebugContainer.php:879 {
ContainerGhr0ToI \ srcApp_KernelDevDebugContainer->load($file, $lazyLoad = true) …
› {
› return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
› }
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs / var/cache/dev/ContainerGhr0ToI/srcApp_KernelDevDebugContainer.php:1058 {
ContainerGhr0ToI\srcApp_KernelDevDebugContainer->ContainerGhr0ToI \ {closure} …
› $instance->addListener('sonata.block.event.breadcrumb', [0 => function () {
› return ($this->privates['sonata.seo.event.breadcrumb'] ?? $this->load('getSonata_Seo_Event_BreadcrumbService.php'));
› }, 1 => 'onBlock'], 0);
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/event-dispatcher/ EventDispatcher.php:279 {
Symfony\Component\EventDispatcher \ EventDispatcher->sortListeners(string $eventName) …
› if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {
› $listener[0] = $listener[0]();
› $listener[1] = $listener[1] ?? '__invoke';
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/event-dispatcher/ EventDispatcher.php:98 {
Symfony\Component\EventDispatcher \ EventDispatcher->getListeners($eventName = null) …
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:102 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->getListeners($eventName = null) …
› {
› return $this->dispatcher->getListeners($eventName);
› }
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:216 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->getNotCalledListeners() …
› try {
› $allListeners = $this->getListeners();
› } catch (\Exception $e) {
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/http-kernel/ DataCollector/EventDataCollector.php:69 {
Symfony\Component\HttpKernel\DataCollector \ EventDataCollector->lateCollect() …
› $this->setCalledListeners($this->dispatcher->getCalledListeners($this->currentRequest));
› $this->setNotCalledListeners($this->dispatcher->getNotCalledListeners($this->currentRequest));
› }
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/http-kernel/ Profiler/Profiler.php:100 {
Symfony\Component\HttpKernel\Profiler \ Profiler->saveProfile(Profile $profile) …
› if ($collector instanceof LateDataCollectorInterface) {
› $collector->lateCollect();
› }
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/http-kernel/ EventListener/ProfilerListener.php:127 {
Symfony\Component\HttpKernel\EventListener \ ProfilerListener->onKernelTerminate(PostResponseEvent $event) …
› foreach ($this->profiles as $request) {
› $this->profiler->saveProfile($this->profiles[$request]);
› }
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/event-dispatcher/ Debug/WrappedListener.php:126 {
Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher) …
›
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
›
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#705 …}
... : {
"kernel.request "
Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#788 …}
}
}
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/event-dispatcher/ EventDispatcher.php:264 {
Symfony\Component\EventDispatcher \ EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#705 …}
$eventName : "kernel.request "
$dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#788 …}
}
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/event-dispatcher/ EventDispatcher.php:239 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, $event) …
› if ($event instanceof Event) {
› $this->doDispatch($listeners, $eventName, $event);
›
arguments : {
$listeners : [ …11]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#705 …}
}
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/event-dispatcher/ EventDispatcher.php:73 {
Symfony\Component\EventDispatcher \ EventDispatcher->dispatch($event) …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments : {
$listeners : [ …11]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#705 …}
}
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:168 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch($event) …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#705 …}
... : {
"kernel.request "
}
}
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/http-kernel/ HttpKernel.php:103 {
Symfony\Component\HttpKernel \ HttpKernel->terminate(Request $request, Response $response) …
› {
› $this->dispatcher->dispatch(new TerminateEvent($this, $request, $response), KernelEvents::TERMINATE);
› }
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/http-kernel/ Kernel.php:166 {
Symfony\Component\HttpKernel \ Kernel->terminate(Request $request, Response $response) …
› if ($this->getHttpKernel() instanceof TerminableInterface) {
› $this->getHttpKernel()->terminate($request, $response);
› }
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs / public/index.php:40 {
› $response->send();
› $kernel->terminate($request, $response);
›
}
}
00:13:34
php
User Deprecated: The Symfony\Bundle\TwigBundle\TwigEngine class is deprecated since version 4.3 and will be removed in 5.0; use \Twig\Environment instead.
[
"exception " => ErrorException {#1718
#message : "User Deprecated: The Symfony\Bundle\TwigBundle\TwigEngine class is deprecated since version 4.3 and will be removed in 5.0; use \Twig\Environment instead. "
#code : 0
#file : "/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/twig-bundle/ TwigEngine.php "
#line : 14
#severity : E_USER_DEPRECATED
trace : {
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/twig-bundle/ TwigEngine.php:14 {
spl_autoload_call($class_name) …
›
› @trigger_error('The '.TwigEngine::class.' class is deprecated since version 4.3 and will be removed in 5.0; use \Twig\Environment instead.', \E_USER_DEPRECATED);
›
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /sonata-project/block-bundle/ src/Templating/TwigEngine.php:18 {
spl_autoload_call($class_name) …
›
› class TwigEngine extends BaseTwigEngine implements EngineInterface
› {
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs / var/cache/dev/ContainerGhr0ToI/getSonata_TemplatingService.php:11 {
require …
›
› return $this->privates['sonata.templating'] = new \Sonata\BlockBundle\Templating\TwigEngine(($this->services['twig'] ?? $this->getTwigService()), $this->load('getSonata_Templating_NameParserService.php'), $this->load('getSonata_Templating_LocatorService.php'));
›
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs / var/cache/dev/ContainerGhr0ToI/srcApp_KernelDevDebugContainer.php:879 {
ContainerGhr0ToI \ srcApp_KernelDevDebugContainer->load($file, $lazyLoad = true) …
› {
› return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
› }
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs / var/cache/dev/ContainerGhr0ToI/getSonata_Seo_Block_Breadcrumb_HomepageService.php:18 {
require …
›
› return $this->services['sonata.seo.block.breadcrumb.homepage'] = new \Sonata\SeoBundle\Block\Breadcrumb\HomepageBreadcrumbBlockService('homepage', 'sonata.seo.block.breadcrumb.homepage', ($this->privates['sonata.templating'] ?? $this->load('getSonata_TemplatingService.php')), ($this->privates['knp_menu.menu_provider.chain'] ?? $this->getKnpMenu_MenuProvider_ChainService()), ($this->services['knp_menu.factory'] ?? $this->load('getKnpMenu_FactoryService.php')));
›
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs / var/cache/dev/ContainerGhr0ToI/srcApp_KernelDevDebugContainer.php:879 {
ContainerGhr0ToI \ srcApp_KernelDevDebugContainer->load($file, $lazyLoad = true) …
› {
› return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
› }
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs / var/cache/dev/ContainerGhr0ToI/getSonata_Seo_Event_BreadcrumbService.php:13 {
require …
›
› $instance->addBlockService('sonata.seo.block.breadcrumb.homepage', ($this->services['sonata.seo.block.breadcrumb.homepage'] ?? $this->load('getSonata_Seo_Block_Breadcrumb_HomepageService.php')));
› $instance->addBlockService('sonata.media.block.breadcrumb_view', ($this->services['sonata.media.block.breadcrumb_view'] ?? $this->load('getSonata_Media_Block_BreadcrumbViewService.php')));
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs / var/cache/dev/ContainerGhr0ToI/srcApp_KernelDevDebugContainer.php:879 {
ContainerGhr0ToI \ srcApp_KernelDevDebugContainer->load($file, $lazyLoad = true) …
› {
› return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
› }
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs / var/cache/dev/ContainerGhr0ToI/srcApp_KernelDevDebugContainer.php:1058 {
ContainerGhr0ToI\srcApp_KernelDevDebugContainer->ContainerGhr0ToI \ {closure} …
› $instance->addListener('sonata.block.event.breadcrumb', [0 => function () {
› return ($this->privates['sonata.seo.event.breadcrumb'] ?? $this->load('getSonata_Seo_Event_BreadcrumbService.php'));
› }, 1 => 'onBlock'], 0);
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/event-dispatcher/ EventDispatcher.php:279 {
Symfony\Component\EventDispatcher \ EventDispatcher->sortListeners(string $eventName) …
› if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {
› $listener[0] = $listener[0]();
› $listener[1] = $listener[1] ?? '__invoke';
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/event-dispatcher/ EventDispatcher.php:98 {
Symfony\Component\EventDispatcher \ EventDispatcher->getListeners($eventName = null) …
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:102 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->getListeners($eventName = null) …
› {
› return $this->dispatcher->getListeners($eventName);
› }
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:216 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->getNotCalledListeners() …
› try {
› $allListeners = $this->getListeners();
› } catch (\Exception $e) {
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/http-kernel/ DataCollector/EventDataCollector.php:69 {
Symfony\Component\HttpKernel\DataCollector \ EventDataCollector->lateCollect() …
› $this->setCalledListeners($this->dispatcher->getCalledListeners($this->currentRequest));
› $this->setNotCalledListeners($this->dispatcher->getNotCalledListeners($this->currentRequest));
› }
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/http-kernel/ Profiler/Profiler.php:100 {
Symfony\Component\HttpKernel\Profiler \ Profiler->saveProfile(Profile $profile) …
› if ($collector instanceof LateDataCollectorInterface) {
› $collector->lateCollect();
› }
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/http-kernel/ EventListener/ProfilerListener.php:127 {
Symfony\Component\HttpKernel\EventListener \ ProfilerListener->onKernelTerminate(PostResponseEvent $event) …
› foreach ($this->profiles as $request) {
› $this->profiler->saveProfile($this->profiles[$request]);
› }
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/event-dispatcher/ Debug/WrappedListener.php:126 {
Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher) …
›
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
›
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#705 …}
... : {
"kernel.request "
Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#788 …}
}
}
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/event-dispatcher/ EventDispatcher.php:264 {
Symfony\Component\EventDispatcher \ EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#705 …}
$eventName : "kernel.request "
$dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#788 …}
}
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/event-dispatcher/ EventDispatcher.php:239 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, $event) …
› if ($event instanceof Event) {
› $this->doDispatch($listeners, $eventName, $event);
›
arguments : {
$listeners : [ …11]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#705 …}
}
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/event-dispatcher/ EventDispatcher.php:73 {
Symfony\Component\EventDispatcher \ EventDispatcher->dispatch($event) …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments : {
$listeners : [ …11]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#705 …}
}
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:168 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch($event) …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#705 …}
... : {
"kernel.request "
}
}
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/http-kernel/ HttpKernel.php:103 {
Symfony\Component\HttpKernel \ HttpKernel->terminate(Request $request, Response $response) …
› {
› $this->dispatcher->dispatch(new TerminateEvent($this, $request, $response), KernelEvents::TERMINATE);
› }
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/http-kernel/ Kernel.php:166 {
Symfony\Component\HttpKernel \ Kernel->terminate(Request $request, Response $response) …
› if ($this->getHttpKernel() instanceof TerminableInterface) {
› $this->getHttpKernel()->terminate($request, $response);
› }
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs / public/index.php:40 {
› $response->send();
› $kernel->terminate($request, $response);
›
}
}
}
]
{
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/twig-bundle/ TwigEngine.php:14 {
spl_autoload_call($class_name) …
›
› @trigger_error('The '.TwigEngine::class.' class is deprecated since version 4.3 and will be removed in 5.0; use \Twig\Environment instead.', \E_USER_DEPRECATED);
›
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /sonata-project/block-bundle/ src/Templating/TwigEngine.php:18 {
spl_autoload_call($class_name) …
›
› class TwigEngine extends BaseTwigEngine implements EngineInterface
› {
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs / var/cache/dev/ContainerGhr0ToI/getSonata_TemplatingService.php:11 {
require …
›
› return $this->privates['sonata.templating'] = new \Sonata\BlockBundle\Templating\TwigEngine(($this->services['twig'] ?? $this->getTwigService()), $this->load('getSonata_Templating_NameParserService.php'), $this->load('getSonata_Templating_LocatorService.php'));
›
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs / var/cache/dev/ContainerGhr0ToI/srcApp_KernelDevDebugContainer.php:879 {
ContainerGhr0ToI \ srcApp_KernelDevDebugContainer->load($file, $lazyLoad = true) …
› {
› return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
› }
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs / var/cache/dev/ContainerGhr0ToI/getSonata_Seo_Block_Breadcrumb_HomepageService.php:18 {
require …
›
› return $this->services['sonata.seo.block.breadcrumb.homepage'] = new \Sonata\SeoBundle\Block\Breadcrumb\HomepageBreadcrumbBlockService('homepage', 'sonata.seo.block.breadcrumb.homepage', ($this->privates['sonata.templating'] ?? $this->load('getSonata_TemplatingService.php')), ($this->privates['knp_menu.menu_provider.chain'] ?? $this->getKnpMenu_MenuProvider_ChainService()), ($this->services['knp_menu.factory'] ?? $this->load('getKnpMenu_FactoryService.php')));
›
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs / var/cache/dev/ContainerGhr0ToI/srcApp_KernelDevDebugContainer.php:879 {
ContainerGhr0ToI \ srcApp_KernelDevDebugContainer->load($file, $lazyLoad = true) …
› {
› return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
› }
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs / var/cache/dev/ContainerGhr0ToI/getSonata_Seo_Event_BreadcrumbService.php:13 {
require …
›
› $instance->addBlockService('sonata.seo.block.breadcrumb.homepage', ($this->services['sonata.seo.block.breadcrumb.homepage'] ?? $this->load('getSonata_Seo_Block_Breadcrumb_HomepageService.php')));
› $instance->addBlockService('sonata.media.block.breadcrumb_view', ($this->services['sonata.media.block.breadcrumb_view'] ?? $this->load('getSonata_Media_Block_BreadcrumbViewService.php')));
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs / var/cache/dev/ContainerGhr0ToI/srcApp_KernelDevDebugContainer.php:879 {
ContainerGhr0ToI \ srcApp_KernelDevDebugContainer->load($file, $lazyLoad = true) …
› {
› return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
› }
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs / var/cache/dev/ContainerGhr0ToI/srcApp_KernelDevDebugContainer.php:1058 {
ContainerGhr0ToI\srcApp_KernelDevDebugContainer->ContainerGhr0ToI \ {closure} …
› $instance->addListener('sonata.block.event.breadcrumb', [0 => function () {
› return ($this->privates['sonata.seo.event.breadcrumb'] ?? $this->load('getSonata_Seo_Event_BreadcrumbService.php'));
› }, 1 => 'onBlock'], 0);
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/event-dispatcher/ EventDispatcher.php:279 {
Symfony\Component\EventDispatcher \ EventDispatcher->sortListeners(string $eventName) …
› if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {
› $listener[0] = $listener[0]();
› $listener[1] = $listener[1] ?? '__invoke';
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/event-dispatcher/ EventDispatcher.php:98 {
Symfony\Component\EventDispatcher \ EventDispatcher->getListeners($eventName = null) …
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:102 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->getListeners($eventName = null) …
› {
› return $this->dispatcher->getListeners($eventName);
› }
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:216 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->getNotCalledListeners() …
› try {
› $allListeners = $this->getListeners();
› } catch (\Exception $e) {
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/http-kernel/ DataCollector/EventDataCollector.php:69 {
Symfony\Component\HttpKernel\DataCollector \ EventDataCollector->lateCollect() …
› $this->setCalledListeners($this->dispatcher->getCalledListeners($this->currentRequest));
› $this->setNotCalledListeners($this->dispatcher->getNotCalledListeners($this->currentRequest));
› }
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/http-kernel/ Profiler/Profiler.php:100 {
Symfony\Component\HttpKernel\Profiler \ Profiler->saveProfile(Profile $profile) …
› if ($collector instanceof LateDataCollectorInterface) {
› $collector->lateCollect();
› }
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/http-kernel/ EventListener/ProfilerListener.php:127 {
Symfony\Component\HttpKernel\EventListener \ ProfilerListener->onKernelTerminate(PostResponseEvent $event) …
› foreach ($this->profiles as $request) {
› $this->profiler->saveProfile($this->profiles[$request]);
› }
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/event-dispatcher/ Debug/WrappedListener.php:126 {
Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher) …
›
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
›
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#705 …}
... : {
"kernel.request "
Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#788 …}
}
}
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/event-dispatcher/ EventDispatcher.php:264 {
Symfony\Component\EventDispatcher \ EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#705 …}
$eventName : "kernel.request "
$dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#788 …}
}
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/event-dispatcher/ EventDispatcher.php:239 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, $event) …
› if ($event instanceof Event) {
› $this->doDispatch($listeners, $eventName, $event);
›
arguments : {
$listeners : [ …11]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#705 …}
}
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/event-dispatcher/ EventDispatcher.php:73 {
Symfony\Component\EventDispatcher \ EventDispatcher->dispatch($event) …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments : {
$listeners : [ …11]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#705 …}
}
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:168 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch($event) …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#705 …}
... : {
"kernel.request "
}
}
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/http-kernel/ HttpKernel.php:103 {
Symfony\Component\HttpKernel \ HttpKernel->terminate(Request $request, Response $response) …
› {
› $this->dispatcher->dispatch(new TerminateEvent($this, $request, $response), KernelEvents::TERMINATE);
› }
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/http-kernel/ Kernel.php:166 {
Symfony\Component\HttpKernel \ Kernel->terminate(Request $request, Response $response) …
› if ($this->getHttpKernel() instanceof TerminableInterface) {
› $this->getHttpKernel()->terminate($request, $response);
› }
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs / public/index.php:40 {
› $response->send();
› $kernel->terminate($request, $response);
›
}
}
00:13:34
php
User Deprecated: The Symfony\Bridge\Twig\TwigEngine class is deprecated since version 4.3 and will be removed in 5.0; use \Twig\Environment instead.
[
"exception " => ErrorException {#1568
#message : "User Deprecated: The Symfony\Bridge\Twig\TwigEngine class is deprecated since version 4.3 and will be removed in 5.0; use \Twig\Environment instead. "
#code : 0
#file : "/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/twig-bridge/ TwigEngine.php "
#line : 14
#severity : E_USER_DEPRECATED
trace : {
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/twig-bridge/ TwigEngine.php:14 {
spl_autoload_call($class_name) …
›
› @trigger_error('The '.TwigEngine::class.' class is deprecated since version 4.3 and will be removed in 5.0; use \Twig\Environment instead.', \E_USER_DEPRECATED);
›
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/twig-bundle/ TwigEngine.php:31 {
spl_autoload_call($class_name) …
› */
› class TwigEngine extends BaseEngine implements EngineInterface
› {
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /sonata-project/block-bundle/ src/Templating/TwigEngine.php:18 {
spl_autoload_call($class_name) …
›
› class TwigEngine extends BaseTwigEngine implements EngineInterface
› {
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs / var/cache/dev/ContainerGhr0ToI/getSonata_TemplatingService.php:11 {
require …
›
› return $this->privates['sonata.templating'] = new \Sonata\BlockBundle\Templating\TwigEngine(($this->services['twig'] ?? $this->getTwigService()), $this->load('getSonata_Templating_NameParserService.php'), $this->load('getSonata_Templating_LocatorService.php'));
›
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs / var/cache/dev/ContainerGhr0ToI/srcApp_KernelDevDebugContainer.php:879 {
ContainerGhr0ToI \ srcApp_KernelDevDebugContainer->load($file, $lazyLoad = true) …
› {
› return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
› }
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs / var/cache/dev/ContainerGhr0ToI/getSonata_Seo_Block_Breadcrumb_HomepageService.php:18 {
require …
›
› return $this->services['sonata.seo.block.breadcrumb.homepage'] = new \Sonata\SeoBundle\Block\Breadcrumb\HomepageBreadcrumbBlockService('homepage', 'sonata.seo.block.breadcrumb.homepage', ($this->privates['sonata.templating'] ?? $this->load('getSonata_TemplatingService.php')), ($this->privates['knp_menu.menu_provider.chain'] ?? $this->getKnpMenu_MenuProvider_ChainService()), ($this->services['knp_menu.factory'] ?? $this->load('getKnpMenu_FactoryService.php')));
›
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs / var/cache/dev/ContainerGhr0ToI/srcApp_KernelDevDebugContainer.php:879 {
ContainerGhr0ToI \ srcApp_KernelDevDebugContainer->load($file, $lazyLoad = true) …
› {
› return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
› }
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs / var/cache/dev/ContainerGhr0ToI/getSonata_Seo_Event_BreadcrumbService.php:13 {
require …
›
› $instance->addBlockService('sonata.seo.block.breadcrumb.homepage', ($this->services['sonata.seo.block.breadcrumb.homepage'] ?? $this->load('getSonata_Seo_Block_Breadcrumb_HomepageService.php')));
› $instance->addBlockService('sonata.media.block.breadcrumb_view', ($this->services['sonata.media.block.breadcrumb_view'] ?? $this->load('getSonata_Media_Block_BreadcrumbViewService.php')));
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs / var/cache/dev/ContainerGhr0ToI/srcApp_KernelDevDebugContainer.php:879 {
ContainerGhr0ToI \ srcApp_KernelDevDebugContainer->load($file, $lazyLoad = true) …
› {
› return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
› }
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs / var/cache/dev/ContainerGhr0ToI/srcApp_KernelDevDebugContainer.php:1058 {
ContainerGhr0ToI\srcApp_KernelDevDebugContainer->ContainerGhr0ToI \ {closure} …
› $instance->addListener('sonata.block.event.breadcrumb', [0 => function () {
› return ($this->privates['sonata.seo.event.breadcrumb'] ?? $this->load('getSonata_Seo_Event_BreadcrumbService.php'));
› }, 1 => 'onBlock'], 0);
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/event-dispatcher/ EventDispatcher.php:279 {
Symfony\Component\EventDispatcher \ EventDispatcher->sortListeners(string $eventName) …
› if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {
› $listener[0] = $listener[0]();
› $listener[1] = $listener[1] ?? '__invoke';
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/event-dispatcher/ EventDispatcher.php:98 {
Symfony\Component\EventDispatcher \ EventDispatcher->getListeners($eventName = null) …
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:102 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->getListeners($eventName = null) …
› {
› return $this->dispatcher->getListeners($eventName);
› }
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:216 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->getNotCalledListeners() …
› try {
› $allListeners = $this->getListeners();
› } catch (\Exception $e) {
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/http-kernel/ DataCollector/EventDataCollector.php:69 {
Symfony\Component\HttpKernel\DataCollector \ EventDataCollector->lateCollect() …
› $this->setCalledListeners($this->dispatcher->getCalledListeners($this->currentRequest));
› $this->setNotCalledListeners($this->dispatcher->getNotCalledListeners($this->currentRequest));
› }
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/http-kernel/ Profiler/Profiler.php:100 {
Symfony\Component\HttpKernel\Profiler \ Profiler->saveProfile(Profile $profile) …
› if ($collector instanceof LateDataCollectorInterface) {
› $collector->lateCollect();
› }
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/http-kernel/ EventListener/ProfilerListener.php:127 {
Symfony\Component\HttpKernel\EventListener \ ProfilerListener->onKernelTerminate(PostResponseEvent $event) …
› foreach ($this->profiles as $request) {
› $this->profiler->saveProfile($this->profiles[$request]);
› }
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/event-dispatcher/ Debug/WrappedListener.php:126 {
Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher) …
›
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
›
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#705 …}
... : {
"kernel.request "
Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#788 …}
}
}
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/event-dispatcher/ EventDispatcher.php:264 {
Symfony\Component\EventDispatcher \ EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#705 …}
$eventName : "kernel.request "
$dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#788 …}
}
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/event-dispatcher/ EventDispatcher.php:239 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, $event) …
› if ($event instanceof Event) {
› $this->doDispatch($listeners, $eventName, $event);
›
arguments : {
$listeners : [ …11]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#705 …}
}
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/event-dispatcher/ EventDispatcher.php:73 {
Symfony\Component\EventDispatcher \ EventDispatcher->dispatch($event) …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments : {
$listeners : [ …11]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#705 …}
}
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:168 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch($event) …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#705 …}
... : {
"kernel.request "
}
}
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/http-kernel/ HttpKernel.php:103 {
Symfony\Component\HttpKernel \ HttpKernel->terminate(Request $request, Response $response) …
› {
› $this->dispatcher->dispatch(new TerminateEvent($this, $request, $response), KernelEvents::TERMINATE);
› }
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/http-kernel/ Kernel.php:166 {
Symfony\Component\HttpKernel \ Kernel->terminate(Request $request, Response $response) …
› if ($this->getHttpKernel() instanceof TerminableInterface) {
› $this->getHttpKernel()->terminate($request, $response);
› }
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs / public/index.php:40 {
› $response->send();
› $kernel->terminate($request, $response);
›
}
}
}
]
{
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/twig-bridge/ TwigEngine.php:14 {
spl_autoload_call($class_name) …
›
› @trigger_error('The '.TwigEngine::class.' class is deprecated since version 4.3 and will be removed in 5.0; use \Twig\Environment instead.', \E_USER_DEPRECATED);
›
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/twig-bundle/ TwigEngine.php:31 {
spl_autoload_call($class_name) …
› */
› class TwigEngine extends BaseEngine implements EngineInterface
› {
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /sonata-project/block-bundle/ src/Templating/TwigEngine.php:18 {
spl_autoload_call($class_name) …
›
› class TwigEngine extends BaseTwigEngine implements EngineInterface
› {
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs / var/cache/dev/ContainerGhr0ToI/getSonata_TemplatingService.php:11 {
require …
›
› return $this->privates['sonata.templating'] = new \Sonata\BlockBundle\Templating\TwigEngine(($this->services['twig'] ?? $this->getTwigService()), $this->load('getSonata_Templating_NameParserService.php'), $this->load('getSonata_Templating_LocatorService.php'));
›
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs / var/cache/dev/ContainerGhr0ToI/srcApp_KernelDevDebugContainer.php:879 {
ContainerGhr0ToI \ srcApp_KernelDevDebugContainer->load($file, $lazyLoad = true) …
› {
› return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
› }
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs / var/cache/dev/ContainerGhr0ToI/getSonata_Seo_Block_Breadcrumb_HomepageService.php:18 {
require …
›
› return $this->services['sonata.seo.block.breadcrumb.homepage'] = new \Sonata\SeoBundle\Block\Breadcrumb\HomepageBreadcrumbBlockService('homepage', 'sonata.seo.block.breadcrumb.homepage', ($this->privates['sonata.templating'] ?? $this->load('getSonata_TemplatingService.php')), ($this->privates['knp_menu.menu_provider.chain'] ?? $this->getKnpMenu_MenuProvider_ChainService()), ($this->services['knp_menu.factory'] ?? $this->load('getKnpMenu_FactoryService.php')));
›
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs / var/cache/dev/ContainerGhr0ToI/srcApp_KernelDevDebugContainer.php:879 {
ContainerGhr0ToI \ srcApp_KernelDevDebugContainer->load($file, $lazyLoad = true) …
› {
› return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
› }
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs / var/cache/dev/ContainerGhr0ToI/getSonata_Seo_Event_BreadcrumbService.php:13 {
require …
›
› $instance->addBlockService('sonata.seo.block.breadcrumb.homepage', ($this->services['sonata.seo.block.breadcrumb.homepage'] ?? $this->load('getSonata_Seo_Block_Breadcrumb_HomepageService.php')));
› $instance->addBlockService('sonata.media.block.breadcrumb_view', ($this->services['sonata.media.block.breadcrumb_view'] ?? $this->load('getSonata_Media_Block_BreadcrumbViewService.php')));
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs / var/cache/dev/ContainerGhr0ToI/srcApp_KernelDevDebugContainer.php:879 {
ContainerGhr0ToI \ srcApp_KernelDevDebugContainer->load($file, $lazyLoad = true) …
› {
› return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
› }
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs / var/cache/dev/ContainerGhr0ToI/srcApp_KernelDevDebugContainer.php:1058 {
ContainerGhr0ToI\srcApp_KernelDevDebugContainer->ContainerGhr0ToI \ {closure} …
› $instance->addListener('sonata.block.event.breadcrumb', [0 => function () {
› return ($this->privates['sonata.seo.event.breadcrumb'] ?? $this->load('getSonata_Seo_Event_BreadcrumbService.php'));
› }, 1 => 'onBlock'], 0);
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/event-dispatcher/ EventDispatcher.php:279 {
Symfony\Component\EventDispatcher \ EventDispatcher->sortListeners(string $eventName) …
› if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {
› $listener[0] = $listener[0]();
› $listener[1] = $listener[1] ?? '__invoke';
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/event-dispatcher/ EventDispatcher.php:98 {
Symfony\Component\EventDispatcher \ EventDispatcher->getListeners($eventName = null) …
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:102 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->getListeners($eventName = null) …
› {
› return $this->dispatcher->getListeners($eventName);
› }
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:216 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->getNotCalledListeners() …
› try {
› $allListeners = $this->getListeners();
› } catch (\Exception $e) {
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/http-kernel/ DataCollector/EventDataCollector.php:69 {
Symfony\Component\HttpKernel\DataCollector \ EventDataCollector->lateCollect() …
› $this->setCalledListeners($this->dispatcher->getCalledListeners($this->currentRequest));
› $this->setNotCalledListeners($this->dispatcher->getNotCalledListeners($this->currentRequest));
› }
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/http-kernel/ Profiler/Profiler.php:100 {
Symfony\Component\HttpKernel\Profiler \ Profiler->saveProfile(Profile $profile) …
› if ($collector instanceof LateDataCollectorInterface) {
› $collector->lateCollect();
› }
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/http-kernel/ EventListener/ProfilerListener.php:127 {
Symfony\Component\HttpKernel\EventListener \ ProfilerListener->onKernelTerminate(PostResponseEvent $event) …
› foreach ($this->profiles as $request) {
› $this->profiler->saveProfile($this->profiles[$request]);
› }
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/event-dispatcher/ Debug/WrappedListener.php:126 {
Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher) …
›
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
›
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#705 …}
... : {
"kernel.request "
Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#788 …}
}
}
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/event-dispatcher/ EventDispatcher.php:264 {
Symfony\Component\EventDispatcher \ EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#705 …}
$eventName : "kernel.request "
$dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#788 …}
}
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/event-dispatcher/ EventDispatcher.php:239 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, $event) …
› if ($event instanceof Event) {
› $this->doDispatch($listeners, $eventName, $event);
›
arguments : {
$listeners : [ …11]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#705 …}
}
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/event-dispatcher/ EventDispatcher.php:73 {
Symfony\Component\EventDispatcher \ EventDispatcher->dispatch($event) …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments : {
$listeners : [ …11]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#705 …}
}
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:168 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch($event) …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#705 …}
... : {
"kernel.request "
}
}
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/http-kernel/ HttpKernel.php:103 {
Symfony\Component\HttpKernel \ HttpKernel->terminate(Request $request, Response $response) …
› {
› $this->dispatcher->dispatch(new TerminateEvent($this, $request, $response), KernelEvents::TERMINATE);
› }
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/http-kernel/ Kernel.php:166 {
Symfony\Component\HttpKernel \ Kernel->terminate(Request $request, Response $response) …
› if ($this->getHttpKernel() instanceof TerminableInterface) {
› $this->getHttpKernel()->terminate($request, $response);
› }
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs / public/index.php:40 {
› $response->send();
› $kernel->terminate($request, $response);
›
}
}
00:13:34
php
User Deprecated: The Symfony\Bundle\FrameworkBundle\Templating\EngineInterface interface is deprecated since version 4.3 and will be removed in 5.0; use Twig instead.
[
"exception " => ErrorException {#2181
#message : "User Deprecated: The Symfony\Bundle\FrameworkBundle\Templating\EngineInterface interface is deprecated since version 4.3 and will be removed in 5.0; use Twig instead. "
#code : 0
#file : "/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/framework-bundle/ Templating/EngineInterface.php "
#line : 14
#severity : E_USER_DEPRECATED
trace : {
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/framework-bundle/ Templating/EngineInterface.php:14 {
spl_autoload_call($class_name) …
›
› @trigger_error('The '.EngineInterface::class.' interface is deprecated since version 4.3 and will be removed in 5.0; use Twig instead.', \E_USER_DEPRECATED);
›
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/twig-bundle/ TwigEngine.php:31 {
spl_autoload_call($class_name) …
› */
› class TwigEngine extends BaseEngine implements EngineInterface
› {
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /sonata-project/block-bundle/ src/Templating/TwigEngine.php:18 {
spl_autoload_call($class_name) …
›
› class TwigEngine extends BaseTwigEngine implements EngineInterface
› {
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs / var/cache/dev/ContainerGhr0ToI/getSonata_TemplatingService.php:11 {
require …
›
› return $this->privates['sonata.templating'] = new \Sonata\BlockBundle\Templating\TwigEngine(($this->services['twig'] ?? $this->getTwigService()), $this->load('getSonata_Templating_NameParserService.php'), $this->load('getSonata_Templating_LocatorService.php'));
›
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs / var/cache/dev/ContainerGhr0ToI/srcApp_KernelDevDebugContainer.php:879 {
ContainerGhr0ToI \ srcApp_KernelDevDebugContainer->load($file, $lazyLoad = true) …
› {
› return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
› }
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs / var/cache/dev/ContainerGhr0ToI/getSonata_Seo_Block_Breadcrumb_HomepageService.php:18 {
require …
›
› return $this->services['sonata.seo.block.breadcrumb.homepage'] = new \Sonata\SeoBundle\Block\Breadcrumb\HomepageBreadcrumbBlockService('homepage', 'sonata.seo.block.breadcrumb.homepage', ($this->privates['sonata.templating'] ?? $this->load('getSonata_TemplatingService.php')), ($this->privates['knp_menu.menu_provider.chain'] ?? $this->getKnpMenu_MenuProvider_ChainService()), ($this->services['knp_menu.factory'] ?? $this->load('getKnpMenu_FactoryService.php')));
›
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs / var/cache/dev/ContainerGhr0ToI/srcApp_KernelDevDebugContainer.php:879 {
ContainerGhr0ToI \ srcApp_KernelDevDebugContainer->load($file, $lazyLoad = true) …
› {
› return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
› }
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs / var/cache/dev/ContainerGhr0ToI/getSonata_Seo_Event_BreadcrumbService.php:13 {
require …
›
› $instance->addBlockService('sonata.seo.block.breadcrumb.homepage', ($this->services['sonata.seo.block.breadcrumb.homepage'] ?? $this->load('getSonata_Seo_Block_Breadcrumb_HomepageService.php')));
› $instance->addBlockService('sonata.media.block.breadcrumb_view', ($this->services['sonata.media.block.breadcrumb_view'] ?? $this->load('getSonata_Media_Block_BreadcrumbViewService.php')));
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs / var/cache/dev/ContainerGhr0ToI/srcApp_KernelDevDebugContainer.php:879 {
ContainerGhr0ToI \ srcApp_KernelDevDebugContainer->load($file, $lazyLoad = true) …
› {
› return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
› }
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs / var/cache/dev/ContainerGhr0ToI/srcApp_KernelDevDebugContainer.php:1058 {
ContainerGhr0ToI\srcApp_KernelDevDebugContainer->ContainerGhr0ToI \ {closure} …
› $instance->addListener('sonata.block.event.breadcrumb', [0 => function () {
› return ($this->privates['sonata.seo.event.breadcrumb'] ?? $this->load('getSonata_Seo_Event_BreadcrumbService.php'));
› }, 1 => 'onBlock'], 0);
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/event-dispatcher/ EventDispatcher.php:279 {
Symfony\Component\EventDispatcher \ EventDispatcher->sortListeners(string $eventName) …
› if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {
› $listener[0] = $listener[0]();
› $listener[1] = $listener[1] ?? '__invoke';
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/event-dispatcher/ EventDispatcher.php:98 {
Symfony\Component\EventDispatcher \ EventDispatcher->getListeners($eventName = null) …
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:102 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->getListeners($eventName = null) …
› {
› return $this->dispatcher->getListeners($eventName);
› }
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:216 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->getNotCalledListeners() …
› try {
› $allListeners = $this->getListeners();
› } catch (\Exception $e) {
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/http-kernel/ DataCollector/EventDataCollector.php:69 {
Symfony\Component\HttpKernel\DataCollector \ EventDataCollector->lateCollect() …
› $this->setCalledListeners($this->dispatcher->getCalledListeners($this->currentRequest));
› $this->setNotCalledListeners($this->dispatcher->getNotCalledListeners($this->currentRequest));
› }
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/http-kernel/ Profiler/Profiler.php:100 {
Symfony\Component\HttpKernel\Profiler \ Profiler->saveProfile(Profile $profile) …
› if ($collector instanceof LateDataCollectorInterface) {
› $collector->lateCollect();
› }
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/http-kernel/ EventListener/ProfilerListener.php:127 {
Symfony\Component\HttpKernel\EventListener \ ProfilerListener->onKernelTerminate(PostResponseEvent $event) …
› foreach ($this->profiles as $request) {
› $this->profiler->saveProfile($this->profiles[$request]);
› }
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/event-dispatcher/ Debug/WrappedListener.php:126 {
Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher) …
›
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
›
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#705 …}
... : {
"kernel.request "
Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#788 …}
}
}
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/event-dispatcher/ EventDispatcher.php:264 {
Symfony\Component\EventDispatcher \ EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#705 …}
$eventName : "kernel.request "
$dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#788 …}
}
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/event-dispatcher/ EventDispatcher.php:239 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, $event) …
› if ($event instanceof Event) {
› $this->doDispatch($listeners, $eventName, $event);
›
arguments : {
$listeners : [ …11]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#705 …}
}
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/event-dispatcher/ EventDispatcher.php:73 {
Symfony\Component\EventDispatcher \ EventDispatcher->dispatch($event) …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments : {
$listeners : [ …11]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#705 …}
}
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:168 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch($event) …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#705 …}
... : {
"kernel.request "
}
}
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/http-kernel/ HttpKernel.php:103 {
Symfony\Component\HttpKernel \ HttpKernel->terminate(Request $request, Response $response) …
› {
› $this->dispatcher->dispatch(new TerminateEvent($this, $request, $response), KernelEvents::TERMINATE);
› }
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/http-kernel/ Kernel.php:166 {
Symfony\Component\HttpKernel \ Kernel->terminate(Request $request, Response $response) …
› if ($this->getHttpKernel() instanceof TerminableInterface) {
› $this->getHttpKernel()->terminate($request, $response);
› }
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs / public/index.php:40 {
› $response->send();
› $kernel->terminate($request, $response);
›
}
}
}
]
{
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/framework-bundle/ Templating/EngineInterface.php:14 {
spl_autoload_call($class_name) …
›
› @trigger_error('The '.EngineInterface::class.' interface is deprecated since version 4.3 and will be removed in 5.0; use Twig instead.', \E_USER_DEPRECATED);
›
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/twig-bundle/ TwigEngine.php:31 {
spl_autoload_call($class_name) …
› */
› class TwigEngine extends BaseEngine implements EngineInterface
› {
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /sonata-project/block-bundle/ src/Templating/TwigEngine.php:18 {
spl_autoload_call($class_name) …
›
› class TwigEngine extends BaseTwigEngine implements EngineInterface
› {
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs / var/cache/dev/ContainerGhr0ToI/getSonata_TemplatingService.php:11 {
require …
›
› return $this->privates['sonata.templating'] = new \Sonata\BlockBundle\Templating\TwigEngine(($this->services['twig'] ?? $this->getTwigService()), $this->load('getSonata_Templating_NameParserService.php'), $this->load('getSonata_Templating_LocatorService.php'));
›
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs / var/cache/dev/ContainerGhr0ToI/srcApp_KernelDevDebugContainer.php:879 {
ContainerGhr0ToI \ srcApp_KernelDevDebugContainer->load($file, $lazyLoad = true) …
› {
› return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
› }
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs / var/cache/dev/ContainerGhr0ToI/getSonata_Seo_Block_Breadcrumb_HomepageService.php:18 {
require …
›
› return $this->services['sonata.seo.block.breadcrumb.homepage'] = new \Sonata\SeoBundle\Block\Breadcrumb\HomepageBreadcrumbBlockService('homepage', 'sonata.seo.block.breadcrumb.homepage', ($this->privates['sonata.templating'] ?? $this->load('getSonata_TemplatingService.php')), ($this->privates['knp_menu.menu_provider.chain'] ?? $this->getKnpMenu_MenuProvider_ChainService()), ($this->services['knp_menu.factory'] ?? $this->load('getKnpMenu_FactoryService.php')));
›
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs / var/cache/dev/ContainerGhr0ToI/srcApp_KernelDevDebugContainer.php:879 {
ContainerGhr0ToI \ srcApp_KernelDevDebugContainer->load($file, $lazyLoad = true) …
› {
› return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
› }
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs / var/cache/dev/ContainerGhr0ToI/getSonata_Seo_Event_BreadcrumbService.php:13 {
require …
›
› $instance->addBlockService('sonata.seo.block.breadcrumb.homepage', ($this->services['sonata.seo.block.breadcrumb.homepage'] ?? $this->load('getSonata_Seo_Block_Breadcrumb_HomepageService.php')));
› $instance->addBlockService('sonata.media.block.breadcrumb_view', ($this->services['sonata.media.block.breadcrumb_view'] ?? $this->load('getSonata_Media_Block_BreadcrumbViewService.php')));
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs / var/cache/dev/ContainerGhr0ToI/srcApp_KernelDevDebugContainer.php:879 {
ContainerGhr0ToI \ srcApp_KernelDevDebugContainer->load($file, $lazyLoad = true) …
› {
› return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
› }
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs / var/cache/dev/ContainerGhr0ToI/srcApp_KernelDevDebugContainer.php:1058 {
ContainerGhr0ToI\srcApp_KernelDevDebugContainer->ContainerGhr0ToI \ {closure} …
› $instance->addListener('sonata.block.event.breadcrumb', [0 => function () {
› return ($this->privates['sonata.seo.event.breadcrumb'] ?? $this->load('getSonata_Seo_Event_BreadcrumbService.php'));
› }, 1 => 'onBlock'], 0);
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/event-dispatcher/ EventDispatcher.php:279 {
Symfony\Component\EventDispatcher \ EventDispatcher->sortListeners(string $eventName) …
› if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {
› $listener[0] = $listener[0]();
› $listener[1] = $listener[1] ?? '__invoke';
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/event-dispatcher/ EventDispatcher.php:98 {
Symfony\Component\EventDispatcher \ EventDispatcher->getListeners($eventName = null) …
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:102 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->getListeners($eventName = null) …
› {
› return $this->dispatcher->getListeners($eventName);
› }
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:216 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->getNotCalledListeners() …
› try {
› $allListeners = $this->getListeners();
› } catch (\Exception $e) {
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/http-kernel/ DataCollector/EventDataCollector.php:69 {
Symfony\Component\HttpKernel\DataCollector \ EventDataCollector->lateCollect() …
› $this->setCalledListeners($this->dispatcher->getCalledListeners($this->currentRequest));
› $this->setNotCalledListeners($this->dispatcher->getNotCalledListeners($this->currentRequest));
› }
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/http-kernel/ Profiler/Profiler.php:100 {
Symfony\Component\HttpKernel\Profiler \ Profiler->saveProfile(Profile $profile) …
› if ($collector instanceof LateDataCollectorInterface) {
› $collector->lateCollect();
› }
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/http-kernel/ EventListener/ProfilerListener.php:127 {
Symfony\Component\HttpKernel\EventListener \ ProfilerListener->onKernelTerminate(PostResponseEvent $event) …
› foreach ($this->profiles as $request) {
› $this->profiler->saveProfile($this->profiles[$request]);
› }
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/event-dispatcher/ Debug/WrappedListener.php:126 {
Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher) …
›
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
›
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#705 …}
... : {
"kernel.request "
Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#788 …}
}
}
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/event-dispatcher/ EventDispatcher.php:264 {
Symfony\Component\EventDispatcher \ EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#705 …}
$eventName : "kernel.request "
$dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#788 …}
}
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/event-dispatcher/ EventDispatcher.php:239 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, $event) …
› if ($event instanceof Event) {
› $this->doDispatch($listeners, $eventName, $event);
›
arguments : {
$listeners : [ …11]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#705 …}
}
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/event-dispatcher/ EventDispatcher.php:73 {
Symfony\Component\EventDispatcher \ EventDispatcher->dispatch($event) …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments : {
$listeners : [ …11]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#705 …}
}
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:168 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch($event) …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#705 …}
... : {
"kernel.request "
}
}
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/http-kernel/ HttpKernel.php:103 {
Symfony\Component\HttpKernel \ HttpKernel->terminate(Request $request, Response $response) …
› {
› $this->dispatcher->dispatch(new TerminateEvent($this, $request, $response), KernelEvents::TERMINATE);
› }
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/http-kernel/ Kernel.php:166 {
Symfony\Component\HttpKernel \ Kernel->terminate(Request $request, Response $response) …
› if ($this->getHttpKernel() instanceof TerminableInterface) {
› $this->getHttpKernel()->terminate($request, $response);
› }
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs / public/index.php:40 {
› $response->send();
› $kernel->terminate($request, $response);
›
}
}
00:13:34
php
User Deprecated: The "Sonata\BlockBundle\Templating\EngineInterface " interface extends "Symfony\Bundle\FrameworkBundle\Templating\EngineInterface " that is deprecated since version 4.3, to be removed in 5.0; use Twig instead.
[
"exception " => ErrorException {#1671
#message : "User Deprecated: The "Sonata\BlockBundle\Templating\EngineInterface" interface extends "Symfony\Bundle\FrameworkBundle\Templating\EngineInterface" that is deprecated since version 4.3, to be removed in 5.0; use Twig instead. "
#code : 0
#file : "/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/debug/ DebugClassLoader.php "
#line : 204
#severity : E_USER_DEPRECATED
trace : {
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/debug/ DebugClassLoader.php:204 {
spl_autoload_call($class_name) …
› foreach ($deprecations as $message) {
› @trigger_error($message, \E_USER_DEPRECATED);
› }
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /sonata-project/block-bundle/ src/Templating/TwigEngine.php:18 {
spl_autoload_call($class_name) …
›
› class TwigEngine extends BaseTwigEngine implements EngineInterface
› {
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs / var/cache/dev/ContainerGhr0ToI/getSonata_TemplatingService.php:11 {
require …
›
› return $this->privates['sonata.templating'] = new \Sonata\BlockBundle\Templating\TwigEngine(($this->services['twig'] ?? $this->getTwigService()), $this->load('getSonata_Templating_NameParserService.php'), $this->load('getSonata_Templating_LocatorService.php'));
›
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs / var/cache/dev/ContainerGhr0ToI/srcApp_KernelDevDebugContainer.php:879 {
ContainerGhr0ToI \ srcApp_KernelDevDebugContainer->load($file, $lazyLoad = true) …
› {
› return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
› }
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs / var/cache/dev/ContainerGhr0ToI/getSonata_Seo_Block_Breadcrumb_HomepageService.php:18 {
require …
›
› return $this->services['sonata.seo.block.breadcrumb.homepage'] = new \Sonata\SeoBundle\Block\Breadcrumb\HomepageBreadcrumbBlockService('homepage', 'sonata.seo.block.breadcrumb.homepage', ($this->privates['sonata.templating'] ?? $this->load('getSonata_TemplatingService.php')), ($this->privates['knp_menu.menu_provider.chain'] ?? $this->getKnpMenu_MenuProvider_ChainService()), ($this->services['knp_menu.factory'] ?? $this->load('getKnpMenu_FactoryService.php')));
›
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs / var/cache/dev/ContainerGhr0ToI/srcApp_KernelDevDebugContainer.php:879 {
ContainerGhr0ToI \ srcApp_KernelDevDebugContainer->load($file, $lazyLoad = true) …
› {
› return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
› }
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs / var/cache/dev/ContainerGhr0ToI/getSonata_Seo_Event_BreadcrumbService.php:13 {
require …
›
› $instance->addBlockService('sonata.seo.block.breadcrumb.homepage', ($this->services['sonata.seo.block.breadcrumb.homepage'] ?? $this->load('getSonata_Seo_Block_Breadcrumb_HomepageService.php')));
› $instance->addBlockService('sonata.media.block.breadcrumb_view', ($this->services['sonata.media.block.breadcrumb_view'] ?? $this->load('getSonata_Media_Block_BreadcrumbViewService.php')));
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs / var/cache/dev/ContainerGhr0ToI/srcApp_KernelDevDebugContainer.php:879 {
ContainerGhr0ToI \ srcApp_KernelDevDebugContainer->load($file, $lazyLoad = true) …
› {
› return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
› }
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs / var/cache/dev/ContainerGhr0ToI/srcApp_KernelDevDebugContainer.php:1058 {
ContainerGhr0ToI\srcApp_KernelDevDebugContainer->ContainerGhr0ToI \ {closure} …
› $instance->addListener('sonata.block.event.breadcrumb', [0 => function () {
› return ($this->privates['sonata.seo.event.breadcrumb'] ?? $this->load('getSonata_Seo_Event_BreadcrumbService.php'));
› }, 1 => 'onBlock'], 0);
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/event-dispatcher/ EventDispatcher.php:279 {
Symfony\Component\EventDispatcher \ EventDispatcher->sortListeners(string $eventName) …
› if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {
› $listener[0] = $listener[0]();
› $listener[1] = $listener[1] ?? '__invoke';
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/event-dispatcher/ EventDispatcher.php:98 {
Symfony\Component\EventDispatcher \ EventDispatcher->getListeners($eventName = null) …
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:102 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->getListeners($eventName = null) …
› {
› return $this->dispatcher->getListeners($eventName);
› }
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:216 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->getNotCalledListeners() …
› try {
› $allListeners = $this->getListeners();
› } catch (\Exception $e) {
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/http-kernel/ DataCollector/EventDataCollector.php:69 {
Symfony\Component\HttpKernel\DataCollector \ EventDataCollector->lateCollect() …
› $this->setCalledListeners($this->dispatcher->getCalledListeners($this->currentRequest));
› $this->setNotCalledListeners($this->dispatcher->getNotCalledListeners($this->currentRequest));
› }
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/http-kernel/ Profiler/Profiler.php:100 {
Symfony\Component\HttpKernel\Profiler \ Profiler->saveProfile(Profile $profile) …
› if ($collector instanceof LateDataCollectorInterface) {
› $collector->lateCollect();
› }
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/http-kernel/ EventListener/ProfilerListener.php:127 {
Symfony\Component\HttpKernel\EventListener \ ProfilerListener->onKernelTerminate(PostResponseEvent $event) …
› foreach ($this->profiles as $request) {
› $this->profiler->saveProfile($this->profiles[$request]);
› }
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/event-dispatcher/ Debug/WrappedListener.php:126 {
Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher) …
›
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
›
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#705 …}
... : {
"kernel.request "
Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#788 …}
}
}
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/event-dispatcher/ EventDispatcher.php:264 {
Symfony\Component\EventDispatcher \ EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#705 …}
$eventName : "kernel.request "
$dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#788 …}
}
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/event-dispatcher/ EventDispatcher.php:239 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, $event) …
› if ($event instanceof Event) {
› $this->doDispatch($listeners, $eventName, $event);
›
arguments : {
$listeners : [ …11]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#705 …}
}
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/event-dispatcher/ EventDispatcher.php:73 {
Symfony\Component\EventDispatcher \ EventDispatcher->dispatch($event) …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments : {
$listeners : [ …11]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#705 …}
}
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:168 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch($event) …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#705 …}
... : {
"kernel.request "
}
}
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/http-kernel/ HttpKernel.php:103 {
Symfony\Component\HttpKernel \ HttpKernel->terminate(Request $request, Response $response) …
› {
› $this->dispatcher->dispatch(new TerminateEvent($this, $request, $response), KernelEvents::TERMINATE);
› }
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/http-kernel/ Kernel.php:166 {
Symfony\Component\HttpKernel \ Kernel->terminate(Request $request, Response $response) …
› if ($this->getHttpKernel() instanceof TerminableInterface) {
› $this->getHttpKernel()->terminate($request, $response);
› }
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs / public/index.php:40 {
› $response->send();
› $kernel->terminate($request, $response);
›
}
}
}
]
{
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/debug/ DebugClassLoader.php:204 {
spl_autoload_call($class_name) …
› foreach ($deprecations as $message) {
› @trigger_error($message, \E_USER_DEPRECATED);
› }
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /sonata-project/block-bundle/ src/Templating/TwigEngine.php:18 {
spl_autoload_call($class_name) …
›
› class TwigEngine extends BaseTwigEngine implements EngineInterface
› {
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs / var/cache/dev/ContainerGhr0ToI/getSonata_TemplatingService.php:11 {
require …
›
› return $this->privates['sonata.templating'] = new \Sonata\BlockBundle\Templating\TwigEngine(($this->services['twig'] ?? $this->getTwigService()), $this->load('getSonata_Templating_NameParserService.php'), $this->load('getSonata_Templating_LocatorService.php'));
›
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs / var/cache/dev/ContainerGhr0ToI/srcApp_KernelDevDebugContainer.php:879 {
ContainerGhr0ToI \ srcApp_KernelDevDebugContainer->load($file, $lazyLoad = true) …
› {
› return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
› }
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs / var/cache/dev/ContainerGhr0ToI/getSonata_Seo_Block_Breadcrumb_HomepageService.php:18 {
require …
›
› return $this->services['sonata.seo.block.breadcrumb.homepage'] = new \Sonata\SeoBundle\Block\Breadcrumb\HomepageBreadcrumbBlockService('homepage', 'sonata.seo.block.breadcrumb.homepage', ($this->privates['sonata.templating'] ?? $this->load('getSonata_TemplatingService.php')), ($this->privates['knp_menu.menu_provider.chain'] ?? $this->getKnpMenu_MenuProvider_ChainService()), ($this->services['knp_menu.factory'] ?? $this->load('getKnpMenu_FactoryService.php')));
›
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs / var/cache/dev/ContainerGhr0ToI/srcApp_KernelDevDebugContainer.php:879 {
ContainerGhr0ToI \ srcApp_KernelDevDebugContainer->load($file, $lazyLoad = true) …
› {
› return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
› }
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs / var/cache/dev/ContainerGhr0ToI/getSonata_Seo_Event_BreadcrumbService.php:13 {
require …
›
› $instance->addBlockService('sonata.seo.block.breadcrumb.homepage', ($this->services['sonata.seo.block.breadcrumb.homepage'] ?? $this->load('getSonata_Seo_Block_Breadcrumb_HomepageService.php')));
› $instance->addBlockService('sonata.media.block.breadcrumb_view', ($this->services['sonata.media.block.breadcrumb_view'] ?? $this->load('getSonata_Media_Block_BreadcrumbViewService.php')));
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs / var/cache/dev/ContainerGhr0ToI/srcApp_KernelDevDebugContainer.php:879 {
ContainerGhr0ToI \ srcApp_KernelDevDebugContainer->load($file, $lazyLoad = true) …
› {
› return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
› }
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs / var/cache/dev/ContainerGhr0ToI/srcApp_KernelDevDebugContainer.php:1058 {
ContainerGhr0ToI\srcApp_KernelDevDebugContainer->ContainerGhr0ToI \ {closure} …
› $instance->addListener('sonata.block.event.breadcrumb', [0 => function () {
› return ($this->privates['sonata.seo.event.breadcrumb'] ?? $this->load('getSonata_Seo_Event_BreadcrumbService.php'));
› }, 1 => 'onBlock'], 0);
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/event-dispatcher/ EventDispatcher.php:279 {
Symfony\Component\EventDispatcher \ EventDispatcher->sortListeners(string $eventName) …
› if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {
› $listener[0] = $listener[0]();
› $listener[1] = $listener[1] ?? '__invoke';
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/event-dispatcher/ EventDispatcher.php:98 {
Symfony\Component\EventDispatcher \ EventDispatcher->getListeners($eventName = null) …
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:102 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->getListeners($eventName = null) …
› {
› return $this->dispatcher->getListeners($eventName);
› }
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:216 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->getNotCalledListeners() …
› try {
› $allListeners = $this->getListeners();
› } catch (\Exception $e) {
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/http-kernel/ DataCollector/EventDataCollector.php:69 {
Symfony\Component\HttpKernel\DataCollector \ EventDataCollector->lateCollect() …
› $this->setCalledListeners($this->dispatcher->getCalledListeners($this->currentRequest));
› $this->setNotCalledListeners($this->dispatcher->getNotCalledListeners($this->currentRequest));
› }
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/http-kernel/ Profiler/Profiler.php:100 {
Symfony\Component\HttpKernel\Profiler \ Profiler->saveProfile(Profile $profile) …
› if ($collector instanceof LateDataCollectorInterface) {
› $collector->lateCollect();
› }
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/http-kernel/ EventListener/ProfilerListener.php:127 {
Symfony\Component\HttpKernel\EventListener \ ProfilerListener->onKernelTerminate(PostResponseEvent $event) …
› foreach ($this->profiles as $request) {
› $this->profiler->saveProfile($this->profiles[$request]);
› }
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/event-dispatcher/ Debug/WrappedListener.php:126 {
Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher) …
›
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
›
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#705 …}
... : {
"kernel.request "
Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#788 …}
}
}
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/event-dispatcher/ EventDispatcher.php:264 {
Symfony\Component\EventDispatcher \ EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#705 …}
$eventName : "kernel.request "
$dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#788 …}
}
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/event-dispatcher/ EventDispatcher.php:239 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, $event) …
› if ($event instanceof Event) {
› $this->doDispatch($listeners, $eventName, $event);
›
arguments : {
$listeners : [ …11]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#705 …}
}
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/event-dispatcher/ EventDispatcher.php:73 {
Symfony\Component\EventDispatcher \ EventDispatcher->dispatch($event) …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments : {
$listeners : [ …11]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#705 …}
}
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:168 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch($event) …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#705 …}
... : {
"kernel.request "
}
}
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/http-kernel/ HttpKernel.php:103 {
Symfony\Component\HttpKernel \ HttpKernel->terminate(Request $request, Response $response) …
› {
› $this->dispatcher->dispatch(new TerminateEvent($this, $request, $response), KernelEvents::TERMINATE);
› }
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/http-kernel/ Kernel.php:166 {
Symfony\Component\HttpKernel \ Kernel->terminate(Request $request, Response $response) …
› if ($this->getHttpKernel() instanceof TerminableInterface) {
› $this->getHttpKernel()->terminate($request, $response);
› }
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs / public/index.php:40 {
› $response->send();
› $kernel->terminate($request, $response);
›
}
}
00:13:34
php
User Deprecated: The "Sonata\BlockBundle\Templating\TwigEngine " class extends "Symfony\Bundle\TwigBundle\TwigEngine " that is deprecated since version 4.3, to be removed in 5.0; use Twig instead.
[
"exception " => ErrorException {#2145
#message : "User Deprecated: The "Sonata\BlockBundle\Templating\TwigEngine" class extends "Symfony\Bundle\TwigBundle\TwigEngine" that is deprecated since version 4.3, to be removed in 5.0; use Twig instead. "
#code : 0
#file : "/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/debug/ DebugClassLoader.php "
#line : 204
#severity : E_USER_DEPRECATED
trace : {
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/debug/ DebugClassLoader.php:204 {
spl_autoload_call($class_name) …
› foreach ($deprecations as $message) {
› @trigger_error($message, \E_USER_DEPRECATED);
› }
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs / var/cache/dev/ContainerGhr0ToI/getSonata_TemplatingService.php:11 {
require …
›
› return $this->privates['sonata.templating'] = new \Sonata\BlockBundle\Templating\TwigEngine(($this->services['twig'] ?? $this->getTwigService()), $this->load('getSonata_Templating_NameParserService.php'), $this->load('getSonata_Templating_LocatorService.php'));
›
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs / var/cache/dev/ContainerGhr0ToI/srcApp_KernelDevDebugContainer.php:879 {
ContainerGhr0ToI \ srcApp_KernelDevDebugContainer->load($file, $lazyLoad = true) …
› {
› return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
› }
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs / var/cache/dev/ContainerGhr0ToI/getSonata_Seo_Block_Breadcrumb_HomepageService.php:18 {
require …
›
› return $this->services['sonata.seo.block.breadcrumb.homepage'] = new \Sonata\SeoBundle\Block\Breadcrumb\HomepageBreadcrumbBlockService('homepage', 'sonata.seo.block.breadcrumb.homepage', ($this->privates['sonata.templating'] ?? $this->load('getSonata_TemplatingService.php')), ($this->privates['knp_menu.menu_provider.chain'] ?? $this->getKnpMenu_MenuProvider_ChainService()), ($this->services['knp_menu.factory'] ?? $this->load('getKnpMenu_FactoryService.php')));
›
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs / var/cache/dev/ContainerGhr0ToI/srcApp_KernelDevDebugContainer.php:879 {
ContainerGhr0ToI \ srcApp_KernelDevDebugContainer->load($file, $lazyLoad = true) …
› {
› return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
› }
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs / var/cache/dev/ContainerGhr0ToI/getSonata_Seo_Event_BreadcrumbService.php:13 {
require …
›
› $instance->addBlockService('sonata.seo.block.breadcrumb.homepage', ($this->services['sonata.seo.block.breadcrumb.homepage'] ?? $this->load('getSonata_Seo_Block_Breadcrumb_HomepageService.php')));
› $instance->addBlockService('sonata.media.block.breadcrumb_view', ($this->services['sonata.media.block.breadcrumb_view'] ?? $this->load('getSonata_Media_Block_BreadcrumbViewService.php')));
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs / var/cache/dev/ContainerGhr0ToI/srcApp_KernelDevDebugContainer.php:879 {
ContainerGhr0ToI \ srcApp_KernelDevDebugContainer->load($file, $lazyLoad = true) …
› {
› return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
› }
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs / var/cache/dev/ContainerGhr0ToI/srcApp_KernelDevDebugContainer.php:1058 {
ContainerGhr0ToI\srcApp_KernelDevDebugContainer->ContainerGhr0ToI \ {closure} …
› $instance->addListener('sonata.block.event.breadcrumb', [0 => function () {
› return ($this->privates['sonata.seo.event.breadcrumb'] ?? $this->load('getSonata_Seo_Event_BreadcrumbService.php'));
› }, 1 => 'onBlock'], 0);
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/event-dispatcher/ EventDispatcher.php:279 {
Symfony\Component\EventDispatcher \ EventDispatcher->sortListeners(string $eventName) …
› if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {
› $listener[0] = $listener[0]();
› $listener[1] = $listener[1] ?? '__invoke';
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/event-dispatcher/ EventDispatcher.php:98 {
Symfony\Component\EventDispatcher \ EventDispatcher->getListeners($eventName = null) …
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:102 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->getListeners($eventName = null) …
› {
› return $this->dispatcher->getListeners($eventName);
› }
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:216 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->getNotCalledListeners() …
› try {
› $allListeners = $this->getListeners();
› } catch (\Exception $e) {
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/http-kernel/ DataCollector/EventDataCollector.php:69 {
Symfony\Component\HttpKernel\DataCollector \ EventDataCollector->lateCollect() …
› $this->setCalledListeners($this->dispatcher->getCalledListeners($this->currentRequest));
› $this->setNotCalledListeners($this->dispatcher->getNotCalledListeners($this->currentRequest));
› }
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/http-kernel/ Profiler/Profiler.php:100 {
Symfony\Component\HttpKernel\Profiler \ Profiler->saveProfile(Profile $profile) …
› if ($collector instanceof LateDataCollectorInterface) {
› $collector->lateCollect();
› }
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/http-kernel/ EventListener/ProfilerListener.php:127 {
Symfony\Component\HttpKernel\EventListener \ ProfilerListener->onKernelTerminate(PostResponseEvent $event) …
› foreach ($this->profiles as $request) {
› $this->profiler->saveProfile($this->profiles[$request]);
› }
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/event-dispatcher/ Debug/WrappedListener.php:126 {
Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher) …
›
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
›
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#705 …}
... : {
"kernel.request "
Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#788 …}
}
}
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/event-dispatcher/ EventDispatcher.php:264 {
Symfony\Component\EventDispatcher \ EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#705 …}
$eventName : "kernel.request "
$dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#788 …}
}
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/event-dispatcher/ EventDispatcher.php:239 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, $event) …
› if ($event instanceof Event) {
› $this->doDispatch($listeners, $eventName, $event);
›
arguments : {
$listeners : [ …11]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#705 …}
}
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/event-dispatcher/ EventDispatcher.php:73 {
Symfony\Component\EventDispatcher \ EventDispatcher->dispatch($event) …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments : {
$listeners : [ …11]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#705 …}
}
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:168 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch($event) …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#705 …}
... : {
"kernel.request "
}
}
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/http-kernel/ HttpKernel.php:103 {
Symfony\Component\HttpKernel \ HttpKernel->terminate(Request $request, Response $response) …
› {
› $this->dispatcher->dispatch(new TerminateEvent($this, $request, $response), KernelEvents::TERMINATE);
› }
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/http-kernel/ Kernel.php:166 {
Symfony\Component\HttpKernel \ Kernel->terminate(Request $request, Response $response) …
› if ($this->getHttpKernel() instanceof TerminableInterface) {
› $this->getHttpKernel()->terminate($request, $response);
› }
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs / public/index.php:40 {
› $response->send();
› $kernel->terminate($request, $response);
›
}
}
}
]
{
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/debug/ DebugClassLoader.php:204 {
spl_autoload_call($class_name) …
› foreach ($deprecations as $message) {
› @trigger_error($message, \E_USER_DEPRECATED);
› }
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs / var/cache/dev/ContainerGhr0ToI/getSonata_TemplatingService.php:11 {
require …
›
› return $this->privates['sonata.templating'] = new \Sonata\BlockBundle\Templating\TwigEngine(($this->services['twig'] ?? $this->getTwigService()), $this->load('getSonata_Templating_NameParserService.php'), $this->load('getSonata_Templating_LocatorService.php'));
›
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs / var/cache/dev/ContainerGhr0ToI/srcApp_KernelDevDebugContainer.php:879 {
ContainerGhr0ToI \ srcApp_KernelDevDebugContainer->load($file, $lazyLoad = true) …
› {
› return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
› }
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs / var/cache/dev/ContainerGhr0ToI/getSonata_Seo_Block_Breadcrumb_HomepageService.php:18 {
require …
›
› return $this->services['sonata.seo.block.breadcrumb.homepage'] = new \Sonata\SeoBundle\Block\Breadcrumb\HomepageBreadcrumbBlockService('homepage', 'sonata.seo.block.breadcrumb.homepage', ($this->privates['sonata.templating'] ?? $this->load('getSonata_TemplatingService.php')), ($this->privates['knp_menu.menu_provider.chain'] ?? $this->getKnpMenu_MenuProvider_ChainService()), ($this->services['knp_menu.factory'] ?? $this->load('getKnpMenu_FactoryService.php')));
›
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs / var/cache/dev/ContainerGhr0ToI/srcApp_KernelDevDebugContainer.php:879 {
ContainerGhr0ToI \ srcApp_KernelDevDebugContainer->load($file, $lazyLoad = true) …
› {
› return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
› }
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs / var/cache/dev/ContainerGhr0ToI/getSonata_Seo_Event_BreadcrumbService.php:13 {
require …
›
› $instance->addBlockService('sonata.seo.block.breadcrumb.homepage', ($this->services['sonata.seo.block.breadcrumb.homepage'] ?? $this->load('getSonata_Seo_Block_Breadcrumb_HomepageService.php')));
› $instance->addBlockService('sonata.media.block.breadcrumb_view', ($this->services['sonata.media.block.breadcrumb_view'] ?? $this->load('getSonata_Media_Block_BreadcrumbViewService.php')));
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs / var/cache/dev/ContainerGhr0ToI/srcApp_KernelDevDebugContainer.php:879 {
ContainerGhr0ToI \ srcApp_KernelDevDebugContainer->load($file, $lazyLoad = true) …
› {
› return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
› }
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs / var/cache/dev/ContainerGhr0ToI/srcApp_KernelDevDebugContainer.php:1058 {
ContainerGhr0ToI\srcApp_KernelDevDebugContainer->ContainerGhr0ToI \ {closure} …
› $instance->addListener('sonata.block.event.breadcrumb', [0 => function () {
› return ($this->privates['sonata.seo.event.breadcrumb'] ?? $this->load('getSonata_Seo_Event_BreadcrumbService.php'));
› }, 1 => 'onBlock'], 0);
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/event-dispatcher/ EventDispatcher.php:279 {
Symfony\Component\EventDispatcher \ EventDispatcher->sortListeners(string $eventName) …
› if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {
› $listener[0] = $listener[0]();
› $listener[1] = $listener[1] ?? '__invoke';
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/event-dispatcher/ EventDispatcher.php:98 {
Symfony\Component\EventDispatcher \ EventDispatcher->getListeners($eventName = null) …
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:102 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->getListeners($eventName = null) …
› {
› return $this->dispatcher->getListeners($eventName);
› }
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:216 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->getNotCalledListeners() …
› try {
› $allListeners = $this->getListeners();
› } catch (\Exception $e) {
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/http-kernel/ DataCollector/EventDataCollector.php:69 {
Symfony\Component\HttpKernel\DataCollector \ EventDataCollector->lateCollect() …
› $this->setCalledListeners($this->dispatcher->getCalledListeners($this->currentRequest));
› $this->setNotCalledListeners($this->dispatcher->getNotCalledListeners($this->currentRequest));
› }
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/http-kernel/ Profiler/Profiler.php:100 {
Symfony\Component\HttpKernel\Profiler \ Profiler->saveProfile(Profile $profile) …
› if ($collector instanceof LateDataCollectorInterface) {
› $collector->lateCollect();
› }
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/http-kernel/ EventListener/ProfilerListener.php:127 {
Symfony\Component\HttpKernel\EventListener \ ProfilerListener->onKernelTerminate(PostResponseEvent $event) …
› foreach ($this->profiles as $request) {
› $this->profiler->saveProfile($this->profiles[$request]);
› }
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/event-dispatcher/ Debug/WrappedListener.php:126 {
Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher) …
›
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
›
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#705 …}
... : {
"kernel.request "
Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#788 …}
}
}
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/event-dispatcher/ EventDispatcher.php:264 {
Symfony\Component\EventDispatcher \ EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#705 …}
$eventName : "kernel.request "
$dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#788 …}
}
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/event-dispatcher/ EventDispatcher.php:239 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, $event) …
› if ($event instanceof Event) {
› $this->doDispatch($listeners, $eventName, $event);
›
arguments : {
$listeners : [ …11]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#705 …}
}
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/event-dispatcher/ EventDispatcher.php:73 {
Symfony\Component\EventDispatcher \ EventDispatcher->dispatch($event) …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments : {
$listeners : [ …11]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#705 …}
}
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:168 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch($event) …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#705 …}
... : {
"kernel.request "
}
}
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/http-kernel/ HttpKernel.php:103 {
Symfony\Component\HttpKernel \ HttpKernel->terminate(Request $request, Response $response) …
› {
› $this->dispatcher->dispatch(new TerminateEvent($this, $request, $response), KernelEvents::TERMINATE);
› }
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/http-kernel/ Kernel.php:166 {
Symfony\Component\HttpKernel \ Kernel->terminate(Request $request, Response $response) …
› if ($this->getHttpKernel() instanceof TerminableInterface) {
› $this->getHttpKernel()->terminate($request, $response);
› }
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs / public/index.php:40 {
› $response->send();
› $kernel->terminate($request, $response);
›
}
}
00:13:34
php
User Deprecated: The "sonata.templating.name_parser " service is deprecated since sonata-project/block-bundle 3.17 and will be removed in version 4.0.
[
"exception " => ErrorException {#1941
#message : "User Deprecated: The "sonata.templating.name_parser" service is deprecated since sonata-project/block-bundle 3.17 and will be removed in version 4.0. "
#code : 0
#file : "/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs / var/cache/dev/ContainerGhr0ToI/getSonata_Templating_NameParserService.php "
#line : 9
#severity : E_USER_DEPRECATED
trace : {
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs / var/cache/dev/ContainerGhr0ToI/getSonata_Templating_NameParserService.php:9 {
require …
›
› @trigger_error('The "sonata.templating.name_parser" service is deprecated since sonata-project/block-bundle 3.17 and will be removed in version 4.0.', E_USER_DEPRECATED);
›
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs / var/cache/dev/ContainerGhr0ToI/srcApp_KernelDevDebugContainer.php:879 {
ContainerGhr0ToI \ srcApp_KernelDevDebugContainer->load($file, $lazyLoad = true) …
› {
› return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
› }
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs / var/cache/dev/ContainerGhr0ToI/getSonata_TemplatingService.php:11 {
require …
›
› return $this->privates['sonata.templating'] = new \Sonata\BlockBundle\Templating\TwigEngine(($this->services['twig'] ?? $this->getTwigService()), $this->load('getSonata_Templating_NameParserService.php'), $this->load('getSonata_Templating_LocatorService.php'));
›
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs / var/cache/dev/ContainerGhr0ToI/srcApp_KernelDevDebugContainer.php:879 {
ContainerGhr0ToI \ srcApp_KernelDevDebugContainer->load($file, $lazyLoad = true) …
› {
› return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
› }
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs / var/cache/dev/ContainerGhr0ToI/getSonata_Seo_Block_Breadcrumb_HomepageService.php:18 {
require …
›
› return $this->services['sonata.seo.block.breadcrumb.homepage'] = new \Sonata\SeoBundle\Block\Breadcrumb\HomepageBreadcrumbBlockService('homepage', 'sonata.seo.block.breadcrumb.homepage', ($this->privates['sonata.templating'] ?? $this->load('getSonata_TemplatingService.php')), ($this->privates['knp_menu.menu_provider.chain'] ?? $this->getKnpMenu_MenuProvider_ChainService()), ($this->services['knp_menu.factory'] ?? $this->load('getKnpMenu_FactoryService.php')));
›
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs / var/cache/dev/ContainerGhr0ToI/srcApp_KernelDevDebugContainer.php:879 {
ContainerGhr0ToI \ srcApp_KernelDevDebugContainer->load($file, $lazyLoad = true) …
› {
› return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
› }
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs / var/cache/dev/ContainerGhr0ToI/getSonata_Seo_Event_BreadcrumbService.php:13 {
require …
›
› $instance->addBlockService('sonata.seo.block.breadcrumb.homepage', ($this->services['sonata.seo.block.breadcrumb.homepage'] ?? $this->load('getSonata_Seo_Block_Breadcrumb_HomepageService.php')));
› $instance->addBlockService('sonata.media.block.breadcrumb_view', ($this->services['sonata.media.block.breadcrumb_view'] ?? $this->load('getSonata_Media_Block_BreadcrumbViewService.php')));
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs / var/cache/dev/ContainerGhr0ToI/srcApp_KernelDevDebugContainer.php:879 {
ContainerGhr0ToI \ srcApp_KernelDevDebugContainer->load($file, $lazyLoad = true) …
› {
› return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
› }
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs / var/cache/dev/ContainerGhr0ToI/srcApp_KernelDevDebugContainer.php:1058 {
ContainerGhr0ToI\srcApp_KernelDevDebugContainer->ContainerGhr0ToI \ {closure} …
› $instance->addListener('sonata.block.event.breadcrumb', [0 => function () {
› return ($this->privates['sonata.seo.event.breadcrumb'] ?? $this->load('getSonata_Seo_Event_BreadcrumbService.php'));
› }, 1 => 'onBlock'], 0);
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/event-dispatcher/ EventDispatcher.php:279 {
Symfony\Component\EventDispatcher \ EventDispatcher->sortListeners(string $eventName) …
› if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {
› $listener[0] = $listener[0]();
› $listener[1] = $listener[1] ?? '__invoke';
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/event-dispatcher/ EventDispatcher.php:98 {
Symfony\Component\EventDispatcher \ EventDispatcher->getListeners($eventName = null) …
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:102 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->getListeners($eventName = null) …
› {
› return $this->dispatcher->getListeners($eventName);
› }
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:216 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->getNotCalledListeners() …
› try {
› $allListeners = $this->getListeners();
› } catch (\Exception $e) {
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/http-kernel/ DataCollector/EventDataCollector.php:69 {
Symfony\Component\HttpKernel\DataCollector \ EventDataCollector->lateCollect() …
› $this->setCalledListeners($this->dispatcher->getCalledListeners($this->currentRequest));
› $this->setNotCalledListeners($this->dispatcher->getNotCalledListeners($this->currentRequest));
› }
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/http-kernel/ Profiler/Profiler.php:100 {
Symfony\Component\HttpKernel\Profiler \ Profiler->saveProfile(Profile $profile) …
› if ($collector instanceof LateDataCollectorInterface) {
› $collector->lateCollect();
› }
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/http-kernel/ EventListener/ProfilerListener.php:127 {
Symfony\Component\HttpKernel\EventListener \ ProfilerListener->onKernelTerminate(PostResponseEvent $event) …
› foreach ($this->profiles as $request) {
› $this->profiler->saveProfile($this->profiles[$request]);
› }
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/event-dispatcher/ Debug/WrappedListener.php:126 {
Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher) …
›
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
›
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#705 …}
... : {
"kernel.request "
Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#788 …}
}
}
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/event-dispatcher/ EventDispatcher.php:264 {
Symfony\Component\EventDispatcher \ EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#705 …}
$eventName : "kernel.request "
$dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#788 …}
}
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/event-dispatcher/ EventDispatcher.php:239 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, $event) …
› if ($event instanceof Event) {
› $this->doDispatch($listeners, $eventName, $event);
›
arguments : {
$listeners : [ …11]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#705 …}
}
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/event-dispatcher/ EventDispatcher.php:73 {
Symfony\Component\EventDispatcher \ EventDispatcher->dispatch($event) …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments : {
$listeners : [ …11]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#705 …}
}
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:168 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch($event) …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#705 …}
... : {
"kernel.request "
}
}
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/http-kernel/ HttpKernel.php:103 {
Symfony\Component\HttpKernel \ HttpKernel->terminate(Request $request, Response $response) …
› {
› $this->dispatcher->dispatch(new TerminateEvent($this, $request, $response), KernelEvents::TERMINATE);
› }
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/http-kernel/ Kernel.php:166 {
Symfony\Component\HttpKernel \ Kernel->terminate(Request $request, Response $response) …
› if ($this->getHttpKernel() instanceof TerminableInterface) {
› $this->getHttpKernel()->terminate($request, $response);
› }
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs / public/index.php:40 {
› $response->send();
› $kernel->terminate($request, $response);
›
}
}
}
]
{
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs / var/cache/dev/ContainerGhr0ToI/getSonata_Templating_NameParserService.php:9 {
require …
›
› @trigger_error('The "sonata.templating.name_parser" service is deprecated since sonata-project/block-bundle 3.17 and will be removed in version 4.0.', E_USER_DEPRECATED);
›
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs / var/cache/dev/ContainerGhr0ToI/srcApp_KernelDevDebugContainer.php:879 {
ContainerGhr0ToI \ srcApp_KernelDevDebugContainer->load($file, $lazyLoad = true) …
› {
› return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
› }
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs / var/cache/dev/ContainerGhr0ToI/getSonata_TemplatingService.php:11 {
require …
›
› return $this->privates['sonata.templating'] = new \Sonata\BlockBundle\Templating\TwigEngine(($this->services['twig'] ?? $this->getTwigService()), $this->load('getSonata_Templating_NameParserService.php'), $this->load('getSonata_Templating_LocatorService.php'));
›
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs / var/cache/dev/ContainerGhr0ToI/srcApp_KernelDevDebugContainer.php:879 {
ContainerGhr0ToI \ srcApp_KernelDevDebugContainer->load($file, $lazyLoad = true) …
› {
› return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
› }
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs / var/cache/dev/ContainerGhr0ToI/getSonata_Seo_Block_Breadcrumb_HomepageService.php:18 {
require …
›
› return $this->services['sonata.seo.block.breadcrumb.homepage'] = new \Sonata\SeoBundle\Block\Breadcrumb\HomepageBreadcrumbBlockService('homepage', 'sonata.seo.block.breadcrumb.homepage', ($this->privates['sonata.templating'] ?? $this->load('getSonata_TemplatingService.php')), ($this->privates['knp_menu.menu_provider.chain'] ?? $this->getKnpMenu_MenuProvider_ChainService()), ($this->services['knp_menu.factory'] ?? $this->load('getKnpMenu_FactoryService.php')));
›
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs / var/cache/dev/ContainerGhr0ToI/srcApp_KernelDevDebugContainer.php:879 {
ContainerGhr0ToI \ srcApp_KernelDevDebugContainer->load($file, $lazyLoad = true) …
› {
› return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
› }
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs / var/cache/dev/ContainerGhr0ToI/getSonata_Seo_Event_BreadcrumbService.php:13 {
require …
›
› $instance->addBlockService('sonata.seo.block.breadcrumb.homepage', ($this->services['sonata.seo.block.breadcrumb.homepage'] ?? $this->load('getSonata_Seo_Block_Breadcrumb_HomepageService.php')));
› $instance->addBlockService('sonata.media.block.breadcrumb_view', ($this->services['sonata.media.block.breadcrumb_view'] ?? $this->load('getSonata_Media_Block_BreadcrumbViewService.php')));
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs / var/cache/dev/ContainerGhr0ToI/srcApp_KernelDevDebugContainer.php:879 {
ContainerGhr0ToI \ srcApp_KernelDevDebugContainer->load($file, $lazyLoad = true) …
› {
› return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
› }
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs / var/cache/dev/ContainerGhr0ToI/srcApp_KernelDevDebugContainer.php:1058 {
ContainerGhr0ToI\srcApp_KernelDevDebugContainer->ContainerGhr0ToI \ {closure} …
› $instance->addListener('sonata.block.event.breadcrumb', [0 => function () {
› return ($this->privates['sonata.seo.event.breadcrumb'] ?? $this->load('getSonata_Seo_Event_BreadcrumbService.php'));
› }, 1 => 'onBlock'], 0);
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/event-dispatcher/ EventDispatcher.php:279 {
Symfony\Component\EventDispatcher \ EventDispatcher->sortListeners(string $eventName) …
› if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {
› $listener[0] = $listener[0]();
› $listener[1] = $listener[1] ?? '__invoke';
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/event-dispatcher/ EventDispatcher.php:98 {
Symfony\Component\EventDispatcher \ EventDispatcher->getListeners($eventName = null) …
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:102 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->getListeners($eventName = null) …
› {
› return $this->dispatcher->getListeners($eventName);
› }
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:216 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->getNotCalledListeners() …
› try {
› $allListeners = $this->getListeners();
› } catch (\Exception $e) {
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/http-kernel/ DataCollector/EventDataCollector.php:69 {
Symfony\Component\HttpKernel\DataCollector \ EventDataCollector->lateCollect() …
› $this->setCalledListeners($this->dispatcher->getCalledListeners($this->currentRequest));
› $this->setNotCalledListeners($this->dispatcher->getNotCalledListeners($this->currentRequest));
› }
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/http-kernel/ Profiler/Profiler.php:100 {
Symfony\Component\HttpKernel\Profiler \ Profiler->saveProfile(Profile $profile) …
› if ($collector instanceof LateDataCollectorInterface) {
› $collector->lateCollect();
› }
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/http-kernel/ EventListener/ProfilerListener.php:127 {
Symfony\Component\HttpKernel\EventListener \ ProfilerListener->onKernelTerminate(PostResponseEvent $event) …
› foreach ($this->profiles as $request) {
› $this->profiler->saveProfile($this->profiles[$request]);
› }
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/event-dispatcher/ Debug/WrappedListener.php:126 {
Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher) …
›
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
›
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#705 …}
... : {
"kernel.request "
Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#788 …}
}
}
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/event-dispatcher/ EventDispatcher.php:264 {
Symfony\Component\EventDispatcher \ EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#705 …}
$eventName : "kernel.request "
$dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#788 …}
}
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/event-dispatcher/ EventDispatcher.php:239 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, $event) …
› if ($event instanceof Event) {
› $this->doDispatch($listeners, $eventName, $event);
›
arguments : {
$listeners : [ …11]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#705 …}
}
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/event-dispatcher/ EventDispatcher.php:73 {
Symfony\Component\EventDispatcher \ EventDispatcher->dispatch($event) …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments : {
$listeners : [ …11]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#705 …}
}
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:168 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch($event) …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#705 …}
... : {
"kernel.request "
}
}
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/http-kernel/ HttpKernel.php:103 {
Symfony\Component\HttpKernel \ HttpKernel->terminate(Request $request, Response $response) …
› {
› $this->dispatcher->dispatch(new TerminateEvent($this, $request, $response), KernelEvents::TERMINATE);
› }
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/http-kernel/ Kernel.php:166 {
Symfony\Component\HttpKernel \ Kernel->terminate(Request $request, Response $response) …
› if ($this->getHttpKernel() instanceof TerminableInterface) {
› $this->getHttpKernel()->terminate($request, $response);
› }
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs / public/index.php:40 {
› $response->send();
› $kernel->terminate($request, $response);
›
}
}
00:13:34
php
User Deprecated: The "sonata.templating.locator " service is deprecated since sonata-project/block-bundle 3.17 and will be removed in version 4.0.
[
"exception " => ErrorException {#1682
#message : "User Deprecated: The "sonata.templating.locator" service is deprecated since sonata-project/block-bundle 3.17 and will be removed in version 4.0. "
#code : 0
#file : "/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs / var/cache/dev/ContainerGhr0ToI/getSonata_Templating_LocatorService.php "
#line : 9
#severity : E_USER_DEPRECATED
trace : {
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs / var/cache/dev/ContainerGhr0ToI/getSonata_Templating_LocatorService.php:9 {
require …
›
› @trigger_error('The "sonata.templating.locator" service is deprecated since sonata-project/block-bundle 3.17 and will be removed in version 4.0.', E_USER_DEPRECATED);
›
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs / var/cache/dev/ContainerGhr0ToI/srcApp_KernelDevDebugContainer.php:879 {
ContainerGhr0ToI \ srcApp_KernelDevDebugContainer->load($file, $lazyLoad = true) …
› {
› return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
› }
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs / var/cache/dev/ContainerGhr0ToI/getSonata_TemplatingService.php:11 {
require …
›
› return $this->privates['sonata.templating'] = new \Sonata\BlockBundle\Templating\TwigEngine(($this->services['twig'] ?? $this->getTwigService()), $this->load('getSonata_Templating_NameParserService.php'), $this->load('getSonata_Templating_LocatorService.php'));
›
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs / var/cache/dev/ContainerGhr0ToI/srcApp_KernelDevDebugContainer.php:879 {
ContainerGhr0ToI \ srcApp_KernelDevDebugContainer->load($file, $lazyLoad = true) …
› {
› return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
› }
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs / var/cache/dev/ContainerGhr0ToI/getSonata_Seo_Block_Breadcrumb_HomepageService.php:18 {
require …
›
› return $this->services['sonata.seo.block.breadcrumb.homepage'] = new \Sonata\SeoBundle\Block\Breadcrumb\HomepageBreadcrumbBlockService('homepage', 'sonata.seo.block.breadcrumb.homepage', ($this->privates['sonata.templating'] ?? $this->load('getSonata_TemplatingService.php')), ($this->privates['knp_menu.menu_provider.chain'] ?? $this->getKnpMenu_MenuProvider_ChainService()), ($this->services['knp_menu.factory'] ?? $this->load('getKnpMenu_FactoryService.php')));
›
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs / var/cache/dev/ContainerGhr0ToI/srcApp_KernelDevDebugContainer.php:879 {
ContainerGhr0ToI \ srcApp_KernelDevDebugContainer->load($file, $lazyLoad = true) …
› {
› return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
› }
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs / var/cache/dev/ContainerGhr0ToI/getSonata_Seo_Event_BreadcrumbService.php:13 {
require …
›
› $instance->addBlockService('sonata.seo.block.breadcrumb.homepage', ($this->services['sonata.seo.block.breadcrumb.homepage'] ?? $this->load('getSonata_Seo_Block_Breadcrumb_HomepageService.php')));
› $instance->addBlockService('sonata.media.block.breadcrumb_view', ($this->services['sonata.media.block.breadcrumb_view'] ?? $this->load('getSonata_Media_Block_BreadcrumbViewService.php')));
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs / var/cache/dev/ContainerGhr0ToI/srcApp_KernelDevDebugContainer.php:879 {
ContainerGhr0ToI \ srcApp_KernelDevDebugContainer->load($file, $lazyLoad = true) …
› {
› return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
› }
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs / var/cache/dev/ContainerGhr0ToI/srcApp_KernelDevDebugContainer.php:1058 {
ContainerGhr0ToI\srcApp_KernelDevDebugContainer->ContainerGhr0ToI \ {closure} …
› $instance->addListener('sonata.block.event.breadcrumb', [0 => function () {
› return ($this->privates['sonata.seo.event.breadcrumb'] ?? $this->load('getSonata_Seo_Event_BreadcrumbService.php'));
› }, 1 => 'onBlock'], 0);
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/event-dispatcher/ EventDispatcher.php:279 {
Symfony\Component\EventDispatcher \ EventDispatcher->sortListeners(string $eventName) …
› if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {
› $listener[0] = $listener[0]();
› $listener[1] = $listener[1] ?? '__invoke';
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/event-dispatcher/ EventDispatcher.php:98 {
Symfony\Component\EventDispatcher \ EventDispatcher->getListeners($eventName = null) …
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:102 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->getListeners($eventName = null) …
› {
› return $this->dispatcher->getListeners($eventName);
› }
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:216 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->getNotCalledListeners() …
› try {
› $allListeners = $this->getListeners();
› } catch (\Exception $e) {
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/http-kernel/ DataCollector/EventDataCollector.php:69 {
Symfony\Component\HttpKernel\DataCollector \ EventDataCollector->lateCollect() …
› $this->setCalledListeners($this->dispatcher->getCalledListeners($this->currentRequest));
› $this->setNotCalledListeners($this->dispatcher->getNotCalledListeners($this->currentRequest));
› }
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/http-kernel/ Profiler/Profiler.php:100 {
Symfony\Component\HttpKernel\Profiler \ Profiler->saveProfile(Profile $profile) …
› if ($collector instanceof LateDataCollectorInterface) {
› $collector->lateCollect();
› }
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/http-kernel/ EventListener/ProfilerListener.php:127 {
Symfony\Component\HttpKernel\EventListener \ ProfilerListener->onKernelTerminate(PostResponseEvent $event) …
› foreach ($this->profiles as $request) {
› $this->profiler->saveProfile($this->profiles[$request]);
› }
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/event-dispatcher/ Debug/WrappedListener.php:126 {
Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher) …
›
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
›
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#705 …}
... : {
"kernel.request "
Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#788 …}
}
}
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/event-dispatcher/ EventDispatcher.php:264 {
Symfony\Component\EventDispatcher \ EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#705 …}
$eventName : "kernel.request "
$dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#788 …}
}
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/event-dispatcher/ EventDispatcher.php:239 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, $event) …
› if ($event instanceof Event) {
› $this->doDispatch($listeners, $eventName, $event);
›
arguments : {
$listeners : [ …11]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#705 …}
}
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/event-dispatcher/ EventDispatcher.php:73 {
Symfony\Component\EventDispatcher \ EventDispatcher->dispatch($event) …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments : {
$listeners : [ …11]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#705 …}
}
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:168 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch($event) …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#705 …}
... : {
"kernel.request "
}
}
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/http-kernel/ HttpKernel.php:103 {
Symfony\Component\HttpKernel \ HttpKernel->terminate(Request $request, Response $response) …
› {
› $this->dispatcher->dispatch(new TerminateEvent($this, $request, $response), KernelEvents::TERMINATE);
› }
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/http-kernel/ Kernel.php:166 {
Symfony\Component\HttpKernel \ Kernel->terminate(Request $request, Response $response) …
› if ($this->getHttpKernel() instanceof TerminableInterface) {
› $this->getHttpKernel()->terminate($request, $response);
› }
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs / public/index.php:40 {
› $response->send();
› $kernel->terminate($request, $response);
›
}
}
}
]
{
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs / var/cache/dev/ContainerGhr0ToI/getSonata_Templating_LocatorService.php:9 {
require …
›
› @trigger_error('The "sonata.templating.locator" service is deprecated since sonata-project/block-bundle 3.17 and will be removed in version 4.0.', E_USER_DEPRECATED);
›
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs / var/cache/dev/ContainerGhr0ToI/srcApp_KernelDevDebugContainer.php:879 {
ContainerGhr0ToI \ srcApp_KernelDevDebugContainer->load($file, $lazyLoad = true) …
› {
› return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
› }
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs / var/cache/dev/ContainerGhr0ToI/getSonata_TemplatingService.php:11 {
require …
›
› return $this->privates['sonata.templating'] = new \Sonata\BlockBundle\Templating\TwigEngine(($this->services['twig'] ?? $this->getTwigService()), $this->load('getSonata_Templating_NameParserService.php'), $this->load('getSonata_Templating_LocatorService.php'));
›
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs / var/cache/dev/ContainerGhr0ToI/srcApp_KernelDevDebugContainer.php:879 {
ContainerGhr0ToI \ srcApp_KernelDevDebugContainer->load($file, $lazyLoad = true) …
› {
› return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
› }
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs / var/cache/dev/ContainerGhr0ToI/getSonata_Seo_Block_Breadcrumb_HomepageService.php:18 {
require …
›
› return $this->services['sonata.seo.block.breadcrumb.homepage'] = new \Sonata\SeoBundle\Block\Breadcrumb\HomepageBreadcrumbBlockService('homepage', 'sonata.seo.block.breadcrumb.homepage', ($this->privates['sonata.templating'] ?? $this->load('getSonata_TemplatingService.php')), ($this->privates['knp_menu.menu_provider.chain'] ?? $this->getKnpMenu_MenuProvider_ChainService()), ($this->services['knp_menu.factory'] ?? $this->load('getKnpMenu_FactoryService.php')));
›
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs / var/cache/dev/ContainerGhr0ToI/srcApp_KernelDevDebugContainer.php:879 {
ContainerGhr0ToI \ srcApp_KernelDevDebugContainer->load($file, $lazyLoad = true) …
› {
› return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
› }
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs / var/cache/dev/ContainerGhr0ToI/getSonata_Seo_Event_BreadcrumbService.php:13 {
require …
›
› $instance->addBlockService('sonata.seo.block.breadcrumb.homepage', ($this->services['sonata.seo.block.breadcrumb.homepage'] ?? $this->load('getSonata_Seo_Block_Breadcrumb_HomepageService.php')));
› $instance->addBlockService('sonata.media.block.breadcrumb_view', ($this->services['sonata.media.block.breadcrumb_view'] ?? $this->load('getSonata_Media_Block_BreadcrumbViewService.php')));
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs / var/cache/dev/ContainerGhr0ToI/srcApp_KernelDevDebugContainer.php:879 {
ContainerGhr0ToI \ srcApp_KernelDevDebugContainer->load($file, $lazyLoad = true) …
› {
› return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
› }
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs / var/cache/dev/ContainerGhr0ToI/srcApp_KernelDevDebugContainer.php:1058 {
ContainerGhr0ToI\srcApp_KernelDevDebugContainer->ContainerGhr0ToI \ {closure} …
› $instance->addListener('sonata.block.event.breadcrumb', [0 => function () {
› return ($this->privates['sonata.seo.event.breadcrumb'] ?? $this->load('getSonata_Seo_Event_BreadcrumbService.php'));
› }, 1 => 'onBlock'], 0);
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/event-dispatcher/ EventDispatcher.php:279 {
Symfony\Component\EventDispatcher \ EventDispatcher->sortListeners(string $eventName) …
› if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {
› $listener[0] = $listener[0]();
› $listener[1] = $listener[1] ?? '__invoke';
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/event-dispatcher/ EventDispatcher.php:98 {
Symfony\Component\EventDispatcher \ EventDispatcher->getListeners($eventName = null) …
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:102 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->getListeners($eventName = null) …
› {
› return $this->dispatcher->getListeners($eventName);
› }
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:216 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->getNotCalledListeners() …
› try {
› $allListeners = $this->getListeners();
› } catch (\Exception $e) {
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/http-kernel/ DataCollector/EventDataCollector.php:69 {
Symfony\Component\HttpKernel\DataCollector \ EventDataCollector->lateCollect() …
› $this->setCalledListeners($this->dispatcher->getCalledListeners($this->currentRequest));
› $this->setNotCalledListeners($this->dispatcher->getNotCalledListeners($this->currentRequest));
› }
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/http-kernel/ Profiler/Profiler.php:100 {
Symfony\Component\HttpKernel\Profiler \ Profiler->saveProfile(Profile $profile) …
› if ($collector instanceof LateDataCollectorInterface) {
› $collector->lateCollect();
› }
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/http-kernel/ EventListener/ProfilerListener.php:127 {
Symfony\Component\HttpKernel\EventListener \ ProfilerListener->onKernelTerminate(PostResponseEvent $event) …
› foreach ($this->profiles as $request) {
› $this->profiler->saveProfile($this->profiles[$request]);
› }
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/event-dispatcher/ Debug/WrappedListener.php:126 {
Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher) …
›
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
›
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#705 …}
... : {
"kernel.request "
Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#788 …}
}
}
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/event-dispatcher/ EventDispatcher.php:264 {
Symfony\Component\EventDispatcher \ EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#705 …}
$eventName : "kernel.request "
$dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#788 …}
}
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/event-dispatcher/ EventDispatcher.php:239 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, $event) …
› if ($event instanceof Event) {
› $this->doDispatch($listeners, $eventName, $event);
›
arguments : {
$listeners : [ …11]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#705 …}
}
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/event-dispatcher/ EventDispatcher.php:73 {
Symfony\Component\EventDispatcher \ EventDispatcher->dispatch($event) …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments : {
$listeners : [ …11]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#705 …}
}
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:168 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch($event) …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#705 …}
... : {
"kernel.request "
}
}
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/http-kernel/ HttpKernel.php:103 {
Symfony\Component\HttpKernel \ HttpKernel->terminate(Request $request, Response $response) …
› {
› $this->dispatcher->dispatch(new TerminateEvent($this, $request, $response), KernelEvents::TERMINATE);
› }
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/http-kernel/ Kernel.php:166 {
Symfony\Component\HttpKernel \ Kernel->terminate(Request $request, Response $response) …
› if ($this->getHttpKernel() instanceof TerminableInterface) {
› $this->getHttpKernel()->terminate($request, $response);
› }
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs / public/index.php:40 {
› $response->send();
› $kernel->terminate($request, $response);
›
}
}
00:13:34
php
User Deprecated: Passing string as argument 1 to Sonata\SeoBundle\Block\Breadcrumb\HomepageBreadcrumbBlockService::__construct() is deprecated since sonata-project/block-bundle 3.16 and will throw a \TypeError as of 4.0. You must pass an instance of Twig\Environment instead.
[
"exception " => ErrorException {#1614
#message : "User Deprecated: Passing string as argument 1 to Sonata\SeoBundle\Block\Breadcrumb\HomepageBreadcrumbBlockService::__construct() is deprecated since sonata-project/block-bundle 3.16 and will throw a \TypeError as of 4.0. You must pass an instance of Twig\Environment instead. "
#code : 0
#file : "/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /sonata-project/block-bundle/ src/Block/Service/AbstractBlockService.php "
#line : 71
#severity : E_USER_DEPRECATED
trace : {
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /sonata-project/block-bundle/ src/Block/Service/AbstractBlockService.php:71 {
Sonata\BlockBundle\Block\Service \ AbstractBlockService->__construct($templatingOrDeprecatedName = null, EngineInterface $templating = null) …
› ),
› E_USER_DEPRECATED
› );
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /sonata-project/block-bundle/ src/Block/Service/MenuBlockService.php:66 {
Sonata\BlockBundle\Block\Service \ MenuBlockService->__construct($name, EngineInterface $templating, MenuProviderInterface $menuProvider, $menuRegistry = null) …
› {
› parent::__construct($name, $templating);
›
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /sonata-project/seo-bundle/ src/Block/Breadcrumb/BaseBreadcrumbMenuBlockService.php:47 {
Sonata\SeoBundle\Block\Breadcrumb \ BaseBreadcrumbMenuBlockService->__construct($context, $name, EngineInterface $templating, MenuProviderInterface $menuProvider, FactoryInterface $factory) …
› {
› parent::__construct($name, $templating, $menuProvider);
›
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs / var/cache/dev/ContainerGhr0ToI/getSonata_Seo_Block_Breadcrumb_HomepageService.php:18 {
require …
›
› return $this->services['sonata.seo.block.breadcrumb.homepage'] = new \Sonata\SeoBundle\Block\Breadcrumb\HomepageBreadcrumbBlockService('homepage', 'sonata.seo.block.breadcrumb.homepage', ($this->privates['sonata.templating'] ?? $this->load('getSonata_TemplatingService.php')), ($this->privates['knp_menu.menu_provider.chain'] ?? $this->getKnpMenu_MenuProvider_ChainService()), ($this->services['knp_menu.factory'] ?? $this->load('getKnpMenu_FactoryService.php')));
›
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs / var/cache/dev/ContainerGhr0ToI/srcApp_KernelDevDebugContainer.php:879 {
ContainerGhr0ToI \ srcApp_KernelDevDebugContainer->load($file, $lazyLoad = true) …
› {
› return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
› }
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs / var/cache/dev/ContainerGhr0ToI/getSonata_Seo_Event_BreadcrumbService.php:13 {
require …
›
› $instance->addBlockService('sonata.seo.block.breadcrumb.homepage', ($this->services['sonata.seo.block.breadcrumb.homepage'] ?? $this->load('getSonata_Seo_Block_Breadcrumb_HomepageService.php')));
› $instance->addBlockService('sonata.media.block.breadcrumb_view', ($this->services['sonata.media.block.breadcrumb_view'] ?? $this->load('getSonata_Media_Block_BreadcrumbViewService.php')));
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs / var/cache/dev/ContainerGhr0ToI/srcApp_KernelDevDebugContainer.php:879 {
ContainerGhr0ToI \ srcApp_KernelDevDebugContainer->load($file, $lazyLoad = true) …
› {
› return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
› }
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs / var/cache/dev/ContainerGhr0ToI/srcApp_KernelDevDebugContainer.php:1058 {
ContainerGhr0ToI\srcApp_KernelDevDebugContainer->ContainerGhr0ToI \ {closure} …
› $instance->addListener('sonata.block.event.breadcrumb', [0 => function () {
› return ($this->privates['sonata.seo.event.breadcrumb'] ?? $this->load('getSonata_Seo_Event_BreadcrumbService.php'));
› }, 1 => 'onBlock'], 0);
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/event-dispatcher/ EventDispatcher.php:279 {
Symfony\Component\EventDispatcher \ EventDispatcher->sortListeners(string $eventName) …
› if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {
› $listener[0] = $listener[0]();
› $listener[1] = $listener[1] ?? '__invoke';
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/event-dispatcher/ EventDispatcher.php:98 {
Symfony\Component\EventDispatcher \ EventDispatcher->getListeners($eventName = null) …
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:102 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->getListeners($eventName = null) …
› {
› return $this->dispatcher->getListeners($eventName);
› }
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:216 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->getNotCalledListeners() …
› try {
› $allListeners = $this->getListeners();
› } catch (\Exception $e) {
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/http-kernel/ DataCollector/EventDataCollector.php:69 {
Symfony\Component\HttpKernel\DataCollector \ EventDataCollector->lateCollect() …
› $this->setCalledListeners($this->dispatcher->getCalledListeners($this->currentRequest));
› $this->setNotCalledListeners($this->dispatcher->getNotCalledListeners($this->currentRequest));
› }
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/http-kernel/ Profiler/Profiler.php:100 {
Symfony\Component\HttpKernel\Profiler \ Profiler->saveProfile(Profile $profile) …
› if ($collector instanceof LateDataCollectorInterface) {
› $collector->lateCollect();
› }
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/http-kernel/ EventListener/ProfilerListener.php:127 {
Symfony\Component\HttpKernel\EventListener \ ProfilerListener->onKernelTerminate(PostResponseEvent $event) …
› foreach ($this->profiles as $request) {
› $this->profiler->saveProfile($this->profiles[$request]);
› }
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/event-dispatcher/ Debug/WrappedListener.php:126 {
Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher) …
›
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
›
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#705 …}
... : {
"kernel.request "
Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#788 …}
}
}
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/event-dispatcher/ EventDispatcher.php:264 {
Symfony\Component\EventDispatcher \ EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#705 …}
$eventName : "kernel.request "
$dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#788 …}
}
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/event-dispatcher/ EventDispatcher.php:239 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, $event) …
› if ($event instanceof Event) {
› $this->doDispatch($listeners, $eventName, $event);
›
arguments : {
$listeners : [ …11]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#705 …}
}
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/event-dispatcher/ EventDispatcher.php:73 {
Symfony\Component\EventDispatcher \ EventDispatcher->dispatch($event) …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments : {
$listeners : [ …11]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#705 …}
}
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:168 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch($event) …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#705 …}
... : {
"kernel.request "
}
}
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/http-kernel/ HttpKernel.php:103 {
Symfony\Component\HttpKernel \ HttpKernel->terminate(Request $request, Response $response) …
› {
› $this->dispatcher->dispatch(new TerminateEvent($this, $request, $response), KernelEvents::TERMINATE);
› }
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/http-kernel/ Kernel.php:166 {
Symfony\Component\HttpKernel \ Kernel->terminate(Request $request, Response $response) …
› if ($this->getHttpKernel() instanceof TerminableInterface) {
› $this->getHttpKernel()->terminate($request, $response);
› }
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs / public/index.php:40 {
› $response->send();
› $kernel->terminate($request, $response);
›
}
}
}
]
{
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /sonata-project/block-bundle/ src/Block/Service/AbstractBlockService.php:71 {
Sonata\BlockBundle\Block\Service \ AbstractBlockService->__construct($templatingOrDeprecatedName = null, EngineInterface $templating = null) …
› ),
› E_USER_DEPRECATED
› );
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /sonata-project/block-bundle/ src/Block/Service/MenuBlockService.php:66 {
Sonata\BlockBundle\Block\Service \ MenuBlockService->__construct($name, EngineInterface $templating, MenuProviderInterface $menuProvider, $menuRegistry = null) …
› {
› parent::__construct($name, $templating);
›
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /sonata-project/seo-bundle/ src/Block/Breadcrumb/BaseBreadcrumbMenuBlockService.php:47 {
Sonata\SeoBundle\Block\Breadcrumb \ BaseBreadcrumbMenuBlockService->__construct($context, $name, EngineInterface $templating, MenuProviderInterface $menuProvider, FactoryInterface $factory) …
› {
› parent::__construct($name, $templating, $menuProvider);
›
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs / var/cache/dev/ContainerGhr0ToI/getSonata_Seo_Block_Breadcrumb_HomepageService.php:18 {
require …
›
› return $this->services['sonata.seo.block.breadcrumb.homepage'] = new \Sonata\SeoBundle\Block\Breadcrumb\HomepageBreadcrumbBlockService('homepage', 'sonata.seo.block.breadcrumb.homepage', ($this->privates['sonata.templating'] ?? $this->load('getSonata_TemplatingService.php')), ($this->privates['knp_menu.menu_provider.chain'] ?? $this->getKnpMenu_MenuProvider_ChainService()), ($this->services['knp_menu.factory'] ?? $this->load('getKnpMenu_FactoryService.php')));
›
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs / var/cache/dev/ContainerGhr0ToI/srcApp_KernelDevDebugContainer.php:879 {
ContainerGhr0ToI \ srcApp_KernelDevDebugContainer->load($file, $lazyLoad = true) …
› {
› return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
› }
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs / var/cache/dev/ContainerGhr0ToI/getSonata_Seo_Event_BreadcrumbService.php:13 {
require …
›
› $instance->addBlockService('sonata.seo.block.breadcrumb.homepage', ($this->services['sonata.seo.block.breadcrumb.homepage'] ?? $this->load('getSonata_Seo_Block_Breadcrumb_HomepageService.php')));
› $instance->addBlockService('sonata.media.block.breadcrumb_view', ($this->services['sonata.media.block.breadcrumb_view'] ?? $this->load('getSonata_Media_Block_BreadcrumbViewService.php')));
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs / var/cache/dev/ContainerGhr0ToI/srcApp_KernelDevDebugContainer.php:879 {
ContainerGhr0ToI \ srcApp_KernelDevDebugContainer->load($file, $lazyLoad = true) …
› {
› return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
› }
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs / var/cache/dev/ContainerGhr0ToI/srcApp_KernelDevDebugContainer.php:1058 {
ContainerGhr0ToI\srcApp_KernelDevDebugContainer->ContainerGhr0ToI \ {closure} …
› $instance->addListener('sonata.block.event.breadcrumb', [0 => function () {
› return ($this->privates['sonata.seo.event.breadcrumb'] ?? $this->load('getSonata_Seo_Event_BreadcrumbService.php'));
› }, 1 => 'onBlock'], 0);
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/event-dispatcher/ EventDispatcher.php:279 {
Symfony\Component\EventDispatcher \ EventDispatcher->sortListeners(string $eventName) …
› if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {
› $listener[0] = $listener[0]();
› $listener[1] = $listener[1] ?? '__invoke';
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/event-dispatcher/ EventDispatcher.php:98 {
Symfony\Component\EventDispatcher \ EventDispatcher->getListeners($eventName = null) …
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:102 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->getListeners($eventName = null) …
› {
› return $this->dispatcher->getListeners($eventName);
› }
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:216 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->getNotCalledListeners() …
› try {
› $allListeners = $this->getListeners();
› } catch (\Exception $e) {
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/http-kernel/ DataCollector/EventDataCollector.php:69 {
Symfony\Component\HttpKernel\DataCollector \ EventDataCollector->lateCollect() …
› $this->setCalledListeners($this->dispatcher->getCalledListeners($this->currentRequest));
› $this->setNotCalledListeners($this->dispatcher->getNotCalledListeners($this->currentRequest));
› }
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/http-kernel/ Profiler/Profiler.php:100 {
Symfony\Component\HttpKernel\Profiler \ Profiler->saveProfile(Profile $profile) …
› if ($collector instanceof LateDataCollectorInterface) {
› $collector->lateCollect();
› }
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/http-kernel/ EventListener/ProfilerListener.php:127 {
Symfony\Component\HttpKernel\EventListener \ ProfilerListener->onKernelTerminate(PostResponseEvent $event) …
› foreach ($this->profiles as $request) {
› $this->profiler->saveProfile($this->profiles[$request]);
› }
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/event-dispatcher/ Debug/WrappedListener.php:126 {
Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher) …
›
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
›
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#705 …}
... : {
"kernel.request "
Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#788 …}
}
}
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/event-dispatcher/ EventDispatcher.php:264 {
Symfony\Component\EventDispatcher \ EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#705 …}
$eventName : "kernel.request "
$dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#788 …}
}
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/event-dispatcher/ EventDispatcher.php:239 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, $event) …
› if ($event instanceof Event) {
› $this->doDispatch($listeners, $eventName, $event);
›
arguments : {
$listeners : [ …11]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#705 …}
}
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/event-dispatcher/ EventDispatcher.php:73 {
Symfony\Component\EventDispatcher \ EventDispatcher->dispatch($event) …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments : {
$listeners : [ …11]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#705 …}
}
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:168 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch($event) …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#705 …}
... : {
"kernel.request "
}
}
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/http-kernel/ HttpKernel.php:103 {
Symfony\Component\HttpKernel \ HttpKernel->terminate(Request $request, Response $response) …
› {
› $this->dispatcher->dispatch(new TerminateEvent($this, $request, $response), KernelEvents::TERMINATE);
› }
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/http-kernel/ Kernel.php:166 {
Symfony\Component\HttpKernel \ Kernel->terminate(Request $request, Response $response) …
› if ($this->getHttpKernel() instanceof TerminableInterface) {
› $this->getHttpKernel()->terminate($request, $response);
› }
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs / public/index.php:40 {
› $response->send();
› $kernel->terminate($request, $response);
›
}
}
00:13:34
php
User Deprecated: Passing string as argument 1 to Sonata\MediaBundle\Block\Breadcrumb\GalleryViewBreadcrumbBlockService::__construct() is deprecated since sonata-project/block-bundle 3.16 and will throw a \TypeError as of 4.0. You must pass an instance of Twig\Environment instead.
[
"exception " => ErrorException {#1751
#message : "User Deprecated: Passing string as argument 1 to Sonata\MediaBundle\Block\Breadcrumb\GalleryViewBreadcrumbBlockService::__construct() is deprecated since sonata-project/block-bundle 3.16 and will throw a \TypeError as of 4.0. You must pass an instance of Twig\Environment instead. "
#code : 0
#file : "/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /sonata-project/block-bundle/ src/Block/Service/AbstractBlockService.php "
#line : 71
#severity : E_USER_DEPRECATED
trace : {
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /sonata-project/block-bundle/ src/Block/Service/AbstractBlockService.php:71 {
Sonata\BlockBundle\Block\Service \ AbstractBlockService->__construct($templatingOrDeprecatedName = null, EngineInterface $templating = null) …
› ),
› E_USER_DEPRECATED
› );
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /sonata-project/block-bundle/ src/Block/Service/MenuBlockService.php:66 {
Sonata\BlockBundle\Block\Service \ MenuBlockService->__construct($name, EngineInterface $templating, MenuProviderInterface $menuProvider, $menuRegistry = null) …
› {
› parent::__construct($name, $templating);
›
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /sonata-project/seo-bundle/ src/Block/Breadcrumb/BaseBreadcrumbMenuBlockService.php:47 {
Sonata\SeoBundle\Block\Breadcrumb \ BaseBreadcrumbMenuBlockService->__construct($context, $name, EngineInterface $templating, MenuProviderInterface $menuProvider, FactoryInterface $factory) …
› {
› parent::__construct($name, $templating, $menuProvider);
›
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs / var/cache/dev/ContainerGhr0ToI/getSonata_Media_Block_BreadcrumbViewService.php:19 {
require …
›
› return $this->services['sonata.media.block.breadcrumb_view'] = new \Sonata\MediaBundle\Block\Breadcrumb\GalleryViewBreadcrumbBlockService('gallery_view', 'sonata.media.block.breadcrumb_view', ($this->privates['sonata.templating'] ?? $this->load('getSonata_TemplatingService.php')), ($this->privates['knp_menu.menu_provider.chain'] ?? $this->getKnpMenu_MenuProvider_ChainService()), ($this->services['knp_menu.factory'] ?? $this->load('getKnpMenu_FactoryService.php')));
›
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs / var/cache/dev/ContainerGhr0ToI/srcApp_KernelDevDebugContainer.php:879 {
ContainerGhr0ToI \ srcApp_KernelDevDebugContainer->load($file, $lazyLoad = true) …
› {
› return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
› }
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs / var/cache/dev/ContainerGhr0ToI/getSonata_Seo_Event_BreadcrumbService.php:14 {
require …
› $instance->addBlockService('sonata.seo.block.breadcrumb.homepage', ($this->services['sonata.seo.block.breadcrumb.homepage'] ?? $this->load('getSonata_Seo_Block_Breadcrumb_HomepageService.php')));
› $instance->addBlockService('sonata.media.block.breadcrumb_view', ($this->services['sonata.media.block.breadcrumb_view'] ?? $this->load('getSonata_Media_Block_BreadcrumbViewService.php')));
› $instance->addBlockService('sonata.media.block.breadcrumb_index', ($this->services['sonata.media.block.breadcrumb_index'] ?? $this->load('getSonata_Media_Block_BreadcrumbIndexService.php')));
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs / var/cache/dev/ContainerGhr0ToI/srcApp_KernelDevDebugContainer.php:879 {
ContainerGhr0ToI \ srcApp_KernelDevDebugContainer->load($file, $lazyLoad = true) …
› {
› return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
› }
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs / var/cache/dev/ContainerGhr0ToI/srcApp_KernelDevDebugContainer.php:1058 {
ContainerGhr0ToI\srcApp_KernelDevDebugContainer->ContainerGhr0ToI \ {closure} …
› $instance->addListener('sonata.block.event.breadcrumb', [0 => function () {
› return ($this->privates['sonata.seo.event.breadcrumb'] ?? $this->load('getSonata_Seo_Event_BreadcrumbService.php'));
› }, 1 => 'onBlock'], 0);
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/event-dispatcher/ EventDispatcher.php:279 {
Symfony\Component\EventDispatcher \ EventDispatcher->sortListeners(string $eventName) …
› if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {
› $listener[0] = $listener[0]();
› $listener[1] = $listener[1] ?? '__invoke';
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/event-dispatcher/ EventDispatcher.php:98 {
Symfony\Component\EventDispatcher \ EventDispatcher->getListeners($eventName = null) …
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:102 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->getListeners($eventName = null) …
› {
› return $this->dispatcher->getListeners($eventName);
› }
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:216 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->getNotCalledListeners() …
› try {
› $allListeners = $this->getListeners();
› } catch (\Exception $e) {
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/http-kernel/ DataCollector/EventDataCollector.php:69 {
Symfony\Component\HttpKernel\DataCollector \ EventDataCollector->lateCollect() …
› $this->setCalledListeners($this->dispatcher->getCalledListeners($this->currentRequest));
› $this->setNotCalledListeners($this->dispatcher->getNotCalledListeners($this->currentRequest));
› }
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/http-kernel/ Profiler/Profiler.php:100 {
Symfony\Component\HttpKernel\Profiler \ Profiler->saveProfile(Profile $profile) …
› if ($collector instanceof LateDataCollectorInterface) {
› $collector->lateCollect();
› }
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/http-kernel/ EventListener/ProfilerListener.php:127 {
Symfony\Component\HttpKernel\EventListener \ ProfilerListener->onKernelTerminate(PostResponseEvent $event) …
› foreach ($this->profiles as $request) {
› $this->profiler->saveProfile($this->profiles[$request]);
› }
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/event-dispatcher/ Debug/WrappedListener.php:126 {
Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher) …
›
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
›
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#705 …}
... : {
"kernel.request "
Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#788 …}
}
}
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/event-dispatcher/ EventDispatcher.php:264 {
Symfony\Component\EventDispatcher \ EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#705 …}
$eventName : "kernel.request "
$dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#788 …}
}
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/event-dispatcher/ EventDispatcher.php:239 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, $event) …
› if ($event instanceof Event) {
› $this->doDispatch($listeners, $eventName, $event);
›
arguments : {
$listeners : [ …11]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#705 …}
}
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/event-dispatcher/ EventDispatcher.php:73 {
Symfony\Component\EventDispatcher \ EventDispatcher->dispatch($event) …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments : {
$listeners : [ …11]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#705 …}
}
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:168 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch($event) …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#705 …}
... : {
"kernel.request "
}
}
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/http-kernel/ HttpKernel.php:103 {
Symfony\Component\HttpKernel \ HttpKernel->terminate(Request $request, Response $response) …
› {
› $this->dispatcher->dispatch(new TerminateEvent($this, $request, $response), KernelEvents::TERMINATE);
› }
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/http-kernel/ Kernel.php:166 {
Symfony\Component\HttpKernel \ Kernel->terminate(Request $request, Response $response) …
› if ($this->getHttpKernel() instanceof TerminableInterface) {
› $this->getHttpKernel()->terminate($request, $response);
› }
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs / public/index.php:40 {
› $response->send();
› $kernel->terminate($request, $response);
›
}
}
}
]
{
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /sonata-project/block-bundle/ src/Block/Service/AbstractBlockService.php:71 {
Sonata\BlockBundle\Block\Service \ AbstractBlockService->__construct($templatingOrDeprecatedName = null, EngineInterface $templating = null) …
› ),
› E_USER_DEPRECATED
› );
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /sonata-project/block-bundle/ src/Block/Service/MenuBlockService.php:66 {
Sonata\BlockBundle\Block\Service \ MenuBlockService->__construct($name, EngineInterface $templating, MenuProviderInterface $menuProvider, $menuRegistry = null) …
› {
› parent::__construct($name, $templating);
›
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /sonata-project/seo-bundle/ src/Block/Breadcrumb/BaseBreadcrumbMenuBlockService.php:47 {
Sonata\SeoBundle\Block\Breadcrumb \ BaseBreadcrumbMenuBlockService->__construct($context, $name, EngineInterface $templating, MenuProviderInterface $menuProvider, FactoryInterface $factory) …
› {
› parent::__construct($name, $templating, $menuProvider);
›
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs / var/cache/dev/ContainerGhr0ToI/getSonata_Media_Block_BreadcrumbViewService.php:19 {
require …
›
› return $this->services['sonata.media.block.breadcrumb_view'] = new \Sonata\MediaBundle\Block\Breadcrumb\GalleryViewBreadcrumbBlockService('gallery_view', 'sonata.media.block.breadcrumb_view', ($this->privates['sonata.templating'] ?? $this->load('getSonata_TemplatingService.php')), ($this->privates['knp_menu.menu_provider.chain'] ?? $this->getKnpMenu_MenuProvider_ChainService()), ($this->services['knp_menu.factory'] ?? $this->load('getKnpMenu_FactoryService.php')));
›
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs / var/cache/dev/ContainerGhr0ToI/srcApp_KernelDevDebugContainer.php:879 {
ContainerGhr0ToI \ srcApp_KernelDevDebugContainer->load($file, $lazyLoad = true) …
› {
› return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
› }
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs / var/cache/dev/ContainerGhr0ToI/getSonata_Seo_Event_BreadcrumbService.php:14 {
require …
› $instance->addBlockService('sonata.seo.block.breadcrumb.homepage', ($this->services['sonata.seo.block.breadcrumb.homepage'] ?? $this->load('getSonata_Seo_Block_Breadcrumb_HomepageService.php')));
› $instance->addBlockService('sonata.media.block.breadcrumb_view', ($this->services['sonata.media.block.breadcrumb_view'] ?? $this->load('getSonata_Media_Block_BreadcrumbViewService.php')));
› $instance->addBlockService('sonata.media.block.breadcrumb_index', ($this->services['sonata.media.block.breadcrumb_index'] ?? $this->load('getSonata_Media_Block_BreadcrumbIndexService.php')));
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs / var/cache/dev/ContainerGhr0ToI/srcApp_KernelDevDebugContainer.php:879 {
ContainerGhr0ToI \ srcApp_KernelDevDebugContainer->load($file, $lazyLoad = true) …
› {
› return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
› }
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs / var/cache/dev/ContainerGhr0ToI/srcApp_KernelDevDebugContainer.php:1058 {
ContainerGhr0ToI\srcApp_KernelDevDebugContainer->ContainerGhr0ToI \ {closure} …
› $instance->addListener('sonata.block.event.breadcrumb', [0 => function () {
› return ($this->privates['sonata.seo.event.breadcrumb'] ?? $this->load('getSonata_Seo_Event_BreadcrumbService.php'));
› }, 1 => 'onBlock'], 0);
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/event-dispatcher/ EventDispatcher.php:279 {
Symfony\Component\EventDispatcher \ EventDispatcher->sortListeners(string $eventName) …
› if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {
› $listener[0] = $listener[0]();
› $listener[1] = $listener[1] ?? '__invoke';
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/event-dispatcher/ EventDispatcher.php:98 {
Symfony\Component\EventDispatcher \ EventDispatcher->getListeners($eventName = null) …
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:102 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->getListeners($eventName = null) …
› {
› return $this->dispatcher->getListeners($eventName);
› }
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:216 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->getNotCalledListeners() …
› try {
› $allListeners = $this->getListeners();
› } catch (\Exception $e) {
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/http-kernel/ DataCollector/EventDataCollector.php:69 {
Symfony\Component\HttpKernel\DataCollector \ EventDataCollector->lateCollect() …
› $this->setCalledListeners($this->dispatcher->getCalledListeners($this->currentRequest));
› $this->setNotCalledListeners($this->dispatcher->getNotCalledListeners($this->currentRequest));
› }
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/http-kernel/ Profiler/Profiler.php:100 {
Symfony\Component\HttpKernel\Profiler \ Profiler->saveProfile(Profile $profile) …
› if ($collector instanceof LateDataCollectorInterface) {
› $collector->lateCollect();
› }
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/http-kernel/ EventListener/ProfilerListener.php:127 {
Symfony\Component\HttpKernel\EventListener \ ProfilerListener->onKernelTerminate(PostResponseEvent $event) …
› foreach ($this->profiles as $request) {
› $this->profiler->saveProfile($this->profiles[$request]);
› }
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/event-dispatcher/ Debug/WrappedListener.php:126 {
Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher) …
›
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
›
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#705 …}
... : {
"kernel.request "
Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#788 …}
}
}
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/event-dispatcher/ EventDispatcher.php:264 {
Symfony\Component\EventDispatcher \ EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#705 …}
$eventName : "kernel.request "
$dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#788 …}
}
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/event-dispatcher/ EventDispatcher.php:239 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, $event) …
› if ($event instanceof Event) {
› $this->doDispatch($listeners, $eventName, $event);
›
arguments : {
$listeners : [ …11]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#705 …}
}
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/event-dispatcher/ EventDispatcher.php:73 {
Symfony\Component\EventDispatcher \ EventDispatcher->dispatch($event) …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments : {
$listeners : [ …11]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#705 …}
}
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:168 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch($event) …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#705 …}
... : {
"kernel.request "
}
}
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/http-kernel/ HttpKernel.php:103 {
Symfony\Component\HttpKernel \ HttpKernel->terminate(Request $request, Response $response) …
› {
› $this->dispatcher->dispatch(new TerminateEvent($this, $request, $response), KernelEvents::TERMINATE);
› }
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/http-kernel/ Kernel.php:166 {
Symfony\Component\HttpKernel \ Kernel->terminate(Request $request, Response $response) …
› if ($this->getHttpKernel() instanceof TerminableInterface) {
› $this->getHttpKernel()->terminate($request, $response);
› }
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs / public/index.php:40 {
› $response->send();
› $kernel->terminate($request, $response);
›
}
}
00:13:34
php
User Deprecated: Passing string as argument 1 to Sonata\MediaBundle\Block\Breadcrumb\GalleryIndexBreadcrumbBlockService::__construct() is deprecated since sonata-project/block-bundle 3.16 and will throw a \TypeError as of 4.0. You must pass an instance of Twig\Environment instead.
[
"exception " => ErrorException {#4111
#message : "User Deprecated: Passing string as argument 1 to Sonata\MediaBundle\Block\Breadcrumb\GalleryIndexBreadcrumbBlockService::__construct() is deprecated since sonata-project/block-bundle 3.16 and will throw a \TypeError as of 4.0. You must pass an instance of Twig\Environment instead. "
#code : 0
#file : "/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /sonata-project/block-bundle/ src/Block/Service/AbstractBlockService.php "
#line : 71
#severity : E_USER_DEPRECATED
trace : {
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /sonata-project/block-bundle/ src/Block/Service/AbstractBlockService.php:71 {
Sonata\BlockBundle\Block\Service \ AbstractBlockService->__construct($templatingOrDeprecatedName = null, EngineInterface $templating = null) …
› ),
› E_USER_DEPRECATED
› );
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /sonata-project/block-bundle/ src/Block/Service/MenuBlockService.php:66 {
Sonata\BlockBundle\Block\Service \ MenuBlockService->__construct($name, EngineInterface $templating, MenuProviderInterface $menuProvider, $menuRegistry = null) …
› {
› parent::__construct($name, $templating);
›
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /sonata-project/seo-bundle/ src/Block/Breadcrumb/BaseBreadcrumbMenuBlockService.php:47 {
Sonata\SeoBundle\Block\Breadcrumb \ BaseBreadcrumbMenuBlockService->__construct($context, $name, EngineInterface $templating, MenuProviderInterface $menuProvider, FactoryInterface $factory) …
› {
› parent::__construct($name, $templating, $menuProvider);
›
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs / var/cache/dev/ContainerGhr0ToI/getSonata_Media_Block_BreadcrumbIndexService.php:19 {
require …
›
› return $this->services['sonata.media.block.breadcrumb_index'] = new \Sonata\MediaBundle\Block\Breadcrumb\GalleryIndexBreadcrumbBlockService('gallery_index', 'sonata.media.block.breadcrumb_view', ($this->privates['sonata.templating'] ?? $this->load('getSonata_TemplatingService.php')), ($this->privates['knp_menu.menu_provider.chain'] ?? $this->getKnpMenu_MenuProvider_ChainService()), ($this->services['knp_menu.factory'] ?? $this->load('getKnpMenu_FactoryService.php')));
›
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs / var/cache/dev/ContainerGhr0ToI/srcApp_KernelDevDebugContainer.php:879 {
ContainerGhr0ToI \ srcApp_KernelDevDebugContainer->load($file, $lazyLoad = true) …
› {
› return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
› }
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs / var/cache/dev/ContainerGhr0ToI/getSonata_Seo_Event_BreadcrumbService.php:15 {
require …
› $instance->addBlockService('sonata.media.block.breadcrumb_view', ($this->services['sonata.media.block.breadcrumb_view'] ?? $this->load('getSonata_Media_Block_BreadcrumbViewService.php')));
› $instance->addBlockService('sonata.media.block.breadcrumb_index', ($this->services['sonata.media.block.breadcrumb_index'] ?? $this->load('getSonata_Media_Block_BreadcrumbIndexService.php')));
› $instance->addBlockService('sonata.media.block.breadcrumb_view_media', ($this->services['sonata.media.block.breadcrumb_view_media'] ?? $this->load('getSonata_Media_Block_BreadcrumbViewMediaService.php')));
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs / var/cache/dev/ContainerGhr0ToI/srcApp_KernelDevDebugContainer.php:879 {
ContainerGhr0ToI \ srcApp_KernelDevDebugContainer->load($file, $lazyLoad = true) …
› {
› return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
› }
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs / var/cache/dev/ContainerGhr0ToI/srcApp_KernelDevDebugContainer.php:1058 {
ContainerGhr0ToI\srcApp_KernelDevDebugContainer->ContainerGhr0ToI \ {closure} …
› $instance->addListener('sonata.block.event.breadcrumb', [0 => function () {
› return ($this->privates['sonata.seo.event.breadcrumb'] ?? $this->load('getSonata_Seo_Event_BreadcrumbService.php'));
› }, 1 => 'onBlock'], 0);
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/event-dispatcher/ EventDispatcher.php:279 {
Symfony\Component\EventDispatcher \ EventDispatcher->sortListeners(string $eventName) …
› if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {
› $listener[0] = $listener[0]();
› $listener[1] = $listener[1] ?? '__invoke';
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/event-dispatcher/ EventDispatcher.php:98 {
Symfony\Component\EventDispatcher \ EventDispatcher->getListeners($eventName = null) …
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:102 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->getListeners($eventName = null) …
› {
› return $this->dispatcher->getListeners($eventName);
› }
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:216 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->getNotCalledListeners() …
› try {
› $allListeners = $this->getListeners();
› } catch (\Exception $e) {
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/http-kernel/ DataCollector/EventDataCollector.php:69 {
Symfony\Component\HttpKernel\DataCollector \ EventDataCollector->lateCollect() …
› $this->setCalledListeners($this->dispatcher->getCalledListeners($this->currentRequest));
› $this->setNotCalledListeners($this->dispatcher->getNotCalledListeners($this->currentRequest));
› }
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/http-kernel/ Profiler/Profiler.php:100 {
Symfony\Component\HttpKernel\Profiler \ Profiler->saveProfile(Profile $profile) …
› if ($collector instanceof LateDataCollectorInterface) {
› $collector->lateCollect();
› }
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/http-kernel/ EventListener/ProfilerListener.php:127 {
Symfony\Component\HttpKernel\EventListener \ ProfilerListener->onKernelTerminate(PostResponseEvent $event) …
› foreach ($this->profiles as $request) {
› $this->profiler->saveProfile($this->profiles[$request]);
› }
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/event-dispatcher/ Debug/WrappedListener.php:126 {
Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher) …
›
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
›
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#705 …}
... : {
"kernel.request "
Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#788 …}
}
}
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/event-dispatcher/ EventDispatcher.php:264 {
Symfony\Component\EventDispatcher \ EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#705 …}
$eventName : "kernel.request "
$dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#788 …}
}
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/event-dispatcher/ EventDispatcher.php:239 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, $event) …
› if ($event instanceof Event) {
› $this->doDispatch($listeners, $eventName, $event);
›
arguments : {
$listeners : [ …11]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#705 …}
}
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/event-dispatcher/ EventDispatcher.php:73 {
Symfony\Component\EventDispatcher \ EventDispatcher->dispatch($event) …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments : {
$listeners : [ …11]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#705 …}
}
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:168 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch($event) …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#705 …}
... : {
"kernel.request "
}
}
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/http-kernel/ HttpKernel.php:103 {
Symfony\Component\HttpKernel \ HttpKernel->terminate(Request $request, Response $response) …
› {
› $this->dispatcher->dispatch(new TerminateEvent($this, $request, $response), KernelEvents::TERMINATE);
› }
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/http-kernel/ Kernel.php:166 {
Symfony\Component\HttpKernel \ Kernel->terminate(Request $request, Response $response) …
› if ($this->getHttpKernel() instanceof TerminableInterface) {
› $this->getHttpKernel()->terminate($request, $response);
› }
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs / public/index.php:40 {
› $response->send();
› $kernel->terminate($request, $response);
›
}
}
}
]
{
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /sonata-project/block-bundle/ src/Block/Service/AbstractBlockService.php:71 {
Sonata\BlockBundle\Block\Service \ AbstractBlockService->__construct($templatingOrDeprecatedName = null, EngineInterface $templating = null) …
› ),
› E_USER_DEPRECATED
› );
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /sonata-project/block-bundle/ src/Block/Service/MenuBlockService.php:66 {
Sonata\BlockBundle\Block\Service \ MenuBlockService->__construct($name, EngineInterface $templating, MenuProviderInterface $menuProvider, $menuRegistry = null) …
› {
› parent::__construct($name, $templating);
›
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /sonata-project/seo-bundle/ src/Block/Breadcrumb/BaseBreadcrumbMenuBlockService.php:47 {
Sonata\SeoBundle\Block\Breadcrumb \ BaseBreadcrumbMenuBlockService->__construct($context, $name, EngineInterface $templating, MenuProviderInterface $menuProvider, FactoryInterface $factory) …
› {
› parent::__construct($name, $templating, $menuProvider);
›
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs / var/cache/dev/ContainerGhr0ToI/getSonata_Media_Block_BreadcrumbIndexService.php:19 {
require …
›
› return $this->services['sonata.media.block.breadcrumb_index'] = new \Sonata\MediaBundle\Block\Breadcrumb\GalleryIndexBreadcrumbBlockService('gallery_index', 'sonata.media.block.breadcrumb_view', ($this->privates['sonata.templating'] ?? $this->load('getSonata_TemplatingService.php')), ($this->privates['knp_menu.menu_provider.chain'] ?? $this->getKnpMenu_MenuProvider_ChainService()), ($this->services['knp_menu.factory'] ?? $this->load('getKnpMenu_FactoryService.php')));
›
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs / var/cache/dev/ContainerGhr0ToI/srcApp_KernelDevDebugContainer.php:879 {
ContainerGhr0ToI \ srcApp_KernelDevDebugContainer->load($file, $lazyLoad = true) …
› {
› return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
› }
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs / var/cache/dev/ContainerGhr0ToI/getSonata_Seo_Event_BreadcrumbService.php:15 {
require …
› $instance->addBlockService('sonata.media.block.breadcrumb_view', ($this->services['sonata.media.block.breadcrumb_view'] ?? $this->load('getSonata_Media_Block_BreadcrumbViewService.php')));
› $instance->addBlockService('sonata.media.block.breadcrumb_index', ($this->services['sonata.media.block.breadcrumb_index'] ?? $this->load('getSonata_Media_Block_BreadcrumbIndexService.php')));
› $instance->addBlockService('sonata.media.block.breadcrumb_view_media', ($this->services['sonata.media.block.breadcrumb_view_media'] ?? $this->load('getSonata_Media_Block_BreadcrumbViewMediaService.php')));
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs / var/cache/dev/ContainerGhr0ToI/srcApp_KernelDevDebugContainer.php:879 {
ContainerGhr0ToI \ srcApp_KernelDevDebugContainer->load($file, $lazyLoad = true) …
› {
› return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
› }
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs / var/cache/dev/ContainerGhr0ToI/srcApp_KernelDevDebugContainer.php:1058 {
ContainerGhr0ToI\srcApp_KernelDevDebugContainer->ContainerGhr0ToI \ {closure} …
› $instance->addListener('sonata.block.event.breadcrumb', [0 => function () {
› return ($this->privates['sonata.seo.event.breadcrumb'] ?? $this->load('getSonata_Seo_Event_BreadcrumbService.php'));
› }, 1 => 'onBlock'], 0);
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/event-dispatcher/ EventDispatcher.php:279 {
Symfony\Component\EventDispatcher \ EventDispatcher->sortListeners(string $eventName) …
› if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {
› $listener[0] = $listener[0]();
› $listener[1] = $listener[1] ?? '__invoke';
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/event-dispatcher/ EventDispatcher.php:98 {
Symfony\Component\EventDispatcher \ EventDispatcher->getListeners($eventName = null) …
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:102 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->getListeners($eventName = null) …
› {
› return $this->dispatcher->getListeners($eventName);
› }
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:216 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->getNotCalledListeners() …
› try {
› $allListeners = $this->getListeners();
› } catch (\Exception $e) {
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/http-kernel/ DataCollector/EventDataCollector.php:69 {
Symfony\Component\HttpKernel\DataCollector \ EventDataCollector->lateCollect() …
› $this->setCalledListeners($this->dispatcher->getCalledListeners($this->currentRequest));
› $this->setNotCalledListeners($this->dispatcher->getNotCalledListeners($this->currentRequest));
› }
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/http-kernel/ Profiler/Profiler.php:100 {
Symfony\Component\HttpKernel\Profiler \ Profiler->saveProfile(Profile $profile) …
› if ($collector instanceof LateDataCollectorInterface) {
› $collector->lateCollect();
› }
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/http-kernel/ EventListener/ProfilerListener.php:127 {
Symfony\Component\HttpKernel\EventListener \ ProfilerListener->onKernelTerminate(PostResponseEvent $event) …
› foreach ($this->profiles as $request) {
› $this->profiler->saveProfile($this->profiles[$request]);
› }
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/event-dispatcher/ Debug/WrappedListener.php:126 {
Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher) …
›
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
›
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#705 …}
... : {
"kernel.request "
Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#788 …}
}
}
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/event-dispatcher/ EventDispatcher.php:264 {
Symfony\Component\EventDispatcher \ EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#705 …}
$eventName : "kernel.request "
$dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#788 …}
}
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/event-dispatcher/ EventDispatcher.php:239 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, $event) …
› if ($event instanceof Event) {
› $this->doDispatch($listeners, $eventName, $event);
›
arguments : {
$listeners : [ …11]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#705 …}
}
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/event-dispatcher/ EventDispatcher.php:73 {
Symfony\Component\EventDispatcher \ EventDispatcher->dispatch($event) …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments : {
$listeners : [ …11]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#705 …}
}
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:168 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch($event) …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#705 …}
... : {
"kernel.request "
}
}
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/http-kernel/ HttpKernel.php:103 {
Symfony\Component\HttpKernel \ HttpKernel->terminate(Request $request, Response $response) …
› {
› $this->dispatcher->dispatch(new TerminateEvent($this, $request, $response), KernelEvents::TERMINATE);
› }
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/http-kernel/ Kernel.php:166 {
Symfony\Component\HttpKernel \ Kernel->terminate(Request $request, Response $response) …
› if ($this->getHttpKernel() instanceof TerminableInterface) {
› $this->getHttpKernel()->terminate($request, $response);
› }
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs / public/index.php:40 {
› $response->send();
› $kernel->terminate($request, $response);
›
}
}
00:13:34
php
User Deprecated: Passing string as argument 1 to Sonata\MediaBundle\Block\Breadcrumb\MediaViewBreadcrumbBlockService::__construct() is deprecated since sonata-project/block-bundle 3.16 and will throw a \TypeError as of 4.0. You must pass an instance of Twig\Environment instead.
[
"exception " => ErrorException {#4320
#message : "User Deprecated: Passing string as argument 1 to Sonata\MediaBundle\Block\Breadcrumb\MediaViewBreadcrumbBlockService::__construct() is deprecated since sonata-project/block-bundle 3.16 and will throw a \TypeError as of 4.0. You must pass an instance of Twig\Environment instead. "
#code : 0
#file : "/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /sonata-project/block-bundle/ src/Block/Service/AbstractBlockService.php "
#line : 71
#severity : E_USER_DEPRECATED
trace : {
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /sonata-project/block-bundle/ src/Block/Service/AbstractBlockService.php:71 {
Sonata\BlockBundle\Block\Service \ AbstractBlockService->__construct($templatingOrDeprecatedName = null, EngineInterface $templating = null) …
› ),
› E_USER_DEPRECATED
› );
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /sonata-project/block-bundle/ src/Block/Service/MenuBlockService.php:66 {
Sonata\BlockBundle\Block\Service \ MenuBlockService->__construct($name, EngineInterface $templating, MenuProviderInterface $menuProvider, $menuRegistry = null) …
› {
› parent::__construct($name, $templating);
›
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /sonata-project/seo-bundle/ src/Block/Breadcrumb/BaseBreadcrumbMenuBlockService.php:47 {
Sonata\SeoBundle\Block\Breadcrumb \ BaseBreadcrumbMenuBlockService->__construct($context, $name, EngineInterface $templating, MenuProviderInterface $menuProvider, FactoryInterface $factory) …
› {
› parent::__construct($name, $templating, $menuProvider);
›
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs / var/cache/dev/ContainerGhr0ToI/getSonata_Media_Block_BreadcrumbViewMediaService.php:19 {
require …
›
› return $this->services['sonata.media.block.breadcrumb_view_media'] = new \Sonata\MediaBundle\Block\Breadcrumb\MediaViewBreadcrumbBlockService('media_view', 'sonata.media.block.breadcrumb_view_media', ($this->privates['sonata.templating'] ?? $this->load('getSonata_TemplatingService.php')), ($this->privates['knp_menu.menu_provider.chain'] ?? $this->getKnpMenu_MenuProvider_ChainService()), ($this->services['knp_menu.factory'] ?? $this->load('getKnpMenu_FactoryService.php')));
›
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs / var/cache/dev/ContainerGhr0ToI/srcApp_KernelDevDebugContainer.php:879 {
ContainerGhr0ToI \ srcApp_KernelDevDebugContainer->load($file, $lazyLoad = true) …
› {
› return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
› }
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs / var/cache/dev/ContainerGhr0ToI/getSonata_Seo_Event_BreadcrumbService.php:16 {
require …
› $instance->addBlockService('sonata.media.block.breadcrumb_index', ($this->services['sonata.media.block.breadcrumb_index'] ?? $this->load('getSonata_Media_Block_BreadcrumbIndexService.php')));
› $instance->addBlockService('sonata.media.block.breadcrumb_view_media', ($this->services['sonata.media.block.breadcrumb_view_media'] ?? $this->load('getSonata_Media_Block_BreadcrumbViewMediaService.php')));
›
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs / var/cache/dev/ContainerGhr0ToI/srcApp_KernelDevDebugContainer.php:879 {
ContainerGhr0ToI \ srcApp_KernelDevDebugContainer->load($file, $lazyLoad = true) …
› {
› return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
› }
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs / var/cache/dev/ContainerGhr0ToI/srcApp_KernelDevDebugContainer.php:1058 {
ContainerGhr0ToI\srcApp_KernelDevDebugContainer->ContainerGhr0ToI \ {closure} …
› $instance->addListener('sonata.block.event.breadcrumb', [0 => function () {
› return ($this->privates['sonata.seo.event.breadcrumb'] ?? $this->load('getSonata_Seo_Event_BreadcrumbService.php'));
› }, 1 => 'onBlock'], 0);
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/event-dispatcher/ EventDispatcher.php:279 {
Symfony\Component\EventDispatcher \ EventDispatcher->sortListeners(string $eventName) …
› if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {
› $listener[0] = $listener[0]();
› $listener[1] = $listener[1] ?? '__invoke';
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/event-dispatcher/ EventDispatcher.php:98 {
Symfony\Component\EventDispatcher \ EventDispatcher->getListeners($eventName = null) …
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:102 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->getListeners($eventName = null) …
› {
› return $this->dispatcher->getListeners($eventName);
› }
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:216 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->getNotCalledListeners() …
› try {
› $allListeners = $this->getListeners();
› } catch (\Exception $e) {
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/http-kernel/ DataCollector/EventDataCollector.php:69 {
Symfony\Component\HttpKernel\DataCollector \ EventDataCollector->lateCollect() …
› $this->setCalledListeners($this->dispatcher->getCalledListeners($this->currentRequest));
› $this->setNotCalledListeners($this->dispatcher->getNotCalledListeners($this->currentRequest));
› }
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/http-kernel/ Profiler/Profiler.php:100 {
Symfony\Component\HttpKernel\Profiler \ Profiler->saveProfile(Profile $profile) …
› if ($collector instanceof LateDataCollectorInterface) {
› $collector->lateCollect();
› }
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/http-kernel/ EventListener/ProfilerListener.php:127 {
Symfony\Component\HttpKernel\EventListener \ ProfilerListener->onKernelTerminate(PostResponseEvent $event) …
› foreach ($this->profiles as $request) {
› $this->profiler->saveProfile($this->profiles[$request]);
› }
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/event-dispatcher/ Debug/WrappedListener.php:126 {
Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher) …
›
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
›
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#705 …}
... : {
"kernel.request "
Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#788 …}
}
}
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/event-dispatcher/ EventDispatcher.php:264 {
Symfony\Component\EventDispatcher \ EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#705 …}
$eventName : "kernel.request "
$dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#788 …}
}
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/event-dispatcher/ EventDispatcher.php:239 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, $event) …
› if ($event instanceof Event) {
› $this->doDispatch($listeners, $eventName, $event);
›
arguments : {
$listeners : [ …11]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#705 …}
}
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/event-dispatcher/ EventDispatcher.php:73 {
Symfony\Component\EventDispatcher \ EventDispatcher->dispatch($event) …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments : {
$listeners : [ …11]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#705 …}
}
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:168 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch($event) …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#705 …}
... : {
"kernel.request "
}
}
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/http-kernel/ HttpKernel.php:103 {
Symfony\Component\HttpKernel \ HttpKernel->terminate(Request $request, Response $response) …
› {
› $this->dispatcher->dispatch(new TerminateEvent($this, $request, $response), KernelEvents::TERMINATE);
› }
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/http-kernel/ Kernel.php:166 {
Symfony\Component\HttpKernel \ Kernel->terminate(Request $request, Response $response) …
› if ($this->getHttpKernel() instanceof TerminableInterface) {
› $this->getHttpKernel()->terminate($request, $response);
› }
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs / public/index.php:40 {
› $response->send();
› $kernel->terminate($request, $response);
›
}
}
}
]
{
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /sonata-project/block-bundle/ src/Block/Service/AbstractBlockService.php:71 {
Sonata\BlockBundle\Block\Service \ AbstractBlockService->__construct($templatingOrDeprecatedName = null, EngineInterface $templating = null) …
› ),
› E_USER_DEPRECATED
› );
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /sonata-project/block-bundle/ src/Block/Service/MenuBlockService.php:66 {
Sonata\BlockBundle\Block\Service \ MenuBlockService->__construct($name, EngineInterface $templating, MenuProviderInterface $menuProvider, $menuRegistry = null) …
› {
› parent::__construct($name, $templating);
›
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /sonata-project/seo-bundle/ src/Block/Breadcrumb/BaseBreadcrumbMenuBlockService.php:47 {
Sonata\SeoBundle\Block\Breadcrumb \ BaseBreadcrumbMenuBlockService->__construct($context, $name, EngineInterface $templating, MenuProviderInterface $menuProvider, FactoryInterface $factory) …
› {
› parent::__construct($name, $templating, $menuProvider);
›
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs / var/cache/dev/ContainerGhr0ToI/getSonata_Media_Block_BreadcrumbViewMediaService.php:19 {
require …
›
› return $this->services['sonata.media.block.breadcrumb_view_media'] = new \Sonata\MediaBundle\Block\Breadcrumb\MediaViewBreadcrumbBlockService('media_view', 'sonata.media.block.breadcrumb_view_media', ($this->privates['sonata.templating'] ?? $this->load('getSonata_TemplatingService.php')), ($this->privates['knp_menu.menu_provider.chain'] ?? $this->getKnpMenu_MenuProvider_ChainService()), ($this->services['knp_menu.factory'] ?? $this->load('getKnpMenu_FactoryService.php')));
›
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs / var/cache/dev/ContainerGhr0ToI/srcApp_KernelDevDebugContainer.php:879 {
ContainerGhr0ToI \ srcApp_KernelDevDebugContainer->load($file, $lazyLoad = true) …
› {
› return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
› }
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs / var/cache/dev/ContainerGhr0ToI/getSonata_Seo_Event_BreadcrumbService.php:16 {
require …
› $instance->addBlockService('sonata.media.block.breadcrumb_index', ($this->services['sonata.media.block.breadcrumb_index'] ?? $this->load('getSonata_Media_Block_BreadcrumbIndexService.php')));
› $instance->addBlockService('sonata.media.block.breadcrumb_view_media', ($this->services['sonata.media.block.breadcrumb_view_media'] ?? $this->load('getSonata_Media_Block_BreadcrumbViewMediaService.php')));
›
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs / var/cache/dev/ContainerGhr0ToI/srcApp_KernelDevDebugContainer.php:879 {
ContainerGhr0ToI \ srcApp_KernelDevDebugContainer->load($file, $lazyLoad = true) …
› {
› return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
› }
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs / var/cache/dev/ContainerGhr0ToI/srcApp_KernelDevDebugContainer.php:1058 {
ContainerGhr0ToI\srcApp_KernelDevDebugContainer->ContainerGhr0ToI \ {closure} …
› $instance->addListener('sonata.block.event.breadcrumb', [0 => function () {
› return ($this->privates['sonata.seo.event.breadcrumb'] ?? $this->load('getSonata_Seo_Event_BreadcrumbService.php'));
› }, 1 => 'onBlock'], 0);
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/event-dispatcher/ EventDispatcher.php:279 {
Symfony\Component\EventDispatcher \ EventDispatcher->sortListeners(string $eventName) …
› if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {
› $listener[0] = $listener[0]();
› $listener[1] = $listener[1] ?? '__invoke';
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/event-dispatcher/ EventDispatcher.php:98 {
Symfony\Component\EventDispatcher \ EventDispatcher->getListeners($eventName = null) …
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:102 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->getListeners($eventName = null) …
› {
› return $this->dispatcher->getListeners($eventName);
› }
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:216 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->getNotCalledListeners() …
› try {
› $allListeners = $this->getListeners();
› } catch (\Exception $e) {
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/http-kernel/ DataCollector/EventDataCollector.php:69 {
Symfony\Component\HttpKernel\DataCollector \ EventDataCollector->lateCollect() …
› $this->setCalledListeners($this->dispatcher->getCalledListeners($this->currentRequest));
› $this->setNotCalledListeners($this->dispatcher->getNotCalledListeners($this->currentRequest));
› }
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/http-kernel/ Profiler/Profiler.php:100 {
Symfony\Component\HttpKernel\Profiler \ Profiler->saveProfile(Profile $profile) …
› if ($collector instanceof LateDataCollectorInterface) {
› $collector->lateCollect();
› }
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/http-kernel/ EventListener/ProfilerListener.php:127 {
Symfony\Component\HttpKernel\EventListener \ ProfilerListener->onKernelTerminate(PostResponseEvent $event) …
› foreach ($this->profiles as $request) {
› $this->profiler->saveProfile($this->profiles[$request]);
› }
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/event-dispatcher/ Debug/WrappedListener.php:126 {
Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher) …
›
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
›
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#705 …}
... : {
"kernel.request "
Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#788 …}
}
}
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/event-dispatcher/ EventDispatcher.php:264 {
Symfony\Component\EventDispatcher \ EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#705 …}
$eventName : "kernel.request "
$dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#788 …}
}
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/event-dispatcher/ EventDispatcher.php:239 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, $event) …
› if ($event instanceof Event) {
› $this->doDispatch($listeners, $eventName, $event);
›
arguments : {
$listeners : [ …11]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#705 …}
}
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/event-dispatcher/ EventDispatcher.php:73 {
Symfony\Component\EventDispatcher \ EventDispatcher->dispatch($event) …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments : {
$listeners : [ …11]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#705 …}
}
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:168 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch($event) …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#705 …}
... : {
"kernel.request "
}
}
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/http-kernel/ HttpKernel.php:103 {
Symfony\Component\HttpKernel \ HttpKernel->terminate(Request $request, Response $response) …
› {
› $this->dispatcher->dispatch(new TerminateEvent($this, $request, $response), KernelEvents::TERMINATE);
› }
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs/vendor /symfony/http-kernel/ Kernel.php:166 {
Symfony\Component\HttpKernel \ Kernel->terminate(Request $request, Response $response) …
› if ($this->getHttpKernel() instanceof TerminableInterface) {
› $this->getHttpKernel()->terminate($request, $response);
› }
}
/var/www/vhosts/calper.descomplicavendas.com.br/httpdocs / public/index.php:40 {
› $response->send();
› $kernel->terminate($request, $response);
›
}
}
14:56:55
n/a
The FOS\CKEditorBundle\DependencyInjection\CompilerResourceCompilerPass is deprecated since 1.x and will be removed with the 2.0 release.
14:56:55
n/a
The FOS\CKEditorBundle\DependencyInjection\CompilerTemplatingCompilerPass is deprecated since 1.x and will be removed with the 2.0 release.
14:56:55
n/a
The "App\Application\Internit\ChatbotLeadBundle\Controller\ChatbotFrontController " class extends "Symfony\Bundle\FrameworkBundle\Controller\Controller " that is deprecated since Symfony 4.2, use "Symfony\Bundle\FrameworkBundle\Controller\AbstractController " instead.
14:56:55
n/a
The Sonata\AdminBundle\Controller\CoreController class is deprecated since version 3.36 and will be removed in 4.0. Use Sonata\AdminBundle\Controller\SearchAction or Sonata\AdminBundle\Controller\DashboardAction instead.
14:56:55
n/a
The "Sonata\AdminBundle\Controller\CoreController " class extends "Symfony\Bundle\FrameworkBundle\Controller\Controller " that is deprecated since Symfony 4.2, use "Symfony\Bundle\FrameworkBundle\Controller\AbstractController " instead.
14:56:55
n/a
The "App\Application\Internit\ContentBundle\Controller\HomeFrontController " class extends "Symfony\Bundle\FrameworkBundle\Controller\Controller " that is deprecated since Symfony 4.2, use "Symfony\Bundle\FrameworkBundle\Controller\AbstractController " instead.
14:56:55
n/a
The "App\Application\Internit\ContentBundle\Controller\IndexController " class extends "Symfony\Bundle\FrameworkBundle\Controller\Controller " that is deprecated since Symfony 4.2, use "Symfony\Bundle\FrameworkBundle\Controller\AbstractController " instead.
14:56:55
n/a
The "App\Application\Internit\LeadBundle\Controller\GrupoZapFrontController " class extends "Symfony\Bundle\FrameworkBundle\Controller\Controller " that is deprecated since Symfony 4.2, use "Symfony\Bundle\FrameworkBundle\Controller\AbstractController " instead.
14:56:55
n/a
The "App\Application\Internit\LeadBundle\Controller\ProductFrontController " class extends "Symfony\Bundle\FrameworkBundle\Controller\Controller " that is deprecated since Symfony 4.2, use "Symfony\Bundle\FrameworkBundle\Controller\AbstractController " instead.
14:56:55
n/a
The "Symfony\Bundle\FrameworkBundle\Command\ContainerAwareCommand " class is deprecated since Symfony 4.2, use "Symfony\Component\Console\Command\Command " with dependency injection instead.
14:56:55
n/a
The "App\Application\Internit\LeadBundle\Service\ResendLeadWorkerCommand " class extends "Symfony\Bundle\FrameworkBundle\Command\ContainerAwareCommand " that is deprecated since Symfony 4.2, use {@see Command} instead.
14:56:55
n/a
The "App\Application\Internit\LeadBundle\Service\ResendLeadWorkerCron1Command " class extends "Symfony\Bundle\FrameworkBundle\Command\ContainerAwareCommand " that is deprecated since Symfony 4.2, use {@see Command} instead.
14:56:55
n/a
The "App\Application\Internit\LeadBundle\Service\ResendLeadWorkerCron2Command " class extends "Symfony\Bundle\FrameworkBundle\Command\ContainerAwareCommand " that is deprecated since Symfony 4.2, use {@see Command} instead.
14:56:55
n/a
The "App\Application\Internit\ProposalBundle\Controller\ProposalFrontController " class extends "Symfony\Bundle\FrameworkBundle\Controller\Controller " that is deprecated since Symfony 4.2, use "Symfony\Bundle\FrameworkBundle\Controller\AbstractController " instead.
14:56:55
n/a
The "App\Application\Internit\RankingBundle\Controller\RankingFrontController " class extends "Symfony\Bundle\FrameworkBundle\Controller\Controller " that is deprecated since Symfony 4.2, use "Symfony\Bundle\FrameworkBundle\Controller\AbstractController " instead.
14:56:55
n/a
The "App\Application\Internit\SalesGoalBundle\Controller\SalesGoalFrontController " class extends "Symfony\Bundle\FrameworkBundle\Controller\Controller " that is deprecated since Symfony 4.2, use "Symfony\Bundle\FrameworkBundle\Controller\AbstractController " instead.
14:56:55
n/a
The "App\Application\Internit\SecurityBundle\Controller\HierarchyAdminController " class extends "Symfony\Bundle\FrameworkBundle\Controller\Controller " that is deprecated since Symfony 4.2, use "Symfony\Bundle\FrameworkBundle\Controller\AbstractController " instead.
14:56:55
n/a
The "App\Application\Internit\SecurityBundle\Controller\HierarchyFrontController " class extends "Symfony\Bundle\FrameworkBundle\Controller\Controller " that is deprecated since Symfony 4.2, use "Symfony\Bundle\FrameworkBundle\Controller\AbstractController " instead.
14:56:55
n/a
The "App\Application\Internit\SettingBundle\Controller\SettingFrontController " class extends "Symfony\Bundle\FrameworkBundle\Controller\Controller " that is deprecated since Symfony 4.2, use "Symfony\Bundle\FrameworkBundle\Controller\AbstractController " instead.
14:56:55
n/a
The "Sonata\UserBundle\Document\BaseGroup " class extends "FOS\UserBundle\Model\Group " that is deprecated Using Groups is deprecated since version 2.2 and will be removed in 3.0.
14:56:55
n/a
The "Sonata\UserBundle\Entity\BaseGroup " class extends "FOS\UserBundle\Model\Group " that is deprecated Using Groups is deprecated since version 2.2 and will be removed in 3.0.
14:56:55
n/a (2 times)
The "framework.templating " configuration is deprecated since Symfony 4.3. Configure the "twig " section provided by the Twig Bundle instead.
14:56:55
n/a
Enabling the Templating component is deprecated since version 4.3 and will be removed in 5.0; use Twig instead.
14:56:55
n/a (2 times)
The "twig.exception_controller " configuration key has been deprecated in Symfony 4.4, set it to "null " and use "framework.error_controller " configuration key instead.
14:56:55
n/a (2 times)
The "dir_name " option is deprecated. Use "migrations_paths " instead.
14:56:55
n/a (2 times)
The "namespace " option is deprecated. Use "migrations_paths " instead.
14:56:55
n/a
Enabling the "sensio_framework_extra.router.annotations " configuration is deprecated since version 5.2. Set it to false and use the "Symfony\Component\Routing\Annotation\Route " annotation from Symfony itself.
14:56:55
n/a
Not registering bundle "Sonata\Doctrine\Bridge\Symfony\Bundle\SonataDoctrineBundle " is deprecated since 3.12.0, registering it will be mandatory in 4.0
14:56:55
n/a
Using Groups is deprecated since version 2.2 and will be removed in 3.0.
14:56:55
n/a (10 times)
A tree builder without a root node is deprecated since Symfony 4.2 and will not be supported anymore in 5.0.
14:56:55
n/a
The "Symfony\Component\Config\Definition\Builder\TreeBuilder::root() " method called for the "fos_ck_editor " configuration is deprecated since Symfony 4.3, pass the root name to the constructor instead.
14:56:55
n/a
The "Symfony\Component\Config\Definition\Builder\TreeBuilder::root() " method called for the "configs " configuration is deprecated since Symfony 4.3, pass the root name to the constructor instead.
14:56:55
n/a
The "Symfony\Component\Config\Definition\Builder\TreeBuilder::root() " method called for the "plugins " configuration is deprecated since Symfony 4.3, pass the root name to the constructor instead.
14:56:55
n/a (2 times)
The "Symfony\Component\Config\Definition\Builder\TreeBuilder::root() " method called for the "styles " configuration is deprecated since Symfony 4.3, pass the root name to the constructor instead.
14:56:55
n/a
The "Symfony\Component\Config\Definition\Builder\TreeBuilder::root() " method called for the "attributes " configuration is deprecated since Symfony 4.3, pass the root name to the constructor instead.
14:56:55
n/a
The "Symfony\Component\Config\Definition\Builder\TreeBuilder::root() " method called for the "templates " configuration is deprecated since Symfony 4.3, pass the root name to the constructor instead.
14:56:55
n/a
The "Symfony\Component\Config\Definition\Builder\TreeBuilder::root() " method called for the "template_parameters " configuration is deprecated since Symfony 4.3, pass the root name to the constructor instead.
14:56:55
n/a
The "Symfony\Component\Config\Definition\Builder\TreeBuilder::root() " method called for the "filebrowsers " configuration is deprecated since Symfony 4.3, pass the root name to the constructor instead.
14:56:55
n/a
The "Symfony\Component\Config\Definition\Builder\TreeBuilder::root() " method called for the "toolbars " configuration is deprecated since Symfony 4.3, pass the root name to the constructor instead.
14:56:55
n/a
Class "Sonata\AdminBundle\Maker\AdminMaker " should implement method "static Symfony\Bundle\MakerBundle\MakerInterface::getCommandDescription() ".
14:56:55
n/a
The "Sonata\MediaBundle\Controller\MediaAdminController " class is considered final since sonata-project/media-bundle 3.21.0. It may change without further notice as of its next major version. You should not extend it from "SilasJoisten\Sonata\MultiUploadBundle\Controller\MultiUploadController ".
14:56:55
n/a (338 times)
The "Doctrine\Common\Inflector\Inflector::classify " method is deprecated and will be dropped in doctrine/inflector 2.0. Please update to the new Inflector API.
14:56:55
n/a
The Symfony\Bundle\TwigBundle\CacheWarmer\TemplateCacheCacheWarmer class is deprecated since version 4.4 and will be removed in 5.0; use Twig instead.
14:56:55
n/a
The "Symfony\Component\HttpKernel\EventListener\ExceptionListener " class is deprecated since Symfony 4.4, use "ErrorListener " instead.
14:56:55
n/a
The "Symfony\Bridge\Doctrine\RegistryInterface " service alias is deprecated, use "Doctrine\Persistence\ManagerRegistry " instead. It is being referenced by the "App\Application\Internit\SecurityBundle\Repository\HierarchyRepository " service.
14:56:55
n/a
The "Symfony\Bridge\Doctrine\RegistryInterface " service alias is deprecated, use "Doctrine\Persistence\ManagerRegistry " instead. It is being referenced by the "App\Application\Internit\SettingBundle\Repository\SettingRepository " service.
14:56:55
n/a
The "Sonata\EasyExtendsBundle\Command\DumpMappingCommand " class extends "Symfony\Bundle\FrameworkBundle\Command\ContainerAwareCommand " that is deprecated since Symfony 4.2, use {@see Command} instead.
14:56:55
n/a
The "Sonata\EasyExtendsBundle\Command\GenerateCommand " class extends "Symfony\Bundle\FrameworkBundle\Command\ContainerAwareCommand " that is deprecated since Symfony 4.2, use {@see Command} instead.
14:56:55
n/a
The "Sonata\UserBundle\Command\TwoStepVerificationCommand " class extends "Symfony\Bundle\FrameworkBundle\Command\ContainerAwareCommand " that is deprecated since Symfony 4.2, use {@see Command} instead.
14:56:55
n/a
The "Sonata\MediaBundle\Command\BaseCommand " class extends "Symfony\Bundle\FrameworkBundle\Command\ContainerAwareCommand " that is deprecated since Symfony 4.2, use {@see Command} instead.
14:56:55
n/a
The "Sonata\MediaBundle\Command\CleanMediaCommand " class extends "Symfony\Bundle\FrameworkBundle\Command\ContainerAwareCommand " that is deprecated since Symfony 4.2, use {@see Command} instead.
14:56:55
n/a
The "Sonata\MediaBundle\Command\FixMediaContextCommand " class extends "Symfony\Bundle\FrameworkBundle\Command\ContainerAwareCommand " that is deprecated since Symfony 4.2, use {@see Command} instead.
14:56:55
n/a
The "templating.cache_warmer.template_paths " service is deprecated since Symfony 4.3 and will be removed in 5.0.
14:56:55
n/a
The Symfony\Bundle\FrameworkBundle\CacheWarmer\TemplatePathsCacheWarmer class is deprecated since version 4.3 and will be removed in 5.0; use Twig instead.
14:56:55
n/a
The "templating.finder " service is deprecated since Symfony 4.3 and will be removed in 5.0.
14:56:55
n/a
The Symfony\Bundle\FrameworkBundle\CacheWarmer\TemplateFinder class is deprecated since version 4.3 and will be removed in 5.0; use Twig instead.
14:56:55
n/a
The Symfony\Bundle\FrameworkBundle\CacheWarmer\TemplateFinderInterface interface is deprecated since version 4.3 and will be removed in 5.0; use Twig instead.
14:56:55
n/a
The "templating.locator " service is deprecated since Symfony 4.3 and will be removed in 5.0.
14:56:55
n/a
The Symfony\Bundle\FrameworkBundle\Templating\Loader\TemplateLocator class is deprecated since version 4.3 and will be removed in 5.0; use Twig instead.
14:56:55
n/a
Creating Doctrine\ORM\Mapping\UnderscoreNamingStrategy without making it number aware is deprecated and will be removed in Doctrine ORM 3.0.
14:56:55
n/a
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.
14:56:55
n/a
The "twig.cache_warmer " service is deprecated since Symfony 4.4 and will be removed in 5.0.