23:06:53
|
php
|
User Deprecated: Bundle inheritance is deprecated as of 3.4 and will be removed in 4.0.
[
"exception" => ErrorException {#289
#message: "User Deprecated: Bundle inheritance is deprecated as of 3.4 and will be removed in 4.0."
#code: 0
#file: "/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php"
#line: 501
#severity: E_USER_DEPRECATED
trace: {
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php:501 {
› if ($parentName = $bundle->getParent()) {
› @trigger_error('Bundle inheritance is deprecated as of 3.4 and will be removed in 4.0.', \E_USER_DEPRECATED);
›
}
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php:132 {
› // init bundles
› $this->initializeBundles();
›
}
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php:195 {
› {
› $this->boot();
› ++$this->requestStackSize;
}
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/web/app.php:64 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
}
}
}
]
{
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php:501 {
› if ($parentName = $bundle->getParent()) {
› @trigger_error('Bundle inheritance is deprecated as of 3.4 and will be removed in 4.0.', \E_USER_DEPRECATED);
›
}
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php:132 {
› // init bundles
› $this->initializeBundles();
›
}
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php:195 {
› {
› $this->boot();
› ++$this->requestStackSize;
}
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/web/app.php:64 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
}
}
|
23:06:53
|
php
|
User Deprecated: YAML mapping driver is deprecated and will be removed in Doctrine ORM 3.0, please migrate to annotation or XML driver.
[
"exception" => ErrorException {#366
#message: "User Deprecated: YAML mapping driver is deprecated and will be removed in Doctrine ORM 3.0, please migrate to annotation or XML driver."
#code: 0
#file: "/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/YamlDriver.php"
#line: 53
#severity: E_USER_DEPRECATED
trace: {
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/YamlDriver.php:53 {
› 'YAML mapping driver is deprecated and will be removed in Doctrine ORM 3.0, please migrate to annotation or XML driver.',
› E_USER_DEPRECATED
› );
}
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/SimplifiedYamlDriver.php:41 {
› $locator = new SymfonyFileLocator((array) $prefixes, $fileExtension);
› parent::__construct($locator, $fileExtension);
› }
}
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/var/cache/dev/Container4vy2w7q/appDevDebugProjectContainer.php:5819 {
›
› $c = new \Doctrine\ORM\Mapping\Driver\SimplifiedYamlDriver([($this->targetDirs[3].'/src/Social/FrontendBundle/Resources/config/doctrine') => 'Social\\FrontendBundle\\Entity', ($this->targetDirs[3].'/src/Social/InternalBundle/Resources/config/doctrine') => 'Social\\InternalBundle\\Entity', ($this->targetDirs[3].'/src/Social/UserBundle/Resources/config/doctrine') => 'Social\\UserBundle\\Entity']);
› $c->setGlobalBasename('mapping');
}
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/var/cache/dev/Container4vy2w7q/appDevDebugProjectContainer.php:8799 {
› {
› return $this->services['social.viewing_another_user'] = new \Social\FrontendBundle\EventListener\ViewingAnotherUserListener(${($_ = isset($this->services['security.token_storage']) ? $this->services['security.token_storage'] : ($this->services['security.token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())) && false ?: '_'}, ${($_ = isset($this->services['doctrine.orm.default_entity_manager']) ? $this->services['doctrine.orm.default_entity_manager'] : $this->getDoctrine_Orm_DefaultEntityManagerService()) && false ?: '_'}, ${($_ = isset($this->services['router']) ? $this->services['router'] : $this->getRouterService()) && false ?: '_'}, ${($_ = isset($this->services['sentry.client']) ? $this->services['sentry.client'] : $this->getSentry_ClientService()) && false ?: '_'});
› }
}
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/var/cache/dev/Container4vy2w7q/appDevDebugProjectContainer.php:7479 {
› $instance->addListener('kernel.request', [0 => function () {
› return ${($_ = isset($this->services['social.viewing_another_user']) ? $this->services['social.viewing_another_user'] : $this->getSocial_ViewingAnotherUserService()) && false ?: '_'};
› }, 1 => 'onKernelRequest'], 0);
}
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:231 {
› if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure) {
› $listener[0] = $listener[0]();
› $this->listeners[$eventName][$priority][$k] = $listener;
}
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:61 {
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/ContainerAwareEventDispatcher.php:129 {
›
› return parent::getListeners($eventName);
› }
}
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php:259 {
› {
› foreach ($this->dispatcher->getListeners($eventName) as $listener) {
› $priority = $this->getListenerPriority($eventName, $listener);
}
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php:137 {
›
› $this->preProcess($eventName);
› try {
}
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:127 {
› $event = new GetResponseEvent($this, $request, $type);
› $this->dispatcher->dispatch(KernelEvents::REQUEST, $event);
›
}
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:68 {
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
}
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php:200 {
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/web/app.php:64 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
}
}
}
]
{
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/YamlDriver.php:53 {
› 'YAML mapping driver is deprecated and will be removed in Doctrine ORM 3.0, please migrate to annotation or XML driver.',
› E_USER_DEPRECATED
› );
}
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/SimplifiedYamlDriver.php:41 {
› $locator = new SymfonyFileLocator((array) $prefixes, $fileExtension);
› parent::__construct($locator, $fileExtension);
› }
}
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/var/cache/dev/Container4vy2w7q/appDevDebugProjectContainer.php:5819 {
›
› $c = new \Doctrine\ORM\Mapping\Driver\SimplifiedYamlDriver([($this->targetDirs[3].'/src/Social/FrontendBundle/Resources/config/doctrine') => 'Social\\FrontendBundle\\Entity', ($this->targetDirs[3].'/src/Social/InternalBundle/Resources/config/doctrine') => 'Social\\InternalBundle\\Entity', ($this->targetDirs[3].'/src/Social/UserBundle/Resources/config/doctrine') => 'Social\\UserBundle\\Entity']);
› $c->setGlobalBasename('mapping');
}
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/var/cache/dev/Container4vy2w7q/appDevDebugProjectContainer.php:8799 {
› {
› return $this->services['social.viewing_another_user'] = new \Social\FrontendBundle\EventListener\ViewingAnotherUserListener(${($_ = isset($this->services['security.token_storage']) ? $this->services['security.token_storage'] : ($this->services['security.token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())) && false ?: '_'}, ${($_ = isset($this->services['doctrine.orm.default_entity_manager']) ? $this->services['doctrine.orm.default_entity_manager'] : $this->getDoctrine_Orm_DefaultEntityManagerService()) && false ?: '_'}, ${($_ = isset($this->services['router']) ? $this->services['router'] : $this->getRouterService()) && false ?: '_'}, ${($_ = isset($this->services['sentry.client']) ? $this->services['sentry.client'] : $this->getSentry_ClientService()) && false ?: '_'});
› }
}
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/var/cache/dev/Container4vy2w7q/appDevDebugProjectContainer.php:7479 {
› $instance->addListener('kernel.request', [0 => function () {
› return ${($_ = isset($this->services['social.viewing_another_user']) ? $this->services['social.viewing_another_user'] : $this->getSocial_ViewingAnotherUserService()) && false ?: '_'};
› }, 1 => 'onKernelRequest'], 0);
}
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:231 {
› if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure) {
› $listener[0] = $listener[0]();
› $this->listeners[$eventName][$priority][$k] = $listener;
}
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:61 {
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/ContainerAwareEventDispatcher.php:129 {
›
› return parent::getListeners($eventName);
› }
}
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php:259 {
› {
› foreach ($this->dispatcher->getListeners($eventName) as $listener) {
› $priority = $this->getListenerPriority($eventName, $listener);
}
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php:137 {
›
› $this->preProcess($eventName);
› try {
}
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:127 {
› $event = new GetResponseEvent($this, $request, $type);
› $this->dispatcher->dispatch(KernelEvents::REQUEST, $event);
›
}
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:68 {
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
}
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php:200 {
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/web/app.php:64 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
}
}
|
23:06:53
|
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 {#16
#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/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/UnderscoreNamingStrategy.php"
#line: 66
#severity: E_USER_DEPRECATED
trace: {
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/UnderscoreNamingStrategy.php:66 {
› 'Creating ' . self::class . ' without making it number aware is deprecated and will be removed in Doctrine ORM 3.0.',
› E_USER_DEPRECATED
› );
}
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/var/cache/dev/Container4vy2w7q/appDevDebugProjectContainer.php:5840 {
› $a->setDefaultRepositoryClassName('Doctrine\\ORM\\EntityRepository');
› $a->setNamingStrategy(new \Doctrine\ORM\Mapping\UnderscoreNamingStrategy());
› $a->setQuoteStrategy(new \Doctrine\ORM\Mapping\DefaultQuoteStrategy());
}
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/var/cache/dev/Container4vy2w7q/appDevDebugProjectContainer.php:8799 {
› {
› return $this->services['social.viewing_another_user'] = new \Social\FrontendBundle\EventListener\ViewingAnotherUserListener(${($_ = isset($this->services['security.token_storage']) ? $this->services['security.token_storage'] : ($this->services['security.token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())) && false ?: '_'}, ${($_ = isset($this->services['doctrine.orm.default_entity_manager']) ? $this->services['doctrine.orm.default_entity_manager'] : $this->getDoctrine_Orm_DefaultEntityManagerService()) && false ?: '_'}, ${($_ = isset($this->services['router']) ? $this->services['router'] : $this->getRouterService()) && false ?: '_'}, ${($_ = isset($this->services['sentry.client']) ? $this->services['sentry.client'] : $this->getSentry_ClientService()) && false ?: '_'});
› }
}
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/var/cache/dev/Container4vy2w7q/appDevDebugProjectContainer.php:7479 {
› $instance->addListener('kernel.request', [0 => function () {
› return ${($_ = isset($this->services['social.viewing_another_user']) ? $this->services['social.viewing_another_user'] : $this->getSocial_ViewingAnotherUserService()) && false ?: '_'};
› }, 1 => 'onKernelRequest'], 0);
}
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:231 {
› if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure) {
› $listener[0] = $listener[0]();
› $this->listeners[$eventName][$priority][$k] = $listener;
}
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:61 {
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/ContainerAwareEventDispatcher.php:129 {
›
› return parent::getListeners($eventName);
› }
}
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php:259 {
› {
› foreach ($this->dispatcher->getListeners($eventName) as $listener) {
› $priority = $this->getListenerPriority($eventName, $listener);
}
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php:137 {
›
› $this->preProcess($eventName);
› try {
}
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:127 {
› $event = new GetResponseEvent($this, $request, $type);
› $this->dispatcher->dispatch(KernelEvents::REQUEST, $event);
›
}
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:68 {
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
}
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php:200 {
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/web/app.php:64 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
}
}
}
]
{
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/UnderscoreNamingStrategy.php:66 {
› 'Creating ' . self::class . ' without making it number aware is deprecated and will be removed in Doctrine ORM 3.0.',
› E_USER_DEPRECATED
› );
}
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/var/cache/dev/Container4vy2w7q/appDevDebugProjectContainer.php:5840 {
› $a->setDefaultRepositoryClassName('Doctrine\\ORM\\EntityRepository');
› $a->setNamingStrategy(new \Doctrine\ORM\Mapping\UnderscoreNamingStrategy());
› $a->setQuoteStrategy(new \Doctrine\ORM\Mapping\DefaultQuoteStrategy());
}
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/var/cache/dev/Container4vy2w7q/appDevDebugProjectContainer.php:8799 {
› {
› return $this->services['social.viewing_another_user'] = new \Social\FrontendBundle\EventListener\ViewingAnotherUserListener(${($_ = isset($this->services['security.token_storage']) ? $this->services['security.token_storage'] : ($this->services['security.token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())) && false ?: '_'}, ${($_ = isset($this->services['doctrine.orm.default_entity_manager']) ? $this->services['doctrine.orm.default_entity_manager'] : $this->getDoctrine_Orm_DefaultEntityManagerService()) && false ?: '_'}, ${($_ = isset($this->services['router']) ? $this->services['router'] : $this->getRouterService()) && false ?: '_'}, ${($_ = isset($this->services['sentry.client']) ? $this->services['sentry.client'] : $this->getSentry_ClientService()) && false ?: '_'});
› }
}
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/var/cache/dev/Container4vy2w7q/appDevDebugProjectContainer.php:7479 {
› $instance->addListener('kernel.request', [0 => function () {
› return ${($_ = isset($this->services['social.viewing_another_user']) ? $this->services['social.viewing_another_user'] : $this->getSocial_ViewingAnotherUserService()) && false ?: '_'};
› }, 1 => 'onKernelRequest'], 0);
}
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:231 {
› if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure) {
› $listener[0] = $listener[0]();
› $this->listeners[$eventName][$priority][$k] = $listener;
}
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:61 {
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/ContainerAwareEventDispatcher.php:129 {
›
› return parent::getListeners($eventName);
› }
}
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php:259 {
› {
› foreach ($this->dispatcher->getListeners($eventName) as $listener) {
› $priority = $this->getListenerPriority($eventName, $listener);
}
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php:137 {
›
› $this->preProcess($eventName);
› try {
}
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:127 {
› $event = new GetResponseEvent($this, $request, $type);
› $this->dispatcher->dispatch(KernelEvents::REQUEST, $event);
›
}
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:68 {
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
}
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php:200 {
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/web/app.php:64 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
}
}
|
23:06:53
|
php
|
User Deprecated: Using the "Twig_Extension_GlobalsInterface" class is deprecated since Twig version 2.7, use "Twig\Extension\GlobalsInterface" instead.
[
"exception" => ErrorException {#1048
#message: "User Deprecated: Using the "Twig_Extension_GlobalsInterface" class is deprecated since Twig version 2.7, use "Twig\Extension\GlobalsInterface" instead."
#code: 0
#file: "/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/vendor/twig/twig/lib/Twig/Extension/GlobalsInterface.php"
#line: 7
#severity: E_USER_DEPRECATED
trace: {
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/vendor/twig/twig/lib/Twig/Extension/GlobalsInterface.php:7 {
›
› @trigger_error(sprintf('Using the "Twig_Extension_GlobalsInterface" class is deprecated since Twig version 2.7, use "Twig\Extension\GlobalsInterface" instead.'), E_USER_DEPRECATED);
›
}
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php:152 {
› } elseif (\function_exists('opcache_is_script_cached') && @opcache_is_script_cached($file)) {
› include $file;
›
}
Symfony\Component\Debug\DebugClassLoader->loadClass() {}
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/AsseticExtension.php:17 {
›
› class AsseticExtension extends \Twig_Extension implements \Twig_Extension_GlobalsInterface
› {
}
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php:152 {
› } elseif (\function_exists('opcache_is_script_cached') && @opcache_is_script_cached($file)) {
› include $file;
›
}
Symfony\Component\Debug\DebugClassLoader->loadClass() {}
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/vendor/symfony/assetic-bundle/Twig/AsseticExtension.php:24 {
› */
› class AsseticExtension extends BaseAsseticExtension
› {
}
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php:152 {
› } elseif (\function_exists('opcache_is_script_cached') && @opcache_is_script_cached($file)) {
› include $file;
›
}
Symfony\Component\Debug\DebugClassLoader->loadClass() {}
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/var/cache/dev/Container4vy2w7q/appDevDebugProjectContainer.php:6609 {
› $instance->addExtension(new \Doctrine\Bundle\DoctrineBundle\Twig\DoctrineExtension());
› $instance->addExtension(new \Symfony\Bundle\AsseticBundle\Twig\AsseticExtension(${($_ = isset($this->services['assetic.asset_factory']) ? $this->services['assetic.asset_factory'] : $this->getAssetic_AssetFactoryService()) && false ?: '_'}, ${($_ = isset($this->services['templating.name_parser']) ? $this->services['templating.name_parser'] : ($this->services['templating.name_parser'] = new \Symfony\Bundle\FrameworkBundle\Templating\TemplateNameParser(${($_ = isset($this->services['kernel']) ? $this->services['kernel'] : $this->get('kernel', 1)) && false ?: '_'}))) && false ?: '_'}, false, [], $this->parameters['assetic.bundles'], new \Symfony\Bundle\AsseticBundle\DefaultValueSupplier($this)));
› $instance->addExtension(${($_ = isset($this->services['sonata.core.flashmessage.twig.extension']) ? $this->services['sonata.core.flashmessage.twig.extension'] : ($this->services['sonata.core.flashmessage.twig.extension'] = new \Sonata\Twig\Extension\FlashMessageExtension())) && false ?: '_'});
}
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/var/cache/dev/Container4vy2w7q/appDevDebugProjectContainer.php:6542 {
› {
› $a = ${($_ = isset($this->services['twig']) ? $this->services['twig'] : $this->getTwigService()) && false ?: '_'};
›
}
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/var/cache/dev/Container4vy2w7q/appDevDebugProjectContainer.php:6130 {
› {
› $a = ${($_ = isset($this->services['templating']) ? $this->services['templating'] : $this->getTemplatingService()) && false ?: '_'};
›
}
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/var/cache/dev/Container4vy2w7q/appDevDebugProjectContainer.php:8723 {
› {
› $a = ${($_ = isset($this->services['social.alert_manager']) ? $this->services['social.alert_manager'] : $this->getSocial_AlertManagerService()) && false ?: '_'};
›
}
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/var/cache/dev/Container4vy2w7q/getSocial_PayloadManagerService.php:8 {
›
› return $this->services['social.payload_manager'] = new \Social\FrontendBundle\Service\PayloadManager(${($_ = isset($this->services['doctrine.orm.default_entity_manager']) ? $this->services['doctrine.orm.default_entity_manager'] : $this->getDoctrine_Orm_DefaultEntityManagerService()) && false ?: '_'}, ${($_ = isset($this->services['social.message_manager']) ? $this->services['social.message_manager'] : $this->getSocial_MessageManagerService()) && false ?: '_'}, ${($_ = isset($this->services['social.alert_manager']) ? $this->services['social.alert_manager'] : $this->getSocial_AlertManagerService()) && false ?: '_'}, ${($_ = isset($this->services['social.extensions.twig_extension']) ? $this->services['social.extensions.twig_extension'] : $this->getSocial_Extensions_TwigExtensionService()) && false ?: '_'}, ${($_ = isset($this->services['router']) ? $this->services['router'] : $this->getRouterService()) && false ?: '_'}, ${($_ = isset($this->services['templating']) ? $this->services['templating'] : $this->getTemplatingService()) && false ?: '_'}, ${($_ = isset($this->services['social.mailer']) ? $this->services['social.mailer'] : $this->getSocial_MailerService()) && false ?: '_'}, 'dev', $this->getParameter('default_member_profile'), ${($_ = isset($this->services['social.pusher_initializer']) ? $this->services['social.pusher_initializer'] : $this->getSocial_PusherInitializerService()) && false ?: '_'}, $this);
›
}
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/var/cache/dev/Container4vy2w7q/appDevDebugProjectContainer.php:3248 {
› {
› return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
› }
}
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/var/cache/dev/Container4vy2w7q/getSocialUser_UserAuthenticationHandlerService.php:8 {
›
› return $this->services['social_user.user_authentication_handler'] = new \Social\UserBundle\Service\UserAuthenticationHandler(${($_ = isset($this->services['doctrine.orm.default_entity_manager']) ? $this->services['doctrine.orm.default_entity_manager'] : $this->getDoctrine_Orm_DefaultEntityManagerService()) && false ?: '_'}, ${($_ = isset($this->services['router']) ? $this->services['router'] : $this->getRouterService()) && false ?: '_'}, ${($_ = isset($this->services['session']) ? $this->services['session'] : $this->getSessionService()) && false ?: '_'}, ${($_ = isset($this->services['social.payload_manager']) ? $this->services['social.payload_manager'] : $this->load('getSocial_PayloadManagerService.php')) && false ?: '_'}, ${($_ = isset($this->services['social.call_manager']) ? $this->services['social.call_manager'] : $this->load('getSocial_CallManagerService.php')) && false ?: '_'}, ${($_ = isset($this->services['social.friend_manager']) ? $this->services['social.friend_manager'] : $this->getSocial_FriendManagerService()) && false ?: '_'}, $this);
›
}
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/var/cache/dev/Container4vy2w7q/appDevDebugProjectContainer.php:3248 {
› {
› return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
› }
}
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/var/cache/dev/Container4vy2w7q/getSocialUser_LoginListenerService.php:8 {
›
› return $this->services['social_user.login_listener'] = new \Social\UserBundle\EventListener\LoginListener(${($_ = isset($this->services['doctrine']) ? $this->services['doctrine'] : $this->getDoctrineService()) && false ?: '_'}, ${($_ = isset($this->services['router']) ? $this->services['router'] : $this->getRouterService()) && false ?: '_'}, ${($_ = isset($this->services['session']) ? $this->services['session'] : $this->getSessionService()) && false ?: '_'}, ${($_ = isset($this->services['social_user.user_authentication_handler']) ? $this->services['social_user.user_authentication_handler'] : $this->load('getSocialUser_UserAuthenticationHandlerService.php')) && false ?: '_'}, ${($_ = isset($this->services['social.pusher_initializer']) ? $this->services['social.pusher_initializer'] : $this->getSocial_PusherInitializerService()) && false ?: '_'}, ${($_ = isset($this->services['templating']) ? $this->services['templating'] : $this->getTemplatingService()) && false ?: '_'}, $this);
›
}
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/var/cache/dev/Container4vy2w7q/appDevDebugProjectContainer.php:3248 {
› {
› return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
› }
}
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/var/cache/dev/Container4vy2w7q/getSecurity_Authentication_Listener_Form_MainService.php:14 {
›
› $this->services['security.authentication.listener.form.main'] = $instance = new \Symfony\Component\Security\Http\Firewall\UsernamePasswordFormAuthenticationListener(${($_ = isset($this->services['security.token_storage']) ? $this->services['security.token_storage'] : ($this->services['security.token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())) && false ?: '_'}, ${($_ = isset($this->services['security.authentication.manager']) ? $this->services['security.authentication.manager'] : $this->getSecurity_Authentication_ManagerService()) && false ?: '_'}, ${($_ = isset($this->services['security.authentication.session_strategy.main']) ? $this->services['security.authentication.session_strategy.main'] : ($this->services['security.authentication.session_strategy.main'] = new \Symfony\Component\Security\Http\Session\SessionAuthenticationStrategy('migrate'))) && false ?: '_'}, $a, 'main', new \Symfony\Component\Security\Http\Authentication\CustomAuthenticationSuccessHandler(${($_ = isset($this->services['social_user.login_listener']) ? $this->services['social_user.login_listener'] : $this->load('getSocialUser_LoginListenerService.php')) && false ?: '_'}, ['login_path' => '/login', 'always_use_default_target_path' => false, 'default_target_path' => '/', 'target_path_parameter' => '_target_path', 'use_referer' => false], 'main'), $c, ['check_path' => '/login_check', 'use_forward' => false, 'require_previous_session' => false, 'username_parameter' => '_username', 'password_parameter' => '_password', 'csrf_parameter' => '_csrf_token', 'csrf_token_id' => 'authenticate', 'post_only' => true], $b, ${($_ = isset($this->services['debug.event_dispatcher']) ? $this->services['debug.event_dispatcher'] : $this->getDebug_EventDispatcherService()) && false ?: '_'}, NULL);
›
}
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/var/cache/dev/Container4vy2w7q/appDevDebugProjectContainer.php:3248 {
› {
› return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
› }
}
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/var/cache/dev/Container4vy2w7q/getSecurity_Firewall_Map_Context_MainService.php:19 {
› yield 1 => ${($_ = isset($this->services['security.context_listener.0']) ? $this->services['security.context_listener.0'] : $this->load('getSecurity_ContextListener_0Service.php')) && false ?: '_'};
› yield 2 => ${($_ = isset($this->services['security.authentication.listener.form.main']) ? $this->services['security.authentication.listener.form.main'] : $this->load('getSecurity_Authentication_Listener_Form_MainService.php')) && false ?: '_'};
› yield 3 => ${($_ = isset($this->services['security.authentication.listener.rememberme.main']) ? $this->services['security.authentication.listener.rememberme.main'] : $this->load('getSecurity_Authentication_Listener_Rememberme_MainService.php')) && false ?: '_'};
}
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall.php:65 {
›
› foreach ($authenticationListeners as $listener) {
› if ($listener instanceof AccessListener) {
}
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Debug/TraceableFirewallListener.php:33 {
› {
› foreach ($listeners as $listener) {
› $wrappedListener = new WrappedListener($listener);
}
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall.php:84 {
›
› $this->handleRequest($event, $authenticationListeners());
› }
}
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/EventListener/FirewallListener.php:48 {
›
› parent::onKernelRequest($event);
› }
}
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php:115 {
›
› \call_user_func($this->listener, $event, $eventName, $dispatcher);
›
}
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:214 {
› }
› \call_user_func($listener, $event, $eventName, $this);
› }
}
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:44 {
› if ($listeners = $this->getListeners($eventName)) {
› $this->doDispatch($listeners, $eventName, $event);
› }
}
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php:143 {
› try {
› $this->dispatcher->dispatch($eventName, $event);
› } finally {
}
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:127 {
› $event = new GetResponseEvent($this, $request, $type);
› $this->dispatcher->dispatch(KernelEvents::REQUEST, $event);
›
}
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:68 {
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
}
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php:200 {
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/web/app.php:64 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
}
}
}
]
{
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/vendor/twig/twig/lib/Twig/Extension/GlobalsInterface.php:7 {
›
› @trigger_error(sprintf('Using the "Twig_Extension_GlobalsInterface" class is deprecated since Twig version 2.7, use "Twig\Extension\GlobalsInterface" instead.'), E_USER_DEPRECATED);
›
}
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php:152 {
› } elseif (\function_exists('opcache_is_script_cached') && @opcache_is_script_cached($file)) {
› include $file;
›
}
Symfony\Component\Debug\DebugClassLoader->loadClass() {}
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/AsseticExtension.php:17 {
›
› class AsseticExtension extends \Twig_Extension implements \Twig_Extension_GlobalsInterface
› {
}
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php:152 {
› } elseif (\function_exists('opcache_is_script_cached') && @opcache_is_script_cached($file)) {
› include $file;
›
}
Symfony\Component\Debug\DebugClassLoader->loadClass() {}
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/vendor/symfony/assetic-bundle/Twig/AsseticExtension.php:24 {
› */
› class AsseticExtension extends BaseAsseticExtension
› {
}
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php:152 {
› } elseif (\function_exists('opcache_is_script_cached') && @opcache_is_script_cached($file)) {
› include $file;
›
}
Symfony\Component\Debug\DebugClassLoader->loadClass() {}
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/var/cache/dev/Container4vy2w7q/appDevDebugProjectContainer.php:6609 {
› $instance->addExtension(new \Doctrine\Bundle\DoctrineBundle\Twig\DoctrineExtension());
› $instance->addExtension(new \Symfony\Bundle\AsseticBundle\Twig\AsseticExtension(${($_ = isset($this->services['assetic.asset_factory']) ? $this->services['assetic.asset_factory'] : $this->getAssetic_AssetFactoryService()) && false ?: '_'}, ${($_ = isset($this->services['templating.name_parser']) ? $this->services['templating.name_parser'] : ($this->services['templating.name_parser'] = new \Symfony\Bundle\FrameworkBundle\Templating\TemplateNameParser(${($_ = isset($this->services['kernel']) ? $this->services['kernel'] : $this->get('kernel', 1)) && false ?: '_'}))) && false ?: '_'}, false, [], $this->parameters['assetic.bundles'], new \Symfony\Bundle\AsseticBundle\DefaultValueSupplier($this)));
› $instance->addExtension(${($_ = isset($this->services['sonata.core.flashmessage.twig.extension']) ? $this->services['sonata.core.flashmessage.twig.extension'] : ($this->services['sonata.core.flashmessage.twig.extension'] = new \Sonata\Twig\Extension\FlashMessageExtension())) && false ?: '_'});
}
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/var/cache/dev/Container4vy2w7q/appDevDebugProjectContainer.php:6542 {
› {
› $a = ${($_ = isset($this->services['twig']) ? $this->services['twig'] : $this->getTwigService()) && false ?: '_'};
›
}
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/var/cache/dev/Container4vy2w7q/appDevDebugProjectContainer.php:6130 {
› {
› $a = ${($_ = isset($this->services['templating']) ? $this->services['templating'] : $this->getTemplatingService()) && false ?: '_'};
›
}
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/var/cache/dev/Container4vy2w7q/appDevDebugProjectContainer.php:8723 {
› {
› $a = ${($_ = isset($this->services['social.alert_manager']) ? $this->services['social.alert_manager'] : $this->getSocial_AlertManagerService()) && false ?: '_'};
›
}
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/var/cache/dev/Container4vy2w7q/getSocial_PayloadManagerService.php:8 {
›
› return $this->services['social.payload_manager'] = new \Social\FrontendBundle\Service\PayloadManager(${($_ = isset($this->services['doctrine.orm.default_entity_manager']) ? $this->services['doctrine.orm.default_entity_manager'] : $this->getDoctrine_Orm_DefaultEntityManagerService()) && false ?: '_'}, ${($_ = isset($this->services['social.message_manager']) ? $this->services['social.message_manager'] : $this->getSocial_MessageManagerService()) && false ?: '_'}, ${($_ = isset($this->services['social.alert_manager']) ? $this->services['social.alert_manager'] : $this->getSocial_AlertManagerService()) && false ?: '_'}, ${($_ = isset($this->services['social.extensions.twig_extension']) ? $this->services['social.extensions.twig_extension'] : $this->getSocial_Extensions_TwigExtensionService()) && false ?: '_'}, ${($_ = isset($this->services['router']) ? $this->services['router'] : $this->getRouterService()) && false ?: '_'}, ${($_ = isset($this->services['templating']) ? $this->services['templating'] : $this->getTemplatingService()) && false ?: '_'}, ${($_ = isset($this->services['social.mailer']) ? $this->services['social.mailer'] : $this->getSocial_MailerService()) && false ?: '_'}, 'dev', $this->getParameter('default_member_profile'), ${($_ = isset($this->services['social.pusher_initializer']) ? $this->services['social.pusher_initializer'] : $this->getSocial_PusherInitializerService()) && false ?: '_'}, $this);
›
}
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/var/cache/dev/Container4vy2w7q/appDevDebugProjectContainer.php:3248 {
› {
› return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
› }
}
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/var/cache/dev/Container4vy2w7q/getSocialUser_UserAuthenticationHandlerService.php:8 {
›
› return $this->services['social_user.user_authentication_handler'] = new \Social\UserBundle\Service\UserAuthenticationHandler(${($_ = isset($this->services['doctrine.orm.default_entity_manager']) ? $this->services['doctrine.orm.default_entity_manager'] : $this->getDoctrine_Orm_DefaultEntityManagerService()) && false ?: '_'}, ${($_ = isset($this->services['router']) ? $this->services['router'] : $this->getRouterService()) && false ?: '_'}, ${($_ = isset($this->services['session']) ? $this->services['session'] : $this->getSessionService()) && false ?: '_'}, ${($_ = isset($this->services['social.payload_manager']) ? $this->services['social.payload_manager'] : $this->load('getSocial_PayloadManagerService.php')) && false ?: '_'}, ${($_ = isset($this->services['social.call_manager']) ? $this->services['social.call_manager'] : $this->load('getSocial_CallManagerService.php')) && false ?: '_'}, ${($_ = isset($this->services['social.friend_manager']) ? $this->services['social.friend_manager'] : $this->getSocial_FriendManagerService()) && false ?: '_'}, $this);
›
}
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/var/cache/dev/Container4vy2w7q/appDevDebugProjectContainer.php:3248 {
› {
› return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
› }
}
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/var/cache/dev/Container4vy2w7q/getSocialUser_LoginListenerService.php:8 {
›
› return $this->services['social_user.login_listener'] = new \Social\UserBundle\EventListener\LoginListener(${($_ = isset($this->services['doctrine']) ? $this->services['doctrine'] : $this->getDoctrineService()) && false ?: '_'}, ${($_ = isset($this->services['router']) ? $this->services['router'] : $this->getRouterService()) && false ?: '_'}, ${($_ = isset($this->services['session']) ? $this->services['session'] : $this->getSessionService()) && false ?: '_'}, ${($_ = isset($this->services['social_user.user_authentication_handler']) ? $this->services['social_user.user_authentication_handler'] : $this->load('getSocialUser_UserAuthenticationHandlerService.php')) && false ?: '_'}, ${($_ = isset($this->services['social.pusher_initializer']) ? $this->services['social.pusher_initializer'] : $this->getSocial_PusherInitializerService()) && false ?: '_'}, ${($_ = isset($this->services['templating']) ? $this->services['templating'] : $this->getTemplatingService()) && false ?: '_'}, $this);
›
}
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/var/cache/dev/Container4vy2w7q/appDevDebugProjectContainer.php:3248 {
› {
› return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
› }
}
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/var/cache/dev/Container4vy2w7q/getSecurity_Authentication_Listener_Form_MainService.php:14 {
›
› $this->services['security.authentication.listener.form.main'] = $instance = new \Symfony\Component\Security\Http\Firewall\UsernamePasswordFormAuthenticationListener(${($_ = isset($this->services['security.token_storage']) ? $this->services['security.token_storage'] : ($this->services['security.token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())) && false ?: '_'}, ${($_ = isset($this->services['security.authentication.manager']) ? $this->services['security.authentication.manager'] : $this->getSecurity_Authentication_ManagerService()) && false ?: '_'}, ${($_ = isset($this->services['security.authentication.session_strategy.main']) ? $this->services['security.authentication.session_strategy.main'] : ($this->services['security.authentication.session_strategy.main'] = new \Symfony\Component\Security\Http\Session\SessionAuthenticationStrategy('migrate'))) && false ?: '_'}, $a, 'main', new \Symfony\Component\Security\Http\Authentication\CustomAuthenticationSuccessHandler(${($_ = isset($this->services['social_user.login_listener']) ? $this->services['social_user.login_listener'] : $this->load('getSocialUser_LoginListenerService.php')) && false ?: '_'}, ['login_path' => '/login', 'always_use_default_target_path' => false, 'default_target_path' => '/', 'target_path_parameter' => '_target_path', 'use_referer' => false], 'main'), $c, ['check_path' => '/login_check', 'use_forward' => false, 'require_previous_session' => false, 'username_parameter' => '_username', 'password_parameter' => '_password', 'csrf_parameter' => '_csrf_token', 'csrf_token_id' => 'authenticate', 'post_only' => true], $b, ${($_ = isset($this->services['debug.event_dispatcher']) ? $this->services['debug.event_dispatcher'] : $this->getDebug_EventDispatcherService()) && false ?: '_'}, NULL);
›
}
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/var/cache/dev/Container4vy2w7q/appDevDebugProjectContainer.php:3248 {
› {
› return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
› }
}
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/var/cache/dev/Container4vy2w7q/getSecurity_Firewall_Map_Context_MainService.php:19 {
› yield 1 => ${($_ = isset($this->services['security.context_listener.0']) ? $this->services['security.context_listener.0'] : $this->load('getSecurity_ContextListener_0Service.php')) && false ?: '_'};
› yield 2 => ${($_ = isset($this->services['security.authentication.listener.form.main']) ? $this->services['security.authentication.listener.form.main'] : $this->load('getSecurity_Authentication_Listener_Form_MainService.php')) && false ?: '_'};
› yield 3 => ${($_ = isset($this->services['security.authentication.listener.rememberme.main']) ? $this->services['security.authentication.listener.rememberme.main'] : $this->load('getSecurity_Authentication_Listener_Rememberme_MainService.php')) && false ?: '_'};
}
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall.php:65 {
›
› foreach ($authenticationListeners as $listener) {
› if ($listener instanceof AccessListener) {
}
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Debug/TraceableFirewallListener.php:33 {
› {
› foreach ($listeners as $listener) {
› $wrappedListener = new WrappedListener($listener);
}
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall.php:84 {
›
› $this->handleRequest($event, $authenticationListeners());
› }
}
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/EventListener/FirewallListener.php:48 {
›
› parent::onKernelRequest($event);
› }
}
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php:115 {
›
› \call_user_func($this->listener, $event, $eventName, $dispatcher);
›
}
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:214 {
› }
› \call_user_func($listener, $event, $eventName, $this);
› }
}
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:44 {
› if ($listeners = $this->getListeners($eventName)) {
› $this->doDispatch($listeners, $eventName, $event);
› }
}
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php:143 {
› try {
› $this->dispatcher->dispatch($eventName, $event);
› } finally {
}
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:127 {
› $event = new GetResponseEvent($this, $request, $type);
› $this->dispatcher->dispatch(KernelEvents::REQUEST, $event);
›
}
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:68 {
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
}
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php:200 {
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/web/app.php:64 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
}
}
|
23:06:53
|
php
|
User Deprecated: The "sonata.core.model.adapter.chain" service is deprecated in favor of service "sonata.doctrine.model.adapter.chain" since 3.12.0 and will be removed in 4.0.
[
"exception" => ErrorException {#1288
#message: "User Deprecated: The "sonata.core.model.adapter.chain" service is deprecated in favor of service "sonata.doctrine.model.adapter.chain" since 3.12.0 and will be removed in 4.0."
#code: 0
#file: "/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/var/cache/dev/Container4vy2w7q/getSonata_Core_Model_Adapter_ChainService.php"
#line: 8
#severity: E_USER_DEPRECATED
trace: {
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/var/cache/dev/Container4vy2w7q/getSonata_Core_Model_Adapter_ChainService.php:8 {
›
› @trigger_error('The "sonata.core.model.adapter.chain" service is deprecated in favor of service "sonata.doctrine.model.adapter.chain" since 3.12.0 and will be removed in 4.0.', E_USER_DEPRECATED);
›
}
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/var/cache/dev/Container4vy2w7q/appDevDebugProjectContainer.php:3248 {
› {
› return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
› }
}
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/var/cache/dev/Container4vy2w7q/appDevDebugProjectContainer.php:9058 {
› {
› return $this->services['sonata.core.twig.template_extension'] = new \Sonata\Twig\Extension\TemplateExtension(true, ${($_ = isset($this->services['translator']) ? $this->services['translator'] : $this->getTranslatorService()) && false ?: '_'}, ${($_ = isset($this->services['sonata.core.model.adapter.chain']) ? $this->services['sonata.core.model.adapter.chain'] : $this->load('getSonata_Core_Model_Adapter_ChainService.php')) && false ?: '_'});
› }
}
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/var/cache/dev/Container4vy2w7q/appDevDebugProjectContainer.php:6615 {
› $instance->addExtension(${($_ = isset($this->services['sonata.core.twig.deprecated_template_extension']) ? $this->services['sonata.core.twig.deprecated_template_extension'] : ($this->services['sonata.core.twig.deprecated_template_extension'] = new \Sonata\Twig\Extension\DeprecatedTemplateExtension())) && false ?: '_'});
› $instance->addExtension(${($_ = isset($this->services['sonata.core.twig.template_extension']) ? $this->services['sonata.core.twig.template_extension'] : $this->getSonata_Core_Twig_TemplateExtensionService()) && false ?: '_'});
› $instance->addExtension(new \Sonata\BlockBundle\Twig\Extension\BlockExtension(${($_ = isset($this->services['sonata.block.templating.helper']) ? $this->services['sonata.block.templating.helper'] : $this->getSonata_Block_Templating_HelperService()) && false ?: '_'}));
}
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/var/cache/dev/Container4vy2w7q/appDevDebugProjectContainer.php:6542 {
› {
› $a = ${($_ = isset($this->services['twig']) ? $this->services['twig'] : $this->getTwigService()) && false ?: '_'};
›
}
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/var/cache/dev/Container4vy2w7q/appDevDebugProjectContainer.php:6130 {
› {
› $a = ${($_ = isset($this->services['templating']) ? $this->services['templating'] : $this->getTemplatingService()) && false ?: '_'};
›
}
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/var/cache/dev/Container4vy2w7q/appDevDebugProjectContainer.php:8723 {
› {
› $a = ${($_ = isset($this->services['social.alert_manager']) ? $this->services['social.alert_manager'] : $this->getSocial_AlertManagerService()) && false ?: '_'};
›
}
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/var/cache/dev/Container4vy2w7q/getSocial_PayloadManagerService.php:8 {
›
› return $this->services['social.payload_manager'] = new \Social\FrontendBundle\Service\PayloadManager(${($_ = isset($this->services['doctrine.orm.default_entity_manager']) ? $this->services['doctrine.orm.default_entity_manager'] : $this->getDoctrine_Orm_DefaultEntityManagerService()) && false ?: '_'}, ${($_ = isset($this->services['social.message_manager']) ? $this->services['social.message_manager'] : $this->getSocial_MessageManagerService()) && false ?: '_'}, ${($_ = isset($this->services['social.alert_manager']) ? $this->services['social.alert_manager'] : $this->getSocial_AlertManagerService()) && false ?: '_'}, ${($_ = isset($this->services['social.extensions.twig_extension']) ? $this->services['social.extensions.twig_extension'] : $this->getSocial_Extensions_TwigExtensionService()) && false ?: '_'}, ${($_ = isset($this->services['router']) ? $this->services['router'] : $this->getRouterService()) && false ?: '_'}, ${($_ = isset($this->services['templating']) ? $this->services['templating'] : $this->getTemplatingService()) && false ?: '_'}, ${($_ = isset($this->services['social.mailer']) ? $this->services['social.mailer'] : $this->getSocial_MailerService()) && false ?: '_'}, 'dev', $this->getParameter('default_member_profile'), ${($_ = isset($this->services['social.pusher_initializer']) ? $this->services['social.pusher_initializer'] : $this->getSocial_PusherInitializerService()) && false ?: '_'}, $this);
›
}
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/var/cache/dev/Container4vy2w7q/appDevDebugProjectContainer.php:3248 {
› {
› return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
› }
}
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/var/cache/dev/Container4vy2w7q/getSocialUser_UserAuthenticationHandlerService.php:8 {
›
› return $this->services['social_user.user_authentication_handler'] = new \Social\UserBundle\Service\UserAuthenticationHandler(${($_ = isset($this->services['doctrine.orm.default_entity_manager']) ? $this->services['doctrine.orm.default_entity_manager'] : $this->getDoctrine_Orm_DefaultEntityManagerService()) && false ?: '_'}, ${($_ = isset($this->services['router']) ? $this->services['router'] : $this->getRouterService()) && false ?: '_'}, ${($_ = isset($this->services['session']) ? $this->services['session'] : $this->getSessionService()) && false ?: '_'}, ${($_ = isset($this->services['social.payload_manager']) ? $this->services['social.payload_manager'] : $this->load('getSocial_PayloadManagerService.php')) && false ?: '_'}, ${($_ = isset($this->services['social.call_manager']) ? $this->services['social.call_manager'] : $this->load('getSocial_CallManagerService.php')) && false ?: '_'}, ${($_ = isset($this->services['social.friend_manager']) ? $this->services['social.friend_manager'] : $this->getSocial_FriendManagerService()) && false ?: '_'}, $this);
›
}
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/var/cache/dev/Container4vy2w7q/appDevDebugProjectContainer.php:3248 {
› {
› return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
› }
}
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/var/cache/dev/Container4vy2w7q/getSocialUser_LoginListenerService.php:8 {
›
› return $this->services['social_user.login_listener'] = new \Social\UserBundle\EventListener\LoginListener(${($_ = isset($this->services['doctrine']) ? $this->services['doctrine'] : $this->getDoctrineService()) && false ?: '_'}, ${($_ = isset($this->services['router']) ? $this->services['router'] : $this->getRouterService()) && false ?: '_'}, ${($_ = isset($this->services['session']) ? $this->services['session'] : $this->getSessionService()) && false ?: '_'}, ${($_ = isset($this->services['social_user.user_authentication_handler']) ? $this->services['social_user.user_authentication_handler'] : $this->load('getSocialUser_UserAuthenticationHandlerService.php')) && false ?: '_'}, ${($_ = isset($this->services['social.pusher_initializer']) ? $this->services['social.pusher_initializer'] : $this->getSocial_PusherInitializerService()) && false ?: '_'}, ${($_ = isset($this->services['templating']) ? $this->services['templating'] : $this->getTemplatingService()) && false ?: '_'}, $this);
›
}
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/var/cache/dev/Container4vy2w7q/appDevDebugProjectContainer.php:3248 {
› {
› return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
› }
}
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/var/cache/dev/Container4vy2w7q/getSecurity_Authentication_Listener_Form_MainService.php:14 {
›
› $this->services['security.authentication.listener.form.main'] = $instance = new \Symfony\Component\Security\Http\Firewall\UsernamePasswordFormAuthenticationListener(${($_ = isset($this->services['security.token_storage']) ? $this->services['security.token_storage'] : ($this->services['security.token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())) && false ?: '_'}, ${($_ = isset($this->services['security.authentication.manager']) ? $this->services['security.authentication.manager'] : $this->getSecurity_Authentication_ManagerService()) && false ?: '_'}, ${($_ = isset($this->services['security.authentication.session_strategy.main']) ? $this->services['security.authentication.session_strategy.main'] : ($this->services['security.authentication.session_strategy.main'] = new \Symfony\Component\Security\Http\Session\SessionAuthenticationStrategy('migrate'))) && false ?: '_'}, $a, 'main', new \Symfony\Component\Security\Http\Authentication\CustomAuthenticationSuccessHandler(${($_ = isset($this->services['social_user.login_listener']) ? $this->services['social_user.login_listener'] : $this->load('getSocialUser_LoginListenerService.php')) && false ?: '_'}, ['login_path' => '/login', 'always_use_default_target_path' => false, 'default_target_path' => '/', 'target_path_parameter' => '_target_path', 'use_referer' => false], 'main'), $c, ['check_path' => '/login_check', 'use_forward' => false, 'require_previous_session' => false, 'username_parameter' => '_username', 'password_parameter' => '_password', 'csrf_parameter' => '_csrf_token', 'csrf_token_id' => 'authenticate', 'post_only' => true], $b, ${($_ = isset($this->services['debug.event_dispatcher']) ? $this->services['debug.event_dispatcher'] : $this->getDebug_EventDispatcherService()) && false ?: '_'}, NULL);
›
}
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/var/cache/dev/Container4vy2w7q/appDevDebugProjectContainer.php:3248 {
› {
› return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
› }
}
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/var/cache/dev/Container4vy2w7q/getSecurity_Firewall_Map_Context_MainService.php:19 {
› yield 1 => ${($_ = isset($this->services['security.context_listener.0']) ? $this->services['security.context_listener.0'] : $this->load('getSecurity_ContextListener_0Service.php')) && false ?: '_'};
› yield 2 => ${($_ = isset($this->services['security.authentication.listener.form.main']) ? $this->services['security.authentication.listener.form.main'] : $this->load('getSecurity_Authentication_Listener_Form_MainService.php')) && false ?: '_'};
› yield 3 => ${($_ = isset($this->services['security.authentication.listener.rememberme.main']) ? $this->services['security.authentication.listener.rememberme.main'] : $this->load('getSecurity_Authentication_Listener_Rememberme_MainService.php')) && false ?: '_'};
}
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall.php:65 {
›
› foreach ($authenticationListeners as $listener) {
› if ($listener instanceof AccessListener) {
}
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Debug/TraceableFirewallListener.php:33 {
› {
› foreach ($listeners as $listener) {
› $wrappedListener = new WrappedListener($listener);
}
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall.php:84 {
›
› $this->handleRequest($event, $authenticationListeners());
› }
}
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/EventListener/FirewallListener.php:48 {
›
› parent::onKernelRequest($event);
› }
}
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php:115 {
›
› \call_user_func($this->listener, $event, $eventName, $dispatcher);
›
}
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:214 {
› }
› \call_user_func($listener, $event, $eventName, $this);
› }
}
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:44 {
› if ($listeners = $this->getListeners($eventName)) {
› $this->doDispatch($listeners, $eventName, $event);
› }
}
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php:143 {
› try {
› $this->dispatcher->dispatch($eventName, $event);
› } finally {
}
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:127 {
› $event = new GetResponseEvent($this, $request, $type);
› $this->dispatcher->dispatch(KernelEvents::REQUEST, $event);
›
}
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:68 {
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
}
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php:200 {
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/web/app.php:64 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
}
}
}
]
{
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/var/cache/dev/Container4vy2w7q/getSonata_Core_Model_Adapter_ChainService.php:8 {
›
› @trigger_error('The "sonata.core.model.adapter.chain" service is deprecated in favor of service "sonata.doctrine.model.adapter.chain" since 3.12.0 and will be removed in 4.0.', E_USER_DEPRECATED);
›
}
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/var/cache/dev/Container4vy2w7q/appDevDebugProjectContainer.php:3248 {
› {
› return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
› }
}
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/var/cache/dev/Container4vy2w7q/appDevDebugProjectContainer.php:9058 {
› {
› return $this->services['sonata.core.twig.template_extension'] = new \Sonata\Twig\Extension\TemplateExtension(true, ${($_ = isset($this->services['translator']) ? $this->services['translator'] : $this->getTranslatorService()) && false ?: '_'}, ${($_ = isset($this->services['sonata.core.model.adapter.chain']) ? $this->services['sonata.core.model.adapter.chain'] : $this->load('getSonata_Core_Model_Adapter_ChainService.php')) && false ?: '_'});
› }
}
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/var/cache/dev/Container4vy2w7q/appDevDebugProjectContainer.php:6615 {
› $instance->addExtension(${($_ = isset($this->services['sonata.core.twig.deprecated_template_extension']) ? $this->services['sonata.core.twig.deprecated_template_extension'] : ($this->services['sonata.core.twig.deprecated_template_extension'] = new \Sonata\Twig\Extension\DeprecatedTemplateExtension())) && false ?: '_'});
› $instance->addExtension(${($_ = isset($this->services['sonata.core.twig.template_extension']) ? $this->services['sonata.core.twig.template_extension'] : $this->getSonata_Core_Twig_TemplateExtensionService()) && false ?: '_'});
› $instance->addExtension(new \Sonata\BlockBundle\Twig\Extension\BlockExtension(${($_ = isset($this->services['sonata.block.templating.helper']) ? $this->services['sonata.block.templating.helper'] : $this->getSonata_Block_Templating_HelperService()) && false ?: '_'}));
}
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/var/cache/dev/Container4vy2w7q/appDevDebugProjectContainer.php:6542 {
› {
› $a = ${($_ = isset($this->services['twig']) ? $this->services['twig'] : $this->getTwigService()) && false ?: '_'};
›
}
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/var/cache/dev/Container4vy2w7q/appDevDebugProjectContainer.php:6130 {
› {
› $a = ${($_ = isset($this->services['templating']) ? $this->services['templating'] : $this->getTemplatingService()) && false ?: '_'};
›
}
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/var/cache/dev/Container4vy2w7q/appDevDebugProjectContainer.php:8723 {
› {
› $a = ${($_ = isset($this->services['social.alert_manager']) ? $this->services['social.alert_manager'] : $this->getSocial_AlertManagerService()) && false ?: '_'};
›
}
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/var/cache/dev/Container4vy2w7q/getSocial_PayloadManagerService.php:8 {
›
› return $this->services['social.payload_manager'] = new \Social\FrontendBundle\Service\PayloadManager(${($_ = isset($this->services['doctrine.orm.default_entity_manager']) ? $this->services['doctrine.orm.default_entity_manager'] : $this->getDoctrine_Orm_DefaultEntityManagerService()) && false ?: '_'}, ${($_ = isset($this->services['social.message_manager']) ? $this->services['social.message_manager'] : $this->getSocial_MessageManagerService()) && false ?: '_'}, ${($_ = isset($this->services['social.alert_manager']) ? $this->services['social.alert_manager'] : $this->getSocial_AlertManagerService()) && false ?: '_'}, ${($_ = isset($this->services['social.extensions.twig_extension']) ? $this->services['social.extensions.twig_extension'] : $this->getSocial_Extensions_TwigExtensionService()) && false ?: '_'}, ${($_ = isset($this->services['router']) ? $this->services['router'] : $this->getRouterService()) && false ?: '_'}, ${($_ = isset($this->services['templating']) ? $this->services['templating'] : $this->getTemplatingService()) && false ?: '_'}, ${($_ = isset($this->services['social.mailer']) ? $this->services['social.mailer'] : $this->getSocial_MailerService()) && false ?: '_'}, 'dev', $this->getParameter('default_member_profile'), ${($_ = isset($this->services['social.pusher_initializer']) ? $this->services['social.pusher_initializer'] : $this->getSocial_PusherInitializerService()) && false ?: '_'}, $this);
›
}
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/var/cache/dev/Container4vy2w7q/appDevDebugProjectContainer.php:3248 {
› {
› return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
› }
}
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/var/cache/dev/Container4vy2w7q/getSocialUser_UserAuthenticationHandlerService.php:8 {
›
› return $this->services['social_user.user_authentication_handler'] = new \Social\UserBundle\Service\UserAuthenticationHandler(${($_ = isset($this->services['doctrine.orm.default_entity_manager']) ? $this->services['doctrine.orm.default_entity_manager'] : $this->getDoctrine_Orm_DefaultEntityManagerService()) && false ?: '_'}, ${($_ = isset($this->services['router']) ? $this->services['router'] : $this->getRouterService()) && false ?: '_'}, ${($_ = isset($this->services['session']) ? $this->services['session'] : $this->getSessionService()) && false ?: '_'}, ${($_ = isset($this->services['social.payload_manager']) ? $this->services['social.payload_manager'] : $this->load('getSocial_PayloadManagerService.php')) && false ?: '_'}, ${($_ = isset($this->services['social.call_manager']) ? $this->services['social.call_manager'] : $this->load('getSocial_CallManagerService.php')) && false ?: '_'}, ${($_ = isset($this->services['social.friend_manager']) ? $this->services['social.friend_manager'] : $this->getSocial_FriendManagerService()) && false ?: '_'}, $this);
›
}
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/var/cache/dev/Container4vy2w7q/appDevDebugProjectContainer.php:3248 {
› {
› return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
› }
}
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/var/cache/dev/Container4vy2w7q/getSocialUser_LoginListenerService.php:8 {
›
› return $this->services['social_user.login_listener'] = new \Social\UserBundle\EventListener\LoginListener(${($_ = isset($this->services['doctrine']) ? $this->services['doctrine'] : $this->getDoctrineService()) && false ?: '_'}, ${($_ = isset($this->services['router']) ? $this->services['router'] : $this->getRouterService()) && false ?: '_'}, ${($_ = isset($this->services['session']) ? $this->services['session'] : $this->getSessionService()) && false ?: '_'}, ${($_ = isset($this->services['social_user.user_authentication_handler']) ? $this->services['social_user.user_authentication_handler'] : $this->load('getSocialUser_UserAuthenticationHandlerService.php')) && false ?: '_'}, ${($_ = isset($this->services['social.pusher_initializer']) ? $this->services['social.pusher_initializer'] : $this->getSocial_PusherInitializerService()) && false ?: '_'}, ${($_ = isset($this->services['templating']) ? $this->services['templating'] : $this->getTemplatingService()) && false ?: '_'}, $this);
›
}
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/var/cache/dev/Container4vy2w7q/appDevDebugProjectContainer.php:3248 {
› {
› return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
› }
}
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/var/cache/dev/Container4vy2w7q/getSecurity_Authentication_Listener_Form_MainService.php:14 {
›
› $this->services['security.authentication.listener.form.main'] = $instance = new \Symfony\Component\Security\Http\Firewall\UsernamePasswordFormAuthenticationListener(${($_ = isset($this->services['security.token_storage']) ? $this->services['security.token_storage'] : ($this->services['security.token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())) && false ?: '_'}, ${($_ = isset($this->services['security.authentication.manager']) ? $this->services['security.authentication.manager'] : $this->getSecurity_Authentication_ManagerService()) && false ?: '_'}, ${($_ = isset($this->services['security.authentication.session_strategy.main']) ? $this->services['security.authentication.session_strategy.main'] : ($this->services['security.authentication.session_strategy.main'] = new \Symfony\Component\Security\Http\Session\SessionAuthenticationStrategy('migrate'))) && false ?: '_'}, $a, 'main', new \Symfony\Component\Security\Http\Authentication\CustomAuthenticationSuccessHandler(${($_ = isset($this->services['social_user.login_listener']) ? $this->services['social_user.login_listener'] : $this->load('getSocialUser_LoginListenerService.php')) && false ?: '_'}, ['login_path' => '/login', 'always_use_default_target_path' => false, 'default_target_path' => '/', 'target_path_parameter' => '_target_path', 'use_referer' => false], 'main'), $c, ['check_path' => '/login_check', 'use_forward' => false, 'require_previous_session' => false, 'username_parameter' => '_username', 'password_parameter' => '_password', 'csrf_parameter' => '_csrf_token', 'csrf_token_id' => 'authenticate', 'post_only' => true], $b, ${($_ = isset($this->services['debug.event_dispatcher']) ? $this->services['debug.event_dispatcher'] : $this->getDebug_EventDispatcherService()) && false ?: '_'}, NULL);
›
}
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/var/cache/dev/Container4vy2w7q/appDevDebugProjectContainer.php:3248 {
› {
› return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
› }
}
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/var/cache/dev/Container4vy2w7q/getSecurity_Firewall_Map_Context_MainService.php:19 {
› yield 1 => ${($_ = isset($this->services['security.context_listener.0']) ? $this->services['security.context_listener.0'] : $this->load('getSecurity_ContextListener_0Service.php')) && false ?: '_'};
› yield 2 => ${($_ = isset($this->services['security.authentication.listener.form.main']) ? $this->services['security.authentication.listener.form.main'] : $this->load('getSecurity_Authentication_Listener_Form_MainService.php')) && false ?: '_'};
› yield 3 => ${($_ = isset($this->services['security.authentication.listener.rememberme.main']) ? $this->services['security.authentication.listener.rememberme.main'] : $this->load('getSecurity_Authentication_Listener_Rememberme_MainService.php')) && false ?: '_'};
}
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall.php:65 {
›
› foreach ($authenticationListeners as $listener) {
› if ($listener instanceof AccessListener) {
}
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Debug/TraceableFirewallListener.php:33 {
› {
› foreach ($listeners as $listener) {
› $wrappedListener = new WrappedListener($listener);
}
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall.php:84 {
›
› $this->handleRequest($event, $authenticationListeners());
› }
}
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/EventListener/FirewallListener.php:48 {
›
› parent::onKernelRequest($event);
› }
}
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php:115 {
›
› \call_user_func($this->listener, $event, $eventName, $dispatcher);
›
}
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:214 {
› }
› \call_user_func($listener, $event, $eventName, $this);
› }
}
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:44 {
› if ($listeners = $this->getListeners($eventName)) {
› $this->doDispatch($listeners, $eventName, $event);
› }
}
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php:143 {
› try {
› $this->dispatcher->dispatch($eventName, $event);
› } finally {
}
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:127 {
› $event = new GetResponseEvent($this, $request, $type);
› $this->dispatcher->dispatch(KernelEvents::REQUEST, $event);
›
}
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:68 {
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
}
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php:200 {
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/web/app.php:64 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
}
}
|
23:06:53
|
php
|
User Deprecated: The Sonata\CoreBundle\Model\Adapter\AdapterChain class is deprecated since version 3.12.0 and will be removed in 4.0. Use Sonata\Doctrine\Adapter\AdapterChain instead.
[
"exception" => ErrorException {#1287
#message: "User Deprecated: The Sonata\CoreBundle\Model\Adapter\AdapterChain class is deprecated since version 3.12.0 and will be removed in 4.0. Use Sonata\Doctrine\Adapter\AdapterChain instead."
#code: 0
#file: "/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/vendor/sonata-project/core-bundle/src/CoreBundle/Model/Adapter/AdapterChain.php"
#line: 20
#severity: E_USER_DEPRECATED
trace: {
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/vendor/sonata-project/core-bundle/src/CoreBundle/Model/Adapter/AdapterChain.php:20 {
› .' Use Sonata\Doctrine\Adapter\AdapterChain instead.',
› E_USER_DEPRECATED
› );
}
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php:152 {
› } elseif (\function_exists('opcache_is_script_cached') && @opcache_is_script_cached($file)) {
› include $file;
›
}
Symfony\Component\Debug\DebugClassLoader->loadClass() {}
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/var/cache/dev/Container4vy2w7q/getSonata_Core_Model_Adapter_ChainService.php:10 {
›
› $this->services['sonata.core.model.adapter.chain'] = $instance = new \Sonata\CoreBundle\Model\Adapter\AdapterChain();
›
}
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/var/cache/dev/Container4vy2w7q/appDevDebugProjectContainer.php:3248 {
› {
› return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
› }
}
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/var/cache/dev/Container4vy2w7q/appDevDebugProjectContainer.php:9058 {
› {
› return $this->services['sonata.core.twig.template_extension'] = new \Sonata\Twig\Extension\TemplateExtension(true, ${($_ = isset($this->services['translator']) ? $this->services['translator'] : $this->getTranslatorService()) && false ?: '_'}, ${($_ = isset($this->services['sonata.core.model.adapter.chain']) ? $this->services['sonata.core.model.adapter.chain'] : $this->load('getSonata_Core_Model_Adapter_ChainService.php')) && false ?: '_'});
› }
}
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/var/cache/dev/Container4vy2w7q/appDevDebugProjectContainer.php:6615 {
› $instance->addExtension(${($_ = isset($this->services['sonata.core.twig.deprecated_template_extension']) ? $this->services['sonata.core.twig.deprecated_template_extension'] : ($this->services['sonata.core.twig.deprecated_template_extension'] = new \Sonata\Twig\Extension\DeprecatedTemplateExtension())) && false ?: '_'});
› $instance->addExtension(${($_ = isset($this->services['sonata.core.twig.template_extension']) ? $this->services['sonata.core.twig.template_extension'] : $this->getSonata_Core_Twig_TemplateExtensionService()) && false ?: '_'});
› $instance->addExtension(new \Sonata\BlockBundle\Twig\Extension\BlockExtension(${($_ = isset($this->services['sonata.block.templating.helper']) ? $this->services['sonata.block.templating.helper'] : $this->getSonata_Block_Templating_HelperService()) && false ?: '_'}));
}
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/var/cache/dev/Container4vy2w7q/appDevDebugProjectContainer.php:6542 {
› {
› $a = ${($_ = isset($this->services['twig']) ? $this->services['twig'] : $this->getTwigService()) && false ?: '_'};
›
}
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/var/cache/dev/Container4vy2w7q/appDevDebugProjectContainer.php:6130 {
› {
› $a = ${($_ = isset($this->services['templating']) ? $this->services['templating'] : $this->getTemplatingService()) && false ?: '_'};
›
}
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/var/cache/dev/Container4vy2w7q/appDevDebugProjectContainer.php:8723 {
› {
› $a = ${($_ = isset($this->services['social.alert_manager']) ? $this->services['social.alert_manager'] : $this->getSocial_AlertManagerService()) && false ?: '_'};
›
}
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/var/cache/dev/Container4vy2w7q/getSocial_PayloadManagerService.php:8 {
›
› return $this->services['social.payload_manager'] = new \Social\FrontendBundle\Service\PayloadManager(${($_ = isset($this->services['doctrine.orm.default_entity_manager']) ? $this->services['doctrine.orm.default_entity_manager'] : $this->getDoctrine_Orm_DefaultEntityManagerService()) && false ?: '_'}, ${($_ = isset($this->services['social.message_manager']) ? $this->services['social.message_manager'] : $this->getSocial_MessageManagerService()) && false ?: '_'}, ${($_ = isset($this->services['social.alert_manager']) ? $this->services['social.alert_manager'] : $this->getSocial_AlertManagerService()) && false ?: '_'}, ${($_ = isset($this->services['social.extensions.twig_extension']) ? $this->services['social.extensions.twig_extension'] : $this->getSocial_Extensions_TwigExtensionService()) && false ?: '_'}, ${($_ = isset($this->services['router']) ? $this->services['router'] : $this->getRouterService()) && false ?: '_'}, ${($_ = isset($this->services['templating']) ? $this->services['templating'] : $this->getTemplatingService()) && false ?: '_'}, ${($_ = isset($this->services['social.mailer']) ? $this->services['social.mailer'] : $this->getSocial_MailerService()) && false ?: '_'}, 'dev', $this->getParameter('default_member_profile'), ${($_ = isset($this->services['social.pusher_initializer']) ? $this->services['social.pusher_initializer'] : $this->getSocial_PusherInitializerService()) && false ?: '_'}, $this);
›
}
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/var/cache/dev/Container4vy2w7q/appDevDebugProjectContainer.php:3248 {
› {
› return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
› }
}
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/var/cache/dev/Container4vy2w7q/getSocialUser_UserAuthenticationHandlerService.php:8 {
›
› return $this->services['social_user.user_authentication_handler'] = new \Social\UserBundle\Service\UserAuthenticationHandler(${($_ = isset($this->services['doctrine.orm.default_entity_manager']) ? $this->services['doctrine.orm.default_entity_manager'] : $this->getDoctrine_Orm_DefaultEntityManagerService()) && false ?: '_'}, ${($_ = isset($this->services['router']) ? $this->services['router'] : $this->getRouterService()) && false ?: '_'}, ${($_ = isset($this->services['session']) ? $this->services['session'] : $this->getSessionService()) && false ?: '_'}, ${($_ = isset($this->services['social.payload_manager']) ? $this->services['social.payload_manager'] : $this->load('getSocial_PayloadManagerService.php')) && false ?: '_'}, ${($_ = isset($this->services['social.call_manager']) ? $this->services['social.call_manager'] : $this->load('getSocial_CallManagerService.php')) && false ?: '_'}, ${($_ = isset($this->services['social.friend_manager']) ? $this->services['social.friend_manager'] : $this->getSocial_FriendManagerService()) && false ?: '_'}, $this);
›
}
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/var/cache/dev/Container4vy2w7q/appDevDebugProjectContainer.php:3248 {
› {
› return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
› }
}
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/var/cache/dev/Container4vy2w7q/getSocialUser_LoginListenerService.php:8 {
›
› return $this->services['social_user.login_listener'] = new \Social\UserBundle\EventListener\LoginListener(${($_ = isset($this->services['doctrine']) ? $this->services['doctrine'] : $this->getDoctrineService()) && false ?: '_'}, ${($_ = isset($this->services['router']) ? $this->services['router'] : $this->getRouterService()) && false ?: '_'}, ${($_ = isset($this->services['session']) ? $this->services['session'] : $this->getSessionService()) && false ?: '_'}, ${($_ = isset($this->services['social_user.user_authentication_handler']) ? $this->services['social_user.user_authentication_handler'] : $this->load('getSocialUser_UserAuthenticationHandlerService.php')) && false ?: '_'}, ${($_ = isset($this->services['social.pusher_initializer']) ? $this->services['social.pusher_initializer'] : $this->getSocial_PusherInitializerService()) && false ?: '_'}, ${($_ = isset($this->services['templating']) ? $this->services['templating'] : $this->getTemplatingService()) && false ?: '_'}, $this);
›
}
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/var/cache/dev/Container4vy2w7q/appDevDebugProjectContainer.php:3248 {
› {
› return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
› }
}
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/var/cache/dev/Container4vy2w7q/getSecurity_Authentication_Listener_Form_MainService.php:14 {
›
› $this->services['security.authentication.listener.form.main'] = $instance = new \Symfony\Component\Security\Http\Firewall\UsernamePasswordFormAuthenticationListener(${($_ = isset($this->services['security.token_storage']) ? $this->services['security.token_storage'] : ($this->services['security.token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())) && false ?: '_'}, ${($_ = isset($this->services['security.authentication.manager']) ? $this->services['security.authentication.manager'] : $this->getSecurity_Authentication_ManagerService()) && false ?: '_'}, ${($_ = isset($this->services['security.authentication.session_strategy.main']) ? $this->services['security.authentication.session_strategy.main'] : ($this->services['security.authentication.session_strategy.main'] = new \Symfony\Component\Security\Http\Session\SessionAuthenticationStrategy('migrate'))) && false ?: '_'}, $a, 'main', new \Symfony\Component\Security\Http\Authentication\CustomAuthenticationSuccessHandler(${($_ = isset($this->services['social_user.login_listener']) ? $this->services['social_user.login_listener'] : $this->load('getSocialUser_LoginListenerService.php')) && false ?: '_'}, ['login_path' => '/login', 'always_use_default_target_path' => false, 'default_target_path' => '/', 'target_path_parameter' => '_target_path', 'use_referer' => false], 'main'), $c, ['check_path' => '/login_check', 'use_forward' => false, 'require_previous_session' => false, 'username_parameter' => '_username', 'password_parameter' => '_password', 'csrf_parameter' => '_csrf_token', 'csrf_token_id' => 'authenticate', 'post_only' => true], $b, ${($_ = isset($this->services['debug.event_dispatcher']) ? $this->services['debug.event_dispatcher'] : $this->getDebug_EventDispatcherService()) && false ?: '_'}, NULL);
›
}
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/var/cache/dev/Container4vy2w7q/appDevDebugProjectContainer.php:3248 {
› {
› return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
› }
}
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/var/cache/dev/Container4vy2w7q/getSecurity_Firewall_Map_Context_MainService.php:19 {
› yield 1 => ${($_ = isset($this->services['security.context_listener.0']) ? $this->services['security.context_listener.0'] : $this->load('getSecurity_ContextListener_0Service.php')) && false ?: '_'};
› yield 2 => ${($_ = isset($this->services['security.authentication.listener.form.main']) ? $this->services['security.authentication.listener.form.main'] : $this->load('getSecurity_Authentication_Listener_Form_MainService.php')) && false ?: '_'};
› yield 3 => ${($_ = isset($this->services['security.authentication.listener.rememberme.main']) ? $this->services['security.authentication.listener.rememberme.main'] : $this->load('getSecurity_Authentication_Listener_Rememberme_MainService.php')) && false ?: '_'};
}
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall.php:65 {
›
› foreach ($authenticationListeners as $listener) {
› if ($listener instanceof AccessListener) {
}
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Debug/TraceableFirewallListener.php:33 {
› {
› foreach ($listeners as $listener) {
› $wrappedListener = new WrappedListener($listener);
}
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall.php:84 {
›
› $this->handleRequest($event, $authenticationListeners());
› }
}
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/EventListener/FirewallListener.php:48 {
›
› parent::onKernelRequest($event);
› }
}
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php:115 {
›
› \call_user_func($this->listener, $event, $eventName, $dispatcher);
›
}
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:214 {
› }
› \call_user_func($listener, $event, $eventName, $this);
› }
}
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:44 {
› if ($listeners = $this->getListeners($eventName)) {
› $this->doDispatch($listeners, $eventName, $event);
› }
}
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php:143 {
› try {
› $this->dispatcher->dispatch($eventName, $event);
› } finally {
}
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:127 {
› $event = new GetResponseEvent($this, $request, $type);
› $this->dispatcher->dispatch(KernelEvents::REQUEST, $event);
›
}
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:68 {
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
}
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php:200 {
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/web/app.php:64 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
}
}
}
]
{
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/vendor/sonata-project/core-bundle/src/CoreBundle/Model/Adapter/AdapterChain.php:20 {
› .' Use Sonata\Doctrine\Adapter\AdapterChain instead.',
› E_USER_DEPRECATED
› );
}
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php:152 {
› } elseif (\function_exists('opcache_is_script_cached') && @opcache_is_script_cached($file)) {
› include $file;
›
}
Symfony\Component\Debug\DebugClassLoader->loadClass() {}
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/var/cache/dev/Container4vy2w7q/getSonata_Core_Model_Adapter_ChainService.php:10 {
›
› $this->services['sonata.core.model.adapter.chain'] = $instance = new \Sonata\CoreBundle\Model\Adapter\AdapterChain();
›
}
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/var/cache/dev/Container4vy2w7q/appDevDebugProjectContainer.php:3248 {
› {
› return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
› }
}
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/var/cache/dev/Container4vy2w7q/appDevDebugProjectContainer.php:9058 {
› {
› return $this->services['sonata.core.twig.template_extension'] = new \Sonata\Twig\Extension\TemplateExtension(true, ${($_ = isset($this->services['translator']) ? $this->services['translator'] : $this->getTranslatorService()) && false ?: '_'}, ${($_ = isset($this->services['sonata.core.model.adapter.chain']) ? $this->services['sonata.core.model.adapter.chain'] : $this->load('getSonata_Core_Model_Adapter_ChainService.php')) && false ?: '_'});
› }
}
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/var/cache/dev/Container4vy2w7q/appDevDebugProjectContainer.php:6615 {
› $instance->addExtension(${($_ = isset($this->services['sonata.core.twig.deprecated_template_extension']) ? $this->services['sonata.core.twig.deprecated_template_extension'] : ($this->services['sonata.core.twig.deprecated_template_extension'] = new \Sonata\Twig\Extension\DeprecatedTemplateExtension())) && false ?: '_'});
› $instance->addExtension(${($_ = isset($this->services['sonata.core.twig.template_extension']) ? $this->services['sonata.core.twig.template_extension'] : $this->getSonata_Core_Twig_TemplateExtensionService()) && false ?: '_'});
› $instance->addExtension(new \Sonata\BlockBundle\Twig\Extension\BlockExtension(${($_ = isset($this->services['sonata.block.templating.helper']) ? $this->services['sonata.block.templating.helper'] : $this->getSonata_Block_Templating_HelperService()) && false ?: '_'}));
}
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/var/cache/dev/Container4vy2w7q/appDevDebugProjectContainer.php:6542 {
› {
› $a = ${($_ = isset($this->services['twig']) ? $this->services['twig'] : $this->getTwigService()) && false ?: '_'};
›
}
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/var/cache/dev/Container4vy2w7q/appDevDebugProjectContainer.php:6130 {
› {
› $a = ${($_ = isset($this->services['templating']) ? $this->services['templating'] : $this->getTemplatingService()) && false ?: '_'};
›
}
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/var/cache/dev/Container4vy2w7q/appDevDebugProjectContainer.php:8723 {
› {
› $a = ${($_ = isset($this->services['social.alert_manager']) ? $this->services['social.alert_manager'] : $this->getSocial_AlertManagerService()) && false ?: '_'};
›
}
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/var/cache/dev/Container4vy2w7q/getSocial_PayloadManagerService.php:8 {
›
› return $this->services['social.payload_manager'] = new \Social\FrontendBundle\Service\PayloadManager(${($_ = isset($this->services['doctrine.orm.default_entity_manager']) ? $this->services['doctrine.orm.default_entity_manager'] : $this->getDoctrine_Orm_DefaultEntityManagerService()) && false ?: '_'}, ${($_ = isset($this->services['social.message_manager']) ? $this->services['social.message_manager'] : $this->getSocial_MessageManagerService()) && false ?: '_'}, ${($_ = isset($this->services['social.alert_manager']) ? $this->services['social.alert_manager'] : $this->getSocial_AlertManagerService()) && false ?: '_'}, ${($_ = isset($this->services['social.extensions.twig_extension']) ? $this->services['social.extensions.twig_extension'] : $this->getSocial_Extensions_TwigExtensionService()) && false ?: '_'}, ${($_ = isset($this->services['router']) ? $this->services['router'] : $this->getRouterService()) && false ?: '_'}, ${($_ = isset($this->services['templating']) ? $this->services['templating'] : $this->getTemplatingService()) && false ?: '_'}, ${($_ = isset($this->services['social.mailer']) ? $this->services['social.mailer'] : $this->getSocial_MailerService()) && false ?: '_'}, 'dev', $this->getParameter('default_member_profile'), ${($_ = isset($this->services['social.pusher_initializer']) ? $this->services['social.pusher_initializer'] : $this->getSocial_PusherInitializerService()) && false ?: '_'}, $this);
›
}
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/var/cache/dev/Container4vy2w7q/appDevDebugProjectContainer.php:3248 {
› {
› return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
› }
}
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/var/cache/dev/Container4vy2w7q/getSocialUser_UserAuthenticationHandlerService.php:8 {
›
› return $this->services['social_user.user_authentication_handler'] = new \Social\UserBundle\Service\UserAuthenticationHandler(${($_ = isset($this->services['doctrine.orm.default_entity_manager']) ? $this->services['doctrine.orm.default_entity_manager'] : $this->getDoctrine_Orm_DefaultEntityManagerService()) && false ?: '_'}, ${($_ = isset($this->services['router']) ? $this->services['router'] : $this->getRouterService()) && false ?: '_'}, ${($_ = isset($this->services['session']) ? $this->services['session'] : $this->getSessionService()) && false ?: '_'}, ${($_ = isset($this->services['social.payload_manager']) ? $this->services['social.payload_manager'] : $this->load('getSocial_PayloadManagerService.php')) && false ?: '_'}, ${($_ = isset($this->services['social.call_manager']) ? $this->services['social.call_manager'] : $this->load('getSocial_CallManagerService.php')) && false ?: '_'}, ${($_ = isset($this->services['social.friend_manager']) ? $this->services['social.friend_manager'] : $this->getSocial_FriendManagerService()) && false ?: '_'}, $this);
›
}
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/var/cache/dev/Container4vy2w7q/appDevDebugProjectContainer.php:3248 {
› {
› return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
› }
}
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/var/cache/dev/Container4vy2w7q/getSocialUser_LoginListenerService.php:8 {
›
› return $this->services['social_user.login_listener'] = new \Social\UserBundle\EventListener\LoginListener(${($_ = isset($this->services['doctrine']) ? $this->services['doctrine'] : $this->getDoctrineService()) && false ?: '_'}, ${($_ = isset($this->services['router']) ? $this->services['router'] : $this->getRouterService()) && false ?: '_'}, ${($_ = isset($this->services['session']) ? $this->services['session'] : $this->getSessionService()) && false ?: '_'}, ${($_ = isset($this->services['social_user.user_authentication_handler']) ? $this->services['social_user.user_authentication_handler'] : $this->load('getSocialUser_UserAuthenticationHandlerService.php')) && false ?: '_'}, ${($_ = isset($this->services['social.pusher_initializer']) ? $this->services['social.pusher_initializer'] : $this->getSocial_PusherInitializerService()) && false ?: '_'}, ${($_ = isset($this->services['templating']) ? $this->services['templating'] : $this->getTemplatingService()) && false ?: '_'}, $this);
›
}
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/var/cache/dev/Container4vy2w7q/appDevDebugProjectContainer.php:3248 {
› {
› return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
› }
}
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/var/cache/dev/Container4vy2w7q/getSecurity_Authentication_Listener_Form_MainService.php:14 {
›
› $this->services['security.authentication.listener.form.main'] = $instance = new \Symfony\Component\Security\Http\Firewall\UsernamePasswordFormAuthenticationListener(${($_ = isset($this->services['security.token_storage']) ? $this->services['security.token_storage'] : ($this->services['security.token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())) && false ?: '_'}, ${($_ = isset($this->services['security.authentication.manager']) ? $this->services['security.authentication.manager'] : $this->getSecurity_Authentication_ManagerService()) && false ?: '_'}, ${($_ = isset($this->services['security.authentication.session_strategy.main']) ? $this->services['security.authentication.session_strategy.main'] : ($this->services['security.authentication.session_strategy.main'] = new \Symfony\Component\Security\Http\Session\SessionAuthenticationStrategy('migrate'))) && false ?: '_'}, $a, 'main', new \Symfony\Component\Security\Http\Authentication\CustomAuthenticationSuccessHandler(${($_ = isset($this->services['social_user.login_listener']) ? $this->services['social_user.login_listener'] : $this->load('getSocialUser_LoginListenerService.php')) && false ?: '_'}, ['login_path' => '/login', 'always_use_default_target_path' => false, 'default_target_path' => '/', 'target_path_parameter' => '_target_path', 'use_referer' => false], 'main'), $c, ['check_path' => '/login_check', 'use_forward' => false, 'require_previous_session' => false, 'username_parameter' => '_username', 'password_parameter' => '_password', 'csrf_parameter' => '_csrf_token', 'csrf_token_id' => 'authenticate', 'post_only' => true], $b, ${($_ = isset($this->services['debug.event_dispatcher']) ? $this->services['debug.event_dispatcher'] : $this->getDebug_EventDispatcherService()) && false ?: '_'}, NULL);
›
}
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/var/cache/dev/Container4vy2w7q/appDevDebugProjectContainer.php:3248 {
› {
› return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
› }
}
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/var/cache/dev/Container4vy2w7q/getSecurity_Firewall_Map_Context_MainService.php:19 {
› yield 1 => ${($_ = isset($this->services['security.context_listener.0']) ? $this->services['security.context_listener.0'] : $this->load('getSecurity_ContextListener_0Service.php')) && false ?: '_'};
› yield 2 => ${($_ = isset($this->services['security.authentication.listener.form.main']) ? $this->services['security.authentication.listener.form.main'] : $this->load('getSecurity_Authentication_Listener_Form_MainService.php')) && false ?: '_'};
› yield 3 => ${($_ = isset($this->services['security.authentication.listener.rememberme.main']) ? $this->services['security.authentication.listener.rememberme.main'] : $this->load('getSecurity_Authentication_Listener_Rememberme_MainService.php')) && false ?: '_'};
}
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall.php:65 {
›
› foreach ($authenticationListeners as $listener) {
› if ($listener instanceof AccessListener) {
}
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Debug/TraceableFirewallListener.php:33 {
› {
› foreach ($listeners as $listener) {
› $wrappedListener = new WrappedListener($listener);
}
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall.php:84 {
›
› $this->handleRequest($event, $authenticationListeners());
› }
}
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/EventListener/FirewallListener.php:48 {
›
› parent::onKernelRequest($event);
› }
}
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php:115 {
›
› \call_user_func($this->listener, $event, $eventName, $dispatcher);
›
}
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:214 {
› }
› \call_user_func($listener, $event, $eventName, $this);
› }
}
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:44 {
› if ($listeners = $this->getListeners($eventName)) {
› $this->doDispatch($listeners, $eventName, $event);
› }
}
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php:143 {
› try {
› $this->dispatcher->dispatch($eventName, $event);
› } finally {
}
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:127 {
› $event = new GetResponseEvent($this, $request, $type);
› $this->dispatcher->dispatch(KernelEvents::REQUEST, $event);
›
}
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:68 {
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
}
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php:200 {
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/web/app.php:64 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
}
}
|
23:06:53
|
php
|
User Deprecated: The "sonata.core.model.adapter.doctrine_orm" service is deprecated in favor of service "sonata.doctrine.adapter.doctrine_orm" since 3.12.0 and will be removed in 4.0.
[
"exception" => ErrorException {#1305
#message: "User Deprecated: The "sonata.core.model.adapter.doctrine_orm" service is deprecated in favor of service "sonata.doctrine.adapter.doctrine_orm" since 3.12.0 and will be removed in 4.0."
#code: 0
#file: "/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/var/cache/dev/Container4vy2w7q/getSonata_Core_Model_Adapter_DoctrineOrmService.php"
#line: 8
#severity: E_USER_DEPRECATED
trace: {
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/var/cache/dev/Container4vy2w7q/getSonata_Core_Model_Adapter_DoctrineOrmService.php:8 {
›
› @trigger_error('The "sonata.core.model.adapter.doctrine_orm" service is deprecated in favor of service "sonata.doctrine.adapter.doctrine_orm" since 3.12.0 and will be removed in 4.0.', E_USER_DEPRECATED);
›
}
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/var/cache/dev/Container4vy2w7q/appDevDebugProjectContainer.php:3248 {
› {
› return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
› }
}
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/var/cache/dev/Container4vy2w7q/getSonata_Core_Model_Adapter_ChainService.php:12 {
›
› $instance->addAdapter(${($_ = isset($this->services['sonata.core.model.adapter.doctrine_orm']) ? $this->services['sonata.core.model.adapter.doctrine_orm'] : $this->load('getSonata_Core_Model_Adapter_DoctrineOrmService.php')) && false ?: '_'});
›
}
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/var/cache/dev/Container4vy2w7q/appDevDebugProjectContainer.php:3248 {
› {
› return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
› }
}
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/var/cache/dev/Container4vy2w7q/appDevDebugProjectContainer.php:9058 {
› {
› return $this->services['sonata.core.twig.template_extension'] = new \Sonata\Twig\Extension\TemplateExtension(true, ${($_ = isset($this->services['translator']) ? $this->services['translator'] : $this->getTranslatorService()) && false ?: '_'}, ${($_ = isset($this->services['sonata.core.model.adapter.chain']) ? $this->services['sonata.core.model.adapter.chain'] : $this->load('getSonata_Core_Model_Adapter_ChainService.php')) && false ?: '_'});
› }
}
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/var/cache/dev/Container4vy2w7q/appDevDebugProjectContainer.php:6615 {
› $instance->addExtension(${($_ = isset($this->services['sonata.core.twig.deprecated_template_extension']) ? $this->services['sonata.core.twig.deprecated_template_extension'] : ($this->services['sonata.core.twig.deprecated_template_extension'] = new \Sonata\Twig\Extension\DeprecatedTemplateExtension())) && false ?: '_'});
› $instance->addExtension(${($_ = isset($this->services['sonata.core.twig.template_extension']) ? $this->services['sonata.core.twig.template_extension'] : $this->getSonata_Core_Twig_TemplateExtensionService()) && false ?: '_'});
› $instance->addExtension(new \Sonata\BlockBundle\Twig\Extension\BlockExtension(${($_ = isset($this->services['sonata.block.templating.helper']) ? $this->services['sonata.block.templating.helper'] : $this->getSonata_Block_Templating_HelperService()) && false ?: '_'}));
}
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/var/cache/dev/Container4vy2w7q/appDevDebugProjectContainer.php:6542 {
› {
› $a = ${($_ = isset($this->services['twig']) ? $this->services['twig'] : $this->getTwigService()) && false ?: '_'};
›
}
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/var/cache/dev/Container4vy2w7q/appDevDebugProjectContainer.php:6130 {
› {
› $a = ${($_ = isset($this->services['templating']) ? $this->services['templating'] : $this->getTemplatingService()) && false ?: '_'};
›
}
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/var/cache/dev/Container4vy2w7q/appDevDebugProjectContainer.php:8723 {
› {
› $a = ${($_ = isset($this->services['social.alert_manager']) ? $this->services['social.alert_manager'] : $this->getSocial_AlertManagerService()) && false ?: '_'};
›
}
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/var/cache/dev/Container4vy2w7q/getSocial_PayloadManagerService.php:8 {
›
› return $this->services['social.payload_manager'] = new \Social\FrontendBundle\Service\PayloadManager(${($_ = isset($this->services['doctrine.orm.default_entity_manager']) ? $this->services['doctrine.orm.default_entity_manager'] : $this->getDoctrine_Orm_DefaultEntityManagerService()) && false ?: '_'}, ${($_ = isset($this->services['social.message_manager']) ? $this->services['social.message_manager'] : $this->getSocial_MessageManagerService()) && false ?: '_'}, ${($_ = isset($this->services['social.alert_manager']) ? $this->services['social.alert_manager'] : $this->getSocial_AlertManagerService()) && false ?: '_'}, ${($_ = isset($this->services['social.extensions.twig_extension']) ? $this->services['social.extensions.twig_extension'] : $this->getSocial_Extensions_TwigExtensionService()) && false ?: '_'}, ${($_ = isset($this->services['router']) ? $this->services['router'] : $this->getRouterService()) && false ?: '_'}, ${($_ = isset($this->services['templating']) ? $this->services['templating'] : $this->getTemplatingService()) && false ?: '_'}, ${($_ = isset($this->services['social.mailer']) ? $this->services['social.mailer'] : $this->getSocial_MailerService()) && false ?: '_'}, 'dev', $this->getParameter('default_member_profile'), ${($_ = isset($this->services['social.pusher_initializer']) ? $this->services['social.pusher_initializer'] : $this->getSocial_PusherInitializerService()) && false ?: '_'}, $this);
›
}
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/var/cache/dev/Container4vy2w7q/appDevDebugProjectContainer.php:3248 {
› {
› return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
› }
}
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/var/cache/dev/Container4vy2w7q/getSocialUser_UserAuthenticationHandlerService.php:8 {
›
› return $this->services['social_user.user_authentication_handler'] = new \Social\UserBundle\Service\UserAuthenticationHandler(${($_ = isset($this->services['doctrine.orm.default_entity_manager']) ? $this->services['doctrine.orm.default_entity_manager'] : $this->getDoctrine_Orm_DefaultEntityManagerService()) && false ?: '_'}, ${($_ = isset($this->services['router']) ? $this->services['router'] : $this->getRouterService()) && false ?: '_'}, ${($_ = isset($this->services['session']) ? $this->services['session'] : $this->getSessionService()) && false ?: '_'}, ${($_ = isset($this->services['social.payload_manager']) ? $this->services['social.payload_manager'] : $this->load('getSocial_PayloadManagerService.php')) && false ?: '_'}, ${($_ = isset($this->services['social.call_manager']) ? $this->services['social.call_manager'] : $this->load('getSocial_CallManagerService.php')) && false ?: '_'}, ${($_ = isset($this->services['social.friend_manager']) ? $this->services['social.friend_manager'] : $this->getSocial_FriendManagerService()) && false ?: '_'}, $this);
›
}
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/var/cache/dev/Container4vy2w7q/appDevDebugProjectContainer.php:3248 {
› {
› return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
› }
}
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/var/cache/dev/Container4vy2w7q/getSocialUser_LoginListenerService.php:8 {
›
› return $this->services['social_user.login_listener'] = new \Social\UserBundle\EventListener\LoginListener(${($_ = isset($this->services['doctrine']) ? $this->services['doctrine'] : $this->getDoctrineService()) && false ?: '_'}, ${($_ = isset($this->services['router']) ? $this->services['router'] : $this->getRouterService()) && false ?: '_'}, ${($_ = isset($this->services['session']) ? $this->services['session'] : $this->getSessionService()) && false ?: '_'}, ${($_ = isset($this->services['social_user.user_authentication_handler']) ? $this->services['social_user.user_authentication_handler'] : $this->load('getSocialUser_UserAuthenticationHandlerService.php')) && false ?: '_'}, ${($_ = isset($this->services['social.pusher_initializer']) ? $this->services['social.pusher_initializer'] : $this->getSocial_PusherInitializerService()) && false ?: '_'}, ${($_ = isset($this->services['templating']) ? $this->services['templating'] : $this->getTemplatingService()) && false ?: '_'}, $this);
›
}
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/var/cache/dev/Container4vy2w7q/appDevDebugProjectContainer.php:3248 {
› {
› return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
› }
}
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/var/cache/dev/Container4vy2w7q/getSecurity_Authentication_Listener_Form_MainService.php:14 {
›
› $this->services['security.authentication.listener.form.main'] = $instance = new \Symfony\Component\Security\Http\Firewall\UsernamePasswordFormAuthenticationListener(${($_ = isset($this->services['security.token_storage']) ? $this->services['security.token_storage'] : ($this->services['security.token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())) && false ?: '_'}, ${($_ = isset($this->services['security.authentication.manager']) ? $this->services['security.authentication.manager'] : $this->getSecurity_Authentication_ManagerService()) && false ?: '_'}, ${($_ = isset($this->services['security.authentication.session_strategy.main']) ? $this->services['security.authentication.session_strategy.main'] : ($this->services['security.authentication.session_strategy.main'] = new \Symfony\Component\Security\Http\Session\SessionAuthenticationStrategy('migrate'))) && false ?: '_'}, $a, 'main', new \Symfony\Component\Security\Http\Authentication\CustomAuthenticationSuccessHandler(${($_ = isset($this->services['social_user.login_listener']) ? $this->services['social_user.login_listener'] : $this->load('getSocialUser_LoginListenerService.php')) && false ?: '_'}, ['login_path' => '/login', 'always_use_default_target_path' => false, 'default_target_path' => '/', 'target_path_parameter' => '_target_path', 'use_referer' => false], 'main'), $c, ['check_path' => '/login_check', 'use_forward' => false, 'require_previous_session' => false, 'username_parameter' => '_username', 'password_parameter' => '_password', 'csrf_parameter' => '_csrf_token', 'csrf_token_id' => 'authenticate', 'post_only' => true], $b, ${($_ = isset($this->services['debug.event_dispatcher']) ? $this->services['debug.event_dispatcher'] : $this->getDebug_EventDispatcherService()) && false ?: '_'}, NULL);
›
}
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/var/cache/dev/Container4vy2w7q/appDevDebugProjectContainer.php:3248 {
› {
› return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
› }
}
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/var/cache/dev/Container4vy2w7q/getSecurity_Firewall_Map_Context_MainService.php:19 {
› yield 1 => ${($_ = isset($this->services['security.context_listener.0']) ? $this->services['security.context_listener.0'] : $this->load('getSecurity_ContextListener_0Service.php')) && false ?: '_'};
› yield 2 => ${($_ = isset($this->services['security.authentication.listener.form.main']) ? $this->services['security.authentication.listener.form.main'] : $this->load('getSecurity_Authentication_Listener_Form_MainService.php')) && false ?: '_'};
› yield 3 => ${($_ = isset($this->services['security.authentication.listener.rememberme.main']) ? $this->services['security.authentication.listener.rememberme.main'] : $this->load('getSecurity_Authentication_Listener_Rememberme_MainService.php')) && false ?: '_'};
}
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall.php:65 {
›
› foreach ($authenticationListeners as $listener) {
› if ($listener instanceof AccessListener) {
}
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Debug/TraceableFirewallListener.php:33 {
› {
› foreach ($listeners as $listener) {
› $wrappedListener = new WrappedListener($listener);
}
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall.php:84 {
›
› $this->handleRequest($event, $authenticationListeners());
› }
}
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/EventListener/FirewallListener.php:48 {
›
› parent::onKernelRequest($event);
› }
}
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php:115 {
›
› \call_user_func($this->listener, $event, $eventName, $dispatcher);
›
}
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:214 {
› }
› \call_user_func($listener, $event, $eventName, $this);
› }
}
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:44 {
› if ($listeners = $this->getListeners($eventName)) {
› $this->doDispatch($listeners, $eventName, $event);
› }
}
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php:143 {
› try {
› $this->dispatcher->dispatch($eventName, $event);
› } finally {
}
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:127 {
› $event = new GetResponseEvent($this, $request, $type);
› $this->dispatcher->dispatch(KernelEvents::REQUEST, $event);
›
}
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:68 {
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
}
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php:200 {
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/web/app.php:64 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
}
}
}
]
{
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/var/cache/dev/Container4vy2w7q/getSonata_Core_Model_Adapter_DoctrineOrmService.php:8 {
›
› @trigger_error('The "sonata.core.model.adapter.doctrine_orm" service is deprecated in favor of service "sonata.doctrine.adapter.doctrine_orm" since 3.12.0 and will be removed in 4.0.', E_USER_DEPRECATED);
›
}
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/var/cache/dev/Container4vy2w7q/appDevDebugProjectContainer.php:3248 {
› {
› return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
› }
}
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/var/cache/dev/Container4vy2w7q/getSonata_Core_Model_Adapter_ChainService.php:12 {
›
› $instance->addAdapter(${($_ = isset($this->services['sonata.core.model.adapter.doctrine_orm']) ? $this->services['sonata.core.model.adapter.doctrine_orm'] : $this->load('getSonata_Core_Model_Adapter_DoctrineOrmService.php')) && false ?: '_'});
›
}
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/var/cache/dev/Container4vy2w7q/appDevDebugProjectContainer.php:3248 {
› {
› return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
› }
}
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/var/cache/dev/Container4vy2w7q/appDevDebugProjectContainer.php:9058 {
› {
› return $this->services['sonata.core.twig.template_extension'] = new \Sonata\Twig\Extension\TemplateExtension(true, ${($_ = isset($this->services['translator']) ? $this->services['translator'] : $this->getTranslatorService()) && false ?: '_'}, ${($_ = isset($this->services['sonata.core.model.adapter.chain']) ? $this->services['sonata.core.model.adapter.chain'] : $this->load('getSonata_Core_Model_Adapter_ChainService.php')) && false ?: '_'});
› }
}
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/var/cache/dev/Container4vy2w7q/appDevDebugProjectContainer.php:6615 {
› $instance->addExtension(${($_ = isset($this->services['sonata.core.twig.deprecated_template_extension']) ? $this->services['sonata.core.twig.deprecated_template_extension'] : ($this->services['sonata.core.twig.deprecated_template_extension'] = new \Sonata\Twig\Extension\DeprecatedTemplateExtension())) && false ?: '_'});
› $instance->addExtension(${($_ = isset($this->services['sonata.core.twig.template_extension']) ? $this->services['sonata.core.twig.template_extension'] : $this->getSonata_Core_Twig_TemplateExtensionService()) && false ?: '_'});
› $instance->addExtension(new \Sonata\BlockBundle\Twig\Extension\BlockExtension(${($_ = isset($this->services['sonata.block.templating.helper']) ? $this->services['sonata.block.templating.helper'] : $this->getSonata_Block_Templating_HelperService()) && false ?: '_'}));
}
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/var/cache/dev/Container4vy2w7q/appDevDebugProjectContainer.php:6542 {
› {
› $a = ${($_ = isset($this->services['twig']) ? $this->services['twig'] : $this->getTwigService()) && false ?: '_'};
›
}
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/var/cache/dev/Container4vy2w7q/appDevDebugProjectContainer.php:6130 {
› {
› $a = ${($_ = isset($this->services['templating']) ? $this->services['templating'] : $this->getTemplatingService()) && false ?: '_'};
›
}
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/var/cache/dev/Container4vy2w7q/appDevDebugProjectContainer.php:8723 {
› {
› $a = ${($_ = isset($this->services['social.alert_manager']) ? $this->services['social.alert_manager'] : $this->getSocial_AlertManagerService()) && false ?: '_'};
›
}
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/var/cache/dev/Container4vy2w7q/getSocial_PayloadManagerService.php:8 {
›
› return $this->services['social.payload_manager'] = new \Social\FrontendBundle\Service\PayloadManager(${($_ = isset($this->services['doctrine.orm.default_entity_manager']) ? $this->services['doctrine.orm.default_entity_manager'] : $this->getDoctrine_Orm_DefaultEntityManagerService()) && false ?: '_'}, ${($_ = isset($this->services['social.message_manager']) ? $this->services['social.message_manager'] : $this->getSocial_MessageManagerService()) && false ?: '_'}, ${($_ = isset($this->services['social.alert_manager']) ? $this->services['social.alert_manager'] : $this->getSocial_AlertManagerService()) && false ?: '_'}, ${($_ = isset($this->services['social.extensions.twig_extension']) ? $this->services['social.extensions.twig_extension'] : $this->getSocial_Extensions_TwigExtensionService()) && false ?: '_'}, ${($_ = isset($this->services['router']) ? $this->services['router'] : $this->getRouterService()) && false ?: '_'}, ${($_ = isset($this->services['templating']) ? $this->services['templating'] : $this->getTemplatingService()) && false ?: '_'}, ${($_ = isset($this->services['social.mailer']) ? $this->services['social.mailer'] : $this->getSocial_MailerService()) && false ?: '_'}, 'dev', $this->getParameter('default_member_profile'), ${($_ = isset($this->services['social.pusher_initializer']) ? $this->services['social.pusher_initializer'] : $this->getSocial_PusherInitializerService()) && false ?: '_'}, $this);
›
}
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/var/cache/dev/Container4vy2w7q/appDevDebugProjectContainer.php:3248 {
› {
› return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
› }
}
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/var/cache/dev/Container4vy2w7q/getSocialUser_UserAuthenticationHandlerService.php:8 {
›
› return $this->services['social_user.user_authentication_handler'] = new \Social\UserBundle\Service\UserAuthenticationHandler(${($_ = isset($this->services['doctrine.orm.default_entity_manager']) ? $this->services['doctrine.orm.default_entity_manager'] : $this->getDoctrine_Orm_DefaultEntityManagerService()) && false ?: '_'}, ${($_ = isset($this->services['router']) ? $this->services['router'] : $this->getRouterService()) && false ?: '_'}, ${($_ = isset($this->services['session']) ? $this->services['session'] : $this->getSessionService()) && false ?: '_'}, ${($_ = isset($this->services['social.payload_manager']) ? $this->services['social.payload_manager'] : $this->load('getSocial_PayloadManagerService.php')) && false ?: '_'}, ${($_ = isset($this->services['social.call_manager']) ? $this->services['social.call_manager'] : $this->load('getSocial_CallManagerService.php')) && false ?: '_'}, ${($_ = isset($this->services['social.friend_manager']) ? $this->services['social.friend_manager'] : $this->getSocial_FriendManagerService()) && false ?: '_'}, $this);
›
}
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/var/cache/dev/Container4vy2w7q/appDevDebugProjectContainer.php:3248 {
› {
› return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
› }
}
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/var/cache/dev/Container4vy2w7q/getSocialUser_LoginListenerService.php:8 {
›
› return $this->services['social_user.login_listener'] = new \Social\UserBundle\EventListener\LoginListener(${($_ = isset($this->services['doctrine']) ? $this->services['doctrine'] : $this->getDoctrineService()) && false ?: '_'}, ${($_ = isset($this->services['router']) ? $this->services['router'] : $this->getRouterService()) && false ?: '_'}, ${($_ = isset($this->services['session']) ? $this->services['session'] : $this->getSessionService()) && false ?: '_'}, ${($_ = isset($this->services['social_user.user_authentication_handler']) ? $this->services['social_user.user_authentication_handler'] : $this->load('getSocialUser_UserAuthenticationHandlerService.php')) && false ?: '_'}, ${($_ = isset($this->services['social.pusher_initializer']) ? $this->services['social.pusher_initializer'] : $this->getSocial_PusherInitializerService()) && false ?: '_'}, ${($_ = isset($this->services['templating']) ? $this->services['templating'] : $this->getTemplatingService()) && false ?: '_'}, $this);
›
}
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/var/cache/dev/Container4vy2w7q/appDevDebugProjectContainer.php:3248 {
› {
› return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
› }
}
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/var/cache/dev/Container4vy2w7q/getSecurity_Authentication_Listener_Form_MainService.php:14 {
›
› $this->services['security.authentication.listener.form.main'] = $instance = new \Symfony\Component\Security\Http\Firewall\UsernamePasswordFormAuthenticationListener(${($_ = isset($this->services['security.token_storage']) ? $this->services['security.token_storage'] : ($this->services['security.token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())) && false ?: '_'}, ${($_ = isset($this->services['security.authentication.manager']) ? $this->services['security.authentication.manager'] : $this->getSecurity_Authentication_ManagerService()) && false ?: '_'}, ${($_ = isset($this->services['security.authentication.session_strategy.main']) ? $this->services['security.authentication.session_strategy.main'] : ($this->services['security.authentication.session_strategy.main'] = new \Symfony\Component\Security\Http\Session\SessionAuthenticationStrategy('migrate'))) && false ?: '_'}, $a, 'main', new \Symfony\Component\Security\Http\Authentication\CustomAuthenticationSuccessHandler(${($_ = isset($this->services['social_user.login_listener']) ? $this->services['social_user.login_listener'] : $this->load('getSocialUser_LoginListenerService.php')) && false ?: '_'}, ['login_path' => '/login', 'always_use_default_target_path' => false, 'default_target_path' => '/', 'target_path_parameter' => '_target_path', 'use_referer' => false], 'main'), $c, ['check_path' => '/login_check', 'use_forward' => false, 'require_previous_session' => false, 'username_parameter' => '_username', 'password_parameter' => '_password', 'csrf_parameter' => '_csrf_token', 'csrf_token_id' => 'authenticate', 'post_only' => true], $b, ${($_ = isset($this->services['debug.event_dispatcher']) ? $this->services['debug.event_dispatcher'] : $this->getDebug_EventDispatcherService()) && false ?: '_'}, NULL);
›
}
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/var/cache/dev/Container4vy2w7q/appDevDebugProjectContainer.php:3248 {
› {
› return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
› }
}
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/var/cache/dev/Container4vy2w7q/getSecurity_Firewall_Map_Context_MainService.php:19 {
› yield 1 => ${($_ = isset($this->services['security.context_listener.0']) ? $this->services['security.context_listener.0'] : $this->load('getSecurity_ContextListener_0Service.php')) && false ?: '_'};
› yield 2 => ${($_ = isset($this->services['security.authentication.listener.form.main']) ? $this->services['security.authentication.listener.form.main'] : $this->load('getSecurity_Authentication_Listener_Form_MainService.php')) && false ?: '_'};
› yield 3 => ${($_ = isset($this->services['security.authentication.listener.rememberme.main']) ? $this->services['security.authentication.listener.rememberme.main'] : $this->load('getSecurity_Authentication_Listener_Rememberme_MainService.php')) && false ?: '_'};
}
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall.php:65 {
›
› foreach ($authenticationListeners as $listener) {
› if ($listener instanceof AccessListener) {
}
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Debug/TraceableFirewallListener.php:33 {
› {
› foreach ($listeners as $listener) {
› $wrappedListener = new WrappedListener($listener);
}
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall.php:84 {
›
› $this->handleRequest($event, $authenticationListeners());
› }
}
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/EventListener/FirewallListener.php:48 {
›
› parent::onKernelRequest($event);
› }
}
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php:115 {
›
› \call_user_func($this->listener, $event, $eventName, $dispatcher);
›
}
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:214 {
› }
› \call_user_func($listener, $event, $eventName, $this);
› }
}
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:44 {
› if ($listeners = $this->getListeners($eventName)) {
› $this->doDispatch($listeners, $eventName, $event);
› }
}
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php:143 {
› try {
› $this->dispatcher->dispatch($eventName, $event);
› } finally {
}
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:127 {
› $event = new GetResponseEvent($this, $request, $type);
› $this->dispatcher->dispatch(KernelEvents::REQUEST, $event);
›
}
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:68 {
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
}
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php:200 {
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/web/app.php:64 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
}
}
|
23:06:53
|
php
|
User Deprecated: The Sonata\CoreBundle\Model\Adapter\DoctrineORMAdapter class is deprecated since version 3.12.0 and will be removed in 4.0. Use Sonata\Doctrine\Adapter\ORM\DoctrineORMAdapter instead.
[
"exception" => ErrorException {#1306
#message: "User Deprecated: The Sonata\CoreBundle\Model\Adapter\DoctrineORMAdapter class is deprecated since version 3.12.0 and will be removed in 4.0. Use Sonata\Doctrine\Adapter\ORM\DoctrineORMAdapter instead."
#code: 0
#file: "/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/vendor/sonata-project/core-bundle/src/CoreBundle/Model/Adapter/DoctrineORMAdapter.php"
#line: 20
#severity: E_USER_DEPRECATED
trace: {
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/vendor/sonata-project/core-bundle/src/CoreBundle/Model/Adapter/DoctrineORMAdapter.php:20 {
› .' Use Sonata\Doctrine\Adapter\ORM\DoctrineORMAdapter instead.',
› E_USER_DEPRECATED
› );
}
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php:152 {
› } elseif (\function_exists('opcache_is_script_cached') && @opcache_is_script_cached($file)) {
› include $file;
›
}
Symfony\Component\Debug\DebugClassLoader->loadClass() {}
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/var/cache/dev/Container4vy2w7q/getSonata_Core_Model_Adapter_DoctrineOrmService.php:10 {
›
› return $this->services['sonata.core.model.adapter.doctrine_orm'] = new \Sonata\CoreBundle\Model\Adapter\DoctrineORMAdapter(${($_ = isset($this->services['doctrine']) ? $this->services['doctrine'] : $this->getDoctrineService()) && false ?: '_'});
›
}
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/var/cache/dev/Container4vy2w7q/appDevDebugProjectContainer.php:3248 {
› {
› return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
› }
}
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/var/cache/dev/Container4vy2w7q/getSonata_Core_Model_Adapter_ChainService.php:12 {
›
› $instance->addAdapter(${($_ = isset($this->services['sonata.core.model.adapter.doctrine_orm']) ? $this->services['sonata.core.model.adapter.doctrine_orm'] : $this->load('getSonata_Core_Model_Adapter_DoctrineOrmService.php')) && false ?: '_'});
›
}
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/var/cache/dev/Container4vy2w7q/appDevDebugProjectContainer.php:3248 {
› {
› return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
› }
}
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/var/cache/dev/Container4vy2w7q/appDevDebugProjectContainer.php:9058 {
› {
› return $this->services['sonata.core.twig.template_extension'] = new \Sonata\Twig\Extension\TemplateExtension(true, ${($_ = isset($this->services['translator']) ? $this->services['translator'] : $this->getTranslatorService()) && false ?: '_'}, ${($_ = isset($this->services['sonata.core.model.adapter.chain']) ? $this->services['sonata.core.model.adapter.chain'] : $this->load('getSonata_Core_Model_Adapter_ChainService.php')) && false ?: '_'});
› }
}
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/var/cache/dev/Container4vy2w7q/appDevDebugProjectContainer.php:6615 {
› $instance->addExtension(${($_ = isset($this->services['sonata.core.twig.deprecated_template_extension']) ? $this->services['sonata.core.twig.deprecated_template_extension'] : ($this->services['sonata.core.twig.deprecated_template_extension'] = new \Sonata\Twig\Extension\DeprecatedTemplateExtension())) && false ?: '_'});
› $instance->addExtension(${($_ = isset($this->services['sonata.core.twig.template_extension']) ? $this->services['sonata.core.twig.template_extension'] : $this->getSonata_Core_Twig_TemplateExtensionService()) && false ?: '_'});
› $instance->addExtension(new \Sonata\BlockBundle\Twig\Extension\BlockExtension(${($_ = isset($this->services['sonata.block.templating.helper']) ? $this->services['sonata.block.templating.helper'] : $this->getSonata_Block_Templating_HelperService()) && false ?: '_'}));
}
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/var/cache/dev/Container4vy2w7q/appDevDebugProjectContainer.php:6542 {
› {
› $a = ${($_ = isset($this->services['twig']) ? $this->services['twig'] : $this->getTwigService()) && false ?: '_'};
›
}
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/var/cache/dev/Container4vy2w7q/appDevDebugProjectContainer.php:6130 {
› {
› $a = ${($_ = isset($this->services['templating']) ? $this->services['templating'] : $this->getTemplatingService()) && false ?: '_'};
›
}
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/var/cache/dev/Container4vy2w7q/appDevDebugProjectContainer.php:8723 {
› {
› $a = ${($_ = isset($this->services['social.alert_manager']) ? $this->services['social.alert_manager'] : $this->getSocial_AlertManagerService()) && false ?: '_'};
›
}
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/var/cache/dev/Container4vy2w7q/getSocial_PayloadManagerService.php:8 {
›
› return $this->services['social.payload_manager'] = new \Social\FrontendBundle\Service\PayloadManager(${($_ = isset($this->services['doctrine.orm.default_entity_manager']) ? $this->services['doctrine.orm.default_entity_manager'] : $this->getDoctrine_Orm_DefaultEntityManagerService()) && false ?: '_'}, ${($_ = isset($this->services['social.message_manager']) ? $this->services['social.message_manager'] : $this->getSocial_MessageManagerService()) && false ?: '_'}, ${($_ = isset($this->services['social.alert_manager']) ? $this->services['social.alert_manager'] : $this->getSocial_AlertManagerService()) && false ?: '_'}, ${($_ = isset($this->services['social.extensions.twig_extension']) ? $this->services['social.extensions.twig_extension'] : $this->getSocial_Extensions_TwigExtensionService()) && false ?: '_'}, ${($_ = isset($this->services['router']) ? $this->services['router'] : $this->getRouterService()) && false ?: '_'}, ${($_ = isset($this->services['templating']) ? $this->services['templating'] : $this->getTemplatingService()) && false ?: '_'}, ${($_ = isset($this->services['social.mailer']) ? $this->services['social.mailer'] : $this->getSocial_MailerService()) && false ?: '_'}, 'dev', $this->getParameter('default_member_profile'), ${($_ = isset($this->services['social.pusher_initializer']) ? $this->services['social.pusher_initializer'] : $this->getSocial_PusherInitializerService()) && false ?: '_'}, $this);
›
}
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/var/cache/dev/Container4vy2w7q/appDevDebugProjectContainer.php:3248 {
› {
› return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
› }
}
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/var/cache/dev/Container4vy2w7q/getSocialUser_UserAuthenticationHandlerService.php:8 {
›
› return $this->services['social_user.user_authentication_handler'] = new \Social\UserBundle\Service\UserAuthenticationHandler(${($_ = isset($this->services['doctrine.orm.default_entity_manager']) ? $this->services['doctrine.orm.default_entity_manager'] : $this->getDoctrine_Orm_DefaultEntityManagerService()) && false ?: '_'}, ${($_ = isset($this->services['router']) ? $this->services['router'] : $this->getRouterService()) && false ?: '_'}, ${($_ = isset($this->services['session']) ? $this->services['session'] : $this->getSessionService()) && false ?: '_'}, ${($_ = isset($this->services['social.payload_manager']) ? $this->services['social.payload_manager'] : $this->load('getSocial_PayloadManagerService.php')) && false ?: '_'}, ${($_ = isset($this->services['social.call_manager']) ? $this->services['social.call_manager'] : $this->load('getSocial_CallManagerService.php')) && false ?: '_'}, ${($_ = isset($this->services['social.friend_manager']) ? $this->services['social.friend_manager'] : $this->getSocial_FriendManagerService()) && false ?: '_'}, $this);
›
}
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/var/cache/dev/Container4vy2w7q/appDevDebugProjectContainer.php:3248 {
› {
› return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
› }
}
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/var/cache/dev/Container4vy2w7q/getSocialUser_LoginListenerService.php:8 {
›
› return $this->services['social_user.login_listener'] = new \Social\UserBundle\EventListener\LoginListener(${($_ = isset($this->services['doctrine']) ? $this->services['doctrine'] : $this->getDoctrineService()) && false ?: '_'}, ${($_ = isset($this->services['router']) ? $this->services['router'] : $this->getRouterService()) && false ?: '_'}, ${($_ = isset($this->services['session']) ? $this->services['session'] : $this->getSessionService()) && false ?: '_'}, ${($_ = isset($this->services['social_user.user_authentication_handler']) ? $this->services['social_user.user_authentication_handler'] : $this->load('getSocialUser_UserAuthenticationHandlerService.php')) && false ?: '_'}, ${($_ = isset($this->services['social.pusher_initializer']) ? $this->services['social.pusher_initializer'] : $this->getSocial_PusherInitializerService()) && false ?: '_'}, ${($_ = isset($this->services['templating']) ? $this->services['templating'] : $this->getTemplatingService()) && false ?: '_'}, $this);
›
}
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/var/cache/dev/Container4vy2w7q/appDevDebugProjectContainer.php:3248 {
› {
› return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
› }
}
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/var/cache/dev/Container4vy2w7q/getSecurity_Authentication_Listener_Form_MainService.php:14 {
›
› $this->services['security.authentication.listener.form.main'] = $instance = new \Symfony\Component\Security\Http\Firewall\UsernamePasswordFormAuthenticationListener(${($_ = isset($this->services['security.token_storage']) ? $this->services['security.token_storage'] : ($this->services['security.token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())) && false ?: '_'}, ${($_ = isset($this->services['security.authentication.manager']) ? $this->services['security.authentication.manager'] : $this->getSecurity_Authentication_ManagerService()) && false ?: '_'}, ${($_ = isset($this->services['security.authentication.session_strategy.main']) ? $this->services['security.authentication.session_strategy.main'] : ($this->services['security.authentication.session_strategy.main'] = new \Symfony\Component\Security\Http\Session\SessionAuthenticationStrategy('migrate'))) && false ?: '_'}, $a, 'main', new \Symfony\Component\Security\Http\Authentication\CustomAuthenticationSuccessHandler(${($_ = isset($this->services['social_user.login_listener']) ? $this->services['social_user.login_listener'] : $this->load('getSocialUser_LoginListenerService.php')) && false ?: '_'}, ['login_path' => '/login', 'always_use_default_target_path' => false, 'default_target_path' => '/', 'target_path_parameter' => '_target_path', 'use_referer' => false], 'main'), $c, ['check_path' => '/login_check', 'use_forward' => false, 'require_previous_session' => false, 'username_parameter' => '_username', 'password_parameter' => '_password', 'csrf_parameter' => '_csrf_token', 'csrf_token_id' => 'authenticate', 'post_only' => true], $b, ${($_ = isset($this->services['debug.event_dispatcher']) ? $this->services['debug.event_dispatcher'] : $this->getDebug_EventDispatcherService()) && false ?: '_'}, NULL);
›
}
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/var/cache/dev/Container4vy2w7q/appDevDebugProjectContainer.php:3248 {
› {
› return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
› }
}
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/var/cache/dev/Container4vy2w7q/getSecurity_Firewall_Map_Context_MainService.php:19 {
› yield 1 => ${($_ = isset($this->services['security.context_listener.0']) ? $this->services['security.context_listener.0'] : $this->load('getSecurity_ContextListener_0Service.php')) && false ?: '_'};
› yield 2 => ${($_ = isset($this->services['security.authentication.listener.form.main']) ? $this->services['security.authentication.listener.form.main'] : $this->load('getSecurity_Authentication_Listener_Form_MainService.php')) && false ?: '_'};
› yield 3 => ${($_ = isset($this->services['security.authentication.listener.rememberme.main']) ? $this->services['security.authentication.listener.rememberme.main'] : $this->load('getSecurity_Authentication_Listener_Rememberme_MainService.php')) && false ?: '_'};
}
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall.php:65 {
›
› foreach ($authenticationListeners as $listener) {
› if ($listener instanceof AccessListener) {
}
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Debug/TraceableFirewallListener.php:33 {
› {
› foreach ($listeners as $listener) {
› $wrappedListener = new WrappedListener($listener);
}
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall.php:84 {
›
› $this->handleRequest($event, $authenticationListeners());
› }
}
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/EventListener/FirewallListener.php:48 {
›
› parent::onKernelRequest($event);
› }
}
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php:115 {
›
› \call_user_func($this->listener, $event, $eventName, $dispatcher);
›
}
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:214 {
› }
› \call_user_func($listener, $event, $eventName, $this);
› }
}
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:44 {
› if ($listeners = $this->getListeners($eventName)) {
› $this->doDispatch($listeners, $eventName, $event);
› }
}
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php:143 {
› try {
› $this->dispatcher->dispatch($eventName, $event);
› } finally {
}
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:127 {
› $event = new GetResponseEvent($this, $request, $type);
› $this->dispatcher->dispatch(KernelEvents::REQUEST, $event);
›
}
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:68 {
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
}
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php:200 {
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/web/app.php:64 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
}
}
}
]
{
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/vendor/sonata-project/core-bundle/src/CoreBundle/Model/Adapter/DoctrineORMAdapter.php:20 {
› .' Use Sonata\Doctrine\Adapter\ORM\DoctrineORMAdapter instead.',
› E_USER_DEPRECATED
› );
}
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php:152 {
› } elseif (\function_exists('opcache_is_script_cached') && @opcache_is_script_cached($file)) {
› include $file;
›
}
Symfony\Component\Debug\DebugClassLoader->loadClass() {}
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/var/cache/dev/Container4vy2w7q/getSonata_Core_Model_Adapter_DoctrineOrmService.php:10 {
›
› return $this->services['sonata.core.model.adapter.doctrine_orm'] = new \Sonata\CoreBundle\Model\Adapter\DoctrineORMAdapter(${($_ = isset($this->services['doctrine']) ? $this->services['doctrine'] : $this->getDoctrineService()) && false ?: '_'});
›
}
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/var/cache/dev/Container4vy2w7q/appDevDebugProjectContainer.php:3248 {
› {
› return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
› }
}
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/var/cache/dev/Container4vy2w7q/getSonata_Core_Model_Adapter_ChainService.php:12 {
›
› $instance->addAdapter(${($_ = isset($this->services['sonata.core.model.adapter.doctrine_orm']) ? $this->services['sonata.core.model.adapter.doctrine_orm'] : $this->load('getSonata_Core_Model_Adapter_DoctrineOrmService.php')) && false ?: '_'});
›
}
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/var/cache/dev/Container4vy2w7q/appDevDebugProjectContainer.php:3248 {
› {
› return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
› }
}
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/var/cache/dev/Container4vy2w7q/appDevDebugProjectContainer.php:9058 {
› {
› return $this->services['sonata.core.twig.template_extension'] = new \Sonata\Twig\Extension\TemplateExtension(true, ${($_ = isset($this->services['translator']) ? $this->services['translator'] : $this->getTranslatorService()) && false ?: '_'}, ${($_ = isset($this->services['sonata.core.model.adapter.chain']) ? $this->services['sonata.core.model.adapter.chain'] : $this->load('getSonata_Core_Model_Adapter_ChainService.php')) && false ?: '_'});
› }
}
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/var/cache/dev/Container4vy2w7q/appDevDebugProjectContainer.php:6615 {
› $instance->addExtension(${($_ = isset($this->services['sonata.core.twig.deprecated_template_extension']) ? $this->services['sonata.core.twig.deprecated_template_extension'] : ($this->services['sonata.core.twig.deprecated_template_extension'] = new \Sonata\Twig\Extension\DeprecatedTemplateExtension())) && false ?: '_'});
› $instance->addExtension(${($_ = isset($this->services['sonata.core.twig.template_extension']) ? $this->services['sonata.core.twig.template_extension'] : $this->getSonata_Core_Twig_TemplateExtensionService()) && false ?: '_'});
› $instance->addExtension(new \Sonata\BlockBundle\Twig\Extension\BlockExtension(${($_ = isset($this->services['sonata.block.templating.helper']) ? $this->services['sonata.block.templating.helper'] : $this->getSonata_Block_Templating_HelperService()) && false ?: '_'}));
}
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/var/cache/dev/Container4vy2w7q/appDevDebugProjectContainer.php:6542 {
› {
› $a = ${($_ = isset($this->services['twig']) ? $this->services['twig'] : $this->getTwigService()) && false ?: '_'};
›
}
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/var/cache/dev/Container4vy2w7q/appDevDebugProjectContainer.php:6130 {
› {
› $a = ${($_ = isset($this->services['templating']) ? $this->services['templating'] : $this->getTemplatingService()) && false ?: '_'};
›
}
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/var/cache/dev/Container4vy2w7q/appDevDebugProjectContainer.php:8723 {
› {
› $a = ${($_ = isset($this->services['social.alert_manager']) ? $this->services['social.alert_manager'] : $this->getSocial_AlertManagerService()) && false ?: '_'};
›
}
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/var/cache/dev/Container4vy2w7q/getSocial_PayloadManagerService.php:8 {
›
› return $this->services['social.payload_manager'] = new \Social\FrontendBundle\Service\PayloadManager(${($_ = isset($this->services['doctrine.orm.default_entity_manager']) ? $this->services['doctrine.orm.default_entity_manager'] : $this->getDoctrine_Orm_DefaultEntityManagerService()) && false ?: '_'}, ${($_ = isset($this->services['social.message_manager']) ? $this->services['social.message_manager'] : $this->getSocial_MessageManagerService()) && false ?: '_'}, ${($_ = isset($this->services['social.alert_manager']) ? $this->services['social.alert_manager'] : $this->getSocial_AlertManagerService()) && false ?: '_'}, ${($_ = isset($this->services['social.extensions.twig_extension']) ? $this->services['social.extensions.twig_extension'] : $this->getSocial_Extensions_TwigExtensionService()) && false ?: '_'}, ${($_ = isset($this->services['router']) ? $this->services['router'] : $this->getRouterService()) && false ?: '_'}, ${($_ = isset($this->services['templating']) ? $this->services['templating'] : $this->getTemplatingService()) && false ?: '_'}, ${($_ = isset($this->services['social.mailer']) ? $this->services['social.mailer'] : $this->getSocial_MailerService()) && false ?: '_'}, 'dev', $this->getParameter('default_member_profile'), ${($_ = isset($this->services['social.pusher_initializer']) ? $this->services['social.pusher_initializer'] : $this->getSocial_PusherInitializerService()) && false ?: '_'}, $this);
›
}
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/var/cache/dev/Container4vy2w7q/appDevDebugProjectContainer.php:3248 {
› {
› return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
› }
}
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/var/cache/dev/Container4vy2w7q/getSocialUser_UserAuthenticationHandlerService.php:8 {
›
› return $this->services['social_user.user_authentication_handler'] = new \Social\UserBundle\Service\UserAuthenticationHandler(${($_ = isset($this->services['doctrine.orm.default_entity_manager']) ? $this->services['doctrine.orm.default_entity_manager'] : $this->getDoctrine_Orm_DefaultEntityManagerService()) && false ?: '_'}, ${($_ = isset($this->services['router']) ? $this->services['router'] : $this->getRouterService()) && false ?: '_'}, ${($_ = isset($this->services['session']) ? $this->services['session'] : $this->getSessionService()) && false ?: '_'}, ${($_ = isset($this->services['social.payload_manager']) ? $this->services['social.payload_manager'] : $this->load('getSocial_PayloadManagerService.php')) && false ?: '_'}, ${($_ = isset($this->services['social.call_manager']) ? $this->services['social.call_manager'] : $this->load('getSocial_CallManagerService.php')) && false ?: '_'}, ${($_ = isset($this->services['social.friend_manager']) ? $this->services['social.friend_manager'] : $this->getSocial_FriendManagerService()) && false ?: '_'}, $this);
›
}
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/var/cache/dev/Container4vy2w7q/appDevDebugProjectContainer.php:3248 {
› {
› return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
› }
}
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/var/cache/dev/Container4vy2w7q/getSocialUser_LoginListenerService.php:8 {
›
› return $this->services['social_user.login_listener'] = new \Social\UserBundle\EventListener\LoginListener(${($_ = isset($this->services['doctrine']) ? $this->services['doctrine'] : $this->getDoctrineService()) && false ?: '_'}, ${($_ = isset($this->services['router']) ? $this->services['router'] : $this->getRouterService()) && false ?: '_'}, ${($_ = isset($this->services['session']) ? $this->services['session'] : $this->getSessionService()) && false ?: '_'}, ${($_ = isset($this->services['social_user.user_authentication_handler']) ? $this->services['social_user.user_authentication_handler'] : $this->load('getSocialUser_UserAuthenticationHandlerService.php')) && false ?: '_'}, ${($_ = isset($this->services['social.pusher_initializer']) ? $this->services['social.pusher_initializer'] : $this->getSocial_PusherInitializerService()) && false ?: '_'}, ${($_ = isset($this->services['templating']) ? $this->services['templating'] : $this->getTemplatingService()) && false ?: '_'}, $this);
›
}
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/var/cache/dev/Container4vy2w7q/appDevDebugProjectContainer.php:3248 {
› {
› return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
› }
}
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/var/cache/dev/Container4vy2w7q/getSecurity_Authentication_Listener_Form_MainService.php:14 {
›
› $this->services['security.authentication.listener.form.main'] = $instance = new \Symfony\Component\Security\Http\Firewall\UsernamePasswordFormAuthenticationListener(${($_ = isset($this->services['security.token_storage']) ? $this->services['security.token_storage'] : ($this->services['security.token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())) && false ?: '_'}, ${($_ = isset($this->services['security.authentication.manager']) ? $this->services['security.authentication.manager'] : $this->getSecurity_Authentication_ManagerService()) && false ?: '_'}, ${($_ = isset($this->services['security.authentication.session_strategy.main']) ? $this->services['security.authentication.session_strategy.main'] : ($this->services['security.authentication.session_strategy.main'] = new \Symfony\Component\Security\Http\Session\SessionAuthenticationStrategy('migrate'))) && false ?: '_'}, $a, 'main', new \Symfony\Component\Security\Http\Authentication\CustomAuthenticationSuccessHandler(${($_ = isset($this->services['social_user.login_listener']) ? $this->services['social_user.login_listener'] : $this->load('getSocialUser_LoginListenerService.php')) && false ?: '_'}, ['login_path' => '/login', 'always_use_default_target_path' => false, 'default_target_path' => '/', 'target_path_parameter' => '_target_path', 'use_referer' => false], 'main'), $c, ['check_path' => '/login_check', 'use_forward' => false, 'require_previous_session' => false, 'username_parameter' => '_username', 'password_parameter' => '_password', 'csrf_parameter' => '_csrf_token', 'csrf_token_id' => 'authenticate', 'post_only' => true], $b, ${($_ = isset($this->services['debug.event_dispatcher']) ? $this->services['debug.event_dispatcher'] : $this->getDebug_EventDispatcherService()) && false ?: '_'}, NULL);
›
}
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/var/cache/dev/Container4vy2w7q/appDevDebugProjectContainer.php:3248 {
› {
› return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
› }
}
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/var/cache/dev/Container4vy2w7q/getSecurity_Firewall_Map_Context_MainService.php:19 {
› yield 1 => ${($_ = isset($this->services['security.context_listener.0']) ? $this->services['security.context_listener.0'] : $this->load('getSecurity_ContextListener_0Service.php')) && false ?: '_'};
› yield 2 => ${($_ = isset($this->services['security.authentication.listener.form.main']) ? $this->services['security.authentication.listener.form.main'] : $this->load('getSecurity_Authentication_Listener_Form_MainService.php')) && false ?: '_'};
› yield 3 => ${($_ = isset($this->services['security.authentication.listener.rememberme.main']) ? $this->services['security.authentication.listener.rememberme.main'] : $this->load('getSecurity_Authentication_Listener_Rememberme_MainService.php')) && false ?: '_'};
}
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall.php:65 {
›
› foreach ($authenticationListeners as $listener) {
› if ($listener instanceof AccessListener) {
}
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Debug/TraceableFirewallListener.php:33 {
› {
› foreach ($listeners as $listener) {
› $wrappedListener = new WrappedListener($listener);
}
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall.php:84 {
›
› $this->handleRequest($event, $authenticationListeners());
› }
}
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/EventListener/FirewallListener.php:48 {
›
› parent::onKernelRequest($event);
› }
}
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php:115 {
›
› \call_user_func($this->listener, $event, $eventName, $dispatcher);
›
}
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:214 {
› }
› \call_user_func($listener, $event, $eventName, $this);
› }
}
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:44 {
› if ($listeners = $this->getListeners($eventName)) {
› $this->doDispatch($listeners, $eventName, $event);
› }
}
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php:143 {
› try {
› $this->dispatcher->dispatch($eventName, $event);
› } finally {
}
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:127 {
› $event = new GetResponseEvent($this, $request, $type);
› $this->dispatcher->dispatch(KernelEvents::REQUEST, $event);
›
}
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:68 {
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
}
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php:200 {
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/web/app.php:64 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
}
}
|
23:06:53
|
php
|
User Deprecated: The "social.emailfilters.sparkpost" service is private, getting it from the container is deprecated since Symfony 3.2 and will fail in 4.0. You should either make the service public, or stop using the container directly and use dependency injection instead.
[
"exception" => ErrorException {#1400
#message: "User Deprecated: The "social.emailfilters.sparkpost" service is private, getting it from the container is deprecated since Symfony 3.2 and will fail in 4.0. You should either make the service public, or stop using the container directly and use dependency injection instead."
#code: 0
#file: "/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php"
#line: 282
#severity: E_USER_DEPRECATED
trace: {
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:282 {
› if (isset($this->privates[$id])) {
› @trigger_error(sprintf('The "%s" service is private, getting it from the container is deprecated since Symfony 3.2 and will fail in 4.0. You should either make the service public, or stop using the container directly and use dependency injection instead.', $id), \E_USER_DEPRECATED);
› }
}
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/ControllerTrait.php:69 {
› {
› return $this->container->get($id);
› }
}
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/src/Social/FrontendBundle/Controller/HooksController.php:30 {
›
› $sparkService = $this->get('social.emailfilters.sparkpost');
›
}
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:151 {
› // call controller
› $response = \call_user_func_array($controller, $arguments);
›
}
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:68 {
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
}
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php:200 {
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/web/app.php:64 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
}
}
}
]
{
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:282 {
› if (isset($this->privates[$id])) {
› @trigger_error(sprintf('The "%s" service is private, getting it from the container is deprecated since Symfony 3.2 and will fail in 4.0. You should either make the service public, or stop using the container directly and use dependency injection instead.', $id), \E_USER_DEPRECATED);
› }
}
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/ControllerTrait.php:69 {
› {
› return $this->container->get($id);
› }
}
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/src/Social/FrontendBundle/Controller/HooksController.php:30 {
›
› $sparkService = $this->get('social.emailfilters.sparkpost');
›
}
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:151 {
› // call controller
› $response = \call_user_func_array($controller, $arguments);
›
}
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:68 {
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
}
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php:200 {
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/web/app.php:64 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
}
}
|
23:06:53
|
php
|
User Deprecated: The "social.theme_manager" service is private, getting it from the container is deprecated since Symfony 3.2 and will fail in 4.0. You should either make the service public, or stop using the container directly and use dependency injection instead.
[
"exception" => ErrorException {#1457
#message: "User Deprecated: The "social.theme_manager" service is private, getting it from the container is deprecated since Symfony 3.2 and will fail in 4.0. You should either make the service public, or stop using the container directly and use dependency injection instead."
#code: 0
#file: "/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php"
#line: 282
#severity: E_USER_DEPRECATED
trace: {
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:282 {
› if (isset($this->privates[$id])) {
› @trigger_error(sprintf('The "%s" service is private, getting it from the container is deprecated since Symfony 3.2 and will fail in 4.0. You should either make the service public, or stop using the container directly and use dependency injection instead.', $id), \E_USER_DEPRECATED);
› }
}
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/src/Social/InternalBundle/Service/Core/CustomTelegramIntegration.php:67 {
› try {
› $this->siteTitle = $container->get('social.theme_manager')->getSiteTitle();
› } catch (\Exception $exception) {
}
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/var/cache/dev/Container4vy2w7q/getSocial_Emailfilters_SparkpostService.php:8 {
›
› return $this->services['social.emailfilters.sparkpost'] = new \Social\FrontendBundle\Service\EmailSpam\SparkProvider($this->parameters['spamEmailHook'], ${($_ = isset($this->services['doctrine.orm.default_entity_manager']) ? $this->services['doctrine.orm.default_entity_manager'] : $this->getDoctrine_Orm_DefaultEntityManagerService()) && false ?: '_'}, ${($_ = isset($this->services['monolog.logger.sparkpostLog']) ? $this->services['monolog.logger.sparkpostLog'] : $this->load('getMonolog_Logger_SparkpostLogService.php')) && false ?: '_'}, ${($_ = isset($this->services['sentry.client']) ? $this->services['sentry.client'] : $this->getSentry_ClientService()) && false ?: '_'}, ${($_ = isset($this->services['social_internal.bots.telegram']) ? $this->services['social_internal.bots.telegram'] : ($this->services['social_internal.bots.telegram'] = new \Social\InternalBundle\Service\Core\CustomTelegramIntegration($this))) && false ?: '_'});
›
}
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/var/cache/dev/Container4vy2w7q/appDevDebugProjectContainer.php:3248 {
› {
› return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
› }
}
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:304 {
› if (isset($this->fileMap[$id])) {
› return /* self::IGNORE_ON_UNINITIALIZED_REFERENCE */ 4 === $invalidBehavior ? null : $this->load($this->fileMap[$id]);
› } elseif (isset($this->methodMap[$id])) {
}
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/ControllerTrait.php:69 {
› {
› return $this->container->get($id);
› }
}
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/src/Social/FrontendBundle/Controller/HooksController.php:30 {
›
› $sparkService = $this->get('social.emailfilters.sparkpost');
›
}
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:151 {
› // call controller
› $response = \call_user_func_array($controller, $arguments);
›
}
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:68 {
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
}
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php:200 {
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/web/app.php:64 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
}
}
}
]
{
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:282 {
› if (isset($this->privates[$id])) {
› @trigger_error(sprintf('The "%s" service is private, getting it from the container is deprecated since Symfony 3.2 and will fail in 4.0. You should either make the service public, or stop using the container directly and use dependency injection instead.', $id), \E_USER_DEPRECATED);
› }
}
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/src/Social/InternalBundle/Service/Core/CustomTelegramIntegration.php:67 {
› try {
› $this->siteTitle = $container->get('social.theme_manager')->getSiteTitle();
› } catch (\Exception $exception) {
}
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/var/cache/dev/Container4vy2w7q/getSocial_Emailfilters_SparkpostService.php:8 {
›
› return $this->services['social.emailfilters.sparkpost'] = new \Social\FrontendBundle\Service\EmailSpam\SparkProvider($this->parameters['spamEmailHook'], ${($_ = isset($this->services['doctrine.orm.default_entity_manager']) ? $this->services['doctrine.orm.default_entity_manager'] : $this->getDoctrine_Orm_DefaultEntityManagerService()) && false ?: '_'}, ${($_ = isset($this->services['monolog.logger.sparkpostLog']) ? $this->services['monolog.logger.sparkpostLog'] : $this->load('getMonolog_Logger_SparkpostLogService.php')) && false ?: '_'}, ${($_ = isset($this->services['sentry.client']) ? $this->services['sentry.client'] : $this->getSentry_ClientService()) && false ?: '_'}, ${($_ = isset($this->services['social_internal.bots.telegram']) ? $this->services['social_internal.bots.telegram'] : ($this->services['social_internal.bots.telegram'] = new \Social\InternalBundle\Service\Core\CustomTelegramIntegration($this))) && false ?: '_'});
›
}
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/var/cache/dev/Container4vy2w7q/appDevDebugProjectContainer.php:3248 {
› {
› return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
› }
}
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:304 {
› if (isset($this->fileMap[$id])) {
› return /* self::IGNORE_ON_UNINITIALIZED_REFERENCE */ 4 === $invalidBehavior ? null : $this->load($this->fileMap[$id]);
› } elseif (isset($this->methodMap[$id])) {
}
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/ControllerTrait.php:69 {
› {
› return $this->container->get($id);
› }
}
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/src/Social/FrontendBundle/Controller/HooksController.php:30 {
›
› $sparkService = $this->get('social.emailfilters.sparkpost');
›
}
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:151 {
› // call controller
› $response = \call_user_func_array($controller, $arguments);
›
}
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:68 {
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
}
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php:200 {
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/web/app.php:64 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
}
}
|
03:50:23
|
-
|
Duplicate key "active" detected whilst parsing YAML. Silent handling of duplicate mapping keys in YAML is deprecated since Symfony 3.2 and will throw \Symfony\Component\Yaml\Exception\ParseException in 4.0 in "/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/app/config/social_configs/social_payments_config.yml" on line 16.
|
03:50:23
|
-
|
Duplicate key "string_functions" detected whilst parsing YAML. Silent handling of duplicate mapping keys in YAML is deprecated since Symfony 3.2 and will throw \Symfony\Component\Yaml\Exception\ParseException in 4.0 in "/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/app/config/config.yml" on line 104.
|
03:50:23
|
-
|
The configuration key "scope" is unsupported for service definition "social.accessibility_manager" in "/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/app/config/../../src/Social/FrontendBundle/Resources/config/services.yml". Allowed configuration keys are "alias", "parent", "class", "shared", "synthetic", "lazy", "public", "abstract", "deprecated", "factory", "file", "arguments", "properties", "configurator", "calls", "tags", "decorates", "decoration_inner_name", "decoration_priority", "autowire", "autowiring_types", "autoconfigure", "bind". The YamlFileLoader object will raise an exception instead in Symfony 4.0 when detecting an unsupported service configuration key.
[
"exception" => SilencedErrorContext {#3175
+count: 1
-severity: E_USER_DEPRECATED
trace: {
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Loader/YamlFileLoader.php:843 {
›
› @trigger_error(sprintf('The configuration key "%s" is unsupported for service definition "%s" in "%s". Allowed configuration keys are "%s". The YamlFileLoader object will raise an exception instead in Symfony 4.0 when detecting an unsupported service configuration key.', $key, $id, $file, implode('", "', $keywords)), \E_USER_DEPRECATED);
› }
}
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Loader/YamlFileLoader.php:354 {
›
› $this->checkDefinition($id, $service, $file);
›
}
}
}
]
|
03:50:23
|
-
|
The "Symfony\Bundle\FrameworkBundle\Controller\ControllerTrait" trait is considered internal. It may change without further notice. You should not use it from "Sonata\AdminBundle\Controller\CRUDController".
[
"exception" => SilencedErrorContext {#3174
+count: 1
-severity: E_USER_DEPRECATED
trace: {
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php:200 {
› foreach ($deprecations as $message) {
› @trigger_error($message, \E_USER_DEPRECATED);
› }
}
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php:166 {
›
› $this->checkClass($class, $file);
› }
}
}
}
]
{
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php:200 {
› foreach ($deprecations as $message) {
› @trigger_error($message, \E_USER_DEPRECATED);
› }
}
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php:166 {
›
› $this->checkClass($class, $file);
› }
}
}
|
03:50:23
|
-
|
The "security.acl" configuration key is deprecated since Symfony 3.4 and will be removed in 4.0. Install symfony/acl-bundle and use the "acl" key instead.
[
"exception" => SilencedErrorContext {#3173
+count: 1
-severity: E_USER_DEPRECATED
trace: {
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/vendor/symfony/symfony/src/Symfony/Component/Config/Definition/ArrayNode.php:238 {
› if ($child->isDeprecated()) {
› @trigger_error($child->getDeprecationMessage($name, $this->getPath()), \E_USER_DEPRECATED);
› }
}
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/vendor/symfony/symfony/src/Symfony/Component/Config/Definition/BaseNode.php:328 {
›
› $value = $this->finalizeValue($value);
›
}
}
}
]
{
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/vendor/symfony/symfony/src/Symfony/Component/Config/Definition/ArrayNode.php:238 {
› if ($child->isDeprecated()) {
› @trigger_error($child->getDeprecationMessage($name, $this->getPath()), \E_USER_DEPRECATED);
› }
}
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/vendor/symfony/symfony/src/Symfony/Component/Config/Definition/BaseNode.php:328 {
›
› $value = $this->finalizeValue($value);
›
}
}
|
03:50:23
|
-
|
Not setting "logout_on_user_change" to true on firewall "main" is deprecated as of 3.4, it will always be true in 4.0.
[
"exception" => SilencedErrorContext {#3168
+count: 1
-severity: E_USER_DEPRECATED
trace: {
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/DependencyInjection/SecurityExtension.php:386 {
› if (!$logoutOnUserChange = $firewall['logout_on_user_change']) {
› @trigger_error(sprintf('Not setting "logout_on_user_change" to true on firewall "%s" is deprecated as of 3.4, it will always be true in 4.0.', $id), \E_USER_DEPRECATED);
› }
}
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/DependencyInjection/SecurityExtension.php:297 {
›
› list($matcher, $listeners, $exceptionListener, $logoutListener) = $this->createFirewall($container, $name, $firewall, $authenticationProviders, $providerIds, $configId);
›
}
}
}
]
{
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/DependencyInjection/SecurityExtension.php:386 {
› if (!$logoutOnUserChange = $firewall['logout_on_user_change']) {
› @trigger_error(sprintf('Not setting "logout_on_user_change" to true on firewall "%s" is deprecated as of 3.4, it will always be true in 4.0.', $id), \E_USER_DEPRECATED);
› }
}
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/DependencyInjection/SecurityExtension.php:297 {
›
› list($matcher, $listeners, $exceptionListener, $logoutListener) = $this->createFirewall($container, $name, $firewall, $authenticationProviders, $providerIds, $configId);
›
}
}
|
03:50:23
|
-
|
Not quoting the scalar "%xsolve.cookie_acknowledgement_bar.service.class%" starting with the "%" indicator character is deprecated since Symfony 3.1 and will throw a ParseException in 4.0 in "/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/vendor/xsolve-pl/xsolve-cookie-acknowledgement-bundle/Xsolve/CookieAcknowledgementBundle/DependencyInjection/../Resources/config/services.yml" on line 7.
[
"exception" => SilencedErrorContext {#3169
+count: 1
-severity: E_USER_DEPRECATED
trace: {
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/vendor/symfony/symfony/src/Symfony/Component/Yaml/Inline.php:359 {
› if ($output && '%' === $output[0]) {
› @trigger_error(self::getDeprecationMessage(sprintf('Not quoting the scalar "%s" starting with the "%%" indicator character is deprecated since Symfony 3.1 and will throw a ParseException in 4.0.', $output)), \E_USER_DEPRECATED);
› }
}
}
}
]
|
03:50:23
|
-
|
Not quoting the scalar "%xsolve.cookie_acknowledgement_bar.template%" starting with the "%" indicator character is deprecated since Symfony 3.1 and will throw a ParseException in 4.0 in "/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/vendor/xsolve-pl/xsolve-cookie-acknowledgement-bundle/Xsolve/CookieAcknowledgementBundle/DependencyInjection/../Resources/config/services.yml" on line 8.
[
"exception" => SilencedErrorContext {#3170
+count: 1
-severity: E_USER_DEPRECATED
trace: {
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/vendor/symfony/symfony/src/Symfony/Component/Yaml/Inline.php:359 {
› if ($output && '%' === $output[0]) {
› @trigger_error(self::getDeprecationMessage(sprintf('Not quoting the scalar "%s" starting with the "%%" indicator character is deprecated since Symfony 3.1 and will throw a ParseException in 4.0.', $output)), \E_USER_DEPRECATED);
› }
}
}
}
]
|
03:50:23
|
-
|
Not registering bundle "Sonata\Doctrine\Bridge\Symfony\Bundle\SonataDoctrineBundle" is deprecated since 3.12.0, registering it will be mandatory in 4.0
[
"exception" => SilencedErrorContext {#550
+count: 1
-severity: E_USER_DEPRECATED
trace: {
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/vendor/sonata-project/core-bundle/src/CoreBundle/DependencyInjection/SonataCoreExtension.php:85 {
› SonataDoctrineBundle::class
› ), E_USER_DEPRECATED);
› $container->setAlias(
}
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/MergeExtensionConfigurationPass.php:71 {
›
› $extension->load($config, $tmpContainer);
› } catch (\Exception $e) {
}
}
}
]
{
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/vendor/sonata-project/core-bundle/src/CoreBundle/DependencyInjection/SonataCoreExtension.php:85 {
› SonataDoctrineBundle::class
› ), E_USER_DEPRECATED);
› $container->setAlias(
}
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/MergeExtensionConfigurationPass.php:71 {
›
› $extension->load($config, $tmpContainer);
› } catch (\Exception $e) {
}
}
|
03:50:23
|
-
|
The Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\FormPass class is deprecated since Symfony 3.3 and will be removed in 4.0. Use Symfony\Component\Form\DependencyInjection\FormPass instead.
[
"exception" => SilencedErrorContext {#589
+count: 1
-severity: E_USER_DEPRECATED
trace: {
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/DependencyInjection/Compiler/FormPass.php:14 {
›
› @trigger_error(sprintf('The %s class is deprecated since Symfony 3.3 and will be removed in 4.0. Use Symfony\Component\Form\DependencyInjection\FormPass instead.', FormPass::class), \E_USER_DEPRECATED);
›
}
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php:155 {
› return;
› } elseif (false === include $file) {
› return;
arguments: {
"/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/vendor/sonata-project/admin-bundle/src/Command/GenerateAdminCommand.php"
}
}
}
}
]
{
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/DependencyInjection/Compiler/FormPass.php:14 {
›
› @trigger_error(sprintf('The %s class is deprecated since Symfony 3.3 and will be removed in 4.0. Use Symfony\Component\Form\DependencyInjection\FormPass instead.', FormPass::class), \E_USER_DEPRECATED);
›
}
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php:155 {
› return;
› } elseif (false === include $file) {
› return;
arguments: {
"/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/vendor/sonata-project/admin-bundle/src/Command/GenerateAdminCommand.php"
}
}
}
|
03:50:23
|
-
|
Relying on the form mapping feature is deprecated since 3.7 and will be removed in 4.0. Please set the "sonata_core.form.mapping.enabled" configuration node to false to avoid this message.
[
"exception" => SilencedErrorContext {#3207
+count: 1
-severity: E_USER_DEPRECATED
trace: {
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/vendor/sonata-project/core-bundle/src/CoreBundle/DependencyInjection/SonataCoreExtension.php:138 {
› 'Relying on the form mapping feature is deprecated since 3.7 and will be removed in 4.0. Please set the "sonata_core.form.mapping.enabled" configuration node to false to avoid this message.',
› E_USER_DEPRECATED
› );
}
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/vendor/sonata-project/core-bundle/src/CoreBundle/DependencyInjection/SonataCoreExtension.php:105 {
›
› $this->configureFormFactory($container, $config);
› if (\PHP_VERSION_ID < 70000) {
}
}
}
]
{
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/vendor/sonata-project/core-bundle/src/CoreBundle/DependencyInjection/SonataCoreExtension.php:138 {
› 'Relying on the form mapping feature is deprecated since 3.7 and will be removed in 4.0. Please set the "sonata_core.form.mapping.enabled" configuration node to false to avoid this message.',
› E_USER_DEPRECATED
› );
}
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/vendor/sonata-project/core-bundle/src/CoreBundle/DependencyInjection/SonataCoreExtension.php:105 {
›
› $this->configureFormFactory($container, $config);
› if (\PHP_VERSION_ID < 70000) {
}
}
|
03:50:23
|
-
|
The configuration key "scope" is unsupported for service definition "social.accessibility_manager" in "/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/src/Social/FrontendBundle/DependencyInjection/../Resources/config/services.yml". Allowed configuration keys are "alias", "parent", "class", "shared", "synthetic", "lazy", "public", "abstract", "deprecated", "factory", "file", "arguments", "properties", "configurator", "calls", "tags", "decorates", "decoration_inner_name", "decoration_priority", "autowire", "autowiring_types", "autoconfigure", "bind". The YamlFileLoader object will raise an exception instead in Symfony 4.0 when detecting an unsupported service configuration key.
[
"exception" => SilencedErrorContext {#3206
+count: 1
-severity: E_USER_DEPRECATED
trace: {
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Loader/YamlFileLoader.php:843 {
›
› @trigger_error(sprintf('The configuration key "%s" is unsupported for service definition "%s" in "%s". Allowed configuration keys are "%s". The YamlFileLoader object will raise an exception instead in Symfony 4.0 when detecting an unsupported service configuration key.', $key, $id, $file, implode('", "', $keywords)), \E_USER_DEPRECATED);
› }
}
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Loader/YamlFileLoader.php:354 {
›
› $this->checkDefinition($id, $service, $file);
›
}
}
}
]
|
03:50:23
|
-
(2132 times)
|
The "Doctrine\Common\Inflector\Inflector::classify" method is deprecated and will be dropped in doctrine/inflector 2.0. Please update to the new Inflector API.
[
"exception" => SilencedErrorContext {#3205
+count: 2132
-severity: E_USER_DEPRECATED
trace: {
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/vendor/doctrine/inflector/lib/Doctrine/Common/Inflector/Inflector.php:90 {
› {
› @trigger_error(sprintf('The "%s" method is deprecated and will be dropped in doctrine/inflector 2.0. Please update to the new Inflector API.', __METHOD__), E_USER_DEPRECATED);
›
}
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/vendor/sonata-project/admin-bundle/src/DependencyInjection/Compiler/AddDependencyCallsCompilerPass.php:239 {
› foreach ($keys as $key) {
› $method = 'set'.Inflector::classify($key);
› if (!isset($attributes[$key]) || $definition->hasMethodCall($method)) {
}
}
}
]
{
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/vendor/doctrine/inflector/lib/Doctrine/Common/Inflector/Inflector.php:90 {
› {
› @trigger_error(sprintf('The "%s" method is deprecated and will be dropped in doctrine/inflector 2.0. Please update to the new Inflector API.', __METHOD__), E_USER_DEPRECATED);
›
}
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/vendor/sonata-project/admin-bundle/src/DependencyInjection/Compiler/AddDependencyCallsCompilerPass.php:239 {
› foreach ($keys as $key) {
› $method = 'set'.Inflector::classify($key);
› if (!isset($attributes[$key]) || $definition->hasMethodCall($method)) {
}
}
|
03:50:23
|
-
|
The Sonata\BlockBundle\Block\BaseBlockService class is deprecated since 3.2 and will be removed with the 4.0 release.Use Sonata\BlockBundle\Block\Service\AbstractBlockService instead.
[
"exception" => SilencedErrorContext {#3204
+count: 1
-severity: E_USER_DEPRECATED
trace: {
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/vendor/sonata-project/block-bundle/src/Block/BaseBlockService.php:22 {
› 'Use '.__NAMESPACE__.'\Service\AbstractBlockService instead.',
› E_USER_DEPRECATED
› );
}
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php:155 {
› return;
› } elseif (false === include $file) {
› return;
arguments: {
"/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/vendor/sonata-project/admin-bundle/src/Command/GenerateAdminCommand.php"
}
}
}
}
]
{
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/vendor/sonata-project/block-bundle/src/Block/BaseBlockService.php:22 {
› 'Use '.__NAMESPACE__.'\Service\AbstractBlockService instead.',
› E_USER_DEPRECATED
› );
}
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php:155 {
› return;
› } elseif (false === include $file) {
› return;
arguments: {
"/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/vendor/sonata-project/admin-bundle/src/Command/GenerateAdminCommand.php"
}
}
}
|
03:50:23
|
-
|
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" => SilencedErrorContext {#3203
+count: 1
-severity: E_USER_DEPRECATED
trace: {
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/vendor/sonata-project/block-bundle/src/Block/Service/AbstractAdminBlockService.php:24 {
› 'and will be removed with the 4.0 release.',
› E_USER_DEPRECATED
› );
}
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php:155 {
› return;
› } elseif (false === include $file) {
› return;
arguments: {
"/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/vendor/sonata-project/admin-bundle/src/Command/GenerateAdminCommand.php"
}
}
}
}
]
{
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/vendor/sonata-project/block-bundle/src/Block/Service/AbstractAdminBlockService.php:24 {
› 'and will be removed with the 4.0 release.',
› E_USER_DEPRECATED
› );
}
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php:155 {
› return;
› } elseif (false === include $file) {
› return;
arguments: {
"/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/vendor/sonata-project/admin-bundle/src/Command/GenerateAdminCommand.php"
}
}
}
|
03:50:23
|
-
|
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" => SilencedErrorContext {#3202
+count: 1
-severity: E_USER_DEPRECATED
trace: {
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/vendor/sonata-project/block-bundle/src/Block/Service/AdminBlockServiceInterface.php:25 {
› 'Use '.__NAMESPACE__.'\Service\EditableBlockService instead.',
› E_USER_DEPRECATED
› );
}
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php:155 {
› return;
› } elseif (false === include $file) {
› return;
arguments: {
"/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/vendor/sonata-project/admin-bundle/src/Command/GenerateAdminCommand.php"
}
}
}
}
]
{
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/vendor/sonata-project/block-bundle/src/Block/Service/AdminBlockServiceInterface.php:25 {
› 'Use '.__NAMESPACE__.'\Service\EditableBlockService instead.',
› E_USER_DEPRECATED
› );
}
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php:155 {
› return;
› } elseif (false === include $file) {
› return;
arguments: {
"/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/vendor/sonata-project/admin-bundle/src/Command/GenerateAdminCommand.php"
}
}
}
|
03:50:23
|
-
|
The Sonata\BlockBundle\BlockBlockAdminServiceInterface interface is deprecated since 3.2 and will be removed with the 4.0 release. Use Sonata\BlockBundle\Block\Service\AdminBlockServiceInterface instead.
[
"exception" => SilencedErrorContext {#3201
+count: 1
-severity: E_USER_DEPRECATED
trace: {
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/vendor/sonata-project/block-bundle/src/Block/BlockAdminServiceInterface.php:22 {
› 'Use '.__NAMESPACE__.'\Service\AdminBlockServiceInterface instead.',
› E_USER_DEPRECATED
› );
}
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php:155 {
› return;
› } elseif (false === include $file) {
› return;
arguments: {
"/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/vendor/sonata-project/admin-bundle/src/Command/GenerateAdminCommand.php"
}
}
}
}
]
{
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/vendor/sonata-project/block-bundle/src/Block/BlockAdminServiceInterface.php:22 {
› 'Use '.__NAMESPACE__.'\Service\AdminBlockServiceInterface instead.',
› E_USER_DEPRECATED
› );
}
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php:155 {
› return;
› } elseif (false === include $file) {
› return;
arguments: {
"/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/vendor/sonata-project/admin-bundle/src/Command/GenerateAdminCommand.php"
}
}
}
|
03:50:23
|
-
|
The "Social\AdminBundle\BlockService\EmailsBlockService" class extends "Sonata\BlockBundle\Block\BaseBlockService" that is deprecated since sonata-project/block-bundle 3.2, to be removed with 4.0.
[
"exception" => SilencedErrorContext {#3190
+count: 1
-severity: E_USER_DEPRECATED
trace: {
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php:200 {
› foreach ($deprecations as $message) {
› @trigger_error($message, \E_USER_DEPRECATED);
› }
}
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php:166 {
›
› $this->checkClass($class, $file);
› }
}
}
}
]
{
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php:200 {
› foreach ($deprecations as $message) {
› @trigger_error($message, \E_USER_DEPRECATED);
› }
}
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php:166 {
›
› $this->checkClass($class, $file);
› }
}
}
|
03:50:23
|
-
|
The "Social\AdminBundle\BlockService\ConversionBlockService" class extends "Sonata\BlockBundle\Block\BaseBlockService" that is deprecated since sonata-project/block-bundle 3.2, to be removed with 4.0.
[
"exception" => SilencedErrorContext {#3189
+count: 1
-severity: E_USER_DEPRECATED
trace: {
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php:200 {
› foreach ($deprecations as $message) {
› @trigger_error($message, \E_USER_DEPRECATED);
› }
}
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php:166 {
›
› $this->checkClass($class, $file);
› }
}
}
}
]
{
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php:200 {
› foreach ($deprecations as $message) {
› @trigger_error($message, \E_USER_DEPRECATED);
› }
}
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php:166 {
›
› $this->checkClass($class, $file);
› }
}
}
|
03:50:23
|
-
|
Class "Symfony\Bundle\SecurityBundle\Command\InitAclCommand" is deprecated since Symfony 3.4 and will be removed in 4.0. Use Symfony\Bundle\AclBundle\Command\InitAclCommand instead.
[
"exception" => SilencedErrorContext {#3188
+count: 1
-severity: E_USER_DEPRECATED
trace: {
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Command/InitAclCommand.php:23 {
›
› @trigger_error(sprintf('Class "%s" is deprecated since Symfony 3.4 and will be removed in 4.0. Use Symfony\Bundle\AclBundle\Command\InitAclCommand instead.', InitAclCommand::class), \E_USER_DEPRECATED);
›
}
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php:155 {
› return;
› } elseif (false === include $file) {
› return;
arguments: {
"/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/vendor/sonata-project/admin-bundle/src/Command/GenerateAdminCommand.php"
}
}
}
}
]
{
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Command/InitAclCommand.php:23 {
›
› @trigger_error(sprintf('Class "%s" is deprecated since Symfony 3.4 and will be removed in 4.0. Use Symfony\Bundle\AclBundle\Command\InitAclCommand instead.', InitAclCommand::class), \E_USER_DEPRECATED);
›
}
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php:155 {
› return;
› } elseif (false === include $file) {
› return;
arguments: {
"/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/vendor/sonata-project/admin-bundle/src/Command/GenerateAdminCommand.php"
}
}
}
|
03:50:23
|
-
|
Class "Symfony\Bundle\SecurityBundle\Command\SetAclCommand" is deprecated since Symfony 3.4 and will be removed in 4.0. Use Symfony\Bundle\AclBundle\Command\SetAclCommand instead.
[
"exception" => SilencedErrorContext {#3187
+count: 1
-severity: E_USER_DEPRECATED
trace: {
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Command/SetAclCommand.php:14 {
›
› @trigger_error(sprintf('Class "%s" is deprecated since Symfony 3.4 and will be removed in 4.0. Use Symfony\Bundle\AclBundle\Command\SetAclCommand instead.', SetAclCommand::class), \E_USER_DEPRECATED);
›
}
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php:155 {
› return;
› } elseif (false === include $file) {
› return;
arguments: {
"/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/vendor/sonata-project/admin-bundle/src/Command/GenerateAdminCommand.php"
}
}
}
}
]
{
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Command/SetAclCommand.php:14 {
›
› @trigger_error(sprintf('Class "%s" is deprecated since Symfony 3.4 and will be removed in 4.0. Use Symfony\Bundle\AclBundle\Command\SetAclCommand instead.', SetAclCommand::class), \E_USER_DEPRECATED);
›
}
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php:155 {
› return;
› } elseif (false === include $file) {
› return;
arguments: {
"/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/vendor/sonata-project/admin-bundle/src/Command/GenerateAdminCommand.php"
}
}
}
|
03:50:23
|
-
|
Class "Symfony\Bundle\SecurityBundle\EventListener\AclSchemaListener" is deprecated since Symfony 3.4 and will be removed in 4.0. Use Symfony\Bundle\AclBundle\EventListener\AclSchemaListener instead.
[
"exception" => SilencedErrorContext {#3186
+count: 1
-severity: E_USER_DEPRECATED
trace: {
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/EventListener/AclSchemaListener.php:14 {
›
› @trigger_error(sprintf('Class "%s" is deprecated since Symfony 3.4 and will be removed in 4.0. Use Symfony\Bundle\AclBundle\EventListener\AclSchemaListener instead.', AclSchemaListener::class), \E_USER_DEPRECATED);
›
}
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php:155 {
› return;
› } elseif (false === include $file) {
› return;
arguments: {
"/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/vendor/sonata-project/admin-bundle/src/Command/GenerateAdminCommand.php"
}
}
}
}
]
{
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/EventListener/AclSchemaListener.php:14 {
›
› @trigger_error(sprintf('Class "%s" is deprecated since Symfony 3.4 and will be removed in 4.0. Use Symfony\Bundle\AclBundle\EventListener\AclSchemaListener instead.', AclSchemaListener::class), \E_USER_DEPRECATED);
›
}
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php:155 {
› return;
› } elseif (false === include $file) {
› return;
arguments: {
"/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/vendor/sonata-project/admin-bundle/src/Command/GenerateAdminCommand.php"
}
}
}
|
03:50:23
|
-
|
Using the "Twig_Extension_GlobalsInterface" class is deprecated since Twig version 2.7, use "Twig\Extension\GlobalsInterface" instead.
[
"exception" => SilencedErrorContext {#3185
+count: 1
-severity: E_USER_DEPRECATED
trace: {
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/vendor/twig/twig/lib/Twig/Extension/GlobalsInterface.php:7 {
›
› @trigger_error(sprintf('Using the "Twig_Extension_GlobalsInterface" class is deprecated since Twig version 2.7, use "Twig\Extension\GlobalsInterface" instead.'), E_USER_DEPRECATED);
›
}
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php:155 {
› return;
› } elseif (false === include $file) {
› return;
arguments: {
"/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/vendor/sonata-project/admin-bundle/src/Command/GenerateAdminCommand.php"
}
}
}
}
]
{
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/vendor/twig/twig/lib/Twig/Extension/GlobalsInterface.php:7 {
›
› @trigger_error(sprintf('Using the "Twig_Extension_GlobalsInterface" class is deprecated since Twig version 2.7, use "Twig\Extension\GlobalsInterface" instead.'), E_USER_DEPRECATED);
›
}
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php:155 {
› return;
› } elseif (false === include $file) {
› return;
arguments: {
"/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/vendor/sonata-project/admin-bundle/src/Command/GenerateAdminCommand.php"
}
}
}
|
03:50:23
|
-
|
The Sonata\AdminBundle\Command\GenerateAdminCommand class is deprecated since 3.55 in favor of Maker Bundle. Install symfony/maker-bundle and use $ bin/console make:sonata:admin instead
[
"exception" => SilencedErrorContext {#3184
+count: 1
-severity: E_USER_DEPRECATED
trace: {
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/vendor/sonata-project/admin-bundle/src/Command/GenerateAdminCommand.php:35 {
› .' Install symfony/maker-bundle and use $ bin/console make:sonata:admin instead',
› E_USER_DEPRECATED
› );
}
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php:155 {
› return;
› } elseif (false === include $file) {
› return;
arguments: {
"/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/vendor/sonata-project/admin-bundle/src/Command/GenerateAdminCommand.php"
}
}
}
}
]
{
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/vendor/sonata-project/admin-bundle/src/Command/GenerateAdminCommand.php:35 {
› .' Install symfony/maker-bundle and use $ bin/console make:sonata:admin instead',
› E_USER_DEPRECATED
› );
}
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php:155 {
› return;
› } elseif (false === include $file) {
› return;
arguments: {
"/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/vendor/sonata-project/admin-bundle/src/Command/GenerateAdminCommand.php"
}
}
}
|
03:50:23
|
-
(2 times)
|
Autowiring services based on the types they implement is deprecated since Symfony 3.3 and won't be supported in version 4.0. You should rename (or alias) the "social.payload_manager" service to "Social\FrontendBundle\Service\PayloadManager" instead.
[
"exception" => SilencedErrorContext {#3183
+count: 2
-severity: E_USER_DEPRECATED
trace: {
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:307 {
›
› @trigger_error($message, \E_USER_DEPRECATED);
›
}
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:248 {
›
› if (!$value = $this->getAutowiredReference($ref = new TypedReference($type, $type, !$parameter->isOptional() ? $class : ''), 'for '.sprintf('argument "$%s" of method "%s()"', $parameter->name, $class.'::'.$method))) {
› $failureMessage = $this->createTypeNotFoundMessage($ref, sprintf('argument "$%s" of method "%s()"', $parameter->name, $class !== $this->currentId ? $class.'::'.$method : $method));
}
}
}
]
{
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:307 {
›
› @trigger_error($message, \E_USER_DEPRECATED);
›
}
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:248 {
›
› if (!$value = $this->getAutowiredReference($ref = new TypedReference($type, $type, !$parameter->isOptional() ? $class : ''), 'for '.sprintf('argument "$%s" of method "%s()"', $parameter->name, $class.'::'.$method))) {
› $failureMessage = $this->createTypeNotFoundMessage($ref, sprintf('argument "$%s" of method "%s()"', $parameter->name, $class !== $this->currentId ? $class.'::'.$method : $method));
}
}
|
03:50:23
|
-
|
Autowiring services based on the types they implement is deprecated since Symfony 3.3 and won't be supported in version 4.0. You should rename (or alias) the "social_user.user_manager" service to "Social\UserBundle\Service\UserManager" instead.
[
"exception" => SilencedErrorContext {#3181
+count: 1
-severity: E_USER_DEPRECATED
trace: {
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:307 {
›
› @trigger_error($message, \E_USER_DEPRECATED);
›
}
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:248 {
›
› if (!$value = $this->getAutowiredReference($ref = new TypedReference($type, $type, !$parameter->isOptional() ? $class : ''), 'for '.sprintf('argument "$%s" of method "%s()"', $parameter->name, $class.'::'.$method))) {
› $failureMessage = $this->createTypeNotFoundMessage($ref, sprintf('argument "$%s" of method "%s()"', $parameter->name, $class !== $this->currentId ? $class.'::'.$method : $method));
}
}
}
]
{
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:307 {
›
› @trigger_error($message, \E_USER_DEPRECATED);
›
}
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:248 {
›
› if (!$value = $this->getAutowiredReference($ref = new TypedReference($type, $type, !$parameter->isOptional() ? $class : ''), 'for '.sprintf('argument "$%s" of method "%s()"', $parameter->name, $class.'::'.$method))) {
› $failureMessage = $this->createTypeNotFoundMessage($ref, sprintf('argument "$%s" of method "%s()"', $parameter->name, $class !== $this->currentId ? $class.'::'.$method : $method));
}
}
|
03:50:23
|
-
|
Autowiring services based on the types they implement is deprecated since Symfony 3.3 and won't be supported in version 4.0. You should rename (or alias) the "social_internal.email_list_manager" service to "Social\InternalBundle\Service\EmailListManager" instead.
[
"exception" => SilencedErrorContext {#3182
+count: 1
-severity: E_USER_DEPRECATED
trace: {
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:307 {
›
› @trigger_error($message, \E_USER_DEPRECATED);
›
}
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:248 {
›
› if (!$value = $this->getAutowiredReference($ref = new TypedReference($type, $type, !$parameter->isOptional() ? $class : ''), 'for '.sprintf('argument "$%s" of method "%s()"', $parameter->name, $class.'::'.$method))) {
› $failureMessage = $this->createTypeNotFoundMessage($ref, sprintf('argument "$%s" of method "%s()"', $parameter->name, $class !== $this->currentId ? $class.'::'.$method : $method));
}
}
}
]
{
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:307 {
›
› @trigger_error($message, \E_USER_DEPRECATED);
›
}
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:248 {
›
› if (!$value = $this->getAutowiredReference($ref = new TypedReference($type, $type, !$parameter->isOptional() ? $class : ''), 'for '.sprintf('argument "$%s" of method "%s()"', $parameter->name, $class.'::'.$method))) {
› $failureMessage = $this->createTypeNotFoundMessage($ref, sprintf('argument "$%s" of method "%s()"', $parameter->name, $class !== $this->currentId ? $class.'::'.$method : $method));
}
}
|
03:50:23
|
-
|
Autowiring services based on the types they implement is deprecated since Symfony 3.3 and won't be supported in version 4.0. You should rename (or alias) the "social_internal.location_service" service to "Social\InternalBundle\Service\LocationService" instead.
[
"exception" => SilencedErrorContext {#3167
+count: 1
-severity: E_USER_DEPRECATED
trace: {
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:307 {
›
› @trigger_error($message, \E_USER_DEPRECATED);
›
}
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:248 {
›
› if (!$value = $this->getAutowiredReference($ref = new TypedReference($type, $type, !$parameter->isOptional() ? $class : ''), 'for '.sprintf('argument "$%s" of method "%s()"', $parameter->name, $class.'::'.$method))) {
› $failureMessage = $this->createTypeNotFoundMessage($ref, sprintf('argument "$%s" of method "%s()"', $parameter->name, $class !== $this->currentId ? $class.'::'.$method : $method));
}
}
}
]
{
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:307 {
›
› @trigger_error($message, \E_USER_DEPRECATED);
›
}
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:248 {
›
› if (!$value = $this->getAutowiredReference($ref = new TypedReference($type, $type, !$parameter->isOptional() ? $class : ''), 'for '.sprintf('argument "$%s" of method "%s()"', $parameter->name, $class.'::'.$method))) {
› $failureMessage = $this->createTypeNotFoundMessage($ref, sprintf('argument "$%s" of method "%s()"', $parameter->name, $class !== $this->currentId ? $class.'::'.$method : $method));
}
}
|
03:50:23
|
-
|
Autowiring services based on the types they implement is deprecated since Symfony 3.3 and won't be supported in version 4.0. You should rename (or alias) the "social.conversion_manager" service to "Social\FrontendBundle\Service\ConversionManager" instead.
[
"exception" => SilencedErrorContext {#3166
+count: 1
-severity: E_USER_DEPRECATED
trace: {
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:307 {
›
› @trigger_error($message, \E_USER_DEPRECATED);
›
}
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:248 {
›
› if (!$value = $this->getAutowiredReference($ref = new TypedReference($type, $type, !$parameter->isOptional() ? $class : ''), 'for '.sprintf('argument "$%s" of method "%s()"', $parameter->name, $class.'::'.$method))) {
› $failureMessage = $this->createTypeNotFoundMessage($ref, sprintf('argument "$%s" of method "%s()"', $parameter->name, $class !== $this->currentId ? $class.'::'.$method : $method));
}
}
}
]
{
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:307 {
›
› @trigger_error($message, \E_USER_DEPRECATED);
›
}
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:248 {
›
› if (!$value = $this->getAutowiredReference($ref = new TypedReference($type, $type, !$parameter->isOptional() ? $class : ''), 'for '.sprintf('argument "$%s" of method "%s()"', $parameter->name, $class.'::'.$method))) {
› $failureMessage = $this->createTypeNotFoundMessage($ref, sprintf('argument "$%s" of method "%s()"', $parameter->name, $class !== $this->currentId ? $class.'::'.$method : $method));
}
}
|
03:50:23
|
-
|
Relying on service auto-registration for type "Social\InternalBundle\Entity\EmailList" is deprecated since Symfony 3.4 and won't be supported in 4.0. Create a service named "Social\InternalBundle\Entity\EmailList" instead.
[
"exception" => SilencedErrorContext {#3165
+count: 1
-severity: E_USER_DEPRECATED
trace: {
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:447 {
›
› @trigger_error(sprintf('Relying on service auto-registration for type "%s" is deprecated since Symfony 3.4 and won\'t be supported in 4.0. Create a service named "%s" instead.', $type, $type), \E_USER_DEPRECATED);
›
}
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:321 {
› if (!$this->strictMode) {
› return $this->createAutowiredDefinition($type);
› }
}
}
}
]
{
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:447 {
›
› @trigger_error(sprintf('Relying on service auto-registration for type "%s" is deprecated since Symfony 3.4 and won\'t be supported in 4.0. Create a service named "%s" instead.', $type, $type), \E_USER_DEPRECATED);
›
}
/home/dev3social/releases/2025-04-04-05-49-56-ZEhxY9nbos/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php:321 {
› if (!$this->strictMode) {
› return $this->createAutowiredDefinition($type);
› }
}
}
|