10:03:19
php
User Deprecated: The "Symfony\Component\Debug\DebugClassLoader " class is deprecated since Symfony 4.4, use "Symfony\Component\ErrorHandler\DebugClassLoader " instead.
10:03:19
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 {#553
#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 : "/home/hdinamo/public_html/vendor /sonata-project/doctrine-extensions/ src/Model/PageableManagerInterface.php "
#line : 21
#severity : E_USER_DEPRECATED
trace : {
/home/hdinamo/public_html/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
› );
}
/home/hdinamo/public_html / var/cache/dev/ContainerFRx30Xj/srcApp_KernelDevDebugContainer.php:741 {
ContainerFRx30Xj\srcApp_KernelDevDebugContainer->ContainerFRx30Xj \ {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';
}
/home/hdinamo/public_html/vendor /symfony/dependency-injection/ Container.php:159 {
Symfony\Component\DependencyInjection \ Container->set($id, $service) …
› unset($this->privates['service_container']);
› $initialize();
› }
}
/home/hdinamo/public_html/vendor /symfony/http-kernel/ Kernel.php:517 {
Symfony\Component\HttpKernel \ Kernel->initializeContainer() …
› self::$freshCache[$cachePath] = true;
› $this->container->set('kernel', $this);
› error_reporting($errorLevel);
}
/home/hdinamo/public_html/vendor /symfony/http-kernel/ Kernel.php:136 {
Symfony\Component\HttpKernel \ Kernel->boot() …
› // init container
› $this->initializeContainer();
›
}
/home/hdinamo/public_html/vendor /symfony/http-kernel/ Kernel.php:196 {
Symfony\Component\HttpKernel \ Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
› {
› $this->boot();
› ++$this->requestStackSize;
}
/home/hdinamo/public_html / public/index.php:38 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#60 …}
}
}
}
}
]
10:03:19
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.
10:03:19
php
User Deprecated: The "sonata.deprecated_text.twig.extension " service is deprecated since sonata-project/admin-bundle 3.70. You should stop using it, as it will be removed in 4.0.
[
"exception " => ErrorException {#248
#message : "User Deprecated: The "sonata.deprecated_text.twig.extension" service is deprecated since sonata-project/admin-bundle 3.70. You should stop using it, as it will be removed in 4.0. "
#code : 0
#file : "/home/hdinamo/public_html / var/cache/dev/ContainerFRx30Xj/getSonata_DeprecatedText_Twig_ExtensionService.php "
#line : 9
#severity : E_USER_DEPRECATED
trace : {
/home/hdinamo/public_html / var/cache/dev/ContainerFRx30Xj/getSonata_DeprecatedText_Twig_ExtensionService.php:9 {
require …
›
› @trigger_error('The "sonata.deprecated_text.twig.extension" service is deprecated since sonata-project/admin-bundle 3.70. You should stop using it, as it will be removed in 4.0.', E_USER_DEPRECATED);
›
}
/home/hdinamo/public_html / var/cache/dev/ContainerFRx30Xj/srcApp_KernelDevDebugContainer.php:815 {
ContainerFRx30Xj \ srcApp_KernelDevDebugContainer->load($file, $lazyLoad = true) …
› {
› return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
› }
}
/home/hdinamo/public_html / var/cache/dev/ContainerFRx30Xj/srcApp_KernelDevDebugContainer.php:1838 {
ContainerFRx30Xj \ srcApp_KernelDevDebugContainer->getTwigService() …
› $i = ($this->services['knp_menu.matcher'] ?? $this->getKnpMenu_MatcherService());
› $j = $this->load('getSonata_DeprecatedText_Twig_ExtensionService.php');
› $k = new \Symfony\Bridge\Twig\AppVariable();
}
/home/hdinamo/public_html / var/cache/dev/ContainerFRx30Xj/srcApp_KernelDevDebugContainer.php:1332 {
ContainerFRx30Xj \ 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);
}
/home/hdinamo/public_html / var/cache/dev/ContainerFRx30Xj/srcApp_KernelDevDebugContainer.php:2372 {
ContainerFRx30Xj \ 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);
› }
}
/home/hdinamo/public_html / var/cache/dev/ContainerFRx30Xj/srcApp_KernelDevDebugContainer.php:1101 {
ContainerFRx30Xj\srcApp_KernelDevDebugContainer->ContainerFRx30Xj \ {closure} …
› $instance->addListener('kernel.exception', [0 => function () {
› return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
› }, 1 => 'onKernelException'], 0);
}
/home/hdinamo/public_html/vendor /symfony/event-dispatcher/ EventDispatcher.php:279 {
Symfony\Component\EventDispatcher \ EventDispatcher->sortListeners(string $eventName) …
› if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {
› $listener[0] = $listener[0]();
› $listener[1] = $listener[1] ?? '__invoke';
}
/home/hdinamo/public_html/vendor /symfony/event-dispatcher/ EventDispatcher.php:90 {
Symfony\Component\EventDispatcher \ EventDispatcher->getListeners($eventName = null) …
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/home/hdinamo/public_html/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:334 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->preProcess(string $eventName) …
›
› foreach ($this->dispatcher->getListeners($eventName) as $listener) {
› $priority = $this->getListenerPriority($eventName, $listener);
}
/home/hdinamo/public_html/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:162 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch($event) …
›
› $this->preProcess($eventName);
› try {
}
/home/hdinamo/public_html/vendor /symfony/http-kernel/ HttpKernel.php:219 {
Symfony\Component\HttpKernel \ HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
› $event = new ExceptionEvent($this, $request, $type, $e);
› $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);
›
}
/home/hdinamo/public_html/vendor /symfony/http-kernel/ HttpKernel.php:91 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
›
› return $this->handleThrowable($e, $request, $type);
› }
}
/home/hdinamo/public_html/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
}
}
/home/hdinamo/public_html / public/index.php:38 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#60 …}
}
}
}
}
]
{
/home/hdinamo/public_html / var/cache/dev/ContainerFRx30Xj/getSonata_DeprecatedText_Twig_ExtensionService.php:9 {
require …
›
› @trigger_error('The "sonata.deprecated_text.twig.extension" service is deprecated since sonata-project/admin-bundle 3.70. You should stop using it, as it will be removed in 4.0.', E_USER_DEPRECATED);
›
}
/home/hdinamo/public_html / var/cache/dev/ContainerFRx30Xj/srcApp_KernelDevDebugContainer.php:815 {
ContainerFRx30Xj \ srcApp_KernelDevDebugContainer->load($file, $lazyLoad = true) …
› {
› return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
› }
}
/home/hdinamo/public_html / var/cache/dev/ContainerFRx30Xj/srcApp_KernelDevDebugContainer.php:1838 {
ContainerFRx30Xj \ srcApp_KernelDevDebugContainer->getTwigService() …
› $i = ($this->services['knp_menu.matcher'] ?? $this->getKnpMenu_MatcherService());
› $j = $this->load('getSonata_DeprecatedText_Twig_ExtensionService.php');
› $k = new \Symfony\Bridge\Twig\AppVariable();
}
/home/hdinamo/public_html / var/cache/dev/ContainerFRx30Xj/srcApp_KernelDevDebugContainer.php:1332 {
ContainerFRx30Xj \ 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);
}
/home/hdinamo/public_html / var/cache/dev/ContainerFRx30Xj/srcApp_KernelDevDebugContainer.php:2372 {
ContainerFRx30Xj \ 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);
› }
}
/home/hdinamo/public_html / var/cache/dev/ContainerFRx30Xj/srcApp_KernelDevDebugContainer.php:1101 {
ContainerFRx30Xj\srcApp_KernelDevDebugContainer->ContainerFRx30Xj \ {closure} …
› $instance->addListener('kernel.exception', [0 => function () {
› return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
› }, 1 => 'onKernelException'], 0);
}
/home/hdinamo/public_html/vendor /symfony/event-dispatcher/ EventDispatcher.php:279 {
Symfony\Component\EventDispatcher \ EventDispatcher->sortListeners(string $eventName) …
› if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {
› $listener[0] = $listener[0]();
› $listener[1] = $listener[1] ?? '__invoke';
}
/home/hdinamo/public_html/vendor /symfony/event-dispatcher/ EventDispatcher.php:90 {
Symfony\Component\EventDispatcher \ EventDispatcher->getListeners($eventName = null) …
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/home/hdinamo/public_html/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:334 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->preProcess(string $eventName) …
›
› foreach ($this->dispatcher->getListeners($eventName) as $listener) {
› $priority = $this->getListenerPriority($eventName, $listener);
}
/home/hdinamo/public_html/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:162 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch($event) …
›
› $this->preProcess($eventName);
› try {
}
/home/hdinamo/public_html/vendor /symfony/http-kernel/ HttpKernel.php:219 {
Symfony\Component\HttpKernel \ HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
› $event = new ExceptionEvent($this, $request, $type, $e);
› $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);
›
}
/home/hdinamo/public_html/vendor /symfony/http-kernel/ HttpKernel.php:91 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
›
› return $this->handleThrowable($e, $request, $type);
› }
}
/home/hdinamo/public_html/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
}
}
/home/hdinamo/public_html / public/index.php:38 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#60 …}
}
}
}
10:03:19
php
User Deprecated: The "sonata.core.twig.extension.text " service is deprecated since sonata-project/core-bundle 3.19 and will be removed in 4.0.
[
"exception " => ErrorException {#194
#message : "User Deprecated: The "sonata.core.twig.extension.text" service is deprecated since sonata-project/core-bundle 3.19 and will be removed in 4.0. "
#code : 0
#file : "/home/hdinamo/public_html / var/cache/dev/ContainerFRx30Xj/getSonata_Core_Twig_Extension_TextService.php "
#line : 9
#severity : E_USER_DEPRECATED
trace : {
/home/hdinamo/public_html / var/cache/dev/ContainerFRx30Xj/getSonata_Core_Twig_Extension_TextService.php:9 {
require …
›
› @trigger_error('The "sonata.core.twig.extension.text" service is deprecated since sonata-project/core-bundle 3.19 and will be removed in 4.0.', E_USER_DEPRECATED);
›
}
/home/hdinamo/public_html / var/cache/dev/ContainerFRx30Xj/srcApp_KernelDevDebugContainer.php:815 {
ContainerFRx30Xj \ srcApp_KernelDevDebugContainer->load($file, $lazyLoad = true) …
› {
› return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
› }
}
/home/hdinamo/public_html / var/cache/dev/ContainerFRx30Xj/srcApp_KernelDevDebugContainer.php:1868 {
ContainerFRx30Xj \ srcApp_KernelDevDebugContainer->getTwigService() …
› $instance->addExtension(new \Symfony\Bundle\WebProfilerBundle\Twig\WebProfilerExtension($g));
› $instance->addExtension($this->load('getSonata_Core_Twig_Extension_TextService.php'));
› $instance->addExtension($this->load('getSonata_Core_Twig_StatusExtensionService.php'));
}
/home/hdinamo/public_html / var/cache/dev/ContainerFRx30Xj/srcApp_KernelDevDebugContainer.php:1332 {
ContainerFRx30Xj \ 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);
}
/home/hdinamo/public_html / var/cache/dev/ContainerFRx30Xj/srcApp_KernelDevDebugContainer.php:2372 {
ContainerFRx30Xj \ 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);
› }
}
/home/hdinamo/public_html / var/cache/dev/ContainerFRx30Xj/srcApp_KernelDevDebugContainer.php:1101 {
ContainerFRx30Xj\srcApp_KernelDevDebugContainer->ContainerFRx30Xj \ {closure} …
› $instance->addListener('kernel.exception', [0 => function () {
› return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
› }, 1 => 'onKernelException'], 0);
}
/home/hdinamo/public_html/vendor /symfony/event-dispatcher/ EventDispatcher.php:279 {
Symfony\Component\EventDispatcher \ EventDispatcher->sortListeners(string $eventName) …
› if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {
› $listener[0] = $listener[0]();
› $listener[1] = $listener[1] ?? '__invoke';
}
/home/hdinamo/public_html/vendor /symfony/event-dispatcher/ EventDispatcher.php:90 {
Symfony\Component\EventDispatcher \ EventDispatcher->getListeners($eventName = null) …
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/home/hdinamo/public_html/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:334 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->preProcess(string $eventName) …
›
› foreach ($this->dispatcher->getListeners($eventName) as $listener) {
› $priority = $this->getListenerPriority($eventName, $listener);
}
/home/hdinamo/public_html/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:162 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch($event) …
›
› $this->preProcess($eventName);
› try {
}
/home/hdinamo/public_html/vendor /symfony/http-kernel/ HttpKernel.php:219 {
Symfony\Component\HttpKernel \ HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
› $event = new ExceptionEvent($this, $request, $type, $e);
› $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);
›
}
/home/hdinamo/public_html/vendor /symfony/http-kernel/ HttpKernel.php:91 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
›
› return $this->handleThrowable($e, $request, $type);
› }
}
/home/hdinamo/public_html/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
}
}
/home/hdinamo/public_html / public/index.php:38 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#60 …}
}
}
}
}
]
{
/home/hdinamo/public_html / var/cache/dev/ContainerFRx30Xj/getSonata_Core_Twig_Extension_TextService.php:9 {
require …
›
› @trigger_error('The "sonata.core.twig.extension.text" service is deprecated since sonata-project/core-bundle 3.19 and will be removed in 4.0.', E_USER_DEPRECATED);
›
}
/home/hdinamo/public_html / var/cache/dev/ContainerFRx30Xj/srcApp_KernelDevDebugContainer.php:815 {
ContainerFRx30Xj \ srcApp_KernelDevDebugContainer->load($file, $lazyLoad = true) …
› {
› return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
› }
}
/home/hdinamo/public_html / var/cache/dev/ContainerFRx30Xj/srcApp_KernelDevDebugContainer.php:1868 {
ContainerFRx30Xj \ srcApp_KernelDevDebugContainer->getTwigService() …
› $instance->addExtension(new \Symfony\Bundle\WebProfilerBundle\Twig\WebProfilerExtension($g));
› $instance->addExtension($this->load('getSonata_Core_Twig_Extension_TextService.php'));
› $instance->addExtension($this->load('getSonata_Core_Twig_StatusExtensionService.php'));
}
/home/hdinamo/public_html / var/cache/dev/ContainerFRx30Xj/srcApp_KernelDevDebugContainer.php:1332 {
ContainerFRx30Xj \ 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);
}
/home/hdinamo/public_html / var/cache/dev/ContainerFRx30Xj/srcApp_KernelDevDebugContainer.php:2372 {
ContainerFRx30Xj \ 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);
› }
}
/home/hdinamo/public_html / var/cache/dev/ContainerFRx30Xj/srcApp_KernelDevDebugContainer.php:1101 {
ContainerFRx30Xj\srcApp_KernelDevDebugContainer->ContainerFRx30Xj \ {closure} …
› $instance->addListener('kernel.exception', [0 => function () {
› return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
› }, 1 => 'onKernelException'], 0);
}
/home/hdinamo/public_html/vendor /symfony/event-dispatcher/ EventDispatcher.php:279 {
Symfony\Component\EventDispatcher \ EventDispatcher->sortListeners(string $eventName) …
› if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {
› $listener[0] = $listener[0]();
› $listener[1] = $listener[1] ?? '__invoke';
}
/home/hdinamo/public_html/vendor /symfony/event-dispatcher/ EventDispatcher.php:90 {
Symfony\Component\EventDispatcher \ EventDispatcher->getListeners($eventName = null) …
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/home/hdinamo/public_html/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:334 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->preProcess(string $eventName) …
›
› foreach ($this->dispatcher->getListeners($eventName) as $listener) {
› $priority = $this->getListenerPriority($eventName, $listener);
}
/home/hdinamo/public_html/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:162 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch($event) …
›
› $this->preProcess($eventName);
› try {
}
/home/hdinamo/public_html/vendor /symfony/http-kernel/ HttpKernel.php:219 {
Symfony\Component\HttpKernel \ HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
› $event = new ExceptionEvent($this, $request, $type, $e);
› $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);
›
}
/home/hdinamo/public_html/vendor /symfony/http-kernel/ HttpKernel.php:91 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
›
› return $this->handleThrowable($e, $request, $type);
› }
}
/home/hdinamo/public_html/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
}
}
/home/hdinamo/public_html / public/index.php:38 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#60 …}
}
}
}
10:03:19
php
User Deprecated: The "sonata.core.twig.status_extension " service is deprecated since sonata-project/core-bundle 3.19 and will be removed in 4.0. Use "sonata.twig.status_extension " instead.
[
"exception " => ErrorException {#184
#message : "User Deprecated: The "sonata.core.twig.status_extension" service is deprecated since sonata-project/core-bundle 3.19 and will be removed in 4.0. Use "sonata.twig.status_extension" instead. "
#code : 0
#file : "/home/hdinamo/public_html / var/cache/dev/ContainerFRx30Xj/getSonata_Core_Twig_StatusExtensionService.php "
#line : 9
#severity : E_USER_DEPRECATED
trace : {
/home/hdinamo/public_html / var/cache/dev/ContainerFRx30Xj/getSonata_Core_Twig_StatusExtensionService.php:9 {
require …
›
› @trigger_error('The "sonata.core.twig.status_extension" service is deprecated since sonata-project/core-bundle 3.19 and will be removed in 4.0. Use "sonata.twig.status_extension" instead.', E_USER_DEPRECATED);
›
}
/home/hdinamo/public_html / var/cache/dev/ContainerFRx30Xj/srcApp_KernelDevDebugContainer.php:815 {
ContainerFRx30Xj \ srcApp_KernelDevDebugContainer->load($file, $lazyLoad = true) …
› {
› return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
› }
}
/home/hdinamo/public_html / var/cache/dev/ContainerFRx30Xj/srcApp_KernelDevDebugContainer.php:1869 {
ContainerFRx30Xj \ srcApp_KernelDevDebugContainer->getTwigService() …
› $instance->addExtension($this->load('getSonata_Core_Twig_Extension_TextService.php'));
› $instance->addExtension($this->load('getSonata_Core_Twig_StatusExtensionService.php'));
› $instance->addExtension(($this->services['sonata.twig.flashmessage.twig.extension'] ?? ($this->services['sonata.twig.flashmessage.twig.extension'] = new \Sonata\Twig\Extension\FlashMessageExtension())));
}
/home/hdinamo/public_html / var/cache/dev/ContainerFRx30Xj/srcApp_KernelDevDebugContainer.php:1332 {
ContainerFRx30Xj \ 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);
}
/home/hdinamo/public_html / var/cache/dev/ContainerFRx30Xj/srcApp_KernelDevDebugContainer.php:2372 {
ContainerFRx30Xj \ 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);
› }
}
/home/hdinamo/public_html / var/cache/dev/ContainerFRx30Xj/srcApp_KernelDevDebugContainer.php:1101 {
ContainerFRx30Xj\srcApp_KernelDevDebugContainer->ContainerFRx30Xj \ {closure} …
› $instance->addListener('kernel.exception', [0 => function () {
› return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
› }, 1 => 'onKernelException'], 0);
}
/home/hdinamo/public_html/vendor /symfony/event-dispatcher/ EventDispatcher.php:279 {
Symfony\Component\EventDispatcher \ EventDispatcher->sortListeners(string $eventName) …
› if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {
› $listener[0] = $listener[0]();
› $listener[1] = $listener[1] ?? '__invoke';
}
/home/hdinamo/public_html/vendor /symfony/event-dispatcher/ EventDispatcher.php:90 {
Symfony\Component\EventDispatcher \ EventDispatcher->getListeners($eventName = null) …
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/home/hdinamo/public_html/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:334 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->preProcess(string $eventName) …
›
› foreach ($this->dispatcher->getListeners($eventName) as $listener) {
› $priority = $this->getListenerPriority($eventName, $listener);
}
/home/hdinamo/public_html/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:162 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch($event) …
›
› $this->preProcess($eventName);
› try {
}
/home/hdinamo/public_html/vendor /symfony/http-kernel/ HttpKernel.php:219 {
Symfony\Component\HttpKernel \ HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
› $event = new ExceptionEvent($this, $request, $type, $e);
› $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);
›
}
/home/hdinamo/public_html/vendor /symfony/http-kernel/ HttpKernel.php:91 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
›
› return $this->handleThrowable($e, $request, $type);
› }
}
/home/hdinamo/public_html/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
}
}
/home/hdinamo/public_html / public/index.php:38 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#60 …}
}
}
}
}
]
{
/home/hdinamo/public_html / var/cache/dev/ContainerFRx30Xj/getSonata_Core_Twig_StatusExtensionService.php:9 {
require …
›
› @trigger_error('The "sonata.core.twig.status_extension" service is deprecated since sonata-project/core-bundle 3.19 and will be removed in 4.0. Use "sonata.twig.status_extension" instead.', E_USER_DEPRECATED);
›
}
/home/hdinamo/public_html / var/cache/dev/ContainerFRx30Xj/srcApp_KernelDevDebugContainer.php:815 {
ContainerFRx30Xj \ srcApp_KernelDevDebugContainer->load($file, $lazyLoad = true) …
› {
› return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
› }
}
/home/hdinamo/public_html / var/cache/dev/ContainerFRx30Xj/srcApp_KernelDevDebugContainer.php:1869 {
ContainerFRx30Xj \ srcApp_KernelDevDebugContainer->getTwigService() …
› $instance->addExtension($this->load('getSonata_Core_Twig_Extension_TextService.php'));
› $instance->addExtension($this->load('getSonata_Core_Twig_StatusExtensionService.php'));
› $instance->addExtension(($this->services['sonata.twig.flashmessage.twig.extension'] ?? ($this->services['sonata.twig.flashmessage.twig.extension'] = new \Sonata\Twig\Extension\FlashMessageExtension())));
}
/home/hdinamo/public_html / var/cache/dev/ContainerFRx30Xj/srcApp_KernelDevDebugContainer.php:1332 {
ContainerFRx30Xj \ 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);
}
/home/hdinamo/public_html / var/cache/dev/ContainerFRx30Xj/srcApp_KernelDevDebugContainer.php:2372 {
ContainerFRx30Xj \ 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);
› }
}
/home/hdinamo/public_html / var/cache/dev/ContainerFRx30Xj/srcApp_KernelDevDebugContainer.php:1101 {
ContainerFRx30Xj\srcApp_KernelDevDebugContainer->ContainerFRx30Xj \ {closure} …
› $instance->addListener('kernel.exception', [0 => function () {
› return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
› }, 1 => 'onKernelException'], 0);
}
/home/hdinamo/public_html/vendor /symfony/event-dispatcher/ EventDispatcher.php:279 {
Symfony\Component\EventDispatcher \ EventDispatcher->sortListeners(string $eventName) …
› if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {
› $listener[0] = $listener[0]();
› $listener[1] = $listener[1] ?? '__invoke';
}
/home/hdinamo/public_html/vendor /symfony/event-dispatcher/ EventDispatcher.php:90 {
Symfony\Component\EventDispatcher \ EventDispatcher->getListeners($eventName = null) …
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/home/hdinamo/public_html/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:334 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->preProcess(string $eventName) …
›
› foreach ($this->dispatcher->getListeners($eventName) as $listener) {
› $priority = $this->getListenerPriority($eventName, $listener);
}
/home/hdinamo/public_html/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:162 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch($event) …
›
› $this->preProcess($eventName);
› try {
}
/home/hdinamo/public_html/vendor /symfony/http-kernel/ HttpKernel.php:219 {
Symfony\Component\HttpKernel \ HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
› $event = new ExceptionEvent($this, $request, $type, $e);
› $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);
›
}
/home/hdinamo/public_html/vendor /symfony/http-kernel/ HttpKernel.php:91 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
›
› return $this->handleThrowable($e, $request, $type);
› }
}
/home/hdinamo/public_html/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
}
}
/home/hdinamo/public_html / public/index.php:38 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#60 …}
}
}
}
10:03:19
php
User Deprecated: The "Sonata\Twig\Extension\StatusExtension " class is considered final since sonata-project/twig-extensions 0.x. It may change without further notice as of its next major version. You should not extend it from "Sonata\CoreBundle\Twig\Extension\StatusExtension ".
[
"exception " => ErrorException {#179
#message : "User Deprecated: The "Sonata\Twig\Extension\StatusExtension" class is considered final since sonata-project/twig-extensions 0.x. It may change without further notice as of its next major version. You should not extend it from "Sonata\CoreBundle\Twig\Extension\StatusExtension". "
#code : 0
#file : "/home/hdinamo/public_html/vendor /symfony/debug/ DebugClassLoader.php "
#line : 204
#severity : E_USER_DEPRECATED
trace : {
/home/hdinamo/public_html/vendor /symfony/debug/ DebugClassLoader.php:204 {
spl_autoload_call($class_name) …
› foreach ($deprecations as $message) {
› @trigger_error($message, \E_USER_DEPRECATED);
› }
}
/home/hdinamo/public_html / var/cache/dev/ContainerFRx30Xj/getSonata_Core_Twig_StatusExtensionService.php:11 {
require …
›
› return new \Sonata\CoreBundle\Twig\Extension\StatusExtension();
›
}
/home/hdinamo/public_html / var/cache/dev/ContainerFRx30Xj/srcApp_KernelDevDebugContainer.php:815 {
ContainerFRx30Xj \ srcApp_KernelDevDebugContainer->load($file, $lazyLoad = true) …
› {
› return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
› }
}
/home/hdinamo/public_html / var/cache/dev/ContainerFRx30Xj/srcApp_KernelDevDebugContainer.php:1869 {
ContainerFRx30Xj \ srcApp_KernelDevDebugContainer->getTwigService() …
› $instance->addExtension($this->load('getSonata_Core_Twig_Extension_TextService.php'));
› $instance->addExtension($this->load('getSonata_Core_Twig_StatusExtensionService.php'));
› $instance->addExtension(($this->services['sonata.twig.flashmessage.twig.extension'] ?? ($this->services['sonata.twig.flashmessage.twig.extension'] = new \Sonata\Twig\Extension\FlashMessageExtension())));
}
/home/hdinamo/public_html / var/cache/dev/ContainerFRx30Xj/srcApp_KernelDevDebugContainer.php:1332 {
ContainerFRx30Xj \ 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);
}
/home/hdinamo/public_html / var/cache/dev/ContainerFRx30Xj/srcApp_KernelDevDebugContainer.php:2372 {
ContainerFRx30Xj \ 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);
› }
}
/home/hdinamo/public_html / var/cache/dev/ContainerFRx30Xj/srcApp_KernelDevDebugContainer.php:1101 {
ContainerFRx30Xj\srcApp_KernelDevDebugContainer->ContainerFRx30Xj \ {closure} …
› $instance->addListener('kernel.exception', [0 => function () {
› return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
› }, 1 => 'onKernelException'], 0);
}
/home/hdinamo/public_html/vendor /symfony/event-dispatcher/ EventDispatcher.php:279 {
Symfony\Component\EventDispatcher \ EventDispatcher->sortListeners(string $eventName) …
› if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {
› $listener[0] = $listener[0]();
› $listener[1] = $listener[1] ?? '__invoke';
}
/home/hdinamo/public_html/vendor /symfony/event-dispatcher/ EventDispatcher.php:90 {
Symfony\Component\EventDispatcher \ EventDispatcher->getListeners($eventName = null) …
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/home/hdinamo/public_html/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:334 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->preProcess(string $eventName) …
›
› foreach ($this->dispatcher->getListeners($eventName) as $listener) {
› $priority = $this->getListenerPriority($eventName, $listener);
}
/home/hdinamo/public_html/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:162 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch($event) …
›
› $this->preProcess($eventName);
› try {
}
/home/hdinamo/public_html/vendor /symfony/http-kernel/ HttpKernel.php:219 {
Symfony\Component\HttpKernel \ HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
› $event = new ExceptionEvent($this, $request, $type, $e);
› $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);
›
}
/home/hdinamo/public_html/vendor /symfony/http-kernel/ HttpKernel.php:91 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
›
› return $this->handleThrowable($e, $request, $type);
› }
}
/home/hdinamo/public_html/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
}
}
/home/hdinamo/public_html / public/index.php:38 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#60 …}
}
}
}
}
]
{
/home/hdinamo/public_html/vendor /symfony/debug/ DebugClassLoader.php:204 {
spl_autoload_call($class_name) …
› foreach ($deprecations as $message) {
› @trigger_error($message, \E_USER_DEPRECATED);
› }
}
/home/hdinamo/public_html / var/cache/dev/ContainerFRx30Xj/getSonata_Core_Twig_StatusExtensionService.php:11 {
require …
›
› return new \Sonata\CoreBundle\Twig\Extension\StatusExtension();
›
}
/home/hdinamo/public_html / var/cache/dev/ContainerFRx30Xj/srcApp_KernelDevDebugContainer.php:815 {
ContainerFRx30Xj \ srcApp_KernelDevDebugContainer->load($file, $lazyLoad = true) …
› {
› return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
› }
}
/home/hdinamo/public_html / var/cache/dev/ContainerFRx30Xj/srcApp_KernelDevDebugContainer.php:1869 {
ContainerFRx30Xj \ srcApp_KernelDevDebugContainer->getTwigService() …
› $instance->addExtension($this->load('getSonata_Core_Twig_Extension_TextService.php'));
› $instance->addExtension($this->load('getSonata_Core_Twig_StatusExtensionService.php'));
› $instance->addExtension(($this->services['sonata.twig.flashmessage.twig.extension'] ?? ($this->services['sonata.twig.flashmessage.twig.extension'] = new \Sonata\Twig\Extension\FlashMessageExtension())));
}
/home/hdinamo/public_html / var/cache/dev/ContainerFRx30Xj/srcApp_KernelDevDebugContainer.php:1332 {
ContainerFRx30Xj \ 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);
}
/home/hdinamo/public_html / var/cache/dev/ContainerFRx30Xj/srcApp_KernelDevDebugContainer.php:2372 {
ContainerFRx30Xj \ 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);
› }
}
/home/hdinamo/public_html / var/cache/dev/ContainerFRx30Xj/srcApp_KernelDevDebugContainer.php:1101 {
ContainerFRx30Xj\srcApp_KernelDevDebugContainer->ContainerFRx30Xj \ {closure} …
› $instance->addListener('kernel.exception', [0 => function () {
› return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
› }, 1 => 'onKernelException'], 0);
}
/home/hdinamo/public_html/vendor /symfony/event-dispatcher/ EventDispatcher.php:279 {
Symfony\Component\EventDispatcher \ EventDispatcher->sortListeners(string $eventName) …
› if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {
› $listener[0] = $listener[0]();
› $listener[1] = $listener[1] ?? '__invoke';
}
/home/hdinamo/public_html/vendor /symfony/event-dispatcher/ EventDispatcher.php:90 {
Symfony\Component\EventDispatcher \ EventDispatcher->getListeners($eventName = null) …
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/home/hdinamo/public_html/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:334 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->preProcess(string $eventName) …
›
› foreach ($this->dispatcher->getListeners($eventName) as $listener) {
› $priority = $this->getListenerPriority($eventName, $listener);
}
/home/hdinamo/public_html/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:162 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch($event) …
›
› $this->preProcess($eventName);
› try {
}
/home/hdinamo/public_html/vendor /symfony/http-kernel/ HttpKernel.php:219 {
Symfony\Component\HttpKernel \ HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
› $event = new ExceptionEvent($this, $request, $type, $e);
› $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);
›
}
/home/hdinamo/public_html/vendor /symfony/http-kernel/ HttpKernel.php:91 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
›
› return $this->handleThrowable($e, $request, $type);
› }
}
/home/hdinamo/public_html/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
}
}
/home/hdinamo/public_html / public/index.php:38 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#60 …}
}
}
}
10:03:19
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 {#772
#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 : "/home/hdinamo/public_html/vendor /sonata-project/doctrine-extensions/ src/Types/JsonType.php "
#line : 22
#severity : E_USER_DEPRECATED
trace : {
/home/hdinamo/public_html/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
› );
}
/home/hdinamo/public_html/vendor /doctrine/dbal/ lib/Doctrine/DBAL/Types/Type.php:279 {
Doctrine\DBAL\Types \ Type::overrideType($name, $className) …
› {
› self::getTypeRegistry()->override($name, new $className());
› }
}
/home/hdinamo/public_html/vendor /doctrine/doctrine-bundle/ ConnectionFactory.php:146 {
Doctrine\Bundle\DoctrineBundle \ ConnectionFactory->initializeTypes(): void …
› if (Type::hasType($typeName)) {
› Type::overrideType($typeName, $typeConfig['class']);
› } else {
}
/home/hdinamo/public_html/vendor /doctrine/doctrine-bundle/ ConnectionFactory.php:54 {
Doctrine\Bundle\DoctrineBundle \ ConnectionFactory->createConnection(array $params, Configuration $config = null, EventManager $eventManager = null, array $mappingTypes = []) …
› if (! $this->initialized) {
› $this->initializeTypes();
› }
}
/home/hdinamo/public_html / var/cache/dev/ContainerFRx30Xj/srcApp_KernelDevDebugContainer.php:901 {
ContainerFRx30Xj \ 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(['connection_override_options' => [], 'driver' => 'pdo_mysql', 'charset' => 'utf8', 'url' => $this->getEnv('resolve:DATABASE_URL'), 'host' => 'localhost', 'port' => NULL, 'user' => 'root', 'password' => NULL, 'driverOptions' => [], 'serverVersion' => '5.7', 'defaultTableOptions' => ['charset' => 'utf8', 'collate' => 'utf8_general_ci']], $a, $c, []);
› }
}
/home/hdinamo/public_html / var/cache/dev/ContainerFRx30Xj/getSecurity_Acl_ProviderService.php:17 {
require …
›
› return $this->services['security.acl.provider'] = new \Symfony\Component\Security\Acl\Dbal\MutableAclProvider(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), new \Symfony\Component\Security\Acl\Domain\PermissionGrantingStrategy(), ['class_table_name' => 'acl_classes', 'entry_table_name' => 'acl_entries', 'oid_table_name' => 'acl_object_identities', 'oid_ancestors_table_name' => 'acl_object_identity_ancestors', 'sid_table_name' => 'acl_security_identities'], NULL);
›
}
/home/hdinamo/public_html / var/cache/dev/ContainerFRx30Xj/srcApp_KernelDevDebugContainer.php:815 {
ContainerFRx30Xj \ srcApp_KernelDevDebugContainer->load($file, $lazyLoad = true) …
› {
› return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
› }
}
/home/hdinamo/public_html / var/cache/dev/ContainerFRx30Xj/getDebug_Security_Voter_Security_Acl_Voter_BasicPermissionsService.php:19 {
require …
›
› return $this->privates['debug.security.voter.security.acl.voter.basic_permissions'] = new \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter(new \Symfony\Component\Security\Acl\Voter\AclVoter(($this->services['security.acl.provider'] ?? $this->load('getSecurity_Acl_ProviderService.php')), new \Symfony\Component\Security\Acl\Domain\ObjectIdentityRetrievalStrategy(), new \Symfony\Component\Security\Acl\Domain\SecurityIdentityRetrievalStrategy(($this->privates['security.role_hierarchy'] ?? $this->getSecurity_RoleHierarchyService()), ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver(NULL, NULL)))), new \Sonata\AdminBundle\Security\Acl\Permission\AdminPermissionMap(), ($this->privates['monolog.logger.security'] ?? $this->load('getMonolog_Logger_SecurityService.php')), true), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
›
}
/home/hdinamo/public_html / var/cache/dev/ContainerFRx30Xj/srcApp_KernelDevDebugContainer.php:815 {
ContainerFRx30Xj \ srcApp_KernelDevDebugContainer->load($file, $lazyLoad = true) …
› {
› return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
› }
}
/home/hdinamo/public_html / var/cache/dev/ContainerFRx30Xj/srcApp_KernelDevDebugContainer.php:2170 {
ContainerFRx30Xj\srcApp_KernelDevDebugContainer->ContainerFRx30Xj \ {closure} …
› return $this->privates['debug.security.access.decision_manager'] = new \Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager(new \Symfony\Component\Security\Core\Authorization\AccessDecisionManager(new RewindableGenerator(function () {
› yield 0 => ($this->privates['debug.security.voter.security.acl.voter.basic_permissions'] ?? $this->load('getDebug_Security_Voter_Security_Acl_Voter_BasicPermissionsService.php'));
› yield 1 => ($this->privates['debug.security.voter.security.access.authenticated_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_AuthenticatedVoterService.php'));
}
/home/hdinamo/public_html/vendor /symfony/security-bundle/ DataCollector/SecurityDataCollector.php:162 {
Symfony\Bundle\SecurityBundle\DataCollector \ SecurityDataCollector->collect(Request $request, Response $response) …
›
› foreach ($this->accessDecisionManager->getVoters() as $voter) {
› if ($voter instanceof TraceableVoter) {
}
/home/hdinamo/public_html/vendor /symfony/http-kernel/ Profiler/Profiler.php:178 {
Symfony\Component\HttpKernel\Profiler \ Profiler->collect(Request $request, Response $response) …
›
› $collector->collect($request, $response, $e);
› // we need to clone for sub-requests
}
/home/hdinamo/public_html/vendor /symfony/http-kernel/ EventListener/ProfilerListener.php:90 {
Symfony\Component\HttpKernel\EventListener \ ProfilerListener->onKernelResponse(FilterResponseEvent $event) …
›
› if (!$profile = $this->profiler->collect($request, $event->getResponse(), $exception)) {
› return;
}
/home/hdinamo/public_html/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 {#457 …}
... : {
"kernel.request "
Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#545 …}
}
}
}
/home/hdinamo/public_html/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 {#457 …}
$eventName : "kernel.request "
$dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#545 …}
}
}
/home/hdinamo/public_html/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 : [ …10]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#457 …}
}
}
/home/hdinamo/public_html/vendor /symfony/event-dispatcher/ EventDispatcher.php:73 {
Symfony\Component\EventDispatcher \ EventDispatcher->dispatch($event) …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments : {
$listeners : [ …10]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#457 …}
}
}
/home/hdinamo/public_html/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 {#457 …}
... : {
"kernel.request "
}
}
}
/home/hdinamo/public_html/vendor /symfony/http-kernel/ HttpKernel.php:191 {
Symfony\Component\HttpKernel \ HttpKernel->filterResponse(Response $response, Request $request, int $type): Response …
›
› $this->dispatcher->dispatch($event, KernelEvents::RESPONSE);
›
}
/home/hdinamo/public_html/vendor /symfony/http-kernel/ HttpKernel.php:179 {
Symfony\Component\HttpKernel \ HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
›
› return $this->filterResponse($response, $request, $type);
› }
}
/home/hdinamo/public_html/vendor /symfony/http-kernel/ HttpKernel.php:80 {
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
}
}
/home/hdinamo/public_html/vendor /symfony/http-kernel/ EventListener/ErrorListener.php:60 {
Symfony\Component\HttpKernel\EventListener \ ErrorListener->onKernelException(ExceptionEvent $event, string $eventName = null, EventDispatcherInterface $eventDispatcher = null) …
› try {
› $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);
› } catch (\Exception $e) {
}
/home/hdinamo/public_html/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 {#457 …}
... : {
"kernel.request "
Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#545 …}
}
}
}
/home/hdinamo/public_html/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 {#457 …}
$eventName : "kernel.request "
$dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#545 …}
}
}
/home/hdinamo/public_html/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 : [ …10]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#457 …}
}
}
/home/hdinamo/public_html/vendor /symfony/event-dispatcher/ EventDispatcher.php:73 {
Symfony\Component\EventDispatcher \ EventDispatcher->dispatch($event) …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments : {
$listeners : [ …10]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#457 …}
}
}
/home/hdinamo/public_html/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 {#457 …}
... : {
"kernel.request "
}
}
}
/home/hdinamo/public_html/vendor /symfony/http-kernel/ HttpKernel.php:219 {
Symfony\Component\HttpKernel \ HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
› $event = new ExceptionEvent($this, $request, $type, $e);
› $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);
›
}
/home/hdinamo/public_html/vendor /symfony/http-kernel/ HttpKernel.php:91 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
›
› return $this->handleThrowable($e, $request, $type);
› }
}
/home/hdinamo/public_html/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
}
}
/home/hdinamo/public_html / public/index.php:38 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#60 …}
}
}
}
}
]
{
/home/hdinamo/public_html/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
› );
}
/home/hdinamo/public_html/vendor /doctrine/dbal/ lib/Doctrine/DBAL/Types/Type.php:279 {
Doctrine\DBAL\Types \ Type::overrideType($name, $className) …
› {
› self::getTypeRegistry()->override($name, new $className());
› }
}
/home/hdinamo/public_html/vendor /doctrine/doctrine-bundle/ ConnectionFactory.php:146 {
Doctrine\Bundle\DoctrineBundle \ ConnectionFactory->initializeTypes(): void …
› if (Type::hasType($typeName)) {
› Type::overrideType($typeName, $typeConfig['class']);
› } else {
}
/home/hdinamo/public_html/vendor /doctrine/doctrine-bundle/ ConnectionFactory.php:54 {
Doctrine\Bundle\DoctrineBundle \ ConnectionFactory->createConnection(array $params, Configuration $config = null, EventManager $eventManager = null, array $mappingTypes = []) …
› if (! $this->initialized) {
› $this->initializeTypes();
› }
}
/home/hdinamo/public_html / var/cache/dev/ContainerFRx30Xj/srcApp_KernelDevDebugContainer.php:901 {
ContainerFRx30Xj \ 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(['connection_override_options' => [], 'driver' => 'pdo_mysql', 'charset' => 'utf8', 'url' => $this->getEnv('resolve:DATABASE_URL'), 'host' => 'localhost', 'port' => NULL, 'user' => 'root', 'password' => NULL, 'driverOptions' => [], 'serverVersion' => '5.7', 'defaultTableOptions' => ['charset' => 'utf8', 'collate' => 'utf8_general_ci']], $a, $c, []);
› }
}
/home/hdinamo/public_html / var/cache/dev/ContainerFRx30Xj/getSecurity_Acl_ProviderService.php:17 {
require …
›
› return $this->services['security.acl.provider'] = new \Symfony\Component\Security\Acl\Dbal\MutableAclProvider(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), new \Symfony\Component\Security\Acl\Domain\PermissionGrantingStrategy(), ['class_table_name' => 'acl_classes', 'entry_table_name' => 'acl_entries', 'oid_table_name' => 'acl_object_identities', 'oid_ancestors_table_name' => 'acl_object_identity_ancestors', 'sid_table_name' => 'acl_security_identities'], NULL);
›
}
/home/hdinamo/public_html / var/cache/dev/ContainerFRx30Xj/srcApp_KernelDevDebugContainer.php:815 {
ContainerFRx30Xj \ srcApp_KernelDevDebugContainer->load($file, $lazyLoad = true) …
› {
› return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
› }
}
/home/hdinamo/public_html / var/cache/dev/ContainerFRx30Xj/getDebug_Security_Voter_Security_Acl_Voter_BasicPermissionsService.php:19 {
require …
›
› return $this->privates['debug.security.voter.security.acl.voter.basic_permissions'] = new \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter(new \Symfony\Component\Security\Acl\Voter\AclVoter(($this->services['security.acl.provider'] ?? $this->load('getSecurity_Acl_ProviderService.php')), new \Symfony\Component\Security\Acl\Domain\ObjectIdentityRetrievalStrategy(), new \Symfony\Component\Security\Acl\Domain\SecurityIdentityRetrievalStrategy(($this->privates['security.role_hierarchy'] ?? $this->getSecurity_RoleHierarchyService()), ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver(NULL, NULL)))), new \Sonata\AdminBundle\Security\Acl\Permission\AdminPermissionMap(), ($this->privates['monolog.logger.security'] ?? $this->load('getMonolog_Logger_SecurityService.php')), true), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
›
}
/home/hdinamo/public_html / var/cache/dev/ContainerFRx30Xj/srcApp_KernelDevDebugContainer.php:815 {
ContainerFRx30Xj \ srcApp_KernelDevDebugContainer->load($file, $lazyLoad = true) …
› {
› return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
› }
}
/home/hdinamo/public_html / var/cache/dev/ContainerFRx30Xj/srcApp_KernelDevDebugContainer.php:2170 {
ContainerFRx30Xj\srcApp_KernelDevDebugContainer->ContainerFRx30Xj \ {closure} …
› return $this->privates['debug.security.access.decision_manager'] = new \Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager(new \Symfony\Component\Security\Core\Authorization\AccessDecisionManager(new RewindableGenerator(function () {
› yield 0 => ($this->privates['debug.security.voter.security.acl.voter.basic_permissions'] ?? $this->load('getDebug_Security_Voter_Security_Acl_Voter_BasicPermissionsService.php'));
› yield 1 => ($this->privates['debug.security.voter.security.access.authenticated_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_AuthenticatedVoterService.php'));
}
/home/hdinamo/public_html/vendor /symfony/security-bundle/ DataCollector/SecurityDataCollector.php:162 {
Symfony\Bundle\SecurityBundle\DataCollector \ SecurityDataCollector->collect(Request $request, Response $response) …
›
› foreach ($this->accessDecisionManager->getVoters() as $voter) {
› if ($voter instanceof TraceableVoter) {
}
/home/hdinamo/public_html/vendor /symfony/http-kernel/ Profiler/Profiler.php:178 {
Symfony\Component\HttpKernel\Profiler \ Profiler->collect(Request $request, Response $response) …
›
› $collector->collect($request, $response, $e);
› // we need to clone for sub-requests
}
/home/hdinamo/public_html/vendor /symfony/http-kernel/ EventListener/ProfilerListener.php:90 {
Symfony\Component\HttpKernel\EventListener \ ProfilerListener->onKernelResponse(FilterResponseEvent $event) …
›
› if (!$profile = $this->profiler->collect($request, $event->getResponse(), $exception)) {
› return;
}
/home/hdinamo/public_html/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 {#457 …}
... : {
"kernel.request "
Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#545 …}
}
}
}
/home/hdinamo/public_html/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 {#457 …}
$eventName : "kernel.request "
$dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#545 …}
}
}
/home/hdinamo/public_html/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 : [ …10]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#457 …}
}
}
/home/hdinamo/public_html/vendor /symfony/event-dispatcher/ EventDispatcher.php:73 {
Symfony\Component\EventDispatcher \ EventDispatcher->dispatch($event) …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments : {
$listeners : [ …10]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#457 …}
}
}
/home/hdinamo/public_html/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 {#457 …}
... : {
"kernel.request "
}
}
}
/home/hdinamo/public_html/vendor /symfony/http-kernel/ HttpKernel.php:191 {
Symfony\Component\HttpKernel \ HttpKernel->filterResponse(Response $response, Request $request, int $type): Response …
›
› $this->dispatcher->dispatch($event, KernelEvents::RESPONSE);
›
}
/home/hdinamo/public_html/vendor /symfony/http-kernel/ HttpKernel.php:179 {
Symfony\Component\HttpKernel \ HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
›
› return $this->filterResponse($response, $request, $type);
› }
}
/home/hdinamo/public_html/vendor /symfony/http-kernel/ HttpKernel.php:80 {
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
}
}
/home/hdinamo/public_html/vendor /symfony/http-kernel/ EventListener/ErrorListener.php:60 {
Symfony\Component\HttpKernel\EventListener \ ErrorListener->onKernelException(ExceptionEvent $event, string $eventName = null, EventDispatcherInterface $eventDispatcher = null) …
› try {
› $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);
› } catch (\Exception $e) {
}
/home/hdinamo/public_html/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 {#457 …}
... : {
"kernel.request "
Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#545 …}
}
}
}
/home/hdinamo/public_html/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 {#457 …}
$eventName : "kernel.request "
$dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#545 …}
}
}
/home/hdinamo/public_html/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 : [ …10]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#457 …}
}
}
/home/hdinamo/public_html/vendor /symfony/event-dispatcher/ EventDispatcher.php:73 {
Symfony\Component\EventDispatcher \ EventDispatcher->dispatch($event) …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments : {
$listeners : [ …10]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#457 …}
}
}
/home/hdinamo/public_html/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 {#457 …}
... : {
"kernel.request "
}
}
}
/home/hdinamo/public_html/vendor /symfony/http-kernel/ HttpKernel.php:219 {
Symfony\Component\HttpKernel \ HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
› $event = new ExceptionEvent($this, $request, $type, $e);
› $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);
›
}
/home/hdinamo/public_html/vendor /symfony/http-kernel/ HttpKernel.php:91 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
›
› return $this->handleThrowable($e, $request, $type);
› }
}
/home/hdinamo/public_html/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
}
}
/home/hdinamo/public_html / public/index.php:38 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#60 …}
}
}
}
10:03:19
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 {#896
#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 : "/home/hdinamo/public_html/vendor /doctrine/orm/ lib/Doctrine/ORM/Mapping/UnderscoreNamingStrategy.php "
#line : 66
#severity : E_USER_DEPRECATED
trace : {
/home/hdinamo/public_html/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
› );
}
/home/hdinamo/public_html / var/cache/dev/ContainerFRx30Xj/srcApp_KernelDevDebugContainer.php:988 {
ContainerFRx30Xj \ 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());
}
/home/hdinamo/public_html / var/cache/dev/ContainerFRx30Xj/srcApp_KernelDevDebugContainer.php:914 {
ContainerFRx30Xj\srcApp_KernelDevDebugContainer->ContainerFRx30Xj \ {closure} …
› return \EntityManager_9a5be93::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {
› $wrappedInstance = $this->getDoctrine_Orm_DefaultEntityManagerService(false);
›
}
/home/hdinamo/public_html / var/cache/dev/ContainerFRx30Xj/EntityManager_9a5be93.php:35 {
Closure->__invoke …
› {
› $this->initializercb45e && ($this->initializercb45e->__invoke($valueHolderb9f18, $this, 'getMetadataFactory', array(), $this->initializercb45e) || 1) && $this->valueHolderb9f18 = $valueHolderb9f18;
›
}
/home/hdinamo/public_html / var/cache/dev/ContainerFRx30Xj/EntityManager_9a5be93.php:35 {
EntityManager_9a5be93->getMetadataFactory() …
› {
› $this->initializercb45e && ($this->initializercb45e->__invoke($valueHolderb9f18, $this, 'getMetadataFactory', array(), $this->initializercb45e) || 1) && $this->valueHolderb9f18 = $valueHolderb9f18;
›
}
/home/hdinamo/public_html/vendor /doctrine/doctrine-bundle/ DataCollector/DoctrineDataCollector.php:103 {
Doctrine\Bundle\DoctrineBundle\DataCollector \ DoctrineDataCollector->collect(Request $request, Response $response, Throwable $exception = null) …
›
› $factory = $em->getMetadataFactory();
› $validator = new SchemaValidator($em);
}
/home/hdinamo/public_html/vendor /symfony/http-kernel/ Profiler/Profiler.php:178 {
Symfony\Component\HttpKernel\Profiler \ Profiler->collect(Request $request, Response $response) …
›
› $collector->collect($request, $response, $e);
› // we need to clone for sub-requests
}
/home/hdinamo/public_html/vendor /symfony/http-kernel/ EventListener/ProfilerListener.php:90 {
Symfony\Component\HttpKernel\EventListener \ ProfilerListener->onKernelResponse(FilterResponseEvent $event) …
›
› if (!$profile = $this->profiler->collect($request, $event->getResponse(), $exception)) {
› return;
}
/home/hdinamo/public_html/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 {#457 …}
... : {
"kernel.request "
Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#545 …}
}
}
}
/home/hdinamo/public_html/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 {#457 …}
$eventName : "kernel.request "
$dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#545 …}
}
}
/home/hdinamo/public_html/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 : [ …10]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#457 …}
}
}
/home/hdinamo/public_html/vendor /symfony/event-dispatcher/ EventDispatcher.php:73 {
Symfony\Component\EventDispatcher \ EventDispatcher->dispatch($event) …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments : {
$listeners : [ …10]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#457 …}
}
}
/home/hdinamo/public_html/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 {#457 …}
... : {
"kernel.request "
}
}
}
/home/hdinamo/public_html/vendor /symfony/http-kernel/ HttpKernel.php:191 {
Symfony\Component\HttpKernel \ HttpKernel->filterResponse(Response $response, Request $request, int $type): Response …
›
› $this->dispatcher->dispatch($event, KernelEvents::RESPONSE);
›
}
/home/hdinamo/public_html/vendor /symfony/http-kernel/ HttpKernel.php:179 {
Symfony\Component\HttpKernel \ HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
›
› return $this->filterResponse($response, $request, $type);
› }
}
/home/hdinamo/public_html/vendor /symfony/http-kernel/ HttpKernel.php:80 {
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
}
}
/home/hdinamo/public_html/vendor /symfony/http-kernel/ EventListener/ErrorListener.php:60 {
Symfony\Component\HttpKernel\EventListener \ ErrorListener->onKernelException(ExceptionEvent $event, string $eventName = null, EventDispatcherInterface $eventDispatcher = null) …
› try {
› $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);
› } catch (\Exception $e) {
}
/home/hdinamo/public_html/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 {#457 …}
... : {
"kernel.request "
Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#545 …}
}
}
}
/home/hdinamo/public_html/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 {#457 …}
$eventName : "kernel.request "
$dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#545 …}
}
}
/home/hdinamo/public_html/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 : [ …10]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#457 …}
}
}
/home/hdinamo/public_html/vendor /symfony/event-dispatcher/ EventDispatcher.php:73 {
Symfony\Component\EventDispatcher \ EventDispatcher->dispatch($event) …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments : {
$listeners : [ …10]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#457 …}
}
}
/home/hdinamo/public_html/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 {#457 …}
... : {
"kernel.request "
}
}
}
/home/hdinamo/public_html/vendor /symfony/http-kernel/ HttpKernel.php:219 {
Symfony\Component\HttpKernel \ HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
› $event = new ExceptionEvent($this, $request, $type, $e);
› $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);
›
}
/home/hdinamo/public_html/vendor /symfony/http-kernel/ HttpKernel.php:91 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
›
› return $this->handleThrowable($e, $request, $type);
› }
}
/home/hdinamo/public_html/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
}
}
/home/hdinamo/public_html / public/index.php:38 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#60 …}
}
}
}
}
]
{
/home/hdinamo/public_html/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
› );
}
/home/hdinamo/public_html / var/cache/dev/ContainerFRx30Xj/srcApp_KernelDevDebugContainer.php:988 {
ContainerFRx30Xj \ 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());
}
/home/hdinamo/public_html / var/cache/dev/ContainerFRx30Xj/srcApp_KernelDevDebugContainer.php:914 {
ContainerFRx30Xj\srcApp_KernelDevDebugContainer->ContainerFRx30Xj \ {closure} …
› return \EntityManager_9a5be93::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {
› $wrappedInstance = $this->getDoctrine_Orm_DefaultEntityManagerService(false);
›
}
/home/hdinamo/public_html / var/cache/dev/ContainerFRx30Xj/EntityManager_9a5be93.php:35 {
Closure->__invoke …
› {
› $this->initializercb45e && ($this->initializercb45e->__invoke($valueHolderb9f18, $this, 'getMetadataFactory', array(), $this->initializercb45e) || 1) && $this->valueHolderb9f18 = $valueHolderb9f18;
›
}
/home/hdinamo/public_html / var/cache/dev/ContainerFRx30Xj/EntityManager_9a5be93.php:35 {
EntityManager_9a5be93->getMetadataFactory() …
› {
› $this->initializercb45e && ($this->initializercb45e->__invoke($valueHolderb9f18, $this, 'getMetadataFactory', array(), $this->initializercb45e) || 1) && $this->valueHolderb9f18 = $valueHolderb9f18;
›
}
/home/hdinamo/public_html/vendor /doctrine/doctrine-bundle/ DataCollector/DoctrineDataCollector.php:103 {
Doctrine\Bundle\DoctrineBundle\DataCollector \ DoctrineDataCollector->collect(Request $request, Response $response, Throwable $exception = null) …
›
› $factory = $em->getMetadataFactory();
› $validator = new SchemaValidator($em);
}
/home/hdinamo/public_html/vendor /symfony/http-kernel/ Profiler/Profiler.php:178 {
Symfony\Component\HttpKernel\Profiler \ Profiler->collect(Request $request, Response $response) …
›
› $collector->collect($request, $response, $e);
› // we need to clone for sub-requests
}
/home/hdinamo/public_html/vendor /symfony/http-kernel/ EventListener/ProfilerListener.php:90 {
Symfony\Component\HttpKernel\EventListener \ ProfilerListener->onKernelResponse(FilterResponseEvent $event) …
›
› if (!$profile = $this->profiler->collect($request, $event->getResponse(), $exception)) {
› return;
}
/home/hdinamo/public_html/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 {#457 …}
... : {
"kernel.request "
Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#545 …}
}
}
}
/home/hdinamo/public_html/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 {#457 …}
$eventName : "kernel.request "
$dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#545 …}
}
}
/home/hdinamo/public_html/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 : [ …10]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#457 …}
}
}
/home/hdinamo/public_html/vendor /symfony/event-dispatcher/ EventDispatcher.php:73 {
Symfony\Component\EventDispatcher \ EventDispatcher->dispatch($event) …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments : {
$listeners : [ …10]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#457 …}
}
}
/home/hdinamo/public_html/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 {#457 …}
... : {
"kernel.request "
}
}
}
/home/hdinamo/public_html/vendor /symfony/http-kernel/ HttpKernel.php:191 {
Symfony\Component\HttpKernel \ HttpKernel->filterResponse(Response $response, Request $request, int $type): Response …
›
› $this->dispatcher->dispatch($event, KernelEvents::RESPONSE);
›
}
/home/hdinamo/public_html/vendor /symfony/http-kernel/ HttpKernel.php:179 {
Symfony\Component\HttpKernel \ HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
›
› return $this->filterResponse($response, $request, $type);
› }
}
/home/hdinamo/public_html/vendor /symfony/http-kernel/ HttpKernel.php:80 {
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
}
}
/home/hdinamo/public_html/vendor /symfony/http-kernel/ EventListener/ErrorListener.php:60 {
Symfony\Component\HttpKernel\EventListener \ ErrorListener->onKernelException(ExceptionEvent $event, string $eventName = null, EventDispatcherInterface $eventDispatcher = null) …
› try {
› $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);
› } catch (\Exception $e) {
}
/home/hdinamo/public_html/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 {#457 …}
... : {
"kernel.request "
Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#545 …}
}
}
}
/home/hdinamo/public_html/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 {#457 …}
$eventName : "kernel.request "
$dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#545 …}
}
}
/home/hdinamo/public_html/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 : [ …10]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#457 …}
}
}
/home/hdinamo/public_html/vendor /symfony/event-dispatcher/ EventDispatcher.php:73 {
Symfony\Component\EventDispatcher \ EventDispatcher->dispatch($event) …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments : {
$listeners : [ …10]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#457 …}
}
}
/home/hdinamo/public_html/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 {#457 …}
... : {
"kernel.request "
}
}
}
/home/hdinamo/public_html/vendor /symfony/http-kernel/ HttpKernel.php:219 {
Symfony\Component\HttpKernel \ HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
› $event = new ExceptionEvent($this, $request, $type, $e);
› $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);
›
}
/home/hdinamo/public_html/vendor /symfony/http-kernel/ HttpKernel.php:91 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
›
› return $this->handleThrowable($e, $request, $type);
› }
}
/home/hdinamo/public_html/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
}
}
/home/hdinamo/public_html / public/index.php:38 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#60 …}
}
}
}
10:03:19
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 {#2360
#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 : "/home/hdinamo/public_html/vendor /sonata-project/block-bundle/ src/Block/Service/AdminBlockServiceInterface.php "
#line : 25
#severity : E_USER_DEPRECATED
trace : {
/home/hdinamo/public_html/vendor /sonata-project/block-bundle/ src/Block/Service/AdminBlockServiceInterface.php:25 {
include_once …
› 'Use '.__NAMESPACE__.'\Service\EditableBlockService instead.',
› E_USER_DEPRECATED
› );
}
/home/hdinamo/public_html / var/cache/dev/ContainerFRx30Xj/getSonata_Media_Block_BreadcrumbViewService.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';
}
/home/hdinamo/public_html / var/cache/dev/ContainerFRx30Xj/srcApp_KernelDevDebugContainer.php:815 {
ContainerFRx30Xj \ srcApp_KernelDevDebugContainer->load($file, $lazyLoad = true) …
› {
› return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
› }
}
/home/hdinamo/public_html / var/cache/dev/ContainerFRx30Xj/getSonata_Seo_Event_BreadcrumbService.php:13 {
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')));
}
/home/hdinamo/public_html / var/cache/dev/ContainerFRx30Xj/srcApp_KernelDevDebugContainer.php:815 {
ContainerFRx30Xj \ srcApp_KernelDevDebugContainer->load($file, $lazyLoad = true) …
› {
› return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
› }
}
/home/hdinamo/public_html / var/cache/dev/ContainerFRx30Xj/srcApp_KernelDevDebugContainer.php:1035 {
ContainerFRx30Xj\srcApp_KernelDevDebugContainer->ContainerFRx30Xj \ {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);
}
/home/hdinamo/public_html/vendor /symfony/event-dispatcher/ EventDispatcher.php:279 {
Symfony\Component\EventDispatcher \ EventDispatcher->sortListeners(string $eventName) …
› if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {
› $listener[0] = $listener[0]();
› $listener[1] = $listener[1] ?? '__invoke';
}
/home/hdinamo/public_html/vendor /symfony/event-dispatcher/ EventDispatcher.php:98 {
Symfony\Component\EventDispatcher \ EventDispatcher->getListeners($eventName = null) …
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/home/hdinamo/public_html/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:102 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->getListeners($eventName = null) …
› {
› return $this->dispatcher->getListeners($eventName);
› }
}
/home/hdinamo/public_html/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:216 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->getNotCalledListeners() …
› try {
› $allListeners = $this->getListeners();
› } catch (\Exception $e) {
}
/home/hdinamo/public_html/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));
› }
}
/home/hdinamo/public_html/vendor /symfony/http-kernel/ Profiler/Profiler.php:100 {
Symfony\Component\HttpKernel\Profiler \ Profiler->saveProfile(Profile $profile) …
› if ($collector instanceof LateDataCollectorInterface) {
› $collector->lateCollect();
› }
}
/home/hdinamo/public_html/vendor /symfony/http-kernel/ EventListener/ProfilerListener.php:112 {
Symfony\Component\HttpKernel\EventListener \ ProfilerListener->onKernelTerminate(PostResponseEvent $event) …
› foreach ($this->profiles as $request) {
› $this->profiler->saveProfile($this->profiles[$request]);
› }
}
/home/hdinamo/public_html/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 {#457 …}
... : {
"kernel.request "
Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#545 …}
}
}
}
/home/hdinamo/public_html/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 {#457 …}
$eventName : "kernel.request "
$dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#545 …}
}
}
/home/hdinamo/public_html/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 : [ …10]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#457 …}
}
}
/home/hdinamo/public_html/vendor /symfony/event-dispatcher/ EventDispatcher.php:73 {
Symfony\Component\EventDispatcher \ EventDispatcher->dispatch($event) …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments : {
$listeners : [ …10]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#457 …}
}
}
/home/hdinamo/public_html/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 {#457 …}
... : {
"kernel.request "
}
}
}
/home/hdinamo/public_html/vendor /symfony/http-kernel/ HttpKernel.php:100 {
Symfony\Component\HttpKernel \ HttpKernel->terminate(Request $request, Response $response) …
› {
› $this->dispatcher->dispatch(new TerminateEvent($this, $request, $response), KernelEvents::TERMINATE);
› }
}
/home/hdinamo/public_html/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);
› }
}
/home/hdinamo/public_html / public/index.php:40 {
› $response->send();
› $kernel->terminate($request, $response);
›
}
}
}
]
{
/home/hdinamo/public_html/vendor /sonata-project/block-bundle/ src/Block/Service/AdminBlockServiceInterface.php:25 {
include_once …
› 'Use '.__NAMESPACE__.'\Service\EditableBlockService instead.',
› E_USER_DEPRECATED
› );
}
/home/hdinamo/public_html / var/cache/dev/ContainerFRx30Xj/getSonata_Media_Block_BreadcrumbViewService.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';
}
/home/hdinamo/public_html / var/cache/dev/ContainerFRx30Xj/srcApp_KernelDevDebugContainer.php:815 {
ContainerFRx30Xj \ srcApp_KernelDevDebugContainer->load($file, $lazyLoad = true) …
› {
› return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
› }
}
/home/hdinamo/public_html / var/cache/dev/ContainerFRx30Xj/getSonata_Seo_Event_BreadcrumbService.php:13 {
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')));
}
/home/hdinamo/public_html / var/cache/dev/ContainerFRx30Xj/srcApp_KernelDevDebugContainer.php:815 {
ContainerFRx30Xj \ srcApp_KernelDevDebugContainer->load($file, $lazyLoad = true) …
› {
› return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
› }
}
/home/hdinamo/public_html / var/cache/dev/ContainerFRx30Xj/srcApp_KernelDevDebugContainer.php:1035 {
ContainerFRx30Xj\srcApp_KernelDevDebugContainer->ContainerFRx30Xj \ {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);
}
/home/hdinamo/public_html/vendor /symfony/event-dispatcher/ EventDispatcher.php:279 {
Symfony\Component\EventDispatcher \ EventDispatcher->sortListeners(string $eventName) …
› if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {
› $listener[0] = $listener[0]();
› $listener[1] = $listener[1] ?? '__invoke';
}
/home/hdinamo/public_html/vendor /symfony/event-dispatcher/ EventDispatcher.php:98 {
Symfony\Component\EventDispatcher \ EventDispatcher->getListeners($eventName = null) …
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/home/hdinamo/public_html/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:102 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->getListeners($eventName = null) …
› {
› return $this->dispatcher->getListeners($eventName);
› }
}
/home/hdinamo/public_html/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:216 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->getNotCalledListeners() …
› try {
› $allListeners = $this->getListeners();
› } catch (\Exception $e) {
}
/home/hdinamo/public_html/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));
› }
}
/home/hdinamo/public_html/vendor /symfony/http-kernel/ Profiler/Profiler.php:100 {
Symfony\Component\HttpKernel\Profiler \ Profiler->saveProfile(Profile $profile) …
› if ($collector instanceof LateDataCollectorInterface) {
› $collector->lateCollect();
› }
}
/home/hdinamo/public_html/vendor /symfony/http-kernel/ EventListener/ProfilerListener.php:112 {
Symfony\Component\HttpKernel\EventListener \ ProfilerListener->onKernelTerminate(PostResponseEvent $event) …
› foreach ($this->profiles as $request) {
› $this->profiler->saveProfile($this->profiles[$request]);
› }
}
/home/hdinamo/public_html/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 {#457 …}
... : {
"kernel.request "
Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#545 …}
}
}
}
/home/hdinamo/public_html/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 {#457 …}
$eventName : "kernel.request "
$dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#545 …}
}
}
/home/hdinamo/public_html/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 : [ …10]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#457 …}
}
}
/home/hdinamo/public_html/vendor /symfony/event-dispatcher/ EventDispatcher.php:73 {
Symfony\Component\EventDispatcher \ EventDispatcher->dispatch($event) …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments : {
$listeners : [ …10]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#457 …}
}
}
/home/hdinamo/public_html/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 {#457 …}
... : {
"kernel.request "
}
}
}
/home/hdinamo/public_html/vendor /symfony/http-kernel/ HttpKernel.php:100 {
Symfony\Component\HttpKernel \ HttpKernel->terminate(Request $request, Response $response) …
› {
› $this->dispatcher->dispatch(new TerminateEvent($this, $request, $response), KernelEvents::TERMINATE);
› }
}
/home/hdinamo/public_html/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);
› }
}
/home/hdinamo/public_html / public/index.php:40 {
› $response->send();
› $kernel->terminate($request, $response);
›
}
}
10:03:19
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 {#2960
#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 : "/home/hdinamo/public_html/vendor /sonata-project/block-bundle/ src/Block/Service/AbstractAdminBlockService.php "
#line : 24
#severity : E_USER_DEPRECATED
trace : {
/home/hdinamo/public_html/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
› );
}
/home/hdinamo/public_html / var/cache/dev/ContainerFRx30Xj/getSonata_Media_Block_BreadcrumbViewService.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';
}
/home/hdinamo/public_html / var/cache/dev/ContainerFRx30Xj/srcApp_KernelDevDebugContainer.php:815 {
ContainerFRx30Xj \ srcApp_KernelDevDebugContainer->load($file, $lazyLoad = true) …
› {
› return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
› }
}
/home/hdinamo/public_html / var/cache/dev/ContainerFRx30Xj/getSonata_Seo_Event_BreadcrumbService.php:13 {
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')));
}
/home/hdinamo/public_html / var/cache/dev/ContainerFRx30Xj/srcApp_KernelDevDebugContainer.php:815 {
ContainerFRx30Xj \ srcApp_KernelDevDebugContainer->load($file, $lazyLoad = true) …
› {
› return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
› }
}
/home/hdinamo/public_html / var/cache/dev/ContainerFRx30Xj/srcApp_KernelDevDebugContainer.php:1035 {
ContainerFRx30Xj\srcApp_KernelDevDebugContainer->ContainerFRx30Xj \ {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);
}
/home/hdinamo/public_html/vendor /symfony/event-dispatcher/ EventDispatcher.php:279 {
Symfony\Component\EventDispatcher \ EventDispatcher->sortListeners(string $eventName) …
› if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {
› $listener[0] = $listener[0]();
› $listener[1] = $listener[1] ?? '__invoke';
}
/home/hdinamo/public_html/vendor /symfony/event-dispatcher/ EventDispatcher.php:98 {
Symfony\Component\EventDispatcher \ EventDispatcher->getListeners($eventName = null) …
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/home/hdinamo/public_html/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:102 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->getListeners($eventName = null) …
› {
› return $this->dispatcher->getListeners($eventName);
› }
}
/home/hdinamo/public_html/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:216 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->getNotCalledListeners() …
› try {
› $allListeners = $this->getListeners();
› } catch (\Exception $e) {
}
/home/hdinamo/public_html/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));
› }
}
/home/hdinamo/public_html/vendor /symfony/http-kernel/ Profiler/Profiler.php:100 {
Symfony\Component\HttpKernel\Profiler \ Profiler->saveProfile(Profile $profile) …
› if ($collector instanceof LateDataCollectorInterface) {
› $collector->lateCollect();
› }
}
/home/hdinamo/public_html/vendor /symfony/http-kernel/ EventListener/ProfilerListener.php:112 {
Symfony\Component\HttpKernel\EventListener \ ProfilerListener->onKernelTerminate(PostResponseEvent $event) …
› foreach ($this->profiles as $request) {
› $this->profiler->saveProfile($this->profiles[$request]);
› }
}
/home/hdinamo/public_html/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 {#457 …}
... : {
"kernel.request "
Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#545 …}
}
}
}
/home/hdinamo/public_html/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 {#457 …}
$eventName : "kernel.request "
$dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#545 …}
}
}
/home/hdinamo/public_html/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 : [ …10]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#457 …}
}
}
/home/hdinamo/public_html/vendor /symfony/event-dispatcher/ EventDispatcher.php:73 {
Symfony\Component\EventDispatcher \ EventDispatcher->dispatch($event) …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments : {
$listeners : [ …10]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#457 …}
}
}
/home/hdinamo/public_html/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 {#457 …}
... : {
"kernel.request "
}
}
}
/home/hdinamo/public_html/vendor /symfony/http-kernel/ HttpKernel.php:100 {
Symfony\Component\HttpKernel \ HttpKernel->terminate(Request $request, Response $response) …
› {
› $this->dispatcher->dispatch(new TerminateEvent($this, $request, $response), KernelEvents::TERMINATE);
› }
}
/home/hdinamo/public_html/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);
› }
}
/home/hdinamo/public_html / public/index.php:40 {
› $response->send();
› $kernel->terminate($request, $response);
›
}
}
}
]
{
/home/hdinamo/public_html/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
› );
}
/home/hdinamo/public_html / var/cache/dev/ContainerFRx30Xj/getSonata_Media_Block_BreadcrumbViewService.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';
}
/home/hdinamo/public_html / var/cache/dev/ContainerFRx30Xj/srcApp_KernelDevDebugContainer.php:815 {
ContainerFRx30Xj \ srcApp_KernelDevDebugContainer->load($file, $lazyLoad = true) …
› {
› return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
› }
}
/home/hdinamo/public_html / var/cache/dev/ContainerFRx30Xj/getSonata_Seo_Event_BreadcrumbService.php:13 {
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')));
}
/home/hdinamo/public_html / var/cache/dev/ContainerFRx30Xj/srcApp_KernelDevDebugContainer.php:815 {
ContainerFRx30Xj \ srcApp_KernelDevDebugContainer->load($file, $lazyLoad = true) …
› {
› return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
› }
}
/home/hdinamo/public_html / var/cache/dev/ContainerFRx30Xj/srcApp_KernelDevDebugContainer.php:1035 {
ContainerFRx30Xj\srcApp_KernelDevDebugContainer->ContainerFRx30Xj \ {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);
}
/home/hdinamo/public_html/vendor /symfony/event-dispatcher/ EventDispatcher.php:279 {
Symfony\Component\EventDispatcher \ EventDispatcher->sortListeners(string $eventName) …
› if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {
› $listener[0] = $listener[0]();
› $listener[1] = $listener[1] ?? '__invoke';
}
/home/hdinamo/public_html/vendor /symfony/event-dispatcher/ EventDispatcher.php:98 {
Symfony\Component\EventDispatcher \ EventDispatcher->getListeners($eventName = null) …
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/home/hdinamo/public_html/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:102 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->getListeners($eventName = null) …
› {
› return $this->dispatcher->getListeners($eventName);
› }
}
/home/hdinamo/public_html/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:216 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->getNotCalledListeners() …
› try {
› $allListeners = $this->getListeners();
› } catch (\Exception $e) {
}
/home/hdinamo/public_html/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));
› }
}
/home/hdinamo/public_html/vendor /symfony/http-kernel/ Profiler/Profiler.php:100 {
Symfony\Component\HttpKernel\Profiler \ Profiler->saveProfile(Profile $profile) …
› if ($collector instanceof LateDataCollectorInterface) {
› $collector->lateCollect();
› }
}
/home/hdinamo/public_html/vendor /symfony/http-kernel/ EventListener/ProfilerListener.php:112 {
Symfony\Component\HttpKernel\EventListener \ ProfilerListener->onKernelTerminate(PostResponseEvent $event) …
› foreach ($this->profiles as $request) {
› $this->profiler->saveProfile($this->profiles[$request]);
› }
}
/home/hdinamo/public_html/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 {#457 …}
... : {
"kernel.request "
Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#545 …}
}
}
}
/home/hdinamo/public_html/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 {#457 …}
$eventName : "kernel.request "
$dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#545 …}
}
}
/home/hdinamo/public_html/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 : [ …10]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#457 …}
}
}
/home/hdinamo/public_html/vendor /symfony/event-dispatcher/ EventDispatcher.php:73 {
Symfony\Component\EventDispatcher \ EventDispatcher->dispatch($event) …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments : {
$listeners : [ …10]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#457 …}
}
}
/home/hdinamo/public_html/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 {#457 …}
... : {
"kernel.request "
}
}
}
/home/hdinamo/public_html/vendor /symfony/http-kernel/ HttpKernel.php:100 {
Symfony\Component\HttpKernel \ HttpKernel->terminate(Request $request, Response $response) …
› {
› $this->dispatcher->dispatch(new TerminateEvent($this, $request, $response), KernelEvents::TERMINATE);
› }
}
/home/hdinamo/public_html/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);
› }
}
/home/hdinamo/public_html / public/index.php:40 {
› $response->send();
› $kernel->terminate($request, $response);
›
}
}
10:03:19
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 {#2962
#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 : "/home/hdinamo/public_html / var/cache/dev/ContainerFRx30Xj/getSonata_TemplatingService.php "
#line : 9
#severity : E_USER_DEPRECATED
trace : {
/home/hdinamo/public_html / var/cache/dev/ContainerFRx30Xj/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);
›
}
/home/hdinamo/public_html / var/cache/dev/ContainerFRx30Xj/srcApp_KernelDevDebugContainer.php:815 {
ContainerFRx30Xj \ srcApp_KernelDevDebugContainer->load($file, $lazyLoad = true) …
› {
› return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
› }
}
/home/hdinamo/public_html / var/cache/dev/ContainerFRx30Xj/getSonata_Media_Block_BreadcrumbViewService.php:20 {
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')));
›
}
/home/hdinamo/public_html / var/cache/dev/ContainerFRx30Xj/srcApp_KernelDevDebugContainer.php:815 {
ContainerFRx30Xj \ srcApp_KernelDevDebugContainer->load($file, $lazyLoad = true) …
› {
› return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
› }
}
/home/hdinamo/public_html / var/cache/dev/ContainerFRx30Xj/getSonata_Seo_Event_BreadcrumbService.php:13 {
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')));
}
/home/hdinamo/public_html / var/cache/dev/ContainerFRx30Xj/srcApp_KernelDevDebugContainer.php:815 {
ContainerFRx30Xj \ srcApp_KernelDevDebugContainer->load($file, $lazyLoad = true) …
› {
› return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
› }
}
/home/hdinamo/public_html / var/cache/dev/ContainerFRx30Xj/srcApp_KernelDevDebugContainer.php:1035 {
ContainerFRx30Xj\srcApp_KernelDevDebugContainer->ContainerFRx30Xj \ {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);
}
/home/hdinamo/public_html/vendor /symfony/event-dispatcher/ EventDispatcher.php:279 {
Symfony\Component\EventDispatcher \ EventDispatcher->sortListeners(string $eventName) …
› if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {
› $listener[0] = $listener[0]();
› $listener[1] = $listener[1] ?? '__invoke';
}
/home/hdinamo/public_html/vendor /symfony/event-dispatcher/ EventDispatcher.php:98 {
Symfony\Component\EventDispatcher \ EventDispatcher->getListeners($eventName = null) …
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/home/hdinamo/public_html/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:102 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->getListeners($eventName = null) …
› {
› return $this->dispatcher->getListeners($eventName);
› }
}
/home/hdinamo/public_html/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:216 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->getNotCalledListeners() …
› try {
› $allListeners = $this->getListeners();
› } catch (\Exception $e) {
}
/home/hdinamo/public_html/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));
› }
}
/home/hdinamo/public_html/vendor /symfony/http-kernel/ Profiler/Profiler.php:100 {
Symfony\Component\HttpKernel\Profiler \ Profiler->saveProfile(Profile $profile) …
› if ($collector instanceof LateDataCollectorInterface) {
› $collector->lateCollect();
› }
}
/home/hdinamo/public_html/vendor /symfony/http-kernel/ EventListener/ProfilerListener.php:112 {
Symfony\Component\HttpKernel\EventListener \ ProfilerListener->onKernelTerminate(PostResponseEvent $event) …
› foreach ($this->profiles as $request) {
› $this->profiler->saveProfile($this->profiles[$request]);
› }
}
/home/hdinamo/public_html/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 {#457 …}
... : {
"kernel.request "
Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#545 …}
}
}
}
/home/hdinamo/public_html/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 {#457 …}
$eventName : "kernel.request "
$dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#545 …}
}
}
/home/hdinamo/public_html/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 : [ …10]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#457 …}
}
}
/home/hdinamo/public_html/vendor /symfony/event-dispatcher/ EventDispatcher.php:73 {
Symfony\Component\EventDispatcher \ EventDispatcher->dispatch($event) …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments : {
$listeners : [ …10]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#457 …}
}
}
/home/hdinamo/public_html/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 {#457 …}
... : {
"kernel.request "
}
}
}
/home/hdinamo/public_html/vendor /symfony/http-kernel/ HttpKernel.php:100 {
Symfony\Component\HttpKernel \ HttpKernel->terminate(Request $request, Response $response) …
› {
› $this->dispatcher->dispatch(new TerminateEvent($this, $request, $response), KernelEvents::TERMINATE);
› }
}
/home/hdinamo/public_html/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);
› }
}
/home/hdinamo/public_html / public/index.php:40 {
› $response->send();
› $kernel->terminate($request, $response);
›
}
}
}
]
{
/home/hdinamo/public_html / var/cache/dev/ContainerFRx30Xj/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);
›
}
/home/hdinamo/public_html / var/cache/dev/ContainerFRx30Xj/srcApp_KernelDevDebugContainer.php:815 {
ContainerFRx30Xj \ srcApp_KernelDevDebugContainer->load($file, $lazyLoad = true) …
› {
› return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
› }
}
/home/hdinamo/public_html / var/cache/dev/ContainerFRx30Xj/getSonata_Media_Block_BreadcrumbViewService.php:20 {
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')));
›
}
/home/hdinamo/public_html / var/cache/dev/ContainerFRx30Xj/srcApp_KernelDevDebugContainer.php:815 {
ContainerFRx30Xj \ srcApp_KernelDevDebugContainer->load($file, $lazyLoad = true) …
› {
› return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
› }
}
/home/hdinamo/public_html / var/cache/dev/ContainerFRx30Xj/getSonata_Seo_Event_BreadcrumbService.php:13 {
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')));
}
/home/hdinamo/public_html / var/cache/dev/ContainerFRx30Xj/srcApp_KernelDevDebugContainer.php:815 {
ContainerFRx30Xj \ srcApp_KernelDevDebugContainer->load($file, $lazyLoad = true) …
› {
› return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
› }
}
/home/hdinamo/public_html / var/cache/dev/ContainerFRx30Xj/srcApp_KernelDevDebugContainer.php:1035 {
ContainerFRx30Xj\srcApp_KernelDevDebugContainer->ContainerFRx30Xj \ {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);
}
/home/hdinamo/public_html/vendor /symfony/event-dispatcher/ EventDispatcher.php:279 {
Symfony\Component\EventDispatcher \ EventDispatcher->sortListeners(string $eventName) …
› if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {
› $listener[0] = $listener[0]();
› $listener[1] = $listener[1] ?? '__invoke';
}
/home/hdinamo/public_html/vendor /symfony/event-dispatcher/ EventDispatcher.php:98 {
Symfony\Component\EventDispatcher \ EventDispatcher->getListeners($eventName = null) …
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/home/hdinamo/public_html/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:102 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->getListeners($eventName = null) …
› {
› return $this->dispatcher->getListeners($eventName);
› }
}
/home/hdinamo/public_html/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:216 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->getNotCalledListeners() …
› try {
› $allListeners = $this->getListeners();
› } catch (\Exception $e) {
}
/home/hdinamo/public_html/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));
› }
}
/home/hdinamo/public_html/vendor /symfony/http-kernel/ Profiler/Profiler.php:100 {
Symfony\Component\HttpKernel\Profiler \ Profiler->saveProfile(Profile $profile) …
› if ($collector instanceof LateDataCollectorInterface) {
› $collector->lateCollect();
› }
}
/home/hdinamo/public_html/vendor /symfony/http-kernel/ EventListener/ProfilerListener.php:112 {
Symfony\Component\HttpKernel\EventListener \ ProfilerListener->onKernelTerminate(PostResponseEvent $event) …
› foreach ($this->profiles as $request) {
› $this->profiler->saveProfile($this->profiles[$request]);
› }
}
/home/hdinamo/public_html/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 {#457 …}
... : {
"kernel.request "
Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#545 …}
}
}
}
/home/hdinamo/public_html/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 {#457 …}
$eventName : "kernel.request "
$dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#545 …}
}
}
/home/hdinamo/public_html/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 : [ …10]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#457 …}
}
}
/home/hdinamo/public_html/vendor /symfony/event-dispatcher/ EventDispatcher.php:73 {
Symfony\Component\EventDispatcher \ EventDispatcher->dispatch($event) …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments : {
$listeners : [ …10]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#457 …}
}
}
/home/hdinamo/public_html/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 {#457 …}
... : {
"kernel.request "
}
}
}
/home/hdinamo/public_html/vendor /symfony/http-kernel/ HttpKernel.php:100 {
Symfony\Component\HttpKernel \ HttpKernel->terminate(Request $request, Response $response) …
› {
› $this->dispatcher->dispatch(new TerminateEvent($this, $request, $response), KernelEvents::TERMINATE);
› }
}
/home/hdinamo/public_html/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);
› }
}
/home/hdinamo/public_html / public/index.php:40 {
› $response->send();
› $kernel->terminate($request, $response);
›
}
}
10:03:19
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 {#2963
#message : "User Deprecated: The Symfony\Bundle\TwigBundle\TwigEngine class is deprecated since version 4.3 and will be removed in 5.0; use \Twig\Environment instead. "
#code : 0
#file : "/home/hdinamo/public_html/vendor /symfony/twig-bundle/ TwigEngine.php "
#line : 14
#severity : E_USER_DEPRECATED
trace : {
/home/hdinamo/public_html/vendor /symfony/twig-bundle/ TwigEngine.php:14 {
spl_autoload_call($class_name) …
›
› @trigger_error('The '.TwigEngine::class.' class is deprecated since version 4.3 and will be removed in 5.0; use \Twig\Environment instead.', \E_USER_DEPRECATED);
›
}
/home/hdinamo/public_html/vendor /sonata-project/block-bundle/ src/Templating/TwigEngine.php:18 {
spl_autoload_call($class_name) …
›
› class TwigEngine extends BaseTwigEngine implements EngineInterface
› {
}
/home/hdinamo/public_html / var/cache/dev/ContainerFRx30Xj/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'));
›
}
/home/hdinamo/public_html / var/cache/dev/ContainerFRx30Xj/srcApp_KernelDevDebugContainer.php:815 {
ContainerFRx30Xj \ srcApp_KernelDevDebugContainer->load($file, $lazyLoad = true) …
› {
› return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
› }
}
/home/hdinamo/public_html / var/cache/dev/ContainerFRx30Xj/getSonata_Media_Block_BreadcrumbViewService.php:20 {
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')));
›
}
/home/hdinamo/public_html / var/cache/dev/ContainerFRx30Xj/srcApp_KernelDevDebugContainer.php:815 {
ContainerFRx30Xj \ srcApp_KernelDevDebugContainer->load($file, $lazyLoad = true) …
› {
› return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
› }
}
/home/hdinamo/public_html / var/cache/dev/ContainerFRx30Xj/getSonata_Seo_Event_BreadcrumbService.php:13 {
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')));
}
/home/hdinamo/public_html / var/cache/dev/ContainerFRx30Xj/srcApp_KernelDevDebugContainer.php:815 {
ContainerFRx30Xj \ srcApp_KernelDevDebugContainer->load($file, $lazyLoad = true) …
› {
› return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
› }
}
/home/hdinamo/public_html / var/cache/dev/ContainerFRx30Xj/srcApp_KernelDevDebugContainer.php:1035 {
ContainerFRx30Xj\srcApp_KernelDevDebugContainer->ContainerFRx30Xj \ {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);
}
/home/hdinamo/public_html/vendor /symfony/event-dispatcher/ EventDispatcher.php:279 {
Symfony\Component\EventDispatcher \ EventDispatcher->sortListeners(string $eventName) …
› if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {
› $listener[0] = $listener[0]();
› $listener[1] = $listener[1] ?? '__invoke';
}
/home/hdinamo/public_html/vendor /symfony/event-dispatcher/ EventDispatcher.php:98 {
Symfony\Component\EventDispatcher \ EventDispatcher->getListeners($eventName = null) …
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/home/hdinamo/public_html/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:102 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->getListeners($eventName = null) …
› {
› return $this->dispatcher->getListeners($eventName);
› }
}
/home/hdinamo/public_html/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:216 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->getNotCalledListeners() …
› try {
› $allListeners = $this->getListeners();
› } catch (\Exception $e) {
}
/home/hdinamo/public_html/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));
› }
}
/home/hdinamo/public_html/vendor /symfony/http-kernel/ Profiler/Profiler.php:100 {
Symfony\Component\HttpKernel\Profiler \ Profiler->saveProfile(Profile $profile) …
› if ($collector instanceof LateDataCollectorInterface) {
› $collector->lateCollect();
› }
}
/home/hdinamo/public_html/vendor /symfony/http-kernel/ EventListener/ProfilerListener.php:112 {
Symfony\Component\HttpKernel\EventListener \ ProfilerListener->onKernelTerminate(PostResponseEvent $event) …
› foreach ($this->profiles as $request) {
› $this->profiler->saveProfile($this->profiles[$request]);
› }
}
/home/hdinamo/public_html/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 {#457 …}
... : {
"kernel.request "
Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#545 …}
}
}
}
/home/hdinamo/public_html/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 {#457 …}
$eventName : "kernel.request "
$dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#545 …}
}
}
/home/hdinamo/public_html/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 : [ …10]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#457 …}
}
}
/home/hdinamo/public_html/vendor /symfony/event-dispatcher/ EventDispatcher.php:73 {
Symfony\Component\EventDispatcher \ EventDispatcher->dispatch($event) …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments : {
$listeners : [ …10]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#457 …}
}
}
/home/hdinamo/public_html/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 {#457 …}
... : {
"kernel.request "
}
}
}
/home/hdinamo/public_html/vendor /symfony/http-kernel/ HttpKernel.php:100 {
Symfony\Component\HttpKernel \ HttpKernel->terminate(Request $request, Response $response) …
› {
› $this->dispatcher->dispatch(new TerminateEvent($this, $request, $response), KernelEvents::TERMINATE);
› }
}
/home/hdinamo/public_html/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);
› }
}
/home/hdinamo/public_html / public/index.php:40 {
› $response->send();
› $kernel->terminate($request, $response);
›
}
}
}
]
{
/home/hdinamo/public_html/vendor /symfony/twig-bundle/ TwigEngine.php:14 {
spl_autoload_call($class_name) …
›
› @trigger_error('The '.TwigEngine::class.' class is deprecated since version 4.3 and will be removed in 5.0; use \Twig\Environment instead.', \E_USER_DEPRECATED);
›
}
/home/hdinamo/public_html/vendor /sonata-project/block-bundle/ src/Templating/TwigEngine.php:18 {
spl_autoload_call($class_name) …
›
› class TwigEngine extends BaseTwigEngine implements EngineInterface
› {
}
/home/hdinamo/public_html / var/cache/dev/ContainerFRx30Xj/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'));
›
}
/home/hdinamo/public_html / var/cache/dev/ContainerFRx30Xj/srcApp_KernelDevDebugContainer.php:815 {
ContainerFRx30Xj \ srcApp_KernelDevDebugContainer->load($file, $lazyLoad = true) …
› {
› return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
› }
}
/home/hdinamo/public_html / var/cache/dev/ContainerFRx30Xj/getSonata_Media_Block_BreadcrumbViewService.php:20 {
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')));
›
}
/home/hdinamo/public_html / var/cache/dev/ContainerFRx30Xj/srcApp_KernelDevDebugContainer.php:815 {
ContainerFRx30Xj \ srcApp_KernelDevDebugContainer->load($file, $lazyLoad = true) …
› {
› return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
› }
}
/home/hdinamo/public_html / var/cache/dev/ContainerFRx30Xj/getSonata_Seo_Event_BreadcrumbService.php:13 {
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')));
}
/home/hdinamo/public_html / var/cache/dev/ContainerFRx30Xj/srcApp_KernelDevDebugContainer.php:815 {
ContainerFRx30Xj \ srcApp_KernelDevDebugContainer->load($file, $lazyLoad = true) …
› {
› return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
› }
}
/home/hdinamo/public_html / var/cache/dev/ContainerFRx30Xj/srcApp_KernelDevDebugContainer.php:1035 {
ContainerFRx30Xj\srcApp_KernelDevDebugContainer->ContainerFRx30Xj \ {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);
}
/home/hdinamo/public_html/vendor /symfony/event-dispatcher/ EventDispatcher.php:279 {
Symfony\Component\EventDispatcher \ EventDispatcher->sortListeners(string $eventName) …
› if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {
› $listener[0] = $listener[0]();
› $listener[1] = $listener[1] ?? '__invoke';
}
/home/hdinamo/public_html/vendor /symfony/event-dispatcher/ EventDispatcher.php:98 {
Symfony\Component\EventDispatcher \ EventDispatcher->getListeners($eventName = null) …
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/home/hdinamo/public_html/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:102 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->getListeners($eventName = null) …
› {
› return $this->dispatcher->getListeners($eventName);
› }
}
/home/hdinamo/public_html/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:216 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->getNotCalledListeners() …
› try {
› $allListeners = $this->getListeners();
› } catch (\Exception $e) {
}
/home/hdinamo/public_html/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));
› }
}
/home/hdinamo/public_html/vendor /symfony/http-kernel/ Profiler/Profiler.php:100 {
Symfony\Component\HttpKernel\Profiler \ Profiler->saveProfile(Profile $profile) …
› if ($collector instanceof LateDataCollectorInterface) {
› $collector->lateCollect();
› }
}
/home/hdinamo/public_html/vendor /symfony/http-kernel/ EventListener/ProfilerListener.php:112 {
Symfony\Component\HttpKernel\EventListener \ ProfilerListener->onKernelTerminate(PostResponseEvent $event) …
› foreach ($this->profiles as $request) {
› $this->profiler->saveProfile($this->profiles[$request]);
› }
}
/home/hdinamo/public_html/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 {#457 …}
... : {
"kernel.request "
Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#545 …}
}
}
}
/home/hdinamo/public_html/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 {#457 …}
$eventName : "kernel.request "
$dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#545 …}
}
}
/home/hdinamo/public_html/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 : [ …10]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#457 …}
}
}
/home/hdinamo/public_html/vendor /symfony/event-dispatcher/ EventDispatcher.php:73 {
Symfony\Component\EventDispatcher \ EventDispatcher->dispatch($event) …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments : {
$listeners : [ …10]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#457 …}
}
}
/home/hdinamo/public_html/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 {#457 …}
... : {
"kernel.request "
}
}
}
/home/hdinamo/public_html/vendor /symfony/http-kernel/ HttpKernel.php:100 {
Symfony\Component\HttpKernel \ HttpKernel->terminate(Request $request, Response $response) …
› {
› $this->dispatcher->dispatch(new TerminateEvent($this, $request, $response), KernelEvents::TERMINATE);
› }
}
/home/hdinamo/public_html/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);
› }
}
/home/hdinamo/public_html / public/index.php:40 {
› $response->send();
› $kernel->terminate($request, $response);
›
}
}
10:03:19
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 {#2964
#message : "User Deprecated: The Symfony\Bridge\Twig\TwigEngine class is deprecated since version 4.3 and will be removed in 5.0; use \Twig\Environment instead. "
#code : 0
#file : "/home/hdinamo/public_html/vendor /symfony/twig-bridge/ TwigEngine.php "
#line : 14
#severity : E_USER_DEPRECATED
trace : {
/home/hdinamo/public_html/vendor /symfony/twig-bridge/ TwigEngine.php:14 {
spl_autoload_call($class_name) …
›
› @trigger_error('The '.TwigEngine::class.' class is deprecated since version 4.3 and will be removed in 5.0; use \Twig\Environment instead.', \E_USER_DEPRECATED);
›
}
/home/hdinamo/public_html/vendor /symfony/twig-bundle/ TwigEngine.php:31 {
spl_autoload_call($class_name) …
› */
› class TwigEngine extends BaseEngine implements EngineInterface
› {
}
/home/hdinamo/public_html/vendor /sonata-project/block-bundle/ src/Templating/TwigEngine.php:18 {
spl_autoload_call($class_name) …
›
› class TwigEngine extends BaseTwigEngine implements EngineInterface
› {
}
/home/hdinamo/public_html / var/cache/dev/ContainerFRx30Xj/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'));
›
}
/home/hdinamo/public_html / var/cache/dev/ContainerFRx30Xj/srcApp_KernelDevDebugContainer.php:815 {
ContainerFRx30Xj \ srcApp_KernelDevDebugContainer->load($file, $lazyLoad = true) …
› {
› return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
› }
}
/home/hdinamo/public_html / var/cache/dev/ContainerFRx30Xj/getSonata_Media_Block_BreadcrumbViewService.php:20 {
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')));
›
}
/home/hdinamo/public_html / var/cache/dev/ContainerFRx30Xj/srcApp_KernelDevDebugContainer.php:815 {
ContainerFRx30Xj \ srcApp_KernelDevDebugContainer->load($file, $lazyLoad = true) …
› {
› return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
› }
}
/home/hdinamo/public_html / var/cache/dev/ContainerFRx30Xj/getSonata_Seo_Event_BreadcrumbService.php:13 {
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')));
}
/home/hdinamo/public_html / var/cache/dev/ContainerFRx30Xj/srcApp_KernelDevDebugContainer.php:815 {
ContainerFRx30Xj \ srcApp_KernelDevDebugContainer->load($file, $lazyLoad = true) …
› {
› return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
› }
}
/home/hdinamo/public_html / var/cache/dev/ContainerFRx30Xj/srcApp_KernelDevDebugContainer.php:1035 {
ContainerFRx30Xj\srcApp_KernelDevDebugContainer->ContainerFRx30Xj \ {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);
}
/home/hdinamo/public_html/vendor /symfony/event-dispatcher/ EventDispatcher.php:279 {
Symfony\Component\EventDispatcher \ EventDispatcher->sortListeners(string $eventName) …
› if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {
› $listener[0] = $listener[0]();
› $listener[1] = $listener[1] ?? '__invoke';
}
/home/hdinamo/public_html/vendor /symfony/event-dispatcher/ EventDispatcher.php:98 {
Symfony\Component\EventDispatcher \ EventDispatcher->getListeners($eventName = null) …
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/home/hdinamo/public_html/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:102 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->getListeners($eventName = null) …
› {
› return $this->dispatcher->getListeners($eventName);
› }
}
/home/hdinamo/public_html/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:216 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->getNotCalledListeners() …
› try {
› $allListeners = $this->getListeners();
› } catch (\Exception $e) {
}
/home/hdinamo/public_html/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));
› }
}
/home/hdinamo/public_html/vendor /symfony/http-kernel/ Profiler/Profiler.php:100 {
Symfony\Component\HttpKernel\Profiler \ Profiler->saveProfile(Profile $profile) …
› if ($collector instanceof LateDataCollectorInterface) {
› $collector->lateCollect();
› }
}
/home/hdinamo/public_html/vendor /symfony/http-kernel/ EventListener/ProfilerListener.php:112 {
Symfony\Component\HttpKernel\EventListener \ ProfilerListener->onKernelTerminate(PostResponseEvent $event) …
› foreach ($this->profiles as $request) {
› $this->profiler->saveProfile($this->profiles[$request]);
› }
}
/home/hdinamo/public_html/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 {#457 …}
... : {
"kernel.request "
Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#545 …}
}
}
}
/home/hdinamo/public_html/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 {#457 …}
$eventName : "kernel.request "
$dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#545 …}
}
}
/home/hdinamo/public_html/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 : [ …10]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#457 …}
}
}
/home/hdinamo/public_html/vendor /symfony/event-dispatcher/ EventDispatcher.php:73 {
Symfony\Component\EventDispatcher \ EventDispatcher->dispatch($event) …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments : {
$listeners : [ …10]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#457 …}
}
}
/home/hdinamo/public_html/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 {#457 …}
... : {
"kernel.request "
}
}
}
/home/hdinamo/public_html/vendor /symfony/http-kernel/ HttpKernel.php:100 {
Symfony\Component\HttpKernel \ HttpKernel->terminate(Request $request, Response $response) …
› {
› $this->dispatcher->dispatch(new TerminateEvent($this, $request, $response), KernelEvents::TERMINATE);
› }
}
/home/hdinamo/public_html/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);
› }
}
/home/hdinamo/public_html / public/index.php:40 {
› $response->send();
› $kernel->terminate($request, $response);
›
}
}
}
]
{
/home/hdinamo/public_html/vendor /symfony/twig-bridge/ TwigEngine.php:14 {
spl_autoload_call($class_name) …
›
› @trigger_error('The '.TwigEngine::class.' class is deprecated since version 4.3 and will be removed in 5.0; use \Twig\Environment instead.', \E_USER_DEPRECATED);
›
}
/home/hdinamo/public_html/vendor /symfony/twig-bundle/ TwigEngine.php:31 {
spl_autoload_call($class_name) …
› */
› class TwigEngine extends BaseEngine implements EngineInterface
› {
}
/home/hdinamo/public_html/vendor /sonata-project/block-bundle/ src/Templating/TwigEngine.php:18 {
spl_autoload_call($class_name) …
›
› class TwigEngine extends BaseTwigEngine implements EngineInterface
› {
}
/home/hdinamo/public_html / var/cache/dev/ContainerFRx30Xj/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'));
›
}
/home/hdinamo/public_html / var/cache/dev/ContainerFRx30Xj/srcApp_KernelDevDebugContainer.php:815 {
ContainerFRx30Xj \ srcApp_KernelDevDebugContainer->load($file, $lazyLoad = true) …
› {
› return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
› }
}
/home/hdinamo/public_html / var/cache/dev/ContainerFRx30Xj/getSonata_Media_Block_BreadcrumbViewService.php:20 {
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')));
›
}
/home/hdinamo/public_html / var/cache/dev/ContainerFRx30Xj/srcApp_KernelDevDebugContainer.php:815 {
ContainerFRx30Xj \ srcApp_KernelDevDebugContainer->load($file, $lazyLoad = true) …
› {
› return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
› }
}
/home/hdinamo/public_html / var/cache/dev/ContainerFRx30Xj/getSonata_Seo_Event_BreadcrumbService.php:13 {
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')));
}
/home/hdinamo/public_html / var/cache/dev/ContainerFRx30Xj/srcApp_KernelDevDebugContainer.php:815 {
ContainerFRx30Xj \ srcApp_KernelDevDebugContainer->load($file, $lazyLoad = true) …
› {
› return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
› }
}
/home/hdinamo/public_html / var/cache/dev/ContainerFRx30Xj/srcApp_KernelDevDebugContainer.php:1035 {
ContainerFRx30Xj\srcApp_KernelDevDebugContainer->ContainerFRx30Xj \ {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);
}
/home/hdinamo/public_html/vendor /symfony/event-dispatcher/ EventDispatcher.php:279 {
Symfony\Component\EventDispatcher \ EventDispatcher->sortListeners(string $eventName) …
› if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {
› $listener[0] = $listener[0]();
› $listener[1] = $listener[1] ?? '__invoke';
}
/home/hdinamo/public_html/vendor /symfony/event-dispatcher/ EventDispatcher.php:98 {
Symfony\Component\EventDispatcher \ EventDispatcher->getListeners($eventName = null) …
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/home/hdinamo/public_html/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:102 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->getListeners($eventName = null) …
› {
› return $this->dispatcher->getListeners($eventName);
› }
}
/home/hdinamo/public_html/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:216 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->getNotCalledListeners() …
› try {
› $allListeners = $this->getListeners();
› } catch (\Exception $e) {
}
/home/hdinamo/public_html/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));
› }
}
/home/hdinamo/public_html/vendor /symfony/http-kernel/ Profiler/Profiler.php:100 {
Symfony\Component\HttpKernel\Profiler \ Profiler->saveProfile(Profile $profile) …
› if ($collector instanceof LateDataCollectorInterface) {
› $collector->lateCollect();
› }
}
/home/hdinamo/public_html/vendor /symfony/http-kernel/ EventListener/ProfilerListener.php:112 {
Symfony\Component\HttpKernel\EventListener \ ProfilerListener->onKernelTerminate(PostResponseEvent $event) …
› foreach ($this->profiles as $request) {
› $this->profiler->saveProfile($this->profiles[$request]);
› }
}
/home/hdinamo/public_html/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 {#457 …}
... : {
"kernel.request "
Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#545 …}
}
}
}
/home/hdinamo/public_html/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 {#457 …}
$eventName : "kernel.request "
$dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#545 …}
}
}
/home/hdinamo/public_html/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 : [ …10]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#457 …}
}
}
/home/hdinamo/public_html/vendor /symfony/event-dispatcher/ EventDispatcher.php:73 {
Symfony\Component\EventDispatcher \ EventDispatcher->dispatch($event) …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments : {
$listeners : [ …10]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#457 …}
}
}
/home/hdinamo/public_html/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 {#457 …}
... : {
"kernel.request "
}
}
}
/home/hdinamo/public_html/vendor /symfony/http-kernel/ HttpKernel.php:100 {
Symfony\Component\HttpKernel \ HttpKernel->terminate(Request $request, Response $response) …
› {
› $this->dispatcher->dispatch(new TerminateEvent($this, $request, $response), KernelEvents::TERMINATE);
› }
}
/home/hdinamo/public_html/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);
› }
}
/home/hdinamo/public_html / public/index.php:40 {
› $response->send();
› $kernel->terminate($request, $response);
›
}
}
10:03:19
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 {#2965
#message : "User Deprecated: The Symfony\Bundle\FrameworkBundle\Templating\EngineInterface interface is deprecated since version 4.3 and will be removed in 5.0; use Twig instead. "
#code : 0
#file : "/home/hdinamo/public_html/vendor /symfony/framework-bundle/ Templating/EngineInterface.php "
#line : 14
#severity : E_USER_DEPRECATED
trace : {
/home/hdinamo/public_html/vendor /symfony/framework-bundle/ Templating/EngineInterface.php:14 {
spl_autoload_call($class_name) …
›
› @trigger_error('The '.EngineInterface::class.' interface is deprecated since version 4.3 and will be removed in 5.0; use Twig instead.', \E_USER_DEPRECATED);
›
}
/home/hdinamo/public_html/vendor /symfony/twig-bundle/ TwigEngine.php:31 {
spl_autoload_call($class_name) …
› */
› class TwigEngine extends BaseEngine implements EngineInterface
› {
}
/home/hdinamo/public_html/vendor /sonata-project/block-bundle/ src/Templating/TwigEngine.php:18 {
spl_autoload_call($class_name) …
›
› class TwigEngine extends BaseTwigEngine implements EngineInterface
› {
}
/home/hdinamo/public_html / var/cache/dev/ContainerFRx30Xj/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'));
›
}
/home/hdinamo/public_html / var/cache/dev/ContainerFRx30Xj/srcApp_KernelDevDebugContainer.php:815 {
ContainerFRx30Xj \ srcApp_KernelDevDebugContainer->load($file, $lazyLoad = true) …
› {
› return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
› }
}
/home/hdinamo/public_html / var/cache/dev/ContainerFRx30Xj/getSonata_Media_Block_BreadcrumbViewService.php:20 {
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')));
›
}
/home/hdinamo/public_html / var/cache/dev/ContainerFRx30Xj/srcApp_KernelDevDebugContainer.php:815 {
ContainerFRx30Xj \ srcApp_KernelDevDebugContainer->load($file, $lazyLoad = true) …
› {
› return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
› }
}
/home/hdinamo/public_html / var/cache/dev/ContainerFRx30Xj/getSonata_Seo_Event_BreadcrumbService.php:13 {
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')));
}
/home/hdinamo/public_html / var/cache/dev/ContainerFRx30Xj/srcApp_KernelDevDebugContainer.php:815 {
ContainerFRx30Xj \ srcApp_KernelDevDebugContainer->load($file, $lazyLoad = true) …
› {
› return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
› }
}
/home/hdinamo/public_html / var/cache/dev/ContainerFRx30Xj/srcApp_KernelDevDebugContainer.php:1035 {
ContainerFRx30Xj\srcApp_KernelDevDebugContainer->ContainerFRx30Xj \ {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);
}
/home/hdinamo/public_html/vendor /symfony/event-dispatcher/ EventDispatcher.php:279 {
Symfony\Component\EventDispatcher \ EventDispatcher->sortListeners(string $eventName) …
› if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {
› $listener[0] = $listener[0]();
› $listener[1] = $listener[1] ?? '__invoke';
}
/home/hdinamo/public_html/vendor /symfony/event-dispatcher/ EventDispatcher.php:98 {
Symfony\Component\EventDispatcher \ EventDispatcher->getListeners($eventName = null) …
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/home/hdinamo/public_html/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:102 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->getListeners($eventName = null) …
› {
› return $this->dispatcher->getListeners($eventName);
› }
}
/home/hdinamo/public_html/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:216 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->getNotCalledListeners() …
› try {
› $allListeners = $this->getListeners();
› } catch (\Exception $e) {
}
/home/hdinamo/public_html/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));
› }
}
/home/hdinamo/public_html/vendor /symfony/http-kernel/ Profiler/Profiler.php:100 {
Symfony\Component\HttpKernel\Profiler \ Profiler->saveProfile(Profile $profile) …
› if ($collector instanceof LateDataCollectorInterface) {
› $collector->lateCollect();
› }
}
/home/hdinamo/public_html/vendor /symfony/http-kernel/ EventListener/ProfilerListener.php:112 {
Symfony\Component\HttpKernel\EventListener \ ProfilerListener->onKernelTerminate(PostResponseEvent $event) …
› foreach ($this->profiles as $request) {
› $this->profiler->saveProfile($this->profiles[$request]);
› }
}
/home/hdinamo/public_html/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 {#457 …}
... : {
"kernel.request "
Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#545 …}
}
}
}
/home/hdinamo/public_html/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 {#457 …}
$eventName : "kernel.request "
$dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#545 …}
}
}
/home/hdinamo/public_html/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 : [ …10]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#457 …}
}
}
/home/hdinamo/public_html/vendor /symfony/event-dispatcher/ EventDispatcher.php:73 {
Symfony\Component\EventDispatcher \ EventDispatcher->dispatch($event) …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments : {
$listeners : [ …10]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#457 …}
}
}
/home/hdinamo/public_html/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 {#457 …}
... : {
"kernel.request "
}
}
}
/home/hdinamo/public_html/vendor /symfony/http-kernel/ HttpKernel.php:100 {
Symfony\Component\HttpKernel \ HttpKernel->terminate(Request $request, Response $response) …
› {
› $this->dispatcher->dispatch(new TerminateEvent($this, $request, $response), KernelEvents::TERMINATE);
› }
}
/home/hdinamo/public_html/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);
› }
}
/home/hdinamo/public_html / public/index.php:40 {
› $response->send();
› $kernel->terminate($request, $response);
›
}
}
}
]
{
/home/hdinamo/public_html/vendor /symfony/framework-bundle/ Templating/EngineInterface.php:14 {
spl_autoload_call($class_name) …
›
› @trigger_error('The '.EngineInterface::class.' interface is deprecated since version 4.3 and will be removed in 5.0; use Twig instead.', \E_USER_DEPRECATED);
›
}
/home/hdinamo/public_html/vendor /symfony/twig-bundle/ TwigEngine.php:31 {
spl_autoload_call($class_name) …
› */
› class TwigEngine extends BaseEngine implements EngineInterface
› {
}
/home/hdinamo/public_html/vendor /sonata-project/block-bundle/ src/Templating/TwigEngine.php:18 {
spl_autoload_call($class_name) …
›
› class TwigEngine extends BaseTwigEngine implements EngineInterface
› {
}
/home/hdinamo/public_html / var/cache/dev/ContainerFRx30Xj/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'));
›
}
/home/hdinamo/public_html / var/cache/dev/ContainerFRx30Xj/srcApp_KernelDevDebugContainer.php:815 {
ContainerFRx30Xj \ srcApp_KernelDevDebugContainer->load($file, $lazyLoad = true) …
› {
› return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
› }
}
/home/hdinamo/public_html / var/cache/dev/ContainerFRx30Xj/getSonata_Media_Block_BreadcrumbViewService.php:20 {
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')));
›
}
/home/hdinamo/public_html / var/cache/dev/ContainerFRx30Xj/srcApp_KernelDevDebugContainer.php:815 {
ContainerFRx30Xj \ srcApp_KernelDevDebugContainer->load($file, $lazyLoad = true) …
› {
› return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
› }
}
/home/hdinamo/public_html / var/cache/dev/ContainerFRx30Xj/getSonata_Seo_Event_BreadcrumbService.php:13 {
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')));
}
/home/hdinamo/public_html / var/cache/dev/ContainerFRx30Xj/srcApp_KernelDevDebugContainer.php:815 {
ContainerFRx30Xj \ srcApp_KernelDevDebugContainer->load($file, $lazyLoad = true) …
› {
› return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
› }
}
/home/hdinamo/public_html / var/cache/dev/ContainerFRx30Xj/srcApp_KernelDevDebugContainer.php:1035 {
ContainerFRx30Xj\srcApp_KernelDevDebugContainer->ContainerFRx30Xj \ {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);
}
/home/hdinamo/public_html/vendor /symfony/event-dispatcher/ EventDispatcher.php:279 {
Symfony\Component\EventDispatcher \ EventDispatcher->sortListeners(string $eventName) …
› if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {
› $listener[0] = $listener[0]();
› $listener[1] = $listener[1] ?? '__invoke';
}
/home/hdinamo/public_html/vendor /symfony/event-dispatcher/ EventDispatcher.php:98 {
Symfony\Component\EventDispatcher \ EventDispatcher->getListeners($eventName = null) …
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/home/hdinamo/public_html/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:102 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->getListeners($eventName = null) …
› {
› return $this->dispatcher->getListeners($eventName);
› }
}
/home/hdinamo/public_html/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:216 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->getNotCalledListeners() …
› try {
› $allListeners = $this->getListeners();
› } catch (\Exception $e) {
}
/home/hdinamo/public_html/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));
› }
}
/home/hdinamo/public_html/vendor /symfony/http-kernel/ Profiler/Profiler.php:100 {
Symfony\Component\HttpKernel\Profiler \ Profiler->saveProfile(Profile $profile) …
› if ($collector instanceof LateDataCollectorInterface) {
› $collector->lateCollect();
› }
}
/home/hdinamo/public_html/vendor /symfony/http-kernel/ EventListener/ProfilerListener.php:112 {
Symfony\Component\HttpKernel\EventListener \ ProfilerListener->onKernelTerminate(PostResponseEvent $event) …
› foreach ($this->profiles as $request) {
› $this->profiler->saveProfile($this->profiles[$request]);
› }
}
/home/hdinamo/public_html/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 {#457 …}
... : {
"kernel.request "
Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#545 …}
}
}
}
/home/hdinamo/public_html/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 {#457 …}
$eventName : "kernel.request "
$dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#545 …}
}
}
/home/hdinamo/public_html/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 : [ …10]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#457 …}
}
}
/home/hdinamo/public_html/vendor /symfony/event-dispatcher/ EventDispatcher.php:73 {
Symfony\Component\EventDispatcher \ EventDispatcher->dispatch($event) …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments : {
$listeners : [ …10]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#457 …}
}
}
/home/hdinamo/public_html/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 {#457 …}
... : {
"kernel.request "
}
}
}
/home/hdinamo/public_html/vendor /symfony/http-kernel/ HttpKernel.php:100 {
Symfony\Component\HttpKernel \ HttpKernel->terminate(Request $request, Response $response) …
› {
› $this->dispatcher->dispatch(new TerminateEvent($this, $request, $response), KernelEvents::TERMINATE);
› }
}
/home/hdinamo/public_html/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);
› }
}
/home/hdinamo/public_html / public/index.php:40 {
› $response->send();
› $kernel->terminate($request, $response);
›
}
}
10:03:19
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 {#2969
#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 : "/home/hdinamo/public_html/vendor /symfony/debug/ DebugClassLoader.php "
#line : 204
#severity : E_USER_DEPRECATED
trace : {
/home/hdinamo/public_html/vendor /symfony/debug/ DebugClassLoader.php:204 {
spl_autoload_call($class_name) …
› foreach ($deprecations as $message) {
› @trigger_error($message, \E_USER_DEPRECATED);
› }
}
/home/hdinamo/public_html/vendor /sonata-project/block-bundle/ src/Templating/TwigEngine.php:18 {
spl_autoload_call($class_name) …
›
› class TwigEngine extends BaseTwigEngine implements EngineInterface
› {
}
/home/hdinamo/public_html / var/cache/dev/ContainerFRx30Xj/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'));
›
}
/home/hdinamo/public_html / var/cache/dev/ContainerFRx30Xj/srcApp_KernelDevDebugContainer.php:815 {
ContainerFRx30Xj \ srcApp_KernelDevDebugContainer->load($file, $lazyLoad = true) …
› {
› return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
› }
}
/home/hdinamo/public_html / var/cache/dev/ContainerFRx30Xj/getSonata_Media_Block_BreadcrumbViewService.php:20 {
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')));
›
}
/home/hdinamo/public_html / var/cache/dev/ContainerFRx30Xj/srcApp_KernelDevDebugContainer.php:815 {
ContainerFRx30Xj \ srcApp_KernelDevDebugContainer->load($file, $lazyLoad = true) …
› {
› return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
› }
}
/home/hdinamo/public_html / var/cache/dev/ContainerFRx30Xj/getSonata_Seo_Event_BreadcrumbService.php:13 {
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')));
}
/home/hdinamo/public_html / var/cache/dev/ContainerFRx30Xj/srcApp_KernelDevDebugContainer.php:815 {
ContainerFRx30Xj \ srcApp_KernelDevDebugContainer->load($file, $lazyLoad = true) …
› {
› return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
› }
}
/home/hdinamo/public_html / var/cache/dev/ContainerFRx30Xj/srcApp_KernelDevDebugContainer.php:1035 {
ContainerFRx30Xj\srcApp_KernelDevDebugContainer->ContainerFRx30Xj \ {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);
}
/home/hdinamo/public_html/vendor /symfony/event-dispatcher/ EventDispatcher.php:279 {
Symfony\Component\EventDispatcher \ EventDispatcher->sortListeners(string $eventName) …
› if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {
› $listener[0] = $listener[0]();
› $listener[1] = $listener[1] ?? '__invoke';
}
/home/hdinamo/public_html/vendor /symfony/event-dispatcher/ EventDispatcher.php:98 {
Symfony\Component\EventDispatcher \ EventDispatcher->getListeners($eventName = null) …
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/home/hdinamo/public_html/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:102 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->getListeners($eventName = null) …
› {
› return $this->dispatcher->getListeners($eventName);
› }
}
/home/hdinamo/public_html/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:216 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->getNotCalledListeners() …
› try {
› $allListeners = $this->getListeners();
› } catch (\Exception $e) {
}
/home/hdinamo/public_html/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));
› }
}
/home/hdinamo/public_html/vendor /symfony/http-kernel/ Profiler/Profiler.php:100 {
Symfony\Component\HttpKernel\Profiler \ Profiler->saveProfile(Profile $profile) …
› if ($collector instanceof LateDataCollectorInterface) {
› $collector->lateCollect();
› }
}
/home/hdinamo/public_html/vendor /symfony/http-kernel/ EventListener/ProfilerListener.php:112 {
Symfony\Component\HttpKernel\EventListener \ ProfilerListener->onKernelTerminate(PostResponseEvent $event) …
› foreach ($this->profiles as $request) {
› $this->profiler->saveProfile($this->profiles[$request]);
› }
}
/home/hdinamo/public_html/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 {#457 …}
... : {
"kernel.request "
Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#545 …}
}
}
}
/home/hdinamo/public_html/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 {#457 …}
$eventName : "kernel.request "
$dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#545 …}
}
}
/home/hdinamo/public_html/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 : [ …10]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#457 …}
}
}
/home/hdinamo/public_html/vendor /symfony/event-dispatcher/ EventDispatcher.php:73 {
Symfony\Component\EventDispatcher \ EventDispatcher->dispatch($event) …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments : {
$listeners : [ …10]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#457 …}
}
}
/home/hdinamo/public_html/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 {#457 …}
... : {
"kernel.request "
}
}
}
/home/hdinamo/public_html/vendor /symfony/http-kernel/ HttpKernel.php:100 {
Symfony\Component\HttpKernel \ HttpKernel->terminate(Request $request, Response $response) …
› {
› $this->dispatcher->dispatch(new TerminateEvent($this, $request, $response), KernelEvents::TERMINATE);
› }
}
/home/hdinamo/public_html/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);
› }
}
/home/hdinamo/public_html / public/index.php:40 {
› $response->send();
› $kernel->terminate($request, $response);
›
}
}
}
]
{
/home/hdinamo/public_html/vendor /symfony/debug/ DebugClassLoader.php:204 {
spl_autoload_call($class_name) …
› foreach ($deprecations as $message) {
› @trigger_error($message, \E_USER_DEPRECATED);
› }
}
/home/hdinamo/public_html/vendor /sonata-project/block-bundle/ src/Templating/TwigEngine.php:18 {
spl_autoload_call($class_name) …
›
› class TwigEngine extends BaseTwigEngine implements EngineInterface
› {
}
/home/hdinamo/public_html / var/cache/dev/ContainerFRx30Xj/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'));
›
}
/home/hdinamo/public_html / var/cache/dev/ContainerFRx30Xj/srcApp_KernelDevDebugContainer.php:815 {
ContainerFRx30Xj \ srcApp_KernelDevDebugContainer->load($file, $lazyLoad = true) …
› {
› return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
› }
}
/home/hdinamo/public_html / var/cache/dev/ContainerFRx30Xj/getSonata_Media_Block_BreadcrumbViewService.php:20 {
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')));
›
}
/home/hdinamo/public_html / var/cache/dev/ContainerFRx30Xj/srcApp_KernelDevDebugContainer.php:815 {
ContainerFRx30Xj \ srcApp_KernelDevDebugContainer->load($file, $lazyLoad = true) …
› {
› return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
› }
}
/home/hdinamo/public_html / var/cache/dev/ContainerFRx30Xj/getSonata_Seo_Event_BreadcrumbService.php:13 {
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')));
}
/home/hdinamo/public_html / var/cache/dev/ContainerFRx30Xj/srcApp_KernelDevDebugContainer.php:815 {
ContainerFRx30Xj \ srcApp_KernelDevDebugContainer->load($file, $lazyLoad = true) …
› {
› return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
› }
}
/home/hdinamo/public_html / var/cache/dev/ContainerFRx30Xj/srcApp_KernelDevDebugContainer.php:1035 {
ContainerFRx30Xj\srcApp_KernelDevDebugContainer->ContainerFRx30Xj \ {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);
}
/home/hdinamo/public_html/vendor /symfony/event-dispatcher/ EventDispatcher.php:279 {
Symfony\Component\EventDispatcher \ EventDispatcher->sortListeners(string $eventName) …
› if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {
› $listener[0] = $listener[0]();
› $listener[1] = $listener[1] ?? '__invoke';
}
/home/hdinamo/public_html/vendor /symfony/event-dispatcher/ EventDispatcher.php:98 {
Symfony\Component\EventDispatcher \ EventDispatcher->getListeners($eventName = null) …
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/home/hdinamo/public_html/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:102 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->getListeners($eventName = null) …
› {
› return $this->dispatcher->getListeners($eventName);
› }
}
/home/hdinamo/public_html/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:216 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->getNotCalledListeners() …
› try {
› $allListeners = $this->getListeners();
› } catch (\Exception $e) {
}
/home/hdinamo/public_html/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));
› }
}
/home/hdinamo/public_html/vendor /symfony/http-kernel/ Profiler/Profiler.php:100 {
Symfony\Component\HttpKernel\Profiler \ Profiler->saveProfile(Profile $profile) …
› if ($collector instanceof LateDataCollectorInterface) {
› $collector->lateCollect();
› }
}
/home/hdinamo/public_html/vendor /symfony/http-kernel/ EventListener/ProfilerListener.php:112 {
Symfony\Component\HttpKernel\EventListener \ ProfilerListener->onKernelTerminate(PostResponseEvent $event) …
› foreach ($this->profiles as $request) {
› $this->profiler->saveProfile($this->profiles[$request]);
› }
}
/home/hdinamo/public_html/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 {#457 …}
... : {
"kernel.request "
Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#545 …}
}
}
}
/home/hdinamo/public_html/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 {#457 …}
$eventName : "kernel.request "
$dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#545 …}
}
}
/home/hdinamo/public_html/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 : [ …10]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#457 …}
}
}
/home/hdinamo/public_html/vendor /symfony/event-dispatcher/ EventDispatcher.php:73 {
Symfony\Component\EventDispatcher \ EventDispatcher->dispatch($event) …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments : {
$listeners : [ …10]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#457 …}
}
}
/home/hdinamo/public_html/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 {#457 …}
... : {
"kernel.request "
}
}
}
/home/hdinamo/public_html/vendor /symfony/http-kernel/ HttpKernel.php:100 {
Symfony\Component\HttpKernel \ HttpKernel->terminate(Request $request, Response $response) …
› {
› $this->dispatcher->dispatch(new TerminateEvent($this, $request, $response), KernelEvents::TERMINATE);
› }
}
/home/hdinamo/public_html/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);
› }
}
/home/hdinamo/public_html / public/index.php:40 {
› $response->send();
› $kernel->terminate($request, $response);
›
}
}
10:03:19
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 {#2974
#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 : "/home/hdinamo/public_html/vendor /symfony/debug/ DebugClassLoader.php "
#line : 204
#severity : E_USER_DEPRECATED
trace : {
/home/hdinamo/public_html/vendor /symfony/debug/ DebugClassLoader.php:204 {
spl_autoload_call($class_name) …
› foreach ($deprecations as $message) {
› @trigger_error($message, \E_USER_DEPRECATED);
› }
}
/home/hdinamo/public_html / var/cache/dev/ContainerFRx30Xj/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'));
›
}
/home/hdinamo/public_html / var/cache/dev/ContainerFRx30Xj/srcApp_KernelDevDebugContainer.php:815 {
ContainerFRx30Xj \ srcApp_KernelDevDebugContainer->load($file, $lazyLoad = true) …
› {
› return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
› }
}
/home/hdinamo/public_html / var/cache/dev/ContainerFRx30Xj/getSonata_Media_Block_BreadcrumbViewService.php:20 {
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')));
›
}
/home/hdinamo/public_html / var/cache/dev/ContainerFRx30Xj/srcApp_KernelDevDebugContainer.php:815 {
ContainerFRx30Xj \ srcApp_KernelDevDebugContainer->load($file, $lazyLoad = true) …
› {
› return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
› }
}
/home/hdinamo/public_html / var/cache/dev/ContainerFRx30Xj/getSonata_Seo_Event_BreadcrumbService.php:13 {
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')));
}
/home/hdinamo/public_html / var/cache/dev/ContainerFRx30Xj/srcApp_KernelDevDebugContainer.php:815 {
ContainerFRx30Xj \ srcApp_KernelDevDebugContainer->load($file, $lazyLoad = true) …
› {
› return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
› }
}
/home/hdinamo/public_html / var/cache/dev/ContainerFRx30Xj/srcApp_KernelDevDebugContainer.php:1035 {
ContainerFRx30Xj\srcApp_KernelDevDebugContainer->ContainerFRx30Xj \ {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);
}
/home/hdinamo/public_html/vendor /symfony/event-dispatcher/ EventDispatcher.php:279 {
Symfony\Component\EventDispatcher \ EventDispatcher->sortListeners(string $eventName) …
› if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {
› $listener[0] = $listener[0]();
› $listener[1] = $listener[1] ?? '__invoke';
}
/home/hdinamo/public_html/vendor /symfony/event-dispatcher/ EventDispatcher.php:98 {
Symfony\Component\EventDispatcher \ EventDispatcher->getListeners($eventName = null) …
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/home/hdinamo/public_html/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:102 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->getListeners($eventName = null) …
› {
› return $this->dispatcher->getListeners($eventName);
› }
}
/home/hdinamo/public_html/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:216 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->getNotCalledListeners() …
› try {
› $allListeners = $this->getListeners();
› } catch (\Exception $e) {
}
/home/hdinamo/public_html/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));
› }
}
/home/hdinamo/public_html/vendor /symfony/http-kernel/ Profiler/Profiler.php:100 {
Symfony\Component\HttpKernel\Profiler \ Profiler->saveProfile(Profile $profile) …
› if ($collector instanceof LateDataCollectorInterface) {
› $collector->lateCollect();
› }
}
/home/hdinamo/public_html/vendor /symfony/http-kernel/ EventListener/ProfilerListener.php:112 {
Symfony\Component\HttpKernel\EventListener \ ProfilerListener->onKernelTerminate(PostResponseEvent $event) …
› foreach ($this->profiles as $request) {
› $this->profiler->saveProfile($this->profiles[$request]);
› }
}
/home/hdinamo/public_html/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 {#457 …}
... : {
"kernel.request "
Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#545 …}
}
}
}
/home/hdinamo/public_html/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 {#457 …}
$eventName : "kernel.request "
$dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#545 …}
}
}
/home/hdinamo/public_html/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 : [ …10]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#457 …}
}
}
/home/hdinamo/public_html/vendor /symfony/event-dispatcher/ EventDispatcher.php:73 {
Symfony\Component\EventDispatcher \ EventDispatcher->dispatch($event) …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments : {
$listeners : [ …10]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#457 …}
}
}
/home/hdinamo/public_html/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 {#457 …}
... : {
"kernel.request "
}
}
}
/home/hdinamo/public_html/vendor /symfony/http-kernel/ HttpKernel.php:100 {
Symfony\Component\HttpKernel \ HttpKernel->terminate(Request $request, Response $response) …
› {
› $this->dispatcher->dispatch(new TerminateEvent($this, $request, $response), KernelEvents::TERMINATE);
› }
}
/home/hdinamo/public_html/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);
› }
}
/home/hdinamo/public_html / public/index.php:40 {
› $response->send();
› $kernel->terminate($request, $response);
›
}
}
}
]
{
/home/hdinamo/public_html/vendor /symfony/debug/ DebugClassLoader.php:204 {
spl_autoload_call($class_name) …
› foreach ($deprecations as $message) {
› @trigger_error($message, \E_USER_DEPRECATED);
› }
}
/home/hdinamo/public_html / var/cache/dev/ContainerFRx30Xj/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'));
›
}
/home/hdinamo/public_html / var/cache/dev/ContainerFRx30Xj/srcApp_KernelDevDebugContainer.php:815 {
ContainerFRx30Xj \ srcApp_KernelDevDebugContainer->load($file, $lazyLoad = true) …
› {
› return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
› }
}
/home/hdinamo/public_html / var/cache/dev/ContainerFRx30Xj/getSonata_Media_Block_BreadcrumbViewService.php:20 {
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')));
›
}
/home/hdinamo/public_html / var/cache/dev/ContainerFRx30Xj/srcApp_KernelDevDebugContainer.php:815 {
ContainerFRx30Xj \ srcApp_KernelDevDebugContainer->load($file, $lazyLoad = true) …
› {
› return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
› }
}
/home/hdinamo/public_html / var/cache/dev/ContainerFRx30Xj/getSonata_Seo_Event_BreadcrumbService.php:13 {
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')));
}
/home/hdinamo/public_html / var/cache/dev/ContainerFRx30Xj/srcApp_KernelDevDebugContainer.php:815 {
ContainerFRx30Xj \ srcApp_KernelDevDebugContainer->load($file, $lazyLoad = true) …
› {
› return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
› }
}
/home/hdinamo/public_html / var/cache/dev/ContainerFRx30Xj/srcApp_KernelDevDebugContainer.php:1035 {
ContainerFRx30Xj\srcApp_KernelDevDebugContainer->ContainerFRx30Xj \ {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);
}
/home/hdinamo/public_html/vendor /symfony/event-dispatcher/ EventDispatcher.php:279 {
Symfony\Component\EventDispatcher \ EventDispatcher->sortListeners(string $eventName) …
› if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {
› $listener[0] = $listener[0]();
› $listener[1] = $listener[1] ?? '__invoke';
}
/home/hdinamo/public_html/vendor /symfony/event-dispatcher/ EventDispatcher.php:98 {
Symfony\Component\EventDispatcher \ EventDispatcher->getListeners($eventName = null) …
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/home/hdinamo/public_html/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:102 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->getListeners($eventName = null) …
› {
› return $this->dispatcher->getListeners($eventName);
› }
}
/home/hdinamo/public_html/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:216 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->getNotCalledListeners() …
› try {
› $allListeners = $this->getListeners();
› } catch (\Exception $e) {
}
/home/hdinamo/public_html/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));
› }
}
/home/hdinamo/public_html/vendor /symfony/http-kernel/ Profiler/Profiler.php:100 {
Symfony\Component\HttpKernel\Profiler \ Profiler->saveProfile(Profile $profile) …
› if ($collector instanceof LateDataCollectorInterface) {
› $collector->lateCollect();
› }
}
/home/hdinamo/public_html/vendor /symfony/http-kernel/ EventListener/ProfilerListener.php:112 {
Symfony\Component\HttpKernel\EventListener \ ProfilerListener->onKernelTerminate(PostResponseEvent $event) …
› foreach ($this->profiles as $request) {
› $this->profiler->saveProfile($this->profiles[$request]);
› }
}
/home/hdinamo/public_html/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 {#457 …}
... : {
"kernel.request "
Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#545 …}
}
}
}
/home/hdinamo/public_html/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 {#457 …}
$eventName : "kernel.request "
$dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#545 …}
}
}
/home/hdinamo/public_html/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 : [ …10]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#457 …}
}
}
/home/hdinamo/public_html/vendor /symfony/event-dispatcher/ EventDispatcher.php:73 {
Symfony\Component\EventDispatcher \ EventDispatcher->dispatch($event) …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments : {
$listeners : [ …10]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#457 …}
}
}
/home/hdinamo/public_html/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 {#457 …}
... : {
"kernel.request "
}
}
}
/home/hdinamo/public_html/vendor /symfony/http-kernel/ HttpKernel.php:100 {
Symfony\Component\HttpKernel \ HttpKernel->terminate(Request $request, Response $response) …
› {
› $this->dispatcher->dispatch(new TerminateEvent($this, $request, $response), KernelEvents::TERMINATE);
› }
}
/home/hdinamo/public_html/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);
› }
}
/home/hdinamo/public_html / public/index.php:40 {
› $response->send();
› $kernel->terminate($request, $response);
›
}
}
10:03:19
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 {#2973
#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 : "/home/hdinamo/public_html / var/cache/dev/ContainerFRx30Xj/getSonata_Templating_NameParserService.php "
#line : 9
#severity : E_USER_DEPRECATED
trace : {
/home/hdinamo/public_html / var/cache/dev/ContainerFRx30Xj/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);
›
}
/home/hdinamo/public_html / var/cache/dev/ContainerFRx30Xj/srcApp_KernelDevDebugContainer.php:815 {
ContainerFRx30Xj \ srcApp_KernelDevDebugContainer->load($file, $lazyLoad = true) …
› {
› return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
› }
}
/home/hdinamo/public_html / var/cache/dev/ContainerFRx30Xj/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'));
›
}
/home/hdinamo/public_html / var/cache/dev/ContainerFRx30Xj/srcApp_KernelDevDebugContainer.php:815 {
ContainerFRx30Xj \ srcApp_KernelDevDebugContainer->load($file, $lazyLoad = true) …
› {
› return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
› }
}
/home/hdinamo/public_html / var/cache/dev/ContainerFRx30Xj/getSonata_Media_Block_BreadcrumbViewService.php:20 {
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')));
›
}
/home/hdinamo/public_html / var/cache/dev/ContainerFRx30Xj/srcApp_KernelDevDebugContainer.php:815 {
ContainerFRx30Xj \ srcApp_KernelDevDebugContainer->load($file, $lazyLoad = true) …
› {
› return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
› }
}
/home/hdinamo/public_html / var/cache/dev/ContainerFRx30Xj/getSonata_Seo_Event_BreadcrumbService.php:13 {
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')));
}
/home/hdinamo/public_html / var/cache/dev/ContainerFRx30Xj/srcApp_KernelDevDebugContainer.php:815 {
ContainerFRx30Xj \ srcApp_KernelDevDebugContainer->load($file, $lazyLoad = true) …
› {
› return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
› }
}
/home/hdinamo/public_html / var/cache/dev/ContainerFRx30Xj/srcApp_KernelDevDebugContainer.php:1035 {
ContainerFRx30Xj\srcApp_KernelDevDebugContainer->ContainerFRx30Xj \ {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);
}
/home/hdinamo/public_html/vendor /symfony/event-dispatcher/ EventDispatcher.php:279 {
Symfony\Component\EventDispatcher \ EventDispatcher->sortListeners(string $eventName) …
› if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {
› $listener[0] = $listener[0]();
› $listener[1] = $listener[1] ?? '__invoke';
}
/home/hdinamo/public_html/vendor /symfony/event-dispatcher/ EventDispatcher.php:98 {
Symfony\Component\EventDispatcher \ EventDispatcher->getListeners($eventName = null) …
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/home/hdinamo/public_html/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:102 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->getListeners($eventName = null) …
› {
› return $this->dispatcher->getListeners($eventName);
› }
}
/home/hdinamo/public_html/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:216 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->getNotCalledListeners() …
› try {
› $allListeners = $this->getListeners();
› } catch (\Exception $e) {
}
/home/hdinamo/public_html/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));
› }
}
/home/hdinamo/public_html/vendor /symfony/http-kernel/ Profiler/Profiler.php:100 {
Symfony\Component\HttpKernel\Profiler \ Profiler->saveProfile(Profile $profile) …
› if ($collector instanceof LateDataCollectorInterface) {
› $collector->lateCollect();
› }
}
/home/hdinamo/public_html/vendor /symfony/http-kernel/ EventListener/ProfilerListener.php:112 {
Symfony\Component\HttpKernel\EventListener \ ProfilerListener->onKernelTerminate(PostResponseEvent $event) …
› foreach ($this->profiles as $request) {
› $this->profiler->saveProfile($this->profiles[$request]);
› }
}
/home/hdinamo/public_html/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 {#457 …}
... : {
"kernel.request "
Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#545 …}
}
}
}
/home/hdinamo/public_html/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 {#457 …}
$eventName : "kernel.request "
$dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#545 …}
}
}
/home/hdinamo/public_html/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 : [ …10]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#457 …}
}
}
/home/hdinamo/public_html/vendor /symfony/event-dispatcher/ EventDispatcher.php:73 {
Symfony\Component\EventDispatcher \ EventDispatcher->dispatch($event) …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments : {
$listeners : [ …10]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#457 …}
}
}
/home/hdinamo/public_html/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 {#457 …}
... : {
"kernel.request "
}
}
}
/home/hdinamo/public_html/vendor /symfony/http-kernel/ HttpKernel.php:100 {
Symfony\Component\HttpKernel \ HttpKernel->terminate(Request $request, Response $response) …
› {
› $this->dispatcher->dispatch(new TerminateEvent($this, $request, $response), KernelEvents::TERMINATE);
› }
}
/home/hdinamo/public_html/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);
› }
}
/home/hdinamo/public_html / public/index.php:40 {
› $response->send();
› $kernel->terminate($request, $response);
›
}
}
}
]
{
/home/hdinamo/public_html / var/cache/dev/ContainerFRx30Xj/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);
›
}
/home/hdinamo/public_html / var/cache/dev/ContainerFRx30Xj/srcApp_KernelDevDebugContainer.php:815 {
ContainerFRx30Xj \ srcApp_KernelDevDebugContainer->load($file, $lazyLoad = true) …
› {
› return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
› }
}
/home/hdinamo/public_html / var/cache/dev/ContainerFRx30Xj/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'));
›
}
/home/hdinamo/public_html / var/cache/dev/ContainerFRx30Xj/srcApp_KernelDevDebugContainer.php:815 {
ContainerFRx30Xj \ srcApp_KernelDevDebugContainer->load($file, $lazyLoad = true) …
› {
› return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
› }
}
/home/hdinamo/public_html / var/cache/dev/ContainerFRx30Xj/getSonata_Media_Block_BreadcrumbViewService.php:20 {
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')));
›
}
/home/hdinamo/public_html / var/cache/dev/ContainerFRx30Xj/srcApp_KernelDevDebugContainer.php:815 {
ContainerFRx30Xj \ srcApp_KernelDevDebugContainer->load($file, $lazyLoad = true) …
› {
› return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
› }
}
/home/hdinamo/public_html / var/cache/dev/ContainerFRx30Xj/getSonata_Seo_Event_BreadcrumbService.php:13 {
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')));
}
/home/hdinamo/public_html / var/cache/dev/ContainerFRx30Xj/srcApp_KernelDevDebugContainer.php:815 {
ContainerFRx30Xj \ srcApp_KernelDevDebugContainer->load($file, $lazyLoad = true) …
› {
› return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
› }
}
/home/hdinamo/public_html / var/cache/dev/ContainerFRx30Xj/srcApp_KernelDevDebugContainer.php:1035 {
ContainerFRx30Xj\srcApp_KernelDevDebugContainer->ContainerFRx30Xj \ {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);
}
/home/hdinamo/public_html/vendor /symfony/event-dispatcher/ EventDispatcher.php:279 {
Symfony\Component\EventDispatcher \ EventDispatcher->sortListeners(string $eventName) …
› if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {
› $listener[0] = $listener[0]();
› $listener[1] = $listener[1] ?? '__invoke';
}
/home/hdinamo/public_html/vendor /symfony/event-dispatcher/ EventDispatcher.php:98 {
Symfony\Component\EventDispatcher \ EventDispatcher->getListeners($eventName = null) …
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/home/hdinamo/public_html/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:102 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->getListeners($eventName = null) …
› {
› return $this->dispatcher->getListeners($eventName);
› }
}
/home/hdinamo/public_html/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:216 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->getNotCalledListeners() …
› try {
› $allListeners = $this->getListeners();
› } catch (\Exception $e) {
}
/home/hdinamo/public_html/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));
› }
}
/home/hdinamo/public_html/vendor /symfony/http-kernel/ Profiler/Profiler.php:100 {
Symfony\Component\HttpKernel\Profiler \ Profiler->saveProfile(Profile $profile) …
› if ($collector instanceof LateDataCollectorInterface) {
› $collector->lateCollect();
› }
}
/home/hdinamo/public_html/vendor /symfony/http-kernel/ EventListener/ProfilerListener.php:112 {
Symfony\Component\HttpKernel\EventListener \ ProfilerListener->onKernelTerminate(PostResponseEvent $event) …
› foreach ($this->profiles as $request) {
› $this->profiler->saveProfile($this->profiles[$request]);
› }
}
/home/hdinamo/public_html/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 {#457 …}
... : {
"kernel.request "
Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#545 …}
}
}
}
/home/hdinamo/public_html/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 {#457 …}
$eventName : "kernel.request "
$dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#545 …}
}
}
/home/hdinamo/public_html/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 : [ …10]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#457 …}
}
}
/home/hdinamo/public_html/vendor /symfony/event-dispatcher/ EventDispatcher.php:73 {
Symfony\Component\EventDispatcher \ EventDispatcher->dispatch($event) …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments : {
$listeners : [ …10]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#457 …}
}
}
/home/hdinamo/public_html/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 {#457 …}
... : {
"kernel.request "
}
}
}
/home/hdinamo/public_html/vendor /symfony/http-kernel/ HttpKernel.php:100 {
Symfony\Component\HttpKernel \ HttpKernel->terminate(Request $request, Response $response) …
› {
› $this->dispatcher->dispatch(new TerminateEvent($this, $request, $response), KernelEvents::TERMINATE);
› }
}
/home/hdinamo/public_html/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);
› }
}
/home/hdinamo/public_html / public/index.php:40 {
› $response->send();
› $kernel->terminate($request, $response);
›
}
}
10:03:19
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 {#2968
#message : "User Deprecated: The Symfony\Bundle\FrameworkBundle\Templating\TemplateNameParser class is deprecated since version 4.3 and will be removed in 5.0; use Twig instead. "
#code : 0
#file : "/home/hdinamo/public_html/vendor /symfony/framework-bundle/ Templating/TemplateNameParser.php "
#line : 14
#severity : E_USER_DEPRECATED
trace : {
/home/hdinamo/public_html/vendor /symfony/framework-bundle/ Templating/TemplateNameParser.php:14 {
spl_autoload_call($class_name) …
›
› @trigger_error('The '.TemplateNameParser::class.' class is deprecated since version 4.3 and will be removed in 5.0; use Twig instead.', \E_USER_DEPRECATED);
›
}
/home/hdinamo/public_html/vendor /sonata-project/block-bundle/ src/Templating/TemplateNameParser.php:21 {
spl_autoload_call($class_name) …
› */
› class TemplateNameParser extends FrameworkTemplateNameParser
› {
}
/home/hdinamo/public_html / var/cache/dev/ContainerFRx30Xj/getSonata_Templating_NameParserService.php:11 {
require …
›
› return new \Sonata\BlockBundle\Templating\TemplateNameParser(($this->services['kernel'] ?? $this->get('kernel', 1)));
›
}
/home/hdinamo/public_html / var/cache/dev/ContainerFRx30Xj/srcApp_KernelDevDebugContainer.php:815 {
ContainerFRx30Xj \ srcApp_KernelDevDebugContainer->load($file, $lazyLoad = true) …
› {
› return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
› }
}
/home/hdinamo/public_html / var/cache/dev/ContainerFRx30Xj/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'));
›
}
/home/hdinamo/public_html / var/cache/dev/ContainerFRx30Xj/srcApp_KernelDevDebugContainer.php:815 {
ContainerFRx30Xj \ srcApp_KernelDevDebugContainer->load($file, $lazyLoad = true) …
› {
› return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
› }
}
/home/hdinamo/public_html / var/cache/dev/ContainerFRx30Xj/getSonata_Media_Block_BreadcrumbViewService.php:20 {
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')));
›
}
/home/hdinamo/public_html / var/cache/dev/ContainerFRx30Xj/srcApp_KernelDevDebugContainer.php:815 {
ContainerFRx30Xj \ srcApp_KernelDevDebugContainer->load($file, $lazyLoad = true) …
› {
› return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
› }
}
/home/hdinamo/public_html / var/cache/dev/ContainerFRx30Xj/getSonata_Seo_Event_BreadcrumbService.php:13 {
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')));
}
/home/hdinamo/public_html / var/cache/dev/ContainerFRx30Xj/srcApp_KernelDevDebugContainer.php:815 {
ContainerFRx30Xj \ srcApp_KernelDevDebugContainer->load($file, $lazyLoad = true) …
› {
› return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
› }
}
/home/hdinamo/public_html / var/cache/dev/ContainerFRx30Xj/srcApp_KernelDevDebugContainer.php:1035 {
ContainerFRx30Xj\srcApp_KernelDevDebugContainer->ContainerFRx30Xj \ {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);
}
/home/hdinamo/public_html/vendor /symfony/event-dispatcher/ EventDispatcher.php:279 {
Symfony\Component\EventDispatcher \ EventDispatcher->sortListeners(string $eventName) …
› if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {
› $listener[0] = $listener[0]();
› $listener[1] = $listener[1] ?? '__invoke';
}
/home/hdinamo/public_html/vendor /symfony/event-dispatcher/ EventDispatcher.php:98 {
Symfony\Component\EventDispatcher \ EventDispatcher->getListeners($eventName = null) …
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/home/hdinamo/public_html/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:102 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->getListeners($eventName = null) …
› {
› return $this->dispatcher->getListeners($eventName);
› }
}
/home/hdinamo/public_html/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:216 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->getNotCalledListeners() …
› try {
› $allListeners = $this->getListeners();
› } catch (\Exception $e) {
}
/home/hdinamo/public_html/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));
› }
}
/home/hdinamo/public_html/vendor /symfony/http-kernel/ Profiler/Profiler.php:100 {
Symfony\Component\HttpKernel\Profiler \ Profiler->saveProfile(Profile $profile) …
› if ($collector instanceof LateDataCollectorInterface) {
› $collector->lateCollect();
› }
}
/home/hdinamo/public_html/vendor /symfony/http-kernel/ EventListener/ProfilerListener.php:112 {
Symfony\Component\HttpKernel\EventListener \ ProfilerListener->onKernelTerminate(PostResponseEvent $event) …
› foreach ($this->profiles as $request) {
› $this->profiler->saveProfile($this->profiles[$request]);
› }
}
/home/hdinamo/public_html/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 {#457 …}
... : {
"kernel.request "
Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#545 …}
}
}
}
/home/hdinamo/public_html/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 {#457 …}
$eventName : "kernel.request "
$dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#545 …}
}
}
/home/hdinamo/public_html/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 : [ …10]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#457 …}
}
}
/home/hdinamo/public_html/vendor /symfony/event-dispatcher/ EventDispatcher.php:73 {
Symfony\Component\EventDispatcher \ EventDispatcher->dispatch($event) …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments : {
$listeners : [ …10]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#457 …}
}
}
/home/hdinamo/public_html/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 {#457 …}
... : {
"kernel.request "
}
}
}
/home/hdinamo/public_html/vendor /symfony/http-kernel/ HttpKernel.php:100 {
Symfony\Component\HttpKernel \ HttpKernel->terminate(Request $request, Response $response) …
› {
› $this->dispatcher->dispatch(new TerminateEvent($this, $request, $response), KernelEvents::TERMINATE);
› }
}
/home/hdinamo/public_html/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);
› }
}
/home/hdinamo/public_html / public/index.php:40 {
› $response->send();
› $kernel->terminate($request, $response);
›
}
}
}
]
{
/home/hdinamo/public_html/vendor /symfony/framework-bundle/ Templating/TemplateNameParser.php:14 {
spl_autoload_call($class_name) …
›
› @trigger_error('The '.TemplateNameParser::class.' class is deprecated since version 4.3 and will be removed in 5.0; use Twig instead.', \E_USER_DEPRECATED);
›
}
/home/hdinamo/public_html/vendor /sonata-project/block-bundle/ src/Templating/TemplateNameParser.php:21 {
spl_autoload_call($class_name) …
› */
› class TemplateNameParser extends FrameworkTemplateNameParser
› {
}
/home/hdinamo/public_html / var/cache/dev/ContainerFRx30Xj/getSonata_Templating_NameParserService.php:11 {
require …
›
› return new \Sonata\BlockBundle\Templating\TemplateNameParser(($this->services['kernel'] ?? $this->get('kernel', 1)));
›
}
/home/hdinamo/public_html / var/cache/dev/ContainerFRx30Xj/srcApp_KernelDevDebugContainer.php:815 {
ContainerFRx30Xj \ srcApp_KernelDevDebugContainer->load($file, $lazyLoad = true) …
› {
› return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
› }
}
/home/hdinamo/public_html / var/cache/dev/ContainerFRx30Xj/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'));
›
}
/home/hdinamo/public_html / var/cache/dev/ContainerFRx30Xj/srcApp_KernelDevDebugContainer.php:815 {
ContainerFRx30Xj \ srcApp_KernelDevDebugContainer->load($file, $lazyLoad = true) …
› {
› return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
› }
}
/home/hdinamo/public_html / var/cache/dev/ContainerFRx30Xj/getSonata_Media_Block_BreadcrumbViewService.php:20 {
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')));
›
}
/home/hdinamo/public_html / var/cache/dev/ContainerFRx30Xj/srcApp_KernelDevDebugContainer.php:815 {
ContainerFRx30Xj \ srcApp_KernelDevDebugContainer->load($file, $lazyLoad = true) …
› {
› return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
› }
}
/home/hdinamo/public_html / var/cache/dev/ContainerFRx30Xj/getSonata_Seo_Event_BreadcrumbService.php:13 {
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')));
}
/home/hdinamo/public_html / var/cache/dev/ContainerFRx30Xj/srcApp_KernelDevDebugContainer.php:815 {
ContainerFRx30Xj \ srcApp_KernelDevDebugContainer->load($file, $lazyLoad = true) …
› {
› return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
› }
}
/home/hdinamo/public_html / var/cache/dev/ContainerFRx30Xj/srcApp_KernelDevDebugContainer.php:1035 {
ContainerFRx30Xj\srcApp_KernelDevDebugContainer->ContainerFRx30Xj \ {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);
}
/home/hdinamo/public_html/vendor /symfony/event-dispatcher/ EventDispatcher.php:279 {
Symfony\Component\EventDispatcher \ EventDispatcher->sortListeners(string $eventName) …
› if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {
› $listener[0] = $listener[0]();
› $listener[1] = $listener[1] ?? '__invoke';
}
/home/hdinamo/public_html/vendor /symfony/event-dispatcher/ EventDispatcher.php:98 {
Symfony\Component\EventDispatcher \ EventDispatcher->getListeners($eventName = null) …
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/home/hdinamo/public_html/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:102 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->getListeners($eventName = null) …
› {
› return $this->dispatcher->getListeners($eventName);
› }
}
/home/hdinamo/public_html/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:216 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->getNotCalledListeners() …
› try {
› $allListeners = $this->getListeners();
› } catch (\Exception $e) {
}
/home/hdinamo/public_html/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));
› }
}
/home/hdinamo/public_html/vendor /symfony/http-kernel/ Profiler/Profiler.php:100 {
Symfony\Component\HttpKernel\Profiler \ Profiler->saveProfile(Profile $profile) …
› if ($collector instanceof LateDataCollectorInterface) {
› $collector->lateCollect();
› }
}
/home/hdinamo/public_html/vendor /symfony/http-kernel/ EventListener/ProfilerListener.php:112 {
Symfony\Component\HttpKernel\EventListener \ ProfilerListener->onKernelTerminate(PostResponseEvent $event) …
› foreach ($this->profiles as $request) {
› $this->profiler->saveProfile($this->profiles[$request]);
› }
}
/home/hdinamo/public_html/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 {#457 …}
... : {
"kernel.request "
Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#545 …}
}
}
}
/home/hdinamo/public_html/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 {#457 …}
$eventName : "kernel.request "
$dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#545 …}
}
}
/home/hdinamo/public_html/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 : [ …10]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#457 …}
}
}
/home/hdinamo/public_html/vendor /symfony/event-dispatcher/ EventDispatcher.php:73 {
Symfony\Component\EventDispatcher \ EventDispatcher->dispatch($event) …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments : {
$listeners : [ …10]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#457 …}
}
}
/home/hdinamo/public_html/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 {#457 …}
... : {
"kernel.request "
}
}
}
/home/hdinamo/public_html/vendor /symfony/http-kernel/ HttpKernel.php:100 {
Symfony\Component\HttpKernel \ HttpKernel->terminate(Request $request, Response $response) …
› {
› $this->dispatcher->dispatch(new TerminateEvent($this, $request, $response), KernelEvents::TERMINATE);
› }
}
/home/hdinamo/public_html/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);
› }
}
/home/hdinamo/public_html / public/index.php:40 {
› $response->send();
› $kernel->terminate($request, $response);
›
}
}
10:03:19
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 {#2967
#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 : "/home/hdinamo/public_html / var/cache/dev/ContainerFRx30Xj/getSonata_Templating_LocatorService.php "
#line : 9
#severity : E_USER_DEPRECATED
trace : {
/home/hdinamo/public_html / var/cache/dev/ContainerFRx30Xj/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);
›
}
/home/hdinamo/public_html / var/cache/dev/ContainerFRx30Xj/srcApp_KernelDevDebugContainer.php:815 {
ContainerFRx30Xj \ srcApp_KernelDevDebugContainer->load($file, $lazyLoad = true) …
› {
› return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
› }
}
/home/hdinamo/public_html / var/cache/dev/ContainerFRx30Xj/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'));
›
}
/home/hdinamo/public_html / var/cache/dev/ContainerFRx30Xj/srcApp_KernelDevDebugContainer.php:815 {
ContainerFRx30Xj \ srcApp_KernelDevDebugContainer->load($file, $lazyLoad = true) …
› {
› return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
› }
}
/home/hdinamo/public_html / var/cache/dev/ContainerFRx30Xj/getSonata_Media_Block_BreadcrumbViewService.php:20 {
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')));
›
}
/home/hdinamo/public_html / var/cache/dev/ContainerFRx30Xj/srcApp_KernelDevDebugContainer.php:815 {
ContainerFRx30Xj \ srcApp_KernelDevDebugContainer->load($file, $lazyLoad = true) …
› {
› return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
› }
}
/home/hdinamo/public_html / var/cache/dev/ContainerFRx30Xj/getSonata_Seo_Event_BreadcrumbService.php:13 {
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')));
}
/home/hdinamo/public_html / var/cache/dev/ContainerFRx30Xj/srcApp_KernelDevDebugContainer.php:815 {
ContainerFRx30Xj \ srcApp_KernelDevDebugContainer->load($file, $lazyLoad = true) …
› {
› return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
› }
}
/home/hdinamo/public_html / var/cache/dev/ContainerFRx30Xj/srcApp_KernelDevDebugContainer.php:1035 {
ContainerFRx30Xj\srcApp_KernelDevDebugContainer->ContainerFRx30Xj \ {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);
}
/home/hdinamo/public_html/vendor /symfony/event-dispatcher/ EventDispatcher.php:279 {
Symfony\Component\EventDispatcher \ EventDispatcher->sortListeners(string $eventName) …
› if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {
› $listener[0] = $listener[0]();
› $listener[1] = $listener[1] ?? '__invoke';
}
/home/hdinamo/public_html/vendor /symfony/event-dispatcher/ EventDispatcher.php:98 {
Symfony\Component\EventDispatcher \ EventDispatcher->getListeners($eventName = null) …
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/home/hdinamo/public_html/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:102 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->getListeners($eventName = null) …
› {
› return $this->dispatcher->getListeners($eventName);
› }
}
/home/hdinamo/public_html/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:216 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->getNotCalledListeners() …
› try {
› $allListeners = $this->getListeners();
› } catch (\Exception $e) {
}
/home/hdinamo/public_html/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));
› }
}
/home/hdinamo/public_html/vendor /symfony/http-kernel/ Profiler/Profiler.php:100 {
Symfony\Component\HttpKernel\Profiler \ Profiler->saveProfile(Profile $profile) …
› if ($collector instanceof LateDataCollectorInterface) {
› $collector->lateCollect();
› }
}
/home/hdinamo/public_html/vendor /symfony/http-kernel/ EventListener/ProfilerListener.php:112 {
Symfony\Component\HttpKernel\EventListener \ ProfilerListener->onKernelTerminate(PostResponseEvent $event) …
› foreach ($this->profiles as $request) {
› $this->profiler->saveProfile($this->profiles[$request]);
› }
}
/home/hdinamo/public_html/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 {#457 …}
... : {
"kernel.request "
Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#545 …}
}
}
}
/home/hdinamo/public_html/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 {#457 …}
$eventName : "kernel.request "
$dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#545 …}
}
}
/home/hdinamo/public_html/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 : [ …10]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#457 …}
}
}
/home/hdinamo/public_html/vendor /symfony/event-dispatcher/ EventDispatcher.php:73 {
Symfony\Component\EventDispatcher \ EventDispatcher->dispatch($event) …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments : {
$listeners : [ …10]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#457 …}
}
}
/home/hdinamo/public_html/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 {#457 …}
... : {
"kernel.request "
}
}
}
/home/hdinamo/public_html/vendor /symfony/http-kernel/ HttpKernel.php:100 {
Symfony\Component\HttpKernel \ HttpKernel->terminate(Request $request, Response $response) …
› {
› $this->dispatcher->dispatch(new TerminateEvent($this, $request, $response), KernelEvents::TERMINATE);
› }
}
/home/hdinamo/public_html/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);
› }
}
/home/hdinamo/public_html / public/index.php:40 {
› $response->send();
› $kernel->terminate($request, $response);
›
}
}
}
]
{
/home/hdinamo/public_html / var/cache/dev/ContainerFRx30Xj/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);
›
}
/home/hdinamo/public_html / var/cache/dev/ContainerFRx30Xj/srcApp_KernelDevDebugContainer.php:815 {
ContainerFRx30Xj \ srcApp_KernelDevDebugContainer->load($file, $lazyLoad = true) …
› {
› return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
› }
}
/home/hdinamo/public_html / var/cache/dev/ContainerFRx30Xj/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'));
›
}
/home/hdinamo/public_html / var/cache/dev/ContainerFRx30Xj/srcApp_KernelDevDebugContainer.php:815 {
ContainerFRx30Xj \ srcApp_KernelDevDebugContainer->load($file, $lazyLoad = true) …
› {
› return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
› }
}
/home/hdinamo/public_html / var/cache/dev/ContainerFRx30Xj/getSonata_Media_Block_BreadcrumbViewService.php:20 {
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')));
›
}
/home/hdinamo/public_html / var/cache/dev/ContainerFRx30Xj/srcApp_KernelDevDebugContainer.php:815 {
ContainerFRx30Xj \ srcApp_KernelDevDebugContainer->load($file, $lazyLoad = true) …
› {
› return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
› }
}
/home/hdinamo/public_html / var/cache/dev/ContainerFRx30Xj/getSonata_Seo_Event_BreadcrumbService.php:13 {
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')));
}
/home/hdinamo/public_html / var/cache/dev/ContainerFRx30Xj/srcApp_KernelDevDebugContainer.php:815 {
ContainerFRx30Xj \ srcApp_KernelDevDebugContainer->load($file, $lazyLoad = true) …
› {
› return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
› }
}
/home/hdinamo/public_html / var/cache/dev/ContainerFRx30Xj/srcApp_KernelDevDebugContainer.php:1035 {
ContainerFRx30Xj\srcApp_KernelDevDebugContainer->ContainerFRx30Xj \ {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);
}
/home/hdinamo/public_html/vendor /symfony/event-dispatcher/ EventDispatcher.php:279 {
Symfony\Component\EventDispatcher \ EventDispatcher->sortListeners(string $eventName) …
› if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {
› $listener[0] = $listener[0]();
› $listener[1] = $listener[1] ?? '__invoke';
}
/home/hdinamo/public_html/vendor /symfony/event-dispatcher/ EventDispatcher.php:98 {
Symfony\Component\EventDispatcher \ EventDispatcher->getListeners($eventName = null) …
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/home/hdinamo/public_html/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:102 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->getListeners($eventName = null) …
› {
› return $this->dispatcher->getListeners($eventName);
› }
}
/home/hdinamo/public_html/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:216 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->getNotCalledListeners() …
› try {
› $allListeners = $this->getListeners();
› } catch (\Exception $e) {
}
/home/hdinamo/public_html/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));
› }
}
/home/hdinamo/public_html/vendor /symfony/http-kernel/ Profiler/Profiler.php:100 {
Symfony\Component\HttpKernel\Profiler \ Profiler->saveProfile(Profile $profile) …
› if ($collector instanceof LateDataCollectorInterface) {
› $collector->lateCollect();
› }
}
/home/hdinamo/public_html/vendor /symfony/http-kernel/ EventListener/ProfilerListener.php:112 {
Symfony\Component\HttpKernel\EventListener \ ProfilerListener->onKernelTerminate(PostResponseEvent $event) …
› foreach ($this->profiles as $request) {
› $this->profiler->saveProfile($this->profiles[$request]);
› }
}
/home/hdinamo/public_html/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 {#457 …}
... : {
"kernel.request "
Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#545 …}
}
}
}
/home/hdinamo/public_html/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 {#457 …}
$eventName : "kernel.request "
$dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#545 …}
}
}
/home/hdinamo/public_html/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 : [ …10]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#457 …}
}
}
/home/hdinamo/public_html/vendor /symfony/event-dispatcher/ EventDispatcher.php:73 {
Symfony\Component\EventDispatcher \ EventDispatcher->dispatch($event) …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments : {
$listeners : [ …10]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#457 …}
}
}
/home/hdinamo/public_html/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 {#457 …}
... : {
"kernel.request "
}
}
}
/home/hdinamo/public_html/vendor /symfony/http-kernel/ HttpKernel.php:100 {
Symfony\Component\HttpKernel \ HttpKernel->terminate(Request $request, Response $response) …
› {
› $this->dispatcher->dispatch(new TerminateEvent($this, $request, $response), KernelEvents::TERMINATE);
› }
}
/home/hdinamo/public_html/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);
› }
}
/home/hdinamo/public_html / public/index.php:40 {
› $response->send();
› $kernel->terminate($request, $response);
›
}
}
10:03:19
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 {#2970
#message : "User Deprecated: The Symfony\Bundle\FrameworkBundle\Templating\Loader\TemplateLocator class is deprecated since version 4.3 and will be removed in 5.0; use Twig instead. "
#code : 0
#file : "/home/hdinamo/public_html/vendor /symfony/framework-bundle/ Templating/Loader/TemplateLocator.php "
#line : 14
#severity : E_USER_DEPRECATED
trace : {
/home/hdinamo/public_html/vendor /symfony/framework-bundle/ Templating/Loader/TemplateLocator.php:14 {
spl_autoload_call($class_name) …
›
› @trigger_error('The '.TemplateLocator::class.' class is deprecated since version 4.3 and will be removed in 5.0; use Twig instead.', \E_USER_DEPRECATED);
›
}
/home/hdinamo/public_html/vendor /sonata-project/block-bundle/ src/Templating/TemplateLocator.php:21 {
spl_autoload_call($class_name) …
› */
› class TemplateLocator extends FrameworkTemplateLocator
› {
}
/home/hdinamo/public_html / var/cache/dev/ContainerFRx30Xj/getSonata_Templating_LocatorService.php:11 {
require …
›
› return new \Sonata\BlockBundle\Templating\TemplateLocator(($this->privates['file_locator'] ?? $this->load('getFileLocatorService.php')), $this->targetDir.'');
›
}
/home/hdinamo/public_html / var/cache/dev/ContainerFRx30Xj/srcApp_KernelDevDebugContainer.php:815 {
ContainerFRx30Xj \ srcApp_KernelDevDebugContainer->load($file, $lazyLoad = true) …
› {
› return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
› }
}
/home/hdinamo/public_html / var/cache/dev/ContainerFRx30Xj/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'));
›
}
/home/hdinamo/public_html / var/cache/dev/ContainerFRx30Xj/srcApp_KernelDevDebugContainer.php:815 {
ContainerFRx30Xj \ srcApp_KernelDevDebugContainer->load($file, $lazyLoad = true) …
› {
› return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
› }
}
/home/hdinamo/public_html / var/cache/dev/ContainerFRx30Xj/getSonata_Media_Block_BreadcrumbViewService.php:20 {
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')));
›
}
/home/hdinamo/public_html / var/cache/dev/ContainerFRx30Xj/srcApp_KernelDevDebugContainer.php:815 {
ContainerFRx30Xj \ srcApp_KernelDevDebugContainer->load($file, $lazyLoad = true) …
› {
› return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
› }
}
/home/hdinamo/public_html / var/cache/dev/ContainerFRx30Xj/getSonata_Seo_Event_BreadcrumbService.php:13 {
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')));
}
/home/hdinamo/public_html / var/cache/dev/ContainerFRx30Xj/srcApp_KernelDevDebugContainer.php:815 {
ContainerFRx30Xj \ srcApp_KernelDevDebugContainer->load($file, $lazyLoad = true) …
› {
› return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
› }
}
/home/hdinamo/public_html / var/cache/dev/ContainerFRx30Xj/srcApp_KernelDevDebugContainer.php:1035 {
ContainerFRx30Xj\srcApp_KernelDevDebugContainer->ContainerFRx30Xj \ {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);
}
/home/hdinamo/public_html/vendor /symfony/event-dispatcher/ EventDispatcher.php:279 {
Symfony\Component\EventDispatcher \ EventDispatcher->sortListeners(string $eventName) …
› if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {
› $listener[0] = $listener[0]();
› $listener[1] = $listener[1] ?? '__invoke';
}
/home/hdinamo/public_html/vendor /symfony/event-dispatcher/ EventDispatcher.php:98 {
Symfony\Component\EventDispatcher \ EventDispatcher->getListeners($eventName = null) …
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/home/hdinamo/public_html/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:102 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->getListeners($eventName = null) …
› {
› return $this->dispatcher->getListeners($eventName);
› }
}
/home/hdinamo/public_html/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:216 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->getNotCalledListeners() …
› try {
› $allListeners = $this->getListeners();
› } catch (\Exception $e) {
}
/home/hdinamo/public_html/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));
› }
}
/home/hdinamo/public_html/vendor /symfony/http-kernel/ Profiler/Profiler.php:100 {
Symfony\Component\HttpKernel\Profiler \ Profiler->saveProfile(Profile $profile) …
› if ($collector instanceof LateDataCollectorInterface) {
› $collector->lateCollect();
› }
}
/home/hdinamo/public_html/vendor /symfony/http-kernel/ EventListener/ProfilerListener.php:112 {
Symfony\Component\HttpKernel\EventListener \ ProfilerListener->onKernelTerminate(PostResponseEvent $event) …
› foreach ($this->profiles as $request) {
› $this->profiler->saveProfile($this->profiles[$request]);
› }
}
/home/hdinamo/public_html/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 {#457 …}
... : {
"kernel.request "
Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#545 …}
}
}
}
/home/hdinamo/public_html/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 {#457 …}
$eventName : "kernel.request "
$dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#545 …}
}
}
/home/hdinamo/public_html/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 : [ …10]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#457 …}
}
}
/home/hdinamo/public_html/vendor /symfony/event-dispatcher/ EventDispatcher.php:73 {
Symfony\Component\EventDispatcher \ EventDispatcher->dispatch($event) …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments : {
$listeners : [ …10]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#457 …}
}
}
/home/hdinamo/public_html/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 {#457 …}
... : {
"kernel.request "
}
}
}
/home/hdinamo/public_html/vendor /symfony/http-kernel/ HttpKernel.php:100 {
Symfony\Component\HttpKernel \ HttpKernel->terminate(Request $request, Response $response) …
› {
› $this->dispatcher->dispatch(new TerminateEvent($this, $request, $response), KernelEvents::TERMINATE);
› }
}
/home/hdinamo/public_html/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);
› }
}
/home/hdinamo/public_html / public/index.php:40 {
› $response->send();
› $kernel->terminate($request, $response);
›
}
}
}
]
{
/home/hdinamo/public_html/vendor /symfony/framework-bundle/ Templating/Loader/TemplateLocator.php:14 {
spl_autoload_call($class_name) …
›
› @trigger_error('The '.TemplateLocator::class.' class is deprecated since version 4.3 and will be removed in 5.0; use Twig instead.', \E_USER_DEPRECATED);
›
}
/home/hdinamo/public_html/vendor /sonata-project/block-bundle/ src/Templating/TemplateLocator.php:21 {
spl_autoload_call($class_name) …
› */
› class TemplateLocator extends FrameworkTemplateLocator
› {
}
/home/hdinamo/public_html / var/cache/dev/ContainerFRx30Xj/getSonata_Templating_LocatorService.php:11 {
require …
›
› return new \Sonata\BlockBundle\Templating\TemplateLocator(($this->privates['file_locator'] ?? $this->load('getFileLocatorService.php')), $this->targetDir.'');
›
}
/home/hdinamo/public_html / var/cache/dev/ContainerFRx30Xj/srcApp_KernelDevDebugContainer.php:815 {
ContainerFRx30Xj \ srcApp_KernelDevDebugContainer->load($file, $lazyLoad = true) …
› {
› return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
› }
}
/home/hdinamo/public_html / var/cache/dev/ContainerFRx30Xj/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'));
›
}
/home/hdinamo/public_html / var/cache/dev/ContainerFRx30Xj/srcApp_KernelDevDebugContainer.php:815 {
ContainerFRx30Xj \ srcApp_KernelDevDebugContainer->load($file, $lazyLoad = true) …
› {
› return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
› }
}
/home/hdinamo/public_html / var/cache/dev/ContainerFRx30Xj/getSonata_Media_Block_BreadcrumbViewService.php:20 {
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')));
›
}
/home/hdinamo/public_html / var/cache/dev/ContainerFRx30Xj/srcApp_KernelDevDebugContainer.php:815 {
ContainerFRx30Xj \ srcApp_KernelDevDebugContainer->load($file, $lazyLoad = true) …
› {
› return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
› }
}
/home/hdinamo/public_html / var/cache/dev/ContainerFRx30Xj/getSonata_Seo_Event_BreadcrumbService.php:13 {
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')));
}
/home/hdinamo/public_html / var/cache/dev/ContainerFRx30Xj/srcApp_KernelDevDebugContainer.php:815 {
ContainerFRx30Xj \ srcApp_KernelDevDebugContainer->load($file, $lazyLoad = true) …
› {
› return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
› }
}
/home/hdinamo/public_html / var/cache/dev/ContainerFRx30Xj/srcApp_KernelDevDebugContainer.php:1035 {
ContainerFRx30Xj\srcApp_KernelDevDebugContainer->ContainerFRx30Xj \ {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);
}
/home/hdinamo/public_html/vendor /symfony/event-dispatcher/ EventDispatcher.php:279 {
Symfony\Component\EventDispatcher \ EventDispatcher->sortListeners(string $eventName) …
› if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {
› $listener[0] = $listener[0]();
› $listener[1] = $listener[1] ?? '__invoke';
}
/home/hdinamo/public_html/vendor /symfony/event-dispatcher/ EventDispatcher.php:98 {
Symfony\Component\EventDispatcher \ EventDispatcher->getListeners($eventName = null) …
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/home/hdinamo/public_html/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:102 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->getListeners($eventName = null) …
› {
› return $this->dispatcher->getListeners($eventName);
› }
}
/home/hdinamo/public_html/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:216 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->getNotCalledListeners() …
› try {
› $allListeners = $this->getListeners();
› } catch (\Exception $e) {
}
/home/hdinamo/public_html/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));
› }
}
/home/hdinamo/public_html/vendor /symfony/http-kernel/ Profiler/Profiler.php:100 {
Symfony\Component\HttpKernel\Profiler \ Profiler->saveProfile(Profile $profile) …
› if ($collector instanceof LateDataCollectorInterface) {
› $collector->lateCollect();
› }
}
/home/hdinamo/public_html/vendor /symfony/http-kernel/ EventListener/ProfilerListener.php:112 {
Symfony\Component\HttpKernel\EventListener \ ProfilerListener->onKernelTerminate(PostResponseEvent $event) …
› foreach ($this->profiles as $request) {
› $this->profiler->saveProfile($this->profiles[$request]);
› }
}
/home/hdinamo/public_html/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 {#457 …}
... : {
"kernel.request "
Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#545 …}
}
}
}
/home/hdinamo/public_html/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 {#457 …}
$eventName : "kernel.request "
$dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#545 …}
}
}
/home/hdinamo/public_html/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 : [ …10]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#457 …}
}
}
/home/hdinamo/public_html/vendor /symfony/event-dispatcher/ EventDispatcher.php:73 {
Symfony\Component\EventDispatcher \ EventDispatcher->dispatch($event) …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments : {
$listeners : [ …10]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#457 …}
}
}
/home/hdinamo/public_html/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 {#457 …}
... : {
"kernel.request "
}
}
}
/home/hdinamo/public_html/vendor /symfony/http-kernel/ HttpKernel.php:100 {
Symfony\Component\HttpKernel \ HttpKernel->terminate(Request $request, Response $response) …
› {
› $this->dispatcher->dispatch(new TerminateEvent($this, $request, $response), KernelEvents::TERMINATE);
› }
}
/home/hdinamo/public_html/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);
› }
}
/home/hdinamo/public_html / public/index.php:40 {
› $response->send();
› $kernel->terminate($request, $response);
›
}
}
10:03:19
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 {#2978
#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 : "/home/hdinamo/public_html/vendor /sonata-project/block-bundle/ src/Block/Service/AbstractBlockService.php "
#line : 71
#severity : E_USER_DEPRECATED
trace : {
/home/hdinamo/public_html/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
› );
}
/home/hdinamo/public_html/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);
›
}
/home/hdinamo/public_html/vendor /sonata-project/seo-bundle/ src/Block/Breadcrumb/BaseBreadcrumbMenuBlockService.php:48 {
Sonata\SeoBundle\Block\Breadcrumb \ BaseBreadcrumbMenuBlockService->__construct($context, $name, EngineInterface $templating, MenuProviderInterface $menuProvider, FactoryInterface $factory) …
› {
› parent::__construct($name, $templating, $menuProvider);
›
}
/home/hdinamo/public_html / var/cache/dev/ContainerFRx30Xj/getSonata_Media_Block_BreadcrumbViewService.php:20 {
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')));
›
}
/home/hdinamo/public_html / var/cache/dev/ContainerFRx30Xj/srcApp_KernelDevDebugContainer.php:815 {
ContainerFRx30Xj \ srcApp_KernelDevDebugContainer->load($file, $lazyLoad = true) …
› {
› return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
› }
}
/home/hdinamo/public_html / var/cache/dev/ContainerFRx30Xj/getSonata_Seo_Event_BreadcrumbService.php:13 {
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')));
}
/home/hdinamo/public_html / var/cache/dev/ContainerFRx30Xj/srcApp_KernelDevDebugContainer.php:815 {
ContainerFRx30Xj \ srcApp_KernelDevDebugContainer->load($file, $lazyLoad = true) …
› {
› return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
› }
}
/home/hdinamo/public_html / var/cache/dev/ContainerFRx30Xj/srcApp_KernelDevDebugContainer.php:1035 {
ContainerFRx30Xj\srcApp_KernelDevDebugContainer->ContainerFRx30Xj \ {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);
}
/home/hdinamo/public_html/vendor /symfony/event-dispatcher/ EventDispatcher.php:279 {
Symfony\Component\EventDispatcher \ EventDispatcher->sortListeners(string $eventName) …
› if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {
› $listener[0] = $listener[0]();
› $listener[1] = $listener[1] ?? '__invoke';
}
/home/hdinamo/public_html/vendor /symfony/event-dispatcher/ EventDispatcher.php:98 {
Symfony\Component\EventDispatcher \ EventDispatcher->getListeners($eventName = null) …
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/home/hdinamo/public_html/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:102 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->getListeners($eventName = null) …
› {
› return $this->dispatcher->getListeners($eventName);
› }
}
/home/hdinamo/public_html/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:216 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->getNotCalledListeners() …
› try {
› $allListeners = $this->getListeners();
› } catch (\Exception $e) {
}
/home/hdinamo/public_html/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));
› }
}
/home/hdinamo/public_html/vendor /symfony/http-kernel/ Profiler/Profiler.php:100 {
Symfony\Component\HttpKernel\Profiler \ Profiler->saveProfile(Profile $profile) …
› if ($collector instanceof LateDataCollectorInterface) {
› $collector->lateCollect();
› }
}
/home/hdinamo/public_html/vendor /symfony/http-kernel/ EventListener/ProfilerListener.php:112 {
Symfony\Component\HttpKernel\EventListener \ ProfilerListener->onKernelTerminate(PostResponseEvent $event) …
› foreach ($this->profiles as $request) {
› $this->profiler->saveProfile($this->profiles[$request]);
› }
}
/home/hdinamo/public_html/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 {#457 …}
... : {
"kernel.request "
Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#545 …}
}
}
}
/home/hdinamo/public_html/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 {#457 …}
$eventName : "kernel.request "
$dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#545 …}
}
}
/home/hdinamo/public_html/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 : [ …10]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#457 …}
}
}
/home/hdinamo/public_html/vendor /symfony/event-dispatcher/ EventDispatcher.php:73 {
Symfony\Component\EventDispatcher \ EventDispatcher->dispatch($event) …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments : {
$listeners : [ …10]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#457 …}
}
}
/home/hdinamo/public_html/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 {#457 …}
... : {
"kernel.request "
}
}
}
/home/hdinamo/public_html/vendor /symfony/http-kernel/ HttpKernel.php:100 {
Symfony\Component\HttpKernel \ HttpKernel->terminate(Request $request, Response $response) …
› {
› $this->dispatcher->dispatch(new TerminateEvent($this, $request, $response), KernelEvents::TERMINATE);
› }
}
/home/hdinamo/public_html/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);
› }
}
/home/hdinamo/public_html / public/index.php:40 {
› $response->send();
› $kernel->terminate($request, $response);
›
}
}
}
]
{
/home/hdinamo/public_html/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
› );
}
/home/hdinamo/public_html/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);
›
}
/home/hdinamo/public_html/vendor /sonata-project/seo-bundle/ src/Block/Breadcrumb/BaseBreadcrumbMenuBlockService.php:48 {
Sonata\SeoBundle\Block\Breadcrumb \ BaseBreadcrumbMenuBlockService->__construct($context, $name, EngineInterface $templating, MenuProviderInterface $menuProvider, FactoryInterface $factory) …
› {
› parent::__construct($name, $templating, $menuProvider);
›
}
/home/hdinamo/public_html / var/cache/dev/ContainerFRx30Xj/getSonata_Media_Block_BreadcrumbViewService.php:20 {
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')));
›
}
/home/hdinamo/public_html / var/cache/dev/ContainerFRx30Xj/srcApp_KernelDevDebugContainer.php:815 {
ContainerFRx30Xj \ srcApp_KernelDevDebugContainer->load($file, $lazyLoad = true) …
› {
› return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
› }
}
/home/hdinamo/public_html / var/cache/dev/ContainerFRx30Xj/getSonata_Seo_Event_BreadcrumbService.php:13 {
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')));
}
/home/hdinamo/public_html / var/cache/dev/ContainerFRx30Xj/srcApp_KernelDevDebugContainer.php:815 {
ContainerFRx30Xj \ srcApp_KernelDevDebugContainer->load($file, $lazyLoad = true) …
› {
› return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
› }
}
/home/hdinamo/public_html / var/cache/dev/ContainerFRx30Xj/srcApp_KernelDevDebugContainer.php:1035 {
ContainerFRx30Xj\srcApp_KernelDevDebugContainer->ContainerFRx30Xj \ {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);
}
/home/hdinamo/public_html/vendor /symfony/event-dispatcher/ EventDispatcher.php:279 {
Symfony\Component\EventDispatcher \ EventDispatcher->sortListeners(string $eventName) …
› if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {
› $listener[0] = $listener[0]();
› $listener[1] = $listener[1] ?? '__invoke';
}
/home/hdinamo/public_html/vendor /symfony/event-dispatcher/ EventDispatcher.php:98 {
Symfony\Component\EventDispatcher \ EventDispatcher->getListeners($eventName = null) …
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/home/hdinamo/public_html/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:102 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->getListeners($eventName = null) …
› {
› return $this->dispatcher->getListeners($eventName);
› }
}
/home/hdinamo/public_html/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:216 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->getNotCalledListeners() …
› try {
› $allListeners = $this->getListeners();
› } catch (\Exception $e) {
}
/home/hdinamo/public_html/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));
› }
}
/home/hdinamo/public_html/vendor /symfony/http-kernel/ Profiler/Profiler.php:100 {
Symfony\Component\HttpKernel\Profiler \ Profiler->saveProfile(Profile $profile) …
› if ($collector instanceof LateDataCollectorInterface) {
› $collector->lateCollect();
› }
}
/home/hdinamo/public_html/vendor /symfony/http-kernel/ EventListener/ProfilerListener.php:112 {
Symfony\Component\HttpKernel\EventListener \ ProfilerListener->onKernelTerminate(PostResponseEvent $event) …
› foreach ($this->profiles as $request) {
› $this->profiler->saveProfile($this->profiles[$request]);
› }
}
/home/hdinamo/public_html/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 {#457 …}
... : {
"kernel.request "
Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#545 …}
}
}
}
/home/hdinamo/public_html/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 {#457 …}
$eventName : "kernel.request "
$dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#545 …}
}
}
/home/hdinamo/public_html/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 : [ …10]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#457 …}
}
}
/home/hdinamo/public_html/vendor /symfony/event-dispatcher/ EventDispatcher.php:73 {
Symfony\Component\EventDispatcher \ EventDispatcher->dispatch($event) …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments : {
$listeners : [ …10]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#457 …}
}
}
/home/hdinamo/public_html/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 {#457 …}
... : {
"kernel.request "
}
}
}
/home/hdinamo/public_html/vendor /symfony/http-kernel/ HttpKernel.php:100 {
Symfony\Component\HttpKernel \ HttpKernel->terminate(Request $request, Response $response) …
› {
› $this->dispatcher->dispatch(new TerminateEvent($this, $request, $response), KernelEvents::TERMINATE);
› }
}
/home/hdinamo/public_html/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);
› }
}
/home/hdinamo/public_html / public/index.php:40 {
› $response->send();
› $kernel->terminate($request, $response);
›
}
}
10:03:19
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 {#2982
#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 : "/home/hdinamo/public_html/vendor /sonata-project/block-bundle/ src/Block/Service/AbstractBlockService.php "
#line : 71
#severity : E_USER_DEPRECATED
trace : {
/home/hdinamo/public_html/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
› );
}
/home/hdinamo/public_html/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);
›
}
/home/hdinamo/public_html/vendor /sonata-project/seo-bundle/ src/Block/Breadcrumb/BaseBreadcrumbMenuBlockService.php:48 {
Sonata\SeoBundle\Block\Breadcrumb \ BaseBreadcrumbMenuBlockService->__construct($context, $name, EngineInterface $templating, MenuProviderInterface $menuProvider, FactoryInterface $factory) …
› {
› parent::__construct($name, $templating, $menuProvider);
›
}
/home/hdinamo/public_html / var/cache/dev/ContainerFRx30Xj/getSonata_Media_Block_BreadcrumbIndexService.php:20 {
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')));
›
}
/home/hdinamo/public_html / var/cache/dev/ContainerFRx30Xj/srcApp_KernelDevDebugContainer.php:815 {
ContainerFRx30Xj \ srcApp_KernelDevDebugContainer->load($file, $lazyLoad = true) …
› {
› return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
› }
}
/home/hdinamo/public_html / var/cache/dev/ContainerFRx30Xj/getSonata_Seo_Event_BreadcrumbService.php:14 {
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')));
}
/home/hdinamo/public_html / var/cache/dev/ContainerFRx30Xj/srcApp_KernelDevDebugContainer.php:815 {
ContainerFRx30Xj \ srcApp_KernelDevDebugContainer->load($file, $lazyLoad = true) …
› {
› return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
› }
}
/home/hdinamo/public_html / var/cache/dev/ContainerFRx30Xj/srcApp_KernelDevDebugContainer.php:1035 {
ContainerFRx30Xj\srcApp_KernelDevDebugContainer->ContainerFRx30Xj \ {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);
}
/home/hdinamo/public_html/vendor /symfony/event-dispatcher/ EventDispatcher.php:279 {
Symfony\Component\EventDispatcher \ EventDispatcher->sortListeners(string $eventName) …
› if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {
› $listener[0] = $listener[0]();
› $listener[1] = $listener[1] ?? '__invoke';
}
/home/hdinamo/public_html/vendor /symfony/event-dispatcher/ EventDispatcher.php:98 {
Symfony\Component\EventDispatcher \ EventDispatcher->getListeners($eventName = null) …
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/home/hdinamo/public_html/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:102 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->getListeners($eventName = null) …
› {
› return $this->dispatcher->getListeners($eventName);
› }
}
/home/hdinamo/public_html/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:216 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->getNotCalledListeners() …
› try {
› $allListeners = $this->getListeners();
› } catch (\Exception $e) {
}
/home/hdinamo/public_html/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));
› }
}
/home/hdinamo/public_html/vendor /symfony/http-kernel/ Profiler/Profiler.php:100 {
Symfony\Component\HttpKernel\Profiler \ Profiler->saveProfile(Profile $profile) …
› if ($collector instanceof LateDataCollectorInterface) {
› $collector->lateCollect();
› }
}
/home/hdinamo/public_html/vendor /symfony/http-kernel/ EventListener/ProfilerListener.php:112 {
Symfony\Component\HttpKernel\EventListener \ ProfilerListener->onKernelTerminate(PostResponseEvent $event) …
› foreach ($this->profiles as $request) {
› $this->profiler->saveProfile($this->profiles[$request]);
› }
}
/home/hdinamo/public_html/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 {#457 …}
... : {
"kernel.request "
Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#545 …}
}
}
}
/home/hdinamo/public_html/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 {#457 …}
$eventName : "kernel.request "
$dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#545 …}
}
}
/home/hdinamo/public_html/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 : [ …10]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#457 …}
}
}
/home/hdinamo/public_html/vendor /symfony/event-dispatcher/ EventDispatcher.php:73 {
Symfony\Component\EventDispatcher \ EventDispatcher->dispatch($event) …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments : {
$listeners : [ …10]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#457 …}
}
}
/home/hdinamo/public_html/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 {#457 …}
... : {
"kernel.request "
}
}
}
/home/hdinamo/public_html/vendor /symfony/http-kernel/ HttpKernel.php:100 {
Symfony\Component\HttpKernel \ HttpKernel->terminate(Request $request, Response $response) …
› {
› $this->dispatcher->dispatch(new TerminateEvent($this, $request, $response), KernelEvents::TERMINATE);
› }
}
/home/hdinamo/public_html/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);
› }
}
/home/hdinamo/public_html / public/index.php:40 {
› $response->send();
› $kernel->terminate($request, $response);
›
}
}
}
]
{
/home/hdinamo/public_html/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
› );
}
/home/hdinamo/public_html/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);
›
}
/home/hdinamo/public_html/vendor /sonata-project/seo-bundle/ src/Block/Breadcrumb/BaseBreadcrumbMenuBlockService.php:48 {
Sonata\SeoBundle\Block\Breadcrumb \ BaseBreadcrumbMenuBlockService->__construct($context, $name, EngineInterface $templating, MenuProviderInterface $menuProvider, FactoryInterface $factory) …
› {
› parent::__construct($name, $templating, $menuProvider);
›
}
/home/hdinamo/public_html / var/cache/dev/ContainerFRx30Xj/getSonata_Media_Block_BreadcrumbIndexService.php:20 {
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')));
›
}
/home/hdinamo/public_html / var/cache/dev/ContainerFRx30Xj/srcApp_KernelDevDebugContainer.php:815 {
ContainerFRx30Xj \ srcApp_KernelDevDebugContainer->load($file, $lazyLoad = true) …
› {
› return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
› }
}
/home/hdinamo/public_html / var/cache/dev/ContainerFRx30Xj/getSonata_Seo_Event_BreadcrumbService.php:14 {
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')));
}
/home/hdinamo/public_html / var/cache/dev/ContainerFRx30Xj/srcApp_KernelDevDebugContainer.php:815 {
ContainerFRx30Xj \ srcApp_KernelDevDebugContainer->load($file, $lazyLoad = true) …
› {
› return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
› }
}
/home/hdinamo/public_html / var/cache/dev/ContainerFRx30Xj/srcApp_KernelDevDebugContainer.php:1035 {
ContainerFRx30Xj\srcApp_KernelDevDebugContainer->ContainerFRx30Xj \ {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);
}
/home/hdinamo/public_html/vendor /symfony/event-dispatcher/ EventDispatcher.php:279 {
Symfony\Component\EventDispatcher \ EventDispatcher->sortListeners(string $eventName) …
› if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {
› $listener[0] = $listener[0]();
› $listener[1] = $listener[1] ?? '__invoke';
}
/home/hdinamo/public_html/vendor /symfony/event-dispatcher/ EventDispatcher.php:98 {
Symfony\Component\EventDispatcher \ EventDispatcher->getListeners($eventName = null) …
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/home/hdinamo/public_html/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:102 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->getListeners($eventName = null) …
› {
› return $this->dispatcher->getListeners($eventName);
› }
}
/home/hdinamo/public_html/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:216 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->getNotCalledListeners() …
› try {
› $allListeners = $this->getListeners();
› } catch (\Exception $e) {
}
/home/hdinamo/public_html/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));
› }
}
/home/hdinamo/public_html/vendor /symfony/http-kernel/ Profiler/Profiler.php:100 {
Symfony\Component\HttpKernel\Profiler \ Profiler->saveProfile(Profile $profile) …
› if ($collector instanceof LateDataCollectorInterface) {
› $collector->lateCollect();
› }
}
/home/hdinamo/public_html/vendor /symfony/http-kernel/ EventListener/ProfilerListener.php:112 {
Symfony\Component\HttpKernel\EventListener \ ProfilerListener->onKernelTerminate(PostResponseEvent $event) …
› foreach ($this->profiles as $request) {
› $this->profiler->saveProfile($this->profiles[$request]);
› }
}
/home/hdinamo/public_html/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 {#457 …}
... : {
"kernel.request "
Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#545 …}
}
}
}
/home/hdinamo/public_html/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 {#457 …}
$eventName : "kernel.request "
$dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#545 …}
}
}
/home/hdinamo/public_html/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 : [ …10]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#457 …}
}
}
/home/hdinamo/public_html/vendor /symfony/event-dispatcher/ EventDispatcher.php:73 {
Symfony\Component\EventDispatcher \ EventDispatcher->dispatch($event) …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments : {
$listeners : [ …10]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#457 …}
}
}
/home/hdinamo/public_html/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 {#457 …}
... : {
"kernel.request "
}
}
}
/home/hdinamo/public_html/vendor /symfony/http-kernel/ HttpKernel.php:100 {
Symfony\Component\HttpKernel \ HttpKernel->terminate(Request $request, Response $response) …
› {
› $this->dispatcher->dispatch(new TerminateEvent($this, $request, $response), KernelEvents::TERMINATE);
› }
}
/home/hdinamo/public_html/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);
› }
}
/home/hdinamo/public_html / public/index.php:40 {
› $response->send();
› $kernel->terminate($request, $response);
›
}
}
10:03:19
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 {#2985
#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 : "/home/hdinamo/public_html/vendor /sonata-project/block-bundle/ src/Block/Service/AbstractBlockService.php "
#line : 71
#severity : E_USER_DEPRECATED
trace : {
/home/hdinamo/public_html/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
› );
}
/home/hdinamo/public_html/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);
›
}
/home/hdinamo/public_html/vendor /sonata-project/seo-bundle/ src/Block/Breadcrumb/BaseBreadcrumbMenuBlockService.php:48 {
Sonata\SeoBundle\Block\Breadcrumb \ BaseBreadcrumbMenuBlockService->__construct($context, $name, EngineInterface $templating, MenuProviderInterface $menuProvider, FactoryInterface $factory) …
› {
› parent::__construct($name, $templating, $menuProvider);
›
}
/home/hdinamo/public_html / var/cache/dev/ContainerFRx30Xj/getSonata_Media_Block_BreadcrumbViewMediaService.php:20 {
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')));
›
}
/home/hdinamo/public_html / var/cache/dev/ContainerFRx30Xj/srcApp_KernelDevDebugContainer.php:815 {
ContainerFRx30Xj \ srcApp_KernelDevDebugContainer->load($file, $lazyLoad = true) …
› {
› return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
› }
}
/home/hdinamo/public_html / var/cache/dev/ContainerFRx30Xj/getSonata_Seo_Event_BreadcrumbService.php:15 {
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')));
› $instance->addBlockService('sonata.seo.block.breadcrumb.homepage', ($this->services['sonata.seo.block.breadcrumb.homepage'] ?? $this->load('getSonata_Seo_Block_Breadcrumb_HomepageService.php')));
}
/home/hdinamo/public_html / var/cache/dev/ContainerFRx30Xj/srcApp_KernelDevDebugContainer.php:815 {
ContainerFRx30Xj \ srcApp_KernelDevDebugContainer->load($file, $lazyLoad = true) …
› {
› return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
› }
}
/home/hdinamo/public_html / var/cache/dev/ContainerFRx30Xj/srcApp_KernelDevDebugContainer.php:1035 {
ContainerFRx30Xj\srcApp_KernelDevDebugContainer->ContainerFRx30Xj \ {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);
}
/home/hdinamo/public_html/vendor /symfony/event-dispatcher/ EventDispatcher.php:279 {
Symfony\Component\EventDispatcher \ EventDispatcher->sortListeners(string $eventName) …
› if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {
› $listener[0] = $listener[0]();
› $listener[1] = $listener[1] ?? '__invoke';
}
/home/hdinamo/public_html/vendor /symfony/event-dispatcher/ EventDispatcher.php:98 {
Symfony\Component\EventDispatcher \ EventDispatcher->getListeners($eventName = null) …
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/home/hdinamo/public_html/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:102 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->getListeners($eventName = null) …
› {
› return $this->dispatcher->getListeners($eventName);
› }
}
/home/hdinamo/public_html/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:216 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->getNotCalledListeners() …
› try {
› $allListeners = $this->getListeners();
› } catch (\Exception $e) {
}
/home/hdinamo/public_html/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));
› }
}
/home/hdinamo/public_html/vendor /symfony/http-kernel/ Profiler/Profiler.php:100 {
Symfony\Component\HttpKernel\Profiler \ Profiler->saveProfile(Profile $profile) …
› if ($collector instanceof LateDataCollectorInterface) {
› $collector->lateCollect();
› }
}
/home/hdinamo/public_html/vendor /symfony/http-kernel/ EventListener/ProfilerListener.php:112 {
Symfony\Component\HttpKernel\EventListener \ ProfilerListener->onKernelTerminate(PostResponseEvent $event) …
› foreach ($this->profiles as $request) {
› $this->profiler->saveProfile($this->profiles[$request]);
› }
}
/home/hdinamo/public_html/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 {#457 …}
... : {
"kernel.request "
Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#545 …}
}
}
}
/home/hdinamo/public_html/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 {#457 …}
$eventName : "kernel.request "
$dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#545 …}
}
}
/home/hdinamo/public_html/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 : [ …10]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#457 …}
}
}
/home/hdinamo/public_html/vendor /symfony/event-dispatcher/ EventDispatcher.php:73 {
Symfony\Component\EventDispatcher \ EventDispatcher->dispatch($event) …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments : {
$listeners : [ …10]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#457 …}
}
}
/home/hdinamo/public_html/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 {#457 …}
... : {
"kernel.request "
}
}
}
/home/hdinamo/public_html/vendor /symfony/http-kernel/ HttpKernel.php:100 {
Symfony\Component\HttpKernel \ HttpKernel->terminate(Request $request, Response $response) …
› {
› $this->dispatcher->dispatch(new TerminateEvent($this, $request, $response), KernelEvents::TERMINATE);
› }
}
/home/hdinamo/public_html/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);
› }
}
/home/hdinamo/public_html / public/index.php:40 {
› $response->send();
› $kernel->terminate($request, $response);
›
}
}
}
]
{
/home/hdinamo/public_html/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
› );
}
/home/hdinamo/public_html/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);
›
}
/home/hdinamo/public_html/vendor /sonata-project/seo-bundle/ src/Block/Breadcrumb/BaseBreadcrumbMenuBlockService.php:48 {
Sonata\SeoBundle\Block\Breadcrumb \ BaseBreadcrumbMenuBlockService->__construct($context, $name, EngineInterface $templating, MenuProviderInterface $menuProvider, FactoryInterface $factory) …
› {
› parent::__construct($name, $templating, $menuProvider);
›
}
/home/hdinamo/public_html / var/cache/dev/ContainerFRx30Xj/getSonata_Media_Block_BreadcrumbViewMediaService.php:20 {
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')));
›
}
/home/hdinamo/public_html / var/cache/dev/ContainerFRx30Xj/srcApp_KernelDevDebugContainer.php:815 {
ContainerFRx30Xj \ srcApp_KernelDevDebugContainer->load($file, $lazyLoad = true) …
› {
› return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
› }
}
/home/hdinamo/public_html / var/cache/dev/ContainerFRx30Xj/getSonata_Seo_Event_BreadcrumbService.php:15 {
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')));
› $instance->addBlockService('sonata.seo.block.breadcrumb.homepage', ($this->services['sonata.seo.block.breadcrumb.homepage'] ?? $this->load('getSonata_Seo_Block_Breadcrumb_HomepageService.php')));
}
/home/hdinamo/public_html / var/cache/dev/ContainerFRx30Xj/srcApp_KernelDevDebugContainer.php:815 {
ContainerFRx30Xj \ srcApp_KernelDevDebugContainer->load($file, $lazyLoad = true) …
› {
› return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
› }
}
/home/hdinamo/public_html / var/cache/dev/ContainerFRx30Xj/srcApp_KernelDevDebugContainer.php:1035 {
ContainerFRx30Xj\srcApp_KernelDevDebugContainer->ContainerFRx30Xj \ {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);
}
/home/hdinamo/public_html/vendor /symfony/event-dispatcher/ EventDispatcher.php:279 {
Symfony\Component\EventDispatcher \ EventDispatcher->sortListeners(string $eventName) …
› if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {
› $listener[0] = $listener[0]();
› $listener[1] = $listener[1] ?? '__invoke';
}
/home/hdinamo/public_html/vendor /symfony/event-dispatcher/ EventDispatcher.php:98 {
Symfony\Component\EventDispatcher \ EventDispatcher->getListeners($eventName = null) …
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/home/hdinamo/public_html/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:102 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->getListeners($eventName = null) …
› {
› return $this->dispatcher->getListeners($eventName);
› }
}
/home/hdinamo/public_html/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:216 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->getNotCalledListeners() …
› try {
› $allListeners = $this->getListeners();
› } catch (\Exception $e) {
}
/home/hdinamo/public_html/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));
› }
}
/home/hdinamo/public_html/vendor /symfony/http-kernel/ Profiler/Profiler.php:100 {
Symfony\Component\HttpKernel\Profiler \ Profiler->saveProfile(Profile $profile) …
› if ($collector instanceof LateDataCollectorInterface) {
› $collector->lateCollect();
› }
}
/home/hdinamo/public_html/vendor /symfony/http-kernel/ EventListener/ProfilerListener.php:112 {
Symfony\Component\HttpKernel\EventListener \ ProfilerListener->onKernelTerminate(PostResponseEvent $event) …
› foreach ($this->profiles as $request) {
› $this->profiler->saveProfile($this->profiles[$request]);
› }
}
/home/hdinamo/public_html/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 {#457 …}
... : {
"kernel.request "
Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#545 …}
}
}
}
/home/hdinamo/public_html/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 {#457 …}
$eventName : "kernel.request "
$dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#545 …}
}
}
/home/hdinamo/public_html/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 : [ …10]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#457 …}
}
}
/home/hdinamo/public_html/vendor /symfony/event-dispatcher/ EventDispatcher.php:73 {
Symfony\Component\EventDispatcher \ EventDispatcher->dispatch($event) …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments : {
$listeners : [ …10]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#457 …}
}
}
/home/hdinamo/public_html/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 {#457 …}
... : {
"kernel.request "
}
}
}
/home/hdinamo/public_html/vendor /symfony/http-kernel/ HttpKernel.php:100 {
Symfony\Component\HttpKernel \ HttpKernel->terminate(Request $request, Response $response) …
› {
› $this->dispatcher->dispatch(new TerminateEvent($this, $request, $response), KernelEvents::TERMINATE);
› }
}
/home/hdinamo/public_html/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);
› }
}
/home/hdinamo/public_html / public/index.php:40 {
› $response->send();
› $kernel->terminate($request, $response);
›
}
}
10:03:19
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 {#2988
#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 : "/home/hdinamo/public_html/vendor /sonata-project/block-bundle/ src/Block/Service/AbstractBlockService.php "
#line : 71
#severity : E_USER_DEPRECATED
trace : {
/home/hdinamo/public_html/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
› );
}
/home/hdinamo/public_html/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);
›
}
/home/hdinamo/public_html/vendor /sonata-project/seo-bundle/ src/Block/Breadcrumb/BaseBreadcrumbMenuBlockService.php:48 {
Sonata\SeoBundle\Block\Breadcrumb \ BaseBreadcrumbMenuBlockService->__construct($context, $name, EngineInterface $templating, MenuProviderInterface $menuProvider, FactoryInterface $factory) …
› {
› parent::__construct($name, $templating, $menuProvider);
›
}
/home/hdinamo/public_html / var/cache/dev/ContainerFRx30Xj/getSonata_Seo_Block_Breadcrumb_HomepageService.php:19 {
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')));
›
}
/home/hdinamo/public_html / var/cache/dev/ContainerFRx30Xj/srcApp_KernelDevDebugContainer.php:815 {
ContainerFRx30Xj \ srcApp_KernelDevDebugContainer->load($file, $lazyLoad = true) …
› {
› return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
› }
}
/home/hdinamo/public_html / var/cache/dev/ContainerFRx30Xj/getSonata_Seo_Event_BreadcrumbService.php:16 {
require …
› $instance->addBlockService('sonata.media.block.breadcrumb_view_media', ($this->services['sonata.media.block.breadcrumb_view_media'] ?? $this->load('getSonata_Media_Block_BreadcrumbViewMediaService.php')));
› $instance->addBlockService('sonata.seo.block.breadcrumb.homepage', ($this->services['sonata.seo.block.breadcrumb.homepage'] ?? $this->load('getSonata_Seo_Block_Breadcrumb_HomepageService.php')));
›
}
/home/hdinamo/public_html / var/cache/dev/ContainerFRx30Xj/srcApp_KernelDevDebugContainer.php:815 {
ContainerFRx30Xj \ srcApp_KernelDevDebugContainer->load($file, $lazyLoad = true) …
› {
› return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
› }
}
/home/hdinamo/public_html / var/cache/dev/ContainerFRx30Xj/srcApp_KernelDevDebugContainer.php:1035 {
ContainerFRx30Xj\srcApp_KernelDevDebugContainer->ContainerFRx30Xj \ {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);
}
/home/hdinamo/public_html/vendor /symfony/event-dispatcher/ EventDispatcher.php:279 {
Symfony\Component\EventDispatcher \ EventDispatcher->sortListeners(string $eventName) …
› if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {
› $listener[0] = $listener[0]();
› $listener[1] = $listener[1] ?? '__invoke';
}
/home/hdinamo/public_html/vendor /symfony/event-dispatcher/ EventDispatcher.php:98 {
Symfony\Component\EventDispatcher \ EventDispatcher->getListeners($eventName = null) …
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/home/hdinamo/public_html/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:102 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->getListeners($eventName = null) …
› {
› return $this->dispatcher->getListeners($eventName);
› }
}
/home/hdinamo/public_html/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:216 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->getNotCalledListeners() …
› try {
› $allListeners = $this->getListeners();
› } catch (\Exception $e) {
}
/home/hdinamo/public_html/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));
› }
}
/home/hdinamo/public_html/vendor /symfony/http-kernel/ Profiler/Profiler.php:100 {
Symfony\Component\HttpKernel\Profiler \ Profiler->saveProfile(Profile $profile) …
› if ($collector instanceof LateDataCollectorInterface) {
› $collector->lateCollect();
› }
}
/home/hdinamo/public_html/vendor /symfony/http-kernel/ EventListener/ProfilerListener.php:112 {
Symfony\Component\HttpKernel\EventListener \ ProfilerListener->onKernelTerminate(PostResponseEvent $event) …
› foreach ($this->profiles as $request) {
› $this->profiler->saveProfile($this->profiles[$request]);
› }
}
/home/hdinamo/public_html/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 {#457 …}
... : {
"kernel.request "
Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#545 …}
}
}
}
/home/hdinamo/public_html/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 {#457 …}
$eventName : "kernel.request "
$dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#545 …}
}
}
/home/hdinamo/public_html/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 : [ …10]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#457 …}
}
}
/home/hdinamo/public_html/vendor /symfony/event-dispatcher/ EventDispatcher.php:73 {
Symfony\Component\EventDispatcher \ EventDispatcher->dispatch($event) …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments : {
$listeners : [ …10]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#457 …}
}
}
/home/hdinamo/public_html/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 {#457 …}
... : {
"kernel.request "
}
}
}
/home/hdinamo/public_html/vendor /symfony/http-kernel/ HttpKernel.php:100 {
Symfony\Component\HttpKernel \ HttpKernel->terminate(Request $request, Response $response) …
› {
› $this->dispatcher->dispatch(new TerminateEvent($this, $request, $response), KernelEvents::TERMINATE);
› }
}
/home/hdinamo/public_html/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);
› }
}
/home/hdinamo/public_html / public/index.php:40 {
› $response->send();
› $kernel->terminate($request, $response);
›
}
}
}
]
{
/home/hdinamo/public_html/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
› );
}
/home/hdinamo/public_html/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);
›
}
/home/hdinamo/public_html/vendor /sonata-project/seo-bundle/ src/Block/Breadcrumb/BaseBreadcrumbMenuBlockService.php:48 {
Sonata\SeoBundle\Block\Breadcrumb \ BaseBreadcrumbMenuBlockService->__construct($context, $name, EngineInterface $templating, MenuProviderInterface $menuProvider, FactoryInterface $factory) …
› {
› parent::__construct($name, $templating, $menuProvider);
›
}
/home/hdinamo/public_html / var/cache/dev/ContainerFRx30Xj/getSonata_Seo_Block_Breadcrumb_HomepageService.php:19 {
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')));
›
}
/home/hdinamo/public_html / var/cache/dev/ContainerFRx30Xj/srcApp_KernelDevDebugContainer.php:815 {
ContainerFRx30Xj \ srcApp_KernelDevDebugContainer->load($file, $lazyLoad = true) …
› {
› return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
› }
}
/home/hdinamo/public_html / var/cache/dev/ContainerFRx30Xj/getSonata_Seo_Event_BreadcrumbService.php:16 {
require …
› $instance->addBlockService('sonata.media.block.breadcrumb_view_media', ($this->services['sonata.media.block.breadcrumb_view_media'] ?? $this->load('getSonata_Media_Block_BreadcrumbViewMediaService.php')));
› $instance->addBlockService('sonata.seo.block.breadcrumb.homepage', ($this->services['sonata.seo.block.breadcrumb.homepage'] ?? $this->load('getSonata_Seo_Block_Breadcrumb_HomepageService.php')));
›
}
/home/hdinamo/public_html / var/cache/dev/ContainerFRx30Xj/srcApp_KernelDevDebugContainer.php:815 {
ContainerFRx30Xj \ srcApp_KernelDevDebugContainer->load($file, $lazyLoad = true) …
› {
› return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
› }
}
/home/hdinamo/public_html / var/cache/dev/ContainerFRx30Xj/srcApp_KernelDevDebugContainer.php:1035 {
ContainerFRx30Xj\srcApp_KernelDevDebugContainer->ContainerFRx30Xj \ {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);
}
/home/hdinamo/public_html/vendor /symfony/event-dispatcher/ EventDispatcher.php:279 {
Symfony\Component\EventDispatcher \ EventDispatcher->sortListeners(string $eventName) …
› if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {
› $listener[0] = $listener[0]();
› $listener[1] = $listener[1] ?? '__invoke';
}
/home/hdinamo/public_html/vendor /symfony/event-dispatcher/ EventDispatcher.php:98 {
Symfony\Component\EventDispatcher \ EventDispatcher->getListeners($eventName = null) …
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/home/hdinamo/public_html/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:102 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->getListeners($eventName = null) …
› {
› return $this->dispatcher->getListeners($eventName);
› }
}
/home/hdinamo/public_html/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:216 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->getNotCalledListeners() …
› try {
› $allListeners = $this->getListeners();
› } catch (\Exception $e) {
}
/home/hdinamo/public_html/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));
› }
}
/home/hdinamo/public_html/vendor /symfony/http-kernel/ Profiler/Profiler.php:100 {
Symfony\Component\HttpKernel\Profiler \ Profiler->saveProfile(Profile $profile) …
› if ($collector instanceof LateDataCollectorInterface) {
› $collector->lateCollect();
› }
}
/home/hdinamo/public_html/vendor /symfony/http-kernel/ EventListener/ProfilerListener.php:112 {
Symfony\Component\HttpKernel\EventListener \ ProfilerListener->onKernelTerminate(PostResponseEvent $event) …
› foreach ($this->profiles as $request) {
› $this->profiler->saveProfile($this->profiles[$request]);
› }
}
/home/hdinamo/public_html/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 {#457 …}
... : {
"kernel.request "
Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#545 …}
}
}
}
/home/hdinamo/public_html/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 {#457 …}
$eventName : "kernel.request "
$dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#545 …}
}
}
/home/hdinamo/public_html/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 : [ …10]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#457 …}
}
}
/home/hdinamo/public_html/vendor /symfony/event-dispatcher/ EventDispatcher.php:73 {
Symfony\Component\EventDispatcher \ EventDispatcher->dispatch($event) …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments : {
$listeners : [ …10]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#457 …}
}
}
/home/hdinamo/public_html/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 {#457 …}
... : {
"kernel.request "
}
}
}
/home/hdinamo/public_html/vendor /symfony/http-kernel/ HttpKernel.php:100 {
Symfony\Component\HttpKernel \ HttpKernel->terminate(Request $request, Response $response) …
› {
› $this->dispatcher->dispatch(new TerminateEvent($this, $request, $response), KernelEvents::TERMINATE);
› }
}
/home/hdinamo/public_html/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);
› }
}
/home/hdinamo/public_html / public/index.php:40 {
› $response->send();
› $kernel->terminate($request, $response);
›
}
}
17:18:42
n/a
The "App\Controller\IndexController " class extends "Symfony\Bundle\FrameworkBundle\Controller\Controller " that is deprecated since Symfony 4.2, use "Symfony\Bundle\FrameworkBundle\Controller\AbstractController " instead.
17:18:42
n/a
Translations directory "/home/hdinamo/public_html/src/Resources/translations " is deprecated since Symfony 4.2, use "/home/hdinamo/public_html/translations " instead.
[
"exception " => Symfony\Component\ErrorHandler\Exception \ SilencedErrorContext {#890
+count : 1
-severity : E_USER_DEPRECATED
trace : {
/home/hdinamo/public_html/vendor /symfony/framework-bundle/ DependencyInjection/FrameworkExtension.php:1229 {
Symfony\Bundle\FrameworkBundle\DependencyInjection \ FrameworkExtension->registerTranslatorConfiguration(array $config, ContainerBuilder $container, LoaderInterface $loader, string $defaultLocale) …
› if ($dir !== $defaultDir) {
› @trigger_error(sprintf('Translations directory "%s" is deprecated since Symfony 4.2, use "%s" instead.', $dir, $defaultDir), \E_USER_DEPRECATED);
› }
}
/home/hdinamo/public_html/vendor /symfony/framework-bundle/ DependencyInjection/FrameworkExtension.php:341 {
› $this->registerFragmentsConfiguration($config['fragments'], $container, $loader);
› $this->registerTranslatorConfiguration($config['translator'], $container, $loader, $config['default_locale']);
› $this->registerProfilerConfiguration($config['profiler'], $container, $loader);
}
}
}
]
{
/home/hdinamo/public_html/vendor /symfony/framework-bundle/ DependencyInjection/FrameworkExtension.php:1229 {
Symfony\Bundle\FrameworkBundle\DependencyInjection \ FrameworkExtension->registerTranslatorConfiguration(array $config, ContainerBuilder $container, LoaderInterface $loader, string $defaultLocale) …
› if ($dir !== $defaultDir) {
› @trigger_error(sprintf('Translations directory "%s" is deprecated since Symfony 4.2, use "%s" instead.', $dir, $defaultDir), \E_USER_DEPRECATED);
› }
}
/home/hdinamo/public_html/vendor /symfony/framework-bundle/ DependencyInjection/FrameworkExtension.php:341 {
› $this->registerFragmentsConfiguration($config['fragments'], $container, $loader);
› $this->registerTranslatorConfiguration($config['translator'], $container, $loader, $config['default_locale']);
› $this->registerProfilerConfiguration($config['profiler'], $container, $loader);
}
}
17:18:42
n/a (2 times)
The "twig.exception_controller " configuration key has been deprecated in Symfony 4.4, set it to "null " and use "framework.error_controller " configuration key instead.
17:18:42
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.
17:18:42
n/a
Using Groups is deprecated since version 2.2 and will be removed in 3.0.
17:18:42
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.
17:18:42
n/a
The "Sonata\AdminBundle\Admin\AbstractAdmin::getExportFields() " method is considered final since sonata-project/admin-bundle 3.76. It may change without further notice as of its next major version. You should not extend it from "App\Application\Internit\CorretorBundle\Admin\CorretorAdmin ".
17:18:42
n/a
Class "Sonata\AdminBundle\Maker\AdminMaker " should implement method "static Symfony\Bundle\MakerBundle\MakerInterface::getCommandDescription() ".
17:18:42
n/a
The "Symfony\Bundle\FrameworkBundle\Command\ContainerAwareCommand " class is deprecated since Symfony 4.2, use "Symfony\Component\Console\Command\Command " with dependency injection instead.
17:18:42
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.
17:18:42
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.
17:18:42
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.
17:18:42
n/a
The "Sonata\Form\Type\DatePickerType " class is considered final since sonata-project/form-extensions 0.x. It may change without further notice as of its next major version. You should not extend it from "Sonata\CoreBundle\Form\Type\DatePickerType ".
17:18:42
n/a
The "Sonata\Form\Type\DateTimePickerType " class is considered final since sonata-project/form-extensions 0.x. It may change without further notice as of its next major version. You should not extend it from "Sonata\CoreBundle\Form\Type\DateTimePickerType ".
17:18:42
n/a
The "Sonata\Form\Type\DateRangePickerType " class is considered final since sonata-project/form-extensions 0.x. It may change without further notice as of its next major version. You should not extend it from "Sonata\CoreBundle\Form\Type\DateRangePickerType ".
17:18:42
n/a
The Sonata\Form\Type\EqualType class is deprecated since version 0.x and will be removed in 2.0. Use Sonata\AdminBundle\Form\Type\Operator\EqualOperatorType instead.
17:18:42
n/a
The "Sonata\Form\Type\EqualType " class is considered final since sonata-project/form-extensions 0.x. It may change without further notice as of its next major version. You should not extend it from "Sonata\CoreBundle\Form\Type\EqualType ".
17:18:42
n/a
Creating Doctrine\ORM\Mapping\UnderscoreNamingStrategy without making it number aware is deprecated and will be removed in Doctrine ORM 3.0.
17:18:42
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.