| logger |
Symfony\Bridge\Monolog\Processor\DebugProcessor {#927
-records: [
"" => [
[
"timestamp" => 1769178253
"timestamp_rfc3339" => "2026-01-23T14:24:13.189+00:00"
"message" => "User Deprecated: Method "Symfony\Component\HttpKernel\Bundle\Bundle::build()" might add "void" as a native return type declaration in the future. Do the same in child class "Pimcore\Bundle\DataHubBundle\PimcoreDataHubBundle" now to avoid errors or add an explicit @return annotation to suppress this message."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#59
#message: "User Deprecated: Method "Symfony\Component\HttpKernel\Bundle\Bundle::build()" might add "void" as a native return type declaration in the future. Do the same in child class "Pimcore\Bundle\DataHubBundle\PimcoreDataHubBundle" now to avoid errors or add an explicit @return annotation to suppress this message."
#code: 0
#file: "/var/www/html/automation-direct/vendor/symfony/error-handler/DebugClassLoader.php"
#line: 341
#severity: E_USER_DEPRECATED
trace: {
/var/www/html/automation-direct/vendor/symfony/error-handler/DebugClassLoader.php:341 {
Pimcore\Kernel->microKernelRegisterBundles(): iterable …
› foreach ($deprecations as $message) {
› @trigger_error($message, \E_USER_DEPRECATED);
› }
}
/var/www/html/automation-direct/vendor/pimcore/pimcore/lib/Kernel.php:190 {
Pimcore\Kernel->registerBundles(): array …
› if (is_file($this->getBundlesPath())) {
› foreach ($this->microKernelRegisterBundles() as $flexBundle) {
› $collection->addBundle($flexBundle);
}
/var/www/html/automation-direct/vendor/symfony/http-kernel/Kernel.php:346 {
Symfony\Component\HttpKernel\Kernel->initializeBundles() …
› $this->bundles = [];
› foreach ($this->registerBundles() as $bundle) {
› $name = $bundle->getName();
}
/var/www/html/automation-direct/vendor/symfony/http-kernel/Kernel.php:771 {
Symfony\Component\HttpKernel\Kernel->preBoot(): ContainerInterface …
›
› $this->initializeBundles();
› $this->initializeContainer();
}
/var/www/html/automation-direct/vendor/symfony/http-kernel/Kernel.php:126 {
Symfony\Component\HttpKernel\Kernel->boot() …
› if (null === $this->container) {
› $this->preBoot();
› }
}
/var/www/html/automation-direct/vendor/pimcore/pimcore/lib/Kernel.php:142 {
Pimcore\Kernel->boot(): void …
›
› parent::boot();
› }
}
/var/www/html/automation-direct/vendor/pimcore/pimcore/lib/Bootstrap.php:258 {
Pimcore\Bootstrap::kernel(): KernelInterface …
› Pimcore::setKernel($kernel);
› $kernel->boot();
›
}
/var/www/html/automation-direct/public/index.php:31 {
{closure} …
›
› $kernel = Bootstrap::kernel();
›
}
/var/www/html/automation-direct/vendor/symfony/runtime/Resolver/DebugClosureResolver.php:25 {
Symfony\Component\Runtime\Resolver\DebugClosureResolver::Symfony\Component\Runtime\Resolver\{closure} …
› static function (...$arguments) use ($closure) {
› if (\is_object($app = $closure(...$arguments)) || null === $app) {
› return $app;
}
/var/www/html/automation-direct/vendor/autoload_runtime.php:24 {
require_once …
›
› $app = $app(...$args);
›
}
/var/www/html/automation-direct/public/index.php:20 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments: {
"/var/www/html/automation-direct/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1769178253
"timestamp_rfc3339" => "2026-01-23T14:24:13.189+00:00"
"message" => "User Deprecated: Method "Symfony\Component\HttpKernel\Bundle\Bundle::build()" might add "void" as a native return type declaration in the future. Do the same in child class "Pimcore\Bundle\EnterpriseSubscriptionToolsBundle\PimcoreEnterpriseSubscriptionToolsBundle" now to avoid errors or add an explicit @return annotation to suppress this message."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#123
#message: "User Deprecated: Method "Symfony\Component\HttpKernel\Bundle\Bundle::build()" might add "void" as a native return type declaration in the future. Do the same in child class "Pimcore\Bundle\EnterpriseSubscriptionToolsBundle\PimcoreEnterpriseSubscriptionToolsBundle" now to avoid errors or add an explicit @return annotation to suppress this message."
#code: 0
#file: "/var/www/html/automation-direct/vendor/symfony/error-handler/DebugClassLoader.php"
#line: 341
#severity: E_USER_DEPRECATED
trace: {
/var/www/html/automation-direct/vendor/symfony/error-handler/DebugClassLoader.php:341 {
Pimcore\Bundle\WorkflowDesignerBundle\PimcoreWorkflowDesignerBundle::registerDependentBundles(BundleCollection $collection): void …
› foreach ($deprecations as $message) {
› @trigger_error($message, \E_USER_DEPRECATED);
› }
}
/var/www/html/automation-direct/vendor/pimcore/pimcore/lib/HttpKernel/BundleCollection/Item.php:57 {
Pimcore\HttpKernel\BundleCollection\Item->registerDependencies(BundleCollection $collection): void …
› if ($this->bundle instanceof DependentBundleInterface) {
› $this->bundle::registerDependentBundles($collection);
› }
}
/var/www/html/automation-direct/vendor/pimcore/pimcore/lib/HttpKernel/BundleCollection/BundleCollection.php:53 {
Pimcore\HttpKernel\BundleCollection\BundleCollection->add(ItemInterface $item): static …
› // sort order can be influenced by specifying a priority on the item
› $item->registerDependencies($this);
›
}
/var/www/html/automation-direct/vendor/pimcore/pimcore/lib/HttpKernel/BundleCollection/BundleCollection.php:135 {
Pimcore\HttpKernel\BundleCollection\BundleCollection->addBundle(Symfony\Component\HttpKernel\Bundle\BundleInterface|string $bundle, int $priority = 0, array $environments = []): static …
›
› return $this->add($item);
› }
}
/var/www/html/automation-direct/vendor/pimcore/pimcore/lib/Kernel.php:191 {
Pimcore\Kernel->registerBundles(): array …
› foreach ($this->microKernelRegisterBundles() as $flexBundle) {
› $collection->addBundle($flexBundle);
› }
}
/var/www/html/automation-direct/vendor/symfony/http-kernel/Kernel.php:346 {
Symfony\Component\HttpKernel\Kernel->initializeBundles() …
› $this->bundles = [];
› foreach ($this->registerBundles() as $bundle) {
› $name = $bundle->getName();
}
/var/www/html/automation-direct/vendor/symfony/http-kernel/Kernel.php:771 {
Symfony\Component\HttpKernel\Kernel->preBoot(): ContainerInterface …
›
› $this->initializeBundles();
› $this->initializeContainer();
}
/var/www/html/automation-direct/vendor/symfony/http-kernel/Kernel.php:126 {
Symfony\Component\HttpKernel\Kernel->boot() …
› if (null === $this->container) {
› $this->preBoot();
› }
}
/var/www/html/automation-direct/vendor/pimcore/pimcore/lib/Kernel.php:142 {
Pimcore\Kernel->boot(): void …
›
› parent::boot();
› }
}
/var/www/html/automation-direct/vendor/pimcore/pimcore/lib/Bootstrap.php:258 {
Pimcore\Bootstrap::kernel(): KernelInterface …
› Pimcore::setKernel($kernel);
› $kernel->boot();
›
}
/var/www/html/automation-direct/public/index.php:31 {
{closure} …
›
› $kernel = Bootstrap::kernel();
›
}
/var/www/html/automation-direct/vendor/symfony/runtime/Resolver/DebugClosureResolver.php:25 {
Symfony\Component\Runtime\Resolver\DebugClosureResolver::Symfony\Component\Runtime\Resolver\{closure} …
› static function (...$arguments) use ($closure) {
› if (\is_object($app = $closure(...$arguments)) || null === $app) {
› return $app;
}
/var/www/html/automation-direct/vendor/autoload_runtime.php:24 {
require_once …
›
› $app = $app(...$args);
›
}
/var/www/html/automation-direct/public/index.php:20 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments: {
"/var/www/html/automation-direct/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1769178253
"timestamp_rfc3339" => "2026-01-23T14:24:13.189+00:00"
"message" => "User Deprecated: Method "Symfony\Component\HttpKernel\Bundle\Bundle::build()" might add "void" as a native return type declaration in the future. Do the same in child class "Pimcore\Bundle\DataHubFileExportBundle\PimcoreDataHubFileExportBundle" now to avoid errors or add an explicit @return annotation to suppress this message."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#112
#message: "User Deprecated: Method "Symfony\Component\HttpKernel\Bundle\Bundle::build()" might add "void" as a native return type declaration in the future. Do the same in child class "Pimcore\Bundle\DataHubFileExportBundle\PimcoreDataHubFileExportBundle" now to avoid errors or add an explicit @return annotation to suppress this message."
#code: 0
#file: "/var/www/html/automation-direct/vendor/symfony/error-handler/DebugClassLoader.php"
#line: 341
#severity: E_USER_DEPRECATED
trace: {
/var/www/html/automation-direct/vendor/symfony/error-handler/DebugClassLoader.php:341 {
Pimcore\Kernel->microKernelRegisterBundles(): iterable …
› foreach ($deprecations as $message) {
› @trigger_error($message, \E_USER_DEPRECATED);
› }
}
/var/www/html/automation-direct/vendor/pimcore/pimcore/lib/Kernel.php:190 {
Pimcore\Kernel->registerBundles(): array …
› if (is_file($this->getBundlesPath())) {
› foreach ($this->microKernelRegisterBundles() as $flexBundle) {
› $collection->addBundle($flexBundle);
}
/var/www/html/automation-direct/vendor/symfony/http-kernel/Kernel.php:346 {
Symfony\Component\HttpKernel\Kernel->initializeBundles() …
› $this->bundles = [];
› foreach ($this->registerBundles() as $bundle) {
› $name = $bundle->getName();
}
/var/www/html/automation-direct/vendor/symfony/http-kernel/Kernel.php:771 {
Symfony\Component\HttpKernel\Kernel->preBoot(): ContainerInterface …
›
› $this->initializeBundles();
› $this->initializeContainer();
}
/var/www/html/automation-direct/vendor/symfony/http-kernel/Kernel.php:126 {
Symfony\Component\HttpKernel\Kernel->boot() …
› if (null === $this->container) {
› $this->preBoot();
› }
}
/var/www/html/automation-direct/vendor/pimcore/pimcore/lib/Kernel.php:142 {
Pimcore\Kernel->boot(): void …
›
› parent::boot();
› }
}
/var/www/html/automation-direct/vendor/pimcore/pimcore/lib/Bootstrap.php:258 {
Pimcore\Bootstrap::kernel(): KernelInterface …
› Pimcore::setKernel($kernel);
› $kernel->boot();
›
}
/var/www/html/automation-direct/public/index.php:31 {
{closure} …
›
› $kernel = Bootstrap::kernel();
›
}
/var/www/html/automation-direct/vendor/symfony/runtime/Resolver/DebugClosureResolver.php:25 {
Symfony\Component\Runtime\Resolver\DebugClosureResolver::Symfony\Component\Runtime\Resolver\{closure} …
› static function (...$arguments) use ($closure) {
› if (\is_object($app = $closure(...$arguments)) || null === $app) {
› return $app;
}
/var/www/html/automation-direct/vendor/autoload_runtime.php:24 {
require_once …
›
› $app = $app(...$args);
›
}
/var/www/html/automation-direct/public/index.php:20 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments: {
"/var/www/html/automation-direct/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1769178253
"timestamp_rfc3339" => "2026-01-23T14:24:13.189+00:00"
"message" => "User Deprecated: Method "Symfony\Component\HttpKernel\Bundle\Bundle::build()" might add "void" as a native return type declaration in the future. Do the same in child class "Pimcore\Bundle\PortalEngineBundle\PimcorePortalEngineBundle" now to avoid errors or add an explicit @return annotation to suppress this message."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#108
#message: "User Deprecated: Method "Symfony\Component\HttpKernel\Bundle\Bundle::build()" might add "void" as a native return type declaration in the future. Do the same in child class "Pimcore\Bundle\PortalEngineBundle\PimcorePortalEngineBundle" now to avoid errors or add an explicit @return annotation to suppress this message."
#code: 0
#file: "/var/www/html/automation-direct/vendor/symfony/error-handler/DebugClassLoader.php"
#line: 341
#severity: E_USER_DEPRECATED
trace: {
/var/www/html/automation-direct/vendor/symfony/error-handler/DebugClassLoader.php:341 {
Pimcore\Kernel->microKernelRegisterBundles(): iterable …
› foreach ($deprecations as $message) {
› @trigger_error($message, \E_USER_DEPRECATED);
› }
}
/var/www/html/automation-direct/vendor/pimcore/pimcore/lib/Kernel.php:190 {
Pimcore\Kernel->registerBundles(): array …
› if (is_file($this->getBundlesPath())) {
› foreach ($this->microKernelRegisterBundles() as $flexBundle) {
› $collection->addBundle($flexBundle);
}
/var/www/html/automation-direct/vendor/symfony/http-kernel/Kernel.php:346 {
Symfony\Component\HttpKernel\Kernel->initializeBundles() …
› $this->bundles = [];
› foreach ($this->registerBundles() as $bundle) {
› $name = $bundle->getName();
}
/var/www/html/automation-direct/vendor/symfony/http-kernel/Kernel.php:771 {
Symfony\Component\HttpKernel\Kernel->preBoot(): ContainerInterface …
›
› $this->initializeBundles();
› $this->initializeContainer();
}
/var/www/html/automation-direct/vendor/symfony/http-kernel/Kernel.php:126 {
Symfony\Component\HttpKernel\Kernel->boot() …
› if (null === $this->container) {
› $this->preBoot();
› }
}
/var/www/html/automation-direct/vendor/pimcore/pimcore/lib/Kernel.php:142 {
Pimcore\Kernel->boot(): void …
›
› parent::boot();
› }
}
/var/www/html/automation-direct/vendor/pimcore/pimcore/lib/Bootstrap.php:258 {
Pimcore\Bootstrap::kernel(): KernelInterface …
› Pimcore::setKernel($kernel);
› $kernel->boot();
›
}
/var/www/html/automation-direct/public/index.php:31 {
{closure} …
›
› $kernel = Bootstrap::kernel();
›
}
/var/www/html/automation-direct/vendor/symfony/runtime/Resolver/DebugClosureResolver.php:25 {
Symfony\Component\Runtime\Resolver\DebugClosureResolver::Symfony\Component\Runtime\Resolver\{closure} …
› static function (...$arguments) use ($closure) {
› if (\is_object($app = $closure(...$arguments)) || null === $app) {
› return $app;
}
/var/www/html/automation-direct/vendor/autoload_runtime.php:24 {
require_once …
›
› $app = $app(...$args);
›
}
/var/www/html/automation-direct/public/index.php:20 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments: {
"/var/www/html/automation-direct/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1769178253
"timestamp_rfc3339" => "2026-01-23T14:24:13.189+00:00"
"message" => "User Deprecated: Since symfony/templating 6.4: "Symfony\Component\Templating\EngineInterface" is deprecated since version 6.4 and will be removed in 7.0. Use Twig instead."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#933
#message: "User Deprecated: Since symfony/templating 6.4: "Symfony\Component\Templating\EngineInterface" is deprecated since version 6.4 and will be removed in 7.0. Use Twig instead."
#code: 0
#file: "/var/www/html/automation-direct/vendor/symfony/templating/EngineInterface.php"
#line: 14
#severity: E_USER_DEPRECATED
trace: {
/var/www/html/automation-direct/vendor/symfony/templating/EngineInterface.php:14 {
include_once …
›
› trigger_deprecation('symfony/templating', '6.4', '"%s" is deprecated since version 6.4 and will be removed in 7.0. Use Twig instead.', EngineInterface::class);
›
}
/var/www/html/automation-direct/var/cache/dev/ContainerDFQB5sJ/App_KernelDevDebugContainer.php:1405 {
ContainerDFQB5sJ\App_KernelDevDebugContainer::ContainerDFQB5sJ\{closure} …
› include_once \dirname(__DIR__, 4).'/vendor/pimcore/pimcore/lib/Navigation/Renderer/Breadcrumbs.php';
› include_once \dirname(__DIR__, 4).'/vendor/symfony/templating/EngineInterface.php';
› include_once \dirname(__DIR__, 4).'/vendor/symfony/templating/StreamingEngineInterface.php';
}
/var/www/html/automation-direct/vendor/symfony/dependency-injection/Container.php:152 {
Symfony\Component\DependencyInjection\Container->set(string $id, ?object $service) …
› unset($this->privates['service_container']);
› $initialize($this);
› }
}
/var/www/html/automation-direct/vendor/symfony/http-kernel/Kernel.php:418 {
Symfony\Component\HttpKernel\Kernel->initializeContainer() …
› self::$freshCache[$cachePath] = true;
› $this->container->set('kernel', $this);
› error_reporting($errorLevel);
}
/var/www/html/automation-direct/vendor/pimcore/pimcore/lib/Kernel.php:157 {
Pimcore\Kernel->initializeContainer(): void …
› {
› parent::initializeContainer();
›
}
/var/www/html/automation-direct/vendor/symfony/http-kernel/Kernel.php:772 {
Symfony\Component\HttpKernel\Kernel->preBoot(): ContainerInterface …
› $this->initializeBundles();
› $this->initializeContainer();
›
}
/var/www/html/automation-direct/vendor/symfony/http-kernel/Kernel.php:126 {
Symfony\Component\HttpKernel\Kernel->boot() …
› if (null === $this->container) {
› $this->preBoot();
› }
}
/var/www/html/automation-direct/vendor/pimcore/pimcore/lib/Kernel.php:142 {
Pimcore\Kernel->boot(): void …
›
› parent::boot();
› }
}
/var/www/html/automation-direct/vendor/pimcore/pimcore/lib/Bootstrap.php:258 {
Pimcore\Bootstrap::kernel(): KernelInterface …
› Pimcore::setKernel($kernel);
› $kernel->boot();
›
}
/var/www/html/automation-direct/public/index.php:31 {
{closure} …
›
› $kernel = Bootstrap::kernel();
›
}
/var/www/html/automation-direct/vendor/symfony/runtime/Resolver/DebugClosureResolver.php:25 {
Symfony\Component\Runtime\Resolver\DebugClosureResolver::Symfony\Component\Runtime\Resolver\{closure} …
› static function (...$arguments) use ($closure) {
› if (\is_object($app = $closure(...$arguments)) || null === $app) {
› return $app;
}
/var/www/html/automation-direct/vendor/autoload_runtime.php:24 {
require_once …
›
› $app = $app(...$args);
›
}
/var/www/html/automation-direct/public/index.php:20 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments: {
"/var/www/html/automation-direct/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1769178253
"timestamp_rfc3339" => "2026-01-23T14:24:13.189+00:00"
"message" => "User Deprecated: Since symfony/templating 6.4: "Symfony\Component\Templating\StreamingEngineInterface" is deprecated since version 6.4 and will be removed in 7.0. Use Twig instead."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#925
#message: "User Deprecated: Since symfony/templating 6.4: "Symfony\Component\Templating\StreamingEngineInterface" is deprecated since version 6.4 and will be removed in 7.0. Use Twig instead."
#code: 0
#file: "/var/www/html/automation-direct/vendor/symfony/templating/StreamingEngineInterface.php"
#line: 14
#severity: E_USER_DEPRECATED
trace: {
/var/www/html/automation-direct/vendor/symfony/templating/StreamingEngineInterface.php:14 {
include_once …
›
› trigger_deprecation('symfony/templating', '6.4', '"%s" is deprecated since version 6.4 and will be removed in 7.0. Use Twig instead.', StreamingEngineInterface::class);
›
}
/var/www/html/automation-direct/var/cache/dev/ContainerDFQB5sJ/App_KernelDevDebugContainer.php:1406 {
ContainerDFQB5sJ\App_KernelDevDebugContainer::ContainerDFQB5sJ\{closure} …
› include_once \dirname(__DIR__, 4).'/vendor/symfony/templating/EngineInterface.php';
› include_once \dirname(__DIR__, 4).'/vendor/symfony/templating/StreamingEngineInterface.php';
› include_once \dirname(__DIR__, 4).'/vendor/symfony/templating/DelegatingEngine.php';
}
/var/www/html/automation-direct/vendor/symfony/dependency-injection/Container.php:152 {
Symfony\Component\DependencyInjection\Container->set(string $id, ?object $service) …
› unset($this->privates['service_container']);
› $initialize($this);
› }
}
/var/www/html/automation-direct/vendor/symfony/http-kernel/Kernel.php:418 {
Symfony\Component\HttpKernel\Kernel->initializeContainer() …
› self::$freshCache[$cachePath] = true;
› $this->container->set('kernel', $this);
› error_reporting($errorLevel);
}
/var/www/html/automation-direct/vendor/pimcore/pimcore/lib/Kernel.php:157 {
Pimcore\Kernel->initializeContainer(): void …
› {
› parent::initializeContainer();
›
}
/var/www/html/automation-direct/vendor/symfony/http-kernel/Kernel.php:772 {
Symfony\Component\HttpKernel\Kernel->preBoot(): ContainerInterface …
› $this->initializeBundles();
› $this->initializeContainer();
›
}
/var/www/html/automation-direct/vendor/symfony/http-kernel/Kernel.php:126 {
Symfony\Component\HttpKernel\Kernel->boot() …
› if (null === $this->container) {
› $this->preBoot();
› }
}
/var/www/html/automation-direct/vendor/pimcore/pimcore/lib/Kernel.php:142 {
Pimcore\Kernel->boot(): void …
›
› parent::boot();
› }
}
/var/www/html/automation-direct/vendor/pimcore/pimcore/lib/Bootstrap.php:258 {
Pimcore\Bootstrap::kernel(): KernelInterface …
› Pimcore::setKernel($kernel);
› $kernel->boot();
›
}
/var/www/html/automation-direct/public/index.php:31 {
{closure} …
›
› $kernel = Bootstrap::kernel();
›
}
/var/www/html/automation-direct/vendor/symfony/runtime/Resolver/DebugClosureResolver.php:25 {
Symfony\Component\Runtime\Resolver\DebugClosureResolver::Symfony\Component\Runtime\Resolver\{closure} …
› static function (...$arguments) use ($closure) {
› if (\is_object($app = $closure(...$arguments)) || null === $app) {
› return $app;
}
/var/www/html/automation-direct/vendor/autoload_runtime.php:24 {
require_once …
›
› $app = $app(...$args);
›
}
/var/www/html/automation-direct/public/index.php:20 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments: {
"/var/www/html/automation-direct/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1769178253
"timestamp_rfc3339" => "2026-01-23T14:24:13.189+00:00"
"message" => "User Deprecated: Since symfony/templating 6.4: "Symfony\Component\Templating\DelegatingEngine" is deprecated since version 6.4 and will be removed in 7.0. Use Twig instead."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#924
#message: "User Deprecated: Since symfony/templating 6.4: "Symfony\Component\Templating\DelegatingEngine" is deprecated since version 6.4 and will be removed in 7.0. Use Twig instead."
#code: 0
#file: "/var/www/html/automation-direct/vendor/symfony/templating/DelegatingEngine.php"
#line: 14
#severity: E_USER_DEPRECATED
trace: {
/var/www/html/automation-direct/vendor/symfony/templating/DelegatingEngine.php:14 {
include_once …
›
› trigger_deprecation('symfony/templating', '6.4', '"%s" is deprecated since version 6.4 and will be removed in 7.0. Use Twig instead.', DelegatingEngine::class);
›
}
/var/www/html/automation-direct/var/cache/dev/ContainerDFQB5sJ/App_KernelDevDebugContainer.php:1407 {
ContainerDFQB5sJ\App_KernelDevDebugContainer::ContainerDFQB5sJ\{closure} …
› include_once \dirname(__DIR__, 4).'/vendor/symfony/templating/StreamingEngineInterface.php';
› include_once \dirname(__DIR__, 4).'/vendor/symfony/templating/DelegatingEngine.php';
› include_once \dirname(__DIR__, 4).'/vendor/pimcore/pimcore/lib/Templating/TwigDefaultDelegatingEngine.php';
}
/var/www/html/automation-direct/vendor/symfony/dependency-injection/Container.php:152 {
Symfony\Component\DependencyInjection\Container->set(string $id, ?object $service) …
› unset($this->privates['service_container']);
› $initialize($this);
› }
}
/var/www/html/automation-direct/vendor/symfony/http-kernel/Kernel.php:418 {
Symfony\Component\HttpKernel\Kernel->initializeContainer() …
› self::$freshCache[$cachePath] = true;
› $this->container->set('kernel', $this);
› error_reporting($errorLevel);
}
/var/www/html/automation-direct/vendor/pimcore/pimcore/lib/Kernel.php:157 {
Pimcore\Kernel->initializeContainer(): void …
› {
› parent::initializeContainer();
›
}
/var/www/html/automation-direct/vendor/symfony/http-kernel/Kernel.php:772 {
Symfony\Component\HttpKernel\Kernel->preBoot(): ContainerInterface …
› $this->initializeBundles();
› $this->initializeContainer();
›
}
/var/www/html/automation-direct/vendor/symfony/http-kernel/Kernel.php:126 {
Symfony\Component\HttpKernel\Kernel->boot() …
› if (null === $this->container) {
› $this->preBoot();
› }
}
/var/www/html/automation-direct/vendor/pimcore/pimcore/lib/Kernel.php:142 {
Pimcore\Kernel->boot(): void …
›
› parent::boot();
› }
}
/var/www/html/automation-direct/vendor/pimcore/pimcore/lib/Bootstrap.php:258 {
Pimcore\Bootstrap::kernel(): KernelInterface …
› Pimcore::setKernel($kernel);
› $kernel->boot();
›
}
/var/www/html/automation-direct/public/index.php:31 {
{closure} …
›
› $kernel = Bootstrap::kernel();
›
}
/var/www/html/automation-direct/vendor/symfony/runtime/Resolver/DebugClosureResolver.php:25 {
Symfony\Component\Runtime\Resolver\DebugClosureResolver::Symfony\Component\Runtime\Resolver\{closure} …
› static function (...$arguments) use ($closure) {
› if (\is_object($app = $closure(...$arguments)) || null === $app) {
› return $app;
}
/var/www/html/automation-direct/vendor/autoload_runtime.php:24 {
require_once …
›
› $app = $app(...$args);
›
}
/var/www/html/automation-direct/public/index.php:20 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments: {
"/var/www/html/automation-direct/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1769178253
"timestamp_rfc3339" => "2026-01-23T14:24:13.191+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "pimcore.system.configuration.get"
"listener" => "Pimcore\Bundle\AdminBundle\EventListener\AdminConfigListener::updateSystemConfiguration"
]
"channel" => "event"
]
]
2 => [
[
"timestamp" => 1769178253
"timestamp_rfc3339" => "2026-01-23T14:24:13.194+00:00"
"message" => "User Deprecated: Method "Doctrine\DBAL\Types\Type::convertToPHPValue()" might add "mixed" as a native return type declaration in the future. Do the same in child class "Pimcore\Bundle\PortalEngineBundle\Tools\Doctrine\Type\Jsonfy" now to avoid errors or add an explicit @return annotation to suppress this message."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#385
#message: "User Deprecated: Method "Doctrine\DBAL\Types\Type::convertToPHPValue()" might add "mixed" as a native return type declaration in the future. Do the same in child class "Pimcore\Bundle\PortalEngineBundle\Tools\Doctrine\Type\Jsonfy" now to avoid errors or add an explicit @return annotation to suppress this message."
#code: 0
#file: "/var/www/html/automation-direct/vendor/symfony/error-handler/DebugClassLoader.php"
#line: 341
#severity: E_USER_DEPRECATED
trace: {
/var/www/html/automation-direct/vendor/symfony/error-handler/DebugClassLoader.php:341 {
Doctrine\DBAL\Types\Type::addType($name, $className) …
› foreach ($deprecations as $message) {
› @trigger_error($message, \E_USER_DEPRECATED);
› }
}
/var/www/html/automation-direct/vendor/doctrine/doctrine-bundle/src/ConnectionFactory.php:210 {
Doctrine\Bundle\DoctrineBundle\ConnectionFactory->initializeTypes(): void …
› } else {
› Type::addType($typeName, $typeConfig['class']);
› }
}
/var/www/html/automation-direct/vendor/doctrine/doctrine-bundle/src/ConnectionFactory.php:76 {
Doctrine\Bundle\DoctrineBundle\ConnectionFactory->createConnection(array $params, ?Configuration $config = null, ?EventManager $eventManager = null, array $mappingTypes = []) …
› if (! $this->initialized) {
› $this->initializeTypes();
› }
}
/var/www/html/automation-direct/var/cache/dev/ContainerDFQB5sJ/App_KernelDevDebugContainer.php:2764 {
ContainerDFQB5sJ\App_KernelDevDebugContainer::getDoctrine_Dbal_DefaultConnectionService($container) …
›
› return $container->services['doctrine.dbal.default_connection'] = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory($container->parameters['doctrine.dbal.connection_factory.types'], new \Doctrine\DBAL\Tools\DsnParser(['db2' => 'ibm_db2', 'mssql' => 'pdo_sqlsrv', 'mysql' => 'pdo_mysql', 'mysql2' => 'pdo_mysql', 'postgres' => 'pdo_pgsql', 'postgresql' => 'pdo_pgsql', 'pgsql' => 'pdo_pgsql', 'sqlite' => 'pdo_sqlite', 'sqlite3' => 'pdo_sqlite'])))->createConnection(['driver' => 'pdo_mysql', 'charset' => 'UTF8MB4', 'host' => 'localhost', 'port' => 3306, 'user' => 'root', 'password' => 'Password@123', 'dbname' => 'automationdirect', 'idle_connection_ttl' => 600, 'driverOptions' => [1002 => 'SET sql_mode = \'\';'], 'serverVersion' => '8.0.36', 'defaultTableOptions' => ['charset' => 'UTF8MB4', 'engine' => 'InnoDB', 'collate' => 'utf8mb4_general_ci']], $b, $a, ['enum' => 'string', 'bit' => 'boolean']);
› }
}
/var/www/html/automation-direct/var/cache/dev/ContainerDFQB5sJ/App_KernelDevDebugContainer.php:2558 {
ContainerDFQB5sJ\App_KernelDevDebugContainer::getLockFactoryService($container) …
› {
› $a = ($container->services['doctrine.dbal.default_connection'] ?? self::getDoctrine_Dbal_DefaultConnectionService($container));
›
}
/var/www/html/automation-direct/var/cache/dev/ContainerDFQB5sJ/App_KernelDevDebugContainer.php:2070 {
ContainerDFQB5sJ\App_KernelDevDebugContainer::getStaticPageGeneratorService($container) …
› }
› $b = ($container->services['Symfony\\Component\\Lock\\LockFactory'] ?? self::getLockFactoryService($container));
›
}
/var/www/html/automation-direct/var/cache/dev/ContainerDFQB5sJ/App_KernelDevDebugContainer.php:4307 {
ContainerDFQB5sJ\App_KernelDevDebugContainer::getStaticPageGeneratorListenerService($container) …
› {
› $a = ($container->services['Pimcore\\Document\\StaticPageGenerator'] ?? self::getStaticPageGeneratorService($container));
›
}
/var/www/html/automation-direct/var/cache/dev/ContainerDFQB5sJ/App_KernelDevDebugContainer.php:3244 {
ContainerDFQB5sJ\App_KernelDevDebugContainer::ContainerDFQB5sJ\{closure} …
› $instance->addListener('pimcore.document.postUpdate', [#[\Closure(name: 'Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\StaticPageGeneratorListener')] fn () => ($container->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\StaticPageGeneratorListener'] ?? self::getStaticPageGeneratorListenerService($container)), 'onPostAddUpdateDeleteDocument'], 0);
› $instance->addListener('kernel.request', [#[\Closure(name: 'Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\StaticPageGeneratorListener')] fn () => ($container->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\StaticPageGeneratorListener'] ?? self::getStaticPageGeneratorListenerService($container)), 'onKernelRequest'], 510);
› $instance->addListener('kernel.response', [#[\Closure(name: 'Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\StaticPageGeneratorListener')] fn () => ($container->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\StaticPageGeneratorListener'] ?? self::getStaticPageGeneratorListenerService($container)), 'onKernelResponse'], -120);
}
/var/www/html/automation-direct/vendor/symfony/event-dispatcher/EventDispatcher.php:235 {
Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName): void …
› if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {
› $listener[0] = $listener[0]();
› $listener[1] ??= '__invoke';
}
/var/www/html/automation-direct/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/var/www/html/automation-direct/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:276 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
›
› foreach ($this->dispatcher->getListeners($eventName) as $listener) {
› $priority = $this->getListenerPriority($eventName, $listener);
}
/var/www/html/automation-direct/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:133 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› $this->preProcess($eventName);
› try {
}
/var/www/html/automation-direct/vendor/symfony/http-kernel/HttpKernel.php:157 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
}
/var/www/html/automation-direct/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
$type: 1
}
}
/var/www/html/automation-direct/vendor/symfony/http-kernel/Kernel.php:197 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
$type: 1
$catch: true
}
}
/var/www/html/automation-direct/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
}
}
/var/www/html/automation-direct/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/html/automation-direct/public/index.php:20 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments: {
"/var/www/html/automation-direct/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1769178253
"timestamp_rfc3339" => "2026-01-23T14:24:13.194+00:00"
"message" => "User Deprecated: Method "Doctrine\DBAL\Types\Type::convertToDatabaseValue()" might add "mixed" as a native return type declaration in the future. Do the same in child class "Pimcore\Bundle\PortalEngineBundle\Tools\Doctrine\Type\Jsonfy" now to avoid errors or add an explicit @return annotation to suppress this message."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#384
#message: "User Deprecated: Method "Doctrine\DBAL\Types\Type::convertToDatabaseValue()" might add "mixed" as a native return type declaration in the future. Do the same in child class "Pimcore\Bundle\PortalEngineBundle\Tools\Doctrine\Type\Jsonfy" now to avoid errors or add an explicit @return annotation to suppress this message."
#code: 0
#file: "/var/www/html/automation-direct/vendor/symfony/error-handler/DebugClassLoader.php"
#line: 341
#severity: E_USER_DEPRECATED
trace: {
/var/www/html/automation-direct/vendor/symfony/error-handler/DebugClassLoader.php:341 {
Doctrine\DBAL\Types\Type::addType($name, $className) …
› foreach ($deprecations as $message) {
› @trigger_error($message, \E_USER_DEPRECATED);
› }
}
/var/www/html/automation-direct/vendor/doctrine/doctrine-bundle/src/ConnectionFactory.php:210 {
Doctrine\Bundle\DoctrineBundle\ConnectionFactory->initializeTypes(): void …
› } else {
› Type::addType($typeName, $typeConfig['class']);
› }
}
/var/www/html/automation-direct/vendor/doctrine/doctrine-bundle/src/ConnectionFactory.php:76 {
Doctrine\Bundle\DoctrineBundle\ConnectionFactory->createConnection(array $params, ?Configuration $config = null, ?EventManager $eventManager = null, array $mappingTypes = []) …
› if (! $this->initialized) {
› $this->initializeTypes();
› }
}
/var/www/html/automation-direct/var/cache/dev/ContainerDFQB5sJ/App_KernelDevDebugContainer.php:2764 {
ContainerDFQB5sJ\App_KernelDevDebugContainer::getDoctrine_Dbal_DefaultConnectionService($container) …
›
› return $container->services['doctrine.dbal.default_connection'] = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory($container->parameters['doctrine.dbal.connection_factory.types'], new \Doctrine\DBAL\Tools\DsnParser(['db2' => 'ibm_db2', 'mssql' => 'pdo_sqlsrv', 'mysql' => 'pdo_mysql', 'mysql2' => 'pdo_mysql', 'postgres' => 'pdo_pgsql', 'postgresql' => 'pdo_pgsql', 'pgsql' => 'pdo_pgsql', 'sqlite' => 'pdo_sqlite', 'sqlite3' => 'pdo_sqlite'])))->createConnection(['driver' => 'pdo_mysql', 'charset' => 'UTF8MB4', 'host' => 'localhost', 'port' => 3306, 'user' => 'root', 'password' => 'Password@123', 'dbname' => 'automationdirect', 'idle_connection_ttl' => 600, 'driverOptions' => [1002 => 'SET sql_mode = \'\';'], 'serverVersion' => '8.0.36', 'defaultTableOptions' => ['charset' => 'UTF8MB4', 'engine' => 'InnoDB', 'collate' => 'utf8mb4_general_ci']], $b, $a, ['enum' => 'string', 'bit' => 'boolean']);
› }
}
/var/www/html/automation-direct/var/cache/dev/ContainerDFQB5sJ/App_KernelDevDebugContainer.php:2558 {
ContainerDFQB5sJ\App_KernelDevDebugContainer::getLockFactoryService($container) …
› {
› $a = ($container->services['doctrine.dbal.default_connection'] ?? self::getDoctrine_Dbal_DefaultConnectionService($container));
›
}
/var/www/html/automation-direct/var/cache/dev/ContainerDFQB5sJ/App_KernelDevDebugContainer.php:2070 {
ContainerDFQB5sJ\App_KernelDevDebugContainer::getStaticPageGeneratorService($container) …
› }
› $b = ($container->services['Symfony\\Component\\Lock\\LockFactory'] ?? self::getLockFactoryService($container));
›
}
/var/www/html/automation-direct/var/cache/dev/ContainerDFQB5sJ/App_KernelDevDebugContainer.php:4307 {
ContainerDFQB5sJ\App_KernelDevDebugContainer::getStaticPageGeneratorListenerService($container) …
› {
› $a = ($container->services['Pimcore\\Document\\StaticPageGenerator'] ?? self::getStaticPageGeneratorService($container));
›
}
/var/www/html/automation-direct/var/cache/dev/ContainerDFQB5sJ/App_KernelDevDebugContainer.php:3244 {
ContainerDFQB5sJ\App_KernelDevDebugContainer::ContainerDFQB5sJ\{closure} …
› $instance->addListener('pimcore.document.postUpdate', [#[\Closure(name: 'Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\StaticPageGeneratorListener')] fn () => ($container->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\StaticPageGeneratorListener'] ?? self::getStaticPageGeneratorListenerService($container)), 'onPostAddUpdateDeleteDocument'], 0);
› $instance->addListener('kernel.request', [#[\Closure(name: 'Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\StaticPageGeneratorListener')] fn () => ($container->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\StaticPageGeneratorListener'] ?? self::getStaticPageGeneratorListenerService($container)), 'onKernelRequest'], 510);
› $instance->addListener('kernel.response', [#[\Closure(name: 'Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\StaticPageGeneratorListener')] fn () => ($container->privates['Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\StaticPageGeneratorListener'] ?? self::getStaticPageGeneratorListenerService($container)), 'onKernelResponse'], -120);
}
/var/www/html/automation-direct/vendor/symfony/event-dispatcher/EventDispatcher.php:235 {
Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName): void …
› if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {
› $listener[0] = $listener[0]();
› $listener[1] ??= '__invoke';
}
/var/www/html/automation-direct/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/var/www/html/automation-direct/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:276 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
›
› foreach ($this->dispatcher->getListeners($eventName) as $listener) {
› $priority = $this->getListenerPriority($eventName, $listener);
}
/var/www/html/automation-direct/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:133 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› $this->preProcess($eventName);
› try {
}
/var/www/html/automation-direct/vendor/symfony/http-kernel/HttpKernel.php:157 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
}
/var/www/html/automation-direct/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
$type: 1
}
}
/var/www/html/automation-direct/vendor/symfony/http-kernel/Kernel.php:197 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
$type: 1
$catch: true
}
}
/var/www/html/automation-direct/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
}
}
/var/www/html/automation-direct/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/html/automation-direct/public/index.php:20 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments: {
"/var/www/html/automation-direct/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1769178253
"timestamp_rfc3339" => "2026-01-23T14:24:13.249+00:00"
"message" => "Connecting with parameters {params}"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"params" => [
"driver" => "pdo_mysql"
"charset" => "UTF8MB4"
"host" => "localhost"
"port" => 3306
"user" => "root"
"password" => "<redacted>"
"dbname" => "automationdirect"
"idle_connection_ttl" => 600
"driverOptions" => [
1002 => "SET sql_mode = '';"
]
"serverVersion" => "8.0.36"
"defaultTableOptions" => [
"charset" => "UTF8MB4"
"engine" => "InnoDB"
"collate" => "utf8mb4_general_ci"
]
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1769178253
"timestamp_rfc3339" => "2026-01-23T14:24:13.252+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)"
"params" => [
1 => 1769178253
2 => "site_domain_e4819f40acd7ec6f4a6e6e52042b29ec"
]
"types" => [
1 => 1
2 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1769178253
"timestamp_rfc3339" => "2026-01-23T14:24:13.253+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?, ?)"
"params" => [
1 => 1769178253
2 => "system\x01tags\x01"
3 => "site\x01tags\x01"
]
"types" => [
1 => 1
2 => 2
3 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1769178253
"timestamp_rfc3339" => "2026-01-23T14:24:13.253+00:00"
"message" => "Successfully got data for key {key} from cache"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"key" => "site_domain_e4819f40acd7ec6f4a6e6e52042b29ec"
]
"channel" => "cache"
]
[
"timestamp" => 1769178253
"timestamp_rfc3339" => "2026-01-23T14:24:13.255+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT * FROM settings_store WHERE id = ? AND scope = ?"
"params" => [
1 => "system_settings"
2 => "pimcore_system_settings"
]
"types" => [
1 => 2
2 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1769178253
"timestamp_rfc3339" => "2026-01-23T14:24:13.259+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT * FROM settings_store WHERE id = ? AND scope = ?"
"params" => [
1 => "BUNDLE_INSTALLED__Pimcore\Bundle\SeoBundle\PimcoreSeoBundle"
2 => "pimcore"
]
"types" => [
1 => 2
2 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1769178253
"timestamp_rfc3339" => "2026-01-23T14:24:13.260+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => """
SELECT * FROM redirects WHERE\n
(\n
(source = ? AND (`type` = ? OR `type` = ?)) OR\n
(source = ? AND `type` = ?) OR\n
(source = ? AND `type` = ?)\n
) AND active = 1 AND (regex IS NULL OR regex = 0) AND (expiry > UNIX_TIMESTAMP() OR expiry IS NULL) AND sourceSite IS NULL AND priority = 99 ORDER BY `priority` DESC
"""
"params" => [
1 => "/en/account/register"
2 => "path"
3 => "auto_create"
4 => "/en/account/register"
5 => "path_query"
6 => "https://automation-direct.pimcoredemos.com/en/account/register"
7 => "entire_uri"
]
"types" => [
1 => 2
2 => 2
3 => 2
4 => 2
5 => 2
6 => 2
7 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1769178253
"timestamp_rfc3339" => "2026-01-23T14:24:13.261+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)"
"params" => [
1 => 1769178253
2 => "system_route_redirect"
]
"types" => [
1 => 1
2 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1769178253
"timestamp_rfc3339" => "2026-01-23T14:24:13.261+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?, ?, ?)"
"params" => [
1 => 1769178253
2 => "system\x01tags\x01"
3 => "redirect\x01tags\x01"
4 => "route\x01tags\x01"
]
"types" => [
1 => 1
2 => 2
3 => 2
4 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1769178253
"timestamp_rfc3339" => "2026-01-23T14:24:13.261+00:00"
"message" => "Successfully got data for key {key} from cache"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"key" => "system_route_redirect"
]
"channel" => "cache"
]
[
"timestamp" => 1769178253
"timestamp_rfc3339" => "2026-01-23T14:24:13.265+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT * FROM tmp_store WHERE id = ?"
"params" => [
1 => "maintenance_mode"
]
"types" => [
1 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1769178253
"timestamp_rfc3339" => "2026-01-23T14:24:13.266+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT * FROM settings_store WHERE id = ? AND scope = ?"
"params" => [
1 => "reports"
2 => "pimcore"
]
"types" => [
1 => 2
2 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1769178253
"timestamp_rfc3339" => "2026-01-23T14:24:13.279+00:00"
"message" => "Matched route "{route}"."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"route" => "account-register"
"route_parameters" => [
"_route" => "account-register"
"_controller" => "App\Controller\AccountController::registerAction"
"_locale" => "en"
]
"request_uri" => "https://automation-direct.pimcoredemos.com/en/account/register"
"method" => "GET"
]
"channel" => "request"
]
[
"timestamp" => 1769178253
"timestamp_rfc3339" => "2026-01-23T14:24:13.279+00:00"
"message" => "Resolved pimcore context for path {path} to {context}"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"path" => "/en/account/register"
"context" => "default"
]
"channel" => "app"
]
[
"timestamp" => 1769178253
"timestamp_rfc3339" => "2026-01-23T14:24:13.286+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT id FROM documents WHERE `path` = BINARY ? AND `key` = BINARY ?"
"params" => [
1 => "/en/account/"
2 => "register"
]
"types" => [
1 => 2
2 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1769178253
"timestamp_rfc3339" => "2026-01-23T14:24:13.286+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT id FROM documents_page WHERE prettyUrl = ?"
"params" => [
1 => "/en/account/register"
]
"types" => [
1 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1769178253
"timestamp_rfc3339" => "2026-01-23T14:24:13.286+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT id FROM documents WHERE `path` = BINARY ? AND `key` = BINARY ?"
"params" => [
1 => "/en/"
2 => "account"
]
"types" => [
1 => 2
2 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1769178253
"timestamp_rfc3339" => "2026-01-23T14:24:13.287+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT id FROM documents_page WHERE prettyUrl = ?"
"params" => [
1 => "/en/account"
]
"types" => [
1 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1769178253
"timestamp_rfc3339" => "2026-01-23T14:24:13.287+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT id FROM documents WHERE `path` = BINARY ? AND `key` = BINARY ?"
"params" => [
1 => "/"
2 => "en"
]
"types" => [
1 => 2
2 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1769178253
"timestamp_rfc3339" => "2026-01-23T14:24:13.287+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)"
"params" => [
1 => 1769178253
2 => "document_3"
]
"types" => [
1 => 1
2 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1769178253
"timestamp_rfc3339" => "2026-01-23T14:24:13.288+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)"
"params" => [
1 => 1769178253
2 => "document_3\x01tags\x01"
3 => "document_1\x01tags\x01"
4 => "asset_337\x01tags\x01"
5 => "asset_3\x01tags\x01"
6 => "asset_319\x01tags\x01"
7 => "asset_361\x01tags\x01"
8 => "asset_320\x01tags\x01"
9 => "asset_318\x01tags\x01"
10 => "asset_321\x01tags\x01"
11 => "asset_224\x01tags\x01"
12 => "asset_35\x01tags\x01"
13 => "asset_211\x01tags\x01"
14 => "asset_90\x01tags\x01"
15 => "asset_58\x01tags\x01"
16 => "asset_180\x01tags\x01"
17 => "asset_124\x01tags\x01"
18 => "asset_164\x01tags\x01"
19 => "asset_81\x01tags\x01"
]
"types" => [
1 => 1
2 => 2
3 => 2
4 => 2
5 => 2
6 => 2
7 => 2
8 => 2
9 => 2
10 => 2
11 => 2
12 => 2
13 => 2
14 => 2
15 => 2
16 => 2
17 => 2
18 => 2
19 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1769178253
"timestamp_rfc3339" => "2026-01-23T14:24:13.289+00:00"
"message" => "Successfully got data for key {key} from cache"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"key" => "document_3"
]
"channel" => "cache"
]
[
"timestamp" => 1769178253
"timestamp_rfc3339" => "2026-01-23T14:24:13.289+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)"
"params" => [
1 => 1769178253
2 => "document_properties_3"
]
"types" => [
1 => 1
2 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1769178253
"timestamp_rfc3339" => "2026-01-23T14:24:13.290+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?, ?)"
"params" => [
1 => 1769178253
2 => "document_properties\x01tags\x01"
3 => "document_3\x01tags\x01"
]
"types" => [
1 => 1
2 => 2
3 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1769178253
"timestamp_rfc3339" => "2026-01-23T14:24:13.290+00:00"
"message" => "Successfully got data for key {key} from cache"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"key" => "document_properties_3"
]
"channel" => "cache"
]
[
"timestamp" => 1769178253
"timestamp_rfc3339" => "2026-01-23T14:24:13.298+00:00"
"message" => "Checking for authenticator support."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"firewall_name" => "demo_frontend"
"authenticators" => 2
]
"channel" => "security"
]
[
"timestamp" => 1769178253
"timestamp_rfc3339" => "2026-01-23T14:24:13.298+00:00"
"message" => "Checking support on authenticator."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"firewall_name" => "demo_frontend"
"authenticator" => "Symfony\Component\Security\Http\Authenticator\FormLoginAuthenticator"
]
"channel" => "security"
]
[
"timestamp" => 1769178253
"timestamp_rfc3339" => "2026-01-23T14:24:13.298+00:00"
"message" => "Authenticator does not support the request."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"firewall_name" => "demo_frontend"
"authenticator" => "Symfony\Component\Security\Http\Authenticator\FormLoginAuthenticator"
]
"channel" => "security"
]
[
"timestamp" => 1769178253
"timestamp_rfc3339" => "2026-01-23T14:24:13.298+00:00"
"message" => "Checking support on authenticator."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"firewall_name" => "demo_frontend"
"authenticator" => "Symfony\Component\Security\Http\Authenticator\RememberMeAuthenticator"
]
"channel" => "security"
]
[
"timestamp" => 1769178253
"timestamp_rfc3339" => "2026-01-23T14:24:13.298+00:00"
"message" => "Authenticator does not support the request."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"firewall_name" => "demo_frontend"
"authenticator" => "Symfony\Component\Security\Http\Authenticator\RememberMeAuthenticator"
]
"channel" => "security"
]
[
"timestamp" => 1769178253
"timestamp_rfc3339" => "2026-01-23T14:24:13.298+00:00"
"message" => "Executing query: {sql}"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT id FROM targeting_target_groups UNION SELECT id FROM targeting_rules LIMIT 1"
]
"channel" => "doctrine"
]
[
"timestamp" => 1769178253
"timestamp_rfc3339" => "2026-01-23T14:24:13.302+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "pimcore.targeting.pre_resolve"
"listener" => "Pimcore\Bundle\PersonalizationBundle\Targeting\EventListener\TargetingListener::onPreResolve"
]
"channel" => "event"
]
[
"timestamp" => 1769178253
"timestamp_rfc3339" => "2026-01-23T14:24:13.302+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "pimcore.targeting.pre_resolve"
"listener" => "Pimcore\Bundle\PersonalizationBundle\Targeting\EventListener\DocumentTargetGroupListener::onVisitorInfoResolve"
]
"channel" => "event"
]
[
"timestamp" => 1769178253
"timestamp_rfc3339" => "2026-01-23T14:24:13.302+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "pimcore.targeting.pre_resolve"
"listener" => "CustomerManagementFrameworkBundle\Targeting\EventListener\ElementSegmentsListener::onTargetingPreResolve"
]
"channel" => "event"
]
[
"timestamp" => 1769178253
"timestamp_rfc3339" => "2026-01-23T14:24:13.302+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "pimcore.targeting.pre_resolve"
"listener" => "Pimcore\Bundle\PersonalizationBundle\Targeting\EventListener\ToolbarListener::onPreResolve"
]
"channel" => "event"
]
[
"timestamp" => 1769178253
"timestamp_rfc3339" => "2026-01-23T14:24:13.303+00:00"
"message" => "Executing query: {sql}"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT id FROM targeting_rules WHERE active = 1 ORDER BY `prio` ASC"
]
"channel" => "doctrine"
]
[
"timestamp" => 1769178253
"timestamp_rfc3339" => "2026-01-23T14:24:13.304+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT * FROM targeting_rules WHERE id = ?"
"params" => [
1 => 1
]
"types" => [
1 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1769178253
"timestamp_rfc3339" => "2026-01-23T14:24:13.304+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT * FROM targeting_rules WHERE id = ?"
"params" => [
1 => 2
]
"types" => [
1 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1769178253
"timestamp_rfc3339" => "2026-01-23T14:24:13.304+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT * FROM targeting_rules WHERE id = ?"
"params" => [
1 => 3
]
"types" => [
1 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1769178253
"timestamp_rfc3339" => "2026-01-23T14:24:13.304+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT * FROM targeting_rules WHERE id = ?"
"params" => [
1 => 4
]
"types" => [
1 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1769178253
"timestamp_rfc3339" => "2026-01-23T14:24:13.305+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT * FROM targeting_rules WHERE id = ?"
"params" => [
1 => 6
]
"types" => [
1 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1769178253
"timestamp_rfc3339" => "2026-01-23T14:24:13.305+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT * FROM targeting_rules WHERE id = ?"
"params" => [
1 => 7
]
"types" => [
1 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1769178253
"timestamp_rfc3339" => "2026-01-23T14:24:13.305+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT * FROM targeting_rules WHERE id = ?"
"params" => [
1 => 8
]
"types" => [
1 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1769178253
"timestamp_rfc3339" => "2026-01-23T14:24:13.305+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT * FROM targeting_rules WHERE id = ?"
"params" => [
1 => 9
]
"types" => [
1 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1769178253
"timestamp_rfc3339" => "2026-01-23T14:24:13.305+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT * FROM targeting_rules WHERE id = ?"
"params" => [
1 => 10
]
"types" => [
1 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1769178253
"timestamp_rfc3339" => "2026-01-23T14:24:13.307+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)"
"params" => [
1 => 1769178253
2 => "url_1%20and%20timeonsite_2%2F%2Ftimeonsite_2%7Curl_1"
]
"types" => [
1 => 1
2 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1769178253
"timestamp_rfc3339" => "2026-01-23T14:24:13.308+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)"
"params" => [
1 => 1769178253
2 => "url_1%20and%20timeonsite_2%2F%2Ftimeonsite_2%7Curl_1"
]
"types" => [
1 => 1
2 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1769178253
"timestamp_rfc3339" => "2026-01-23T14:24:13.308+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)"
"params" => [
1 => 1769178253
2 => "url_1%20and%20timeonsite_2%2F%2Ftimeonsite_2%7Curl_1"
]
"types" => [
1 => 1
2 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1769178253
"timestamp_rfc3339" => "2026-01-23T14:24:13.313+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT id FROM objects WHERE `path` = BINARY ? AND `key` = BINARY ?"
"params" => [
1 => "/Customer Management/segments/calculated/Interest-Target-Groups/"
2 => "Sports-Cars-Fan"
]
"types" => [
1 => 2
2 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1769178253
"timestamp_rfc3339" => "2026-01-23T14:24:13.314+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)"
"params" => [
1 => 1769178253
2 => "object_875"
]
"types" => [
1 => 1
2 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1769178253
"timestamp_rfc3339" => "2026-01-23T14:24:13.314+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?, ?)"
"params" => [
1 => 1769178253
2 => "object_875\x01tags\x01"
3 => "class_2\x01tags\x01"
]
"types" => [
1 => 1
2 => 2
3 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1769178253
"timestamp_rfc3339" => "2026-01-23T14:24:13.314+00:00"
"message" => "Successfully got data for key {key} from cache"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"key" => "object_875"
]
"channel" => "cache"
]
[
"timestamp" => 1769178253
"timestamp_rfc3339" => "2026-01-23T14:24:13.315+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT id FROM objects WHERE `path` = BINARY ? AND `key` = BINARY ?"
"params" => [
1 => "/Customer Management/segments/calculated/VisitingCount/"
2 => "at least once"
]
"types" => [
1 => 2
2 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1769178253
"timestamp_rfc3339" => "2026-01-23T14:24:13.316+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)"
"params" => [
1 => 1769178253
2 => "object_860"
]
"types" => [
1 => 1
2 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1769178253
"timestamp_rfc3339" => "2026-01-23T14:24:13.316+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?, ?)"
"params" => [
1 => 1769178253
2 => "object_860\x01tags\x01"
3 => "class_2\x01tags\x01"
]
"types" => [
1 => 1
2 => 2
3 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1769178253
"timestamp_rfc3339" => "2026-01-23T14:24:13.316+00:00"
"message" => "Successfully got data for key {key} from cache"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"key" => "object_860"
]
"channel" => "cache"
]
[
"timestamp" => 1769178253
"timestamp_rfc3339" => "2026-01-23T14:24:13.316+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT id FROM objects WHERE `path` = BINARY ? AND `key` = BINARY ?"
"params" => [
1 => "/Customer Management/segments/calculated/VisitingCount/"
2 => "at least once"
]
"types" => [
1 => 2
2 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1769178253
"timestamp_rfc3339" => "2026-01-23T14:24:13.317+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)"
"params" => [
1 => 1769178253
2 => "cmf_has_segment_1%20and%20cmf_customer_is_loggedin_2%2F%2Fcmf_customer_is_loggedin_2%7Ccmf_has_segment_1"
]
"types" => [
1 => 1
2 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1769178253
"timestamp_rfc3339" => "2026-01-23T14:24:13.317+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT id FROM objects WHERE `path` = BINARY ? AND `key` = BINARY ?"
"params" => [
1 => "/Customer Management/segments/calculated/VisitingCount/"
2 => "at least once"
]
"types" => [
1 => 2
2 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1769178253
"timestamp_rfc3339" => "2026-01-23T14:24:13.317+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)"
"params" => [
1 => 1769178253
2 => "cmf_has_segment_1%20and%20cmf_customer_is_loggedin_2%2F%2Fcmf_customer_is_loggedin_2%7Ccmf_has_segment_1"
]
"types" => [
1 => 1
2 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1769178253
"timestamp_rfc3339" => "2026-01-23T14:24:13.317+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT id FROM objects WHERE `path` = BINARY ? AND `key` = BINARY ?"
"params" => [
1 => "/Customer Management/segments/calculated/VisitingCount/"
2 => "at least once"
]
"types" => [
1 => 2
2 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1769178253
"timestamp_rfc3339" => "2026-01-23T14:24:13.318+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)"
"params" => [
1 => 1769178253
2 => "cmf_has_segment_1%20and%20cmf_customer_is_loggedin_2%2F%2Fcmf_customer_is_loggedin_2%7Ccmf_has_segment_1"
]
"types" => [
1 => 1
2 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1769178253
"timestamp_rfc3339" => "2026-01-23T14:24:13.318+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "pimcore.targeting.post_resolve"
"listener" => "Pimcore\Bundle\PersonalizationBundle\Targeting\EventListener\VisitedPagesCountListener::onPostResolveVisitorInfo"
]
"channel" => "event"
]
[
"timestamp" => 1769178253
"timestamp_rfc3339" => "2026-01-23T14:24:13.318+00:00"
"message" => "Resolved editmode to {editmode}"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"editmode" => "false"
"params" => [
"param" => false
"adminRequest" => false
"user" => false
]
]
"channel" => "init"
]
[
"timestamp" => 1769178253
"timestamp_rfc3339" => "2026-01-23T14:24:13.319+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure"
]
"channel" => "event"
]
[
"timestamp" => 1769178253
"timestamp_rfc3339" => "2026-01-23T14:24:13.319+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Pimcore\Bundle\AdminBundle\EventListener\CustomAdminEntryPointCheckListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1769178253
"timestamp_rfc3339" => "2026-01-23T14:24:13.319+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Pimcore\Bundle\CoreBundle\EventListener\Frontend\RoutingListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1769178253
"timestamp_rfc3339" => "2026-01-23T14:24:13.319+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Pimcore\Bundle\CoreBundle\EventListener\Frontend\StaticPageGeneratorListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1769178253
"timestamp_rfc3339" => "2026-01-23T14:24:13.319+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\Component\HttpKernel\EventListener\ValidateRequestListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1769178253
"timestamp_rfc3339" => "2026-01-23T14:24:13.319+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Pimcore\Bundle\SeoBundle\EventListener\RoutingListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1769178253
"timestamp_rfc3339" => "2026-01-23T14:24:13.319+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1769178253
"timestamp_rfc3339" => "2026-01-23T14:24:13.319+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Pimcore\Bundle\AdminBundle\EventListener\AdminSessionBagListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1769178253
"timestamp_rfc3339" => "2026-01-23T14:24:13.319+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Pimcore\Bundle\PersonalizationBundle\Targeting\EventListener\TargetingSessionBagListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1769178253
"timestamp_rfc3339" => "2026-01-23T14:24:13.319+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Pimcore\Bundle\EcommerceFrameworkBundle\EventListener\SessionBagListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1769178253
"timestamp_rfc3339" => "2026-01-23T14:24:13.319+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Pimcore\Bundle\CoreBundle\EventListener\MaintenancePageListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1769178253
"timestamp_rfc3339" => "2026-01-23T14:24:13.319+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Pimcore\Bundle\CoreBundle\EventListener\Frontend\FullPageCacheListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1769178253
"timestamp_rfc3339" => "2026-01-23T14:24:13.319+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::setDefaultLocale"
]
"channel" => "event"
]
[
"timestamp" => 1769178253
"timestamp_rfc3339" => "2026-01-23T14:24:13.319+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Pimcore\Bundle\GoogleMarketingBundle\EventListener\Frontend\GoogleSearchConsoleVerificationListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1769178253
"timestamp_rfc3339" => "2026-01-23T14:24:13.319+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Pimcore\Bundle\PortalEngineBundle\EventSubscriber\RequestSubscriber::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1769178253
"timestamp_rfc3339" => "2026-01-23T14:24:13.319+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Pimcore\Bundle\PortalEngineBundle\EventSubscriber\TimezoneSubscriber::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1769178253
"timestamp_rfc3339" => "2026-01-23T14:24:13.319+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1769178253
"timestamp_rfc3339" => "2026-01-23T14:24:13.319+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Pimcore\Bundle\CoreBundle\EventListener\PimcoreContextListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1769178253
"timestamp_rfc3339" => "2026-01-23T14:24:13.319+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Pimcore\Bundle\CoreBundle\EventListener\Frontend\DocumentFallbackListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1769178253
"timestamp_rfc3339" => "2026-01-23T14:24:13.319+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1769178253
"timestamp_rfc3339" => "2026-01-23T14:24:13.319+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1769178253
"timestamp_rfc3339" => "2026-01-23T14:24:13.319+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Pimcore\Bundle\AdminBundle\EventListener\CsrfProtectionListener::handleRequest"
]
"channel" => "event"
]
[
"timestamp" => 1769178253
"timestamp_rfc3339" => "2026-01-23T14:24:13.319+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::configureLogoutUrlGenerator"
]
"channel" => "event"
]
[
"timestamp" => 1769178253
"timestamp_rfc3339" => "2026-01-23T14:24:13.319+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1769178253
"timestamp_rfc3339" => "2026-01-23T14:24:13.319+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Pimcore\Bundle\PersonalizationBundle\Targeting\EventListener\TargetingListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1769178253
"timestamp_rfc3339" => "2026-01-23T14:24:13.319+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Pimcore\Bundle\CoreBundle\EventListener\Frontend\LocaleListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1769178253
"timestamp_rfc3339" => "2026-01-23T14:24:13.319+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Knp\Bundle\PaginatorBundle\Subscriber\SlidingPaginationSubscriber::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1769178253
"timestamp_rfc3339" => "2026-01-23T14:24:13.319+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Scheb\TwoFactorBundle\Security\TwoFactor\Event\TwoFactorFormListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1769178253
"timestamp_rfc3339" => "2026-01-23T14:24:13.319+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Pimcore\Bundle\AdminBundle\EventListener\UserPerspectiveListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1769178253
"timestamp_rfc3339" => "2026-01-23T14:24:13.319+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Pimcore\Bundle\AdminBundle\EventListener\UsageStatisticsListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1769178253
"timestamp_rfc3339" => "2026-01-23T14:24:13.319+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Pimcore\Bundle\EcommerceFrameworkBundle\EventListener\Frontend\TrackingCodeFlashMessageListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1769178253
"timestamp_rfc3339" => "2026-01-23T14:24:13.319+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "CustomerManagementFrameworkBundle\Event\Frontend\UrlActivityTracker::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1769178253
"timestamp_rfc3339" => "2026-01-23T14:24:13.319+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Pimcore\Bundle\CoreBundle\EventListener\TranslationDebugListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1769178253
"timestamp_rfc3339" => "2026-01-23T14:24:13.319+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Pimcore\Bundle\CoreBundle\EventListener\Frontend\BlockStateListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1769178253
"timestamp_rfc3339" => "2026-01-23T14:24:13.319+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Pimcore\Bundle\CoreBundle\EventListener\Frontend\EditmodeListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1769178253
"timestamp_rfc3339" => "2026-01-23T14:24:13.319+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Pimcore\Bundle\CoreBundle\EventListener\Frontend\OutputTimestampListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1769178253
"timestamp_rfc3339" => "2026-01-23T14:24:13.319+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "CustomerManagementFrameworkBundle\Event\Frontend\UrlActivityTracker::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1769178253
"timestamp_rfc3339" => "2026-01-23T14:24:13.319+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Pimcore\Bundle\CoreBundle\EventListener\WebDebugToolbarListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1769178253
"timestamp_rfc3339" => "2026-01-23T14:24:13.320+00:00"
"message" => "User Deprecated: Since symfony/framework-bundle 6.4: The "annotations.cached_reader" service is deprecated without replacement."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#2267
#message: "User Deprecated: Since symfony/framework-bundle 6.4: The "annotations.cached_reader" service is deprecated without replacement."
#code: 0
#file: "/var/www/html/automation-direct/var/cache/dev/ContainerDFQB5sJ/getAnnotations_CachedReaderService.php"
#line: 23
#severity: E_USER_DEPRECATED
trace: {
/var/www/html/automation-direct/var/cache/dev/ContainerDFQB5sJ/getAnnotations_CachedReaderService.php:23 {
ContainerDFQB5sJ\getAnnotations_CachedReaderService::do($container, $lazyLoad = true) …
› {
› trigger_deprecation('symfony/framework-bundle', '6.4', 'The "annotations.cached_reader" service is deprecated without replacement.');
›
}
/var/www/html/automation-direct/var/cache/dev/ContainerDFQB5sJ/App_KernelDevDebugContainer.php:1584 {
ContainerDFQB5sJ\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/var/www/html/automation-direct/var/cache/dev/ContainerDFQB5sJ/App_KernelDevDebugContainer.php:7806 {
ContainerDFQB5sJ\App_KernelDevDebugContainer::getValidator_BuilderService($container) …
› $instance->enableAttributeMapping(true);
› $instance->setDoctrineAnnotationReader(($container->privates['annotations.cached_reader'] ?? $container->load('getAnnotations_CachedReaderService')));
› $instance->addMethodMapping('loadValidatorMetadata');
}
/var/www/html/automation-direct/var/cache/dev/ContainerDFQB5sJ/App_KernelDevDebugContainer.php:6476 {
ContainerDFQB5sJ\App_KernelDevDebugContainer::getDebug_ValidatorService($container) …
› {
› $a = ($container->privates['validator.builder'] ?? self::getValidator_BuilderService($container));
›
}
/var/www/html/automation-direct/var/cache/dev/ContainerDFQB5sJ/App_KernelDevDebugContainer.php:2457 {
ContainerDFQB5sJ\App_KernelDevDebugContainer::getExpressionServiceService($container) …
› }
› $b = ($container->privates['debug.validator'] ?? self::getDebug_ValidatorService($container));
›
}
/var/www/html/automation-direct/var/cache/dev/ContainerDFQB5sJ/App_KernelDevDebugContainer.php:7921 {
ContainerDFQB5sJ\App_KernelDevDebugContainer::getWorkflow_RegistryService($container) …
›
› $instance->addWorkflow(($container->services['state_machine.simple_asset_workflow'] ?? self::getStateMachine_SimpleAssetWorkflowService($container)), new \Pimcore\Workflow\SupportStrategy\ExpressionSupportStrategy(($container->services['Pimcore\\Workflow\\ExpressionService'] ?? self::getExpressionServiceService($container)), '\\Pimcore\\Model\\Asset', 'is_fully_authenticated()'));
› $instance->addWorkflow(($container->services['workflow.product_data_enrichment'] ?? self::getWorkflow_ProductDataEnrichmentService($container)), new \App\Workflow\SupportsStrategy());
}
/var/www/html/automation-direct/var/cache/dev/ContainerDFQB5sJ/App_KernelDevDebugContainer.php:2474 {
ContainerDFQB5sJ\App_KernelDevDebugContainer::getManagerService($container) …
› {
› $a = ($container->privates['workflow.registry'] ?? self::getWorkflow_RegistryService($container));
›
}
/var/www/html/automation-direct/var/cache/dev/ContainerDFQB5sJ/App_KernelDevDebugContainer.php:4976 {
ContainerDFQB5sJ\App_KernelDevDebugContainer::getWorkflowServiceInterfaceService($container) …
› {
› $a = ($container->services['Pimcore\\Workflow\\Manager'] ?? self::getManagerService($container));
›
}
/var/www/html/automation-direct/var/cache/dev/ContainerDFQB5sJ/App_KernelDevDebugContainer.php:4844 {
ContainerDFQB5sJ\App_KernelDevDebugContainer::getAssetTypeAdapterService($container) …
› {
› $a = ($container->privates['Pimcore\\Bundle\\GenericDataIndexBundle\\Service\\Workflow\\WorkflowServiceInterface'] ?? self::getWorkflowServiceInterfaceService($container));
›
}
/var/www/html/automation-direct/var/cache/dev/ContainerDFQB5sJ/App_KernelDevDebugContainer.php:4818 {
ContainerDFQB5sJ\App_KernelDevDebugContainer::getAdapterServiceInterfaceService($container) …
› {
› $a = ($container->privates['Pimcore\\Bundle\\GenericDataIndexBundle\\Service\\SearchIndex\\IndexService\\ElementTypeAdapter\\AssetTypeAdapter'] ?? self::getAssetTypeAdapterService($container));
›
}
/var/www/html/automation-direct/var/cache/dev/ContainerDFQB5sJ/App_KernelDevDebugContainer.php:4712 {
ContainerDFQB5sJ\App_KernelDevDebugContainer::getIndexQueueServiceInterfaceService($container) …
› {
› $a = ($container->privates['Pimcore\\Bundle\\GenericDataIndexBundle\\Service\\SearchIndex\\IndexService\\ElementTypeAdapter\\AdapterServiceInterface'] ?? self::getAdapterServiceInterfaceService($container));
›
}
/var/www/html/automation-direct/var/cache/dev/ContainerDFQB5sJ/App_KernelDevDebugContainer.php:5385 {
ContainerDFQB5sJ\App_KernelDevDebugContainer::getCollectionServiceService($container) …
› {
› $a = ($container->privates['Pimcore\\Bundle\\GenericDataIndexBundle\\Service\\SearchIndex\\IndexQueueServiceInterface'] ?? self::getIndexQueueServiceInterfaceService($container));
›
}
/var/www/html/automation-direct/var/cache/dev/ContainerDFQB5sJ/App_KernelDevDebugContainer.php:5551 {
ContainerDFQB5sJ\App_KernelDevDebugContainer::getPublicShareServiceService($container) …
› {
› $a = ($container->privates['Pimcore\\Bundle\\PortalEngineBundle\\Service\\Collection\\CollectionService'] ?? self::getCollectionServiceService($container));
›
}
/var/www/html/automation-direct/var/cache/dev/ContainerDFQB5sJ/App_KernelDevDebugContainer.php:5359 {
ContainerDFQB5sJ\App_KernelDevDebugContainer::getSecuritySubscriberService($container) …
› }
› $c = ($container->privates['Pimcore\\Bundle\\PortalEngineBundle\\Service\\PublicShare\\PublicShareService'] ?? self::getPublicShareServiceService($container));
›
}
/var/www/html/automation-direct/var/cache/dev/ContainerDFQB5sJ/App_KernelDevDebugContainer.php:3177 {
ContainerDFQB5sJ\App_KernelDevDebugContainer::ContainerDFQB5sJ\{closure} …
› $instance->addListener('pimcore.dataobject.postDelete', [#[\Closure(name: 'Pimcore\\Bundle\\PortalEngineBundle\\EventSubscriber\\SaveUserSubscriber')] fn () => ($container->privates['Pimcore\\Bundle\\PortalEngineBundle\\EventSubscriber\\SaveUserSubscriber'] ?? $container->load('getSaveUserSubscriberService')), 'onPostDelete'], 0);
› $instance->addListener('kernel.controller', [#[\Closure(name: 'Pimcore\\Bundle\\PortalEngineBundle\\EventSubscriber\\SecuritySubscriber')] fn () => ($container->privates['Pimcore\\Bundle\\PortalEngineBundle\\EventSubscriber\\SecuritySubscriber'] ?? self::getSecuritySubscriberService($container)), 'onKernelController'], 19);
› $instance->addListener('pimcore.dataobject.preUpdate', [#[\Closure(name: 'Pimcore\\Bundle\\PortalEngineBundle\\EventSubscriber\\SecuritySubscriber')] fn () => ($container->privates['Pimcore\\Bundle\\PortalEngineBundle\\EventSubscriber\\SecuritySubscriber'] ?? self::getSecuritySubscriberService($container)), 'onPreUpdate'], 0);
}
/var/www/html/automation-direct/vendor/symfony/event-dispatcher/EventDispatcher.php:235 {
Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName): void …
› if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {
› $listener[0] = $listener[0]();
› $listener[1] ??= '__invoke';
}
/var/www/html/automation-direct/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/var/www/html/automation-direct/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:276 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
›
› foreach ($this->dispatcher->getListeners($eventName) as $listener) {
› $priority = $this->getListenerPriority($eventName, $listener);
}
/var/www/html/automation-direct/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:133 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› $this->preProcess($eventName);
› try {
}
/var/www/html/automation-direct/vendor/symfony/http-kernel/HttpKernel.php:169 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new ControllerEvent($this, $controller, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::CONTROLLER);
› $controller = $event->getController();
}
/var/www/html/automation-direct/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
$type: 1
}
}
/var/www/html/automation-direct/vendor/symfony/http-kernel/Kernel.php:197 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
$type: 1
$catch: true
}
}
/var/www/html/automation-direct/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
}
}
/var/www/html/automation-direct/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/html/automation-direct/public/index.php:20 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments: {
"/var/www/html/automation-direct/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1769178253
"timestamp_rfc3339" => "2026-01-23T14:24:13.320+00:00"
"message" => "User Deprecated: Since symfony/framework-bundle 6.4: The "annotations.reader" service is deprecated without replacement."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#2163
#message: "User Deprecated: Since symfony/framework-bundle 6.4: The "annotations.reader" service is deprecated without replacement."
#code: 0
#file: "/var/www/html/automation-direct/var/cache/dev/ContainerDFQB5sJ/getAnnotations_ReaderService.php"
#line: 23
#severity: E_USER_DEPRECATED
trace: {
/var/www/html/automation-direct/var/cache/dev/ContainerDFQB5sJ/getAnnotations_ReaderService.php:23 {
ContainerDFQB5sJ\getAnnotations_ReaderService::do($container, $lazyLoad = true) …
› {
› trigger_deprecation('symfony/framework-bundle', '6.4', 'The "annotations.reader" service is deprecated without replacement.');
›
}
/var/www/html/automation-direct/var/cache/dev/ContainerDFQB5sJ/App_KernelDevDebugContainer.php:1584 {
ContainerDFQB5sJ\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/var/www/html/automation-direct/var/cache/dev/ContainerDFQB5sJ/getAnnotations_CachedReaderService.php:25 {
ContainerDFQB5sJ\getAnnotations_CachedReaderService::do($container, $lazyLoad = true) …
›
› return $container->privates['annotations.cached_reader'] = new \Doctrine\Common\Annotations\PsrCachedReader(($container->privates['annotations.reader'] ?? $container->load('getAnnotations_ReaderService')), $container->load('getAnnotations_CacheAdapterService'), true);
› }
}
/var/www/html/automation-direct/var/cache/dev/ContainerDFQB5sJ/App_KernelDevDebugContainer.php:1584 {
ContainerDFQB5sJ\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/var/www/html/automation-direct/var/cache/dev/ContainerDFQB5sJ/App_KernelDevDebugContainer.php:7806 {
ContainerDFQB5sJ\App_KernelDevDebugContainer::getValidator_BuilderService($container) …
› $instance->enableAttributeMapping(true);
› $instance->setDoctrineAnnotationReader(($container->privates['annotations.cached_reader'] ?? $container->load('getAnnotations_CachedReaderService')));
› $instance->addMethodMapping('loadValidatorMetadata');
}
/var/www/html/automation-direct/var/cache/dev/ContainerDFQB5sJ/App_KernelDevDebugContainer.php:6476 {
ContainerDFQB5sJ\App_KernelDevDebugContainer::getDebug_ValidatorService($container) …
› {
› $a = ($container->privates['validator.builder'] ?? self::getValidator_BuilderService($container));
›
}
/var/www/html/automation-direct/var/cache/dev/ContainerDFQB5sJ/App_KernelDevDebugContainer.php:2457 {
ContainerDFQB5sJ\App_KernelDevDebugContainer::getExpressionServiceService($container) …
› }
› $b = ($container->privates['debug.validator'] ?? self::getDebug_ValidatorService($container));
›
}
/var/www/html/automation-direct/var/cache/dev/ContainerDFQB5sJ/App_KernelDevDebugContainer.php:7921 {
ContainerDFQB5sJ\App_KernelDevDebugContainer::getWorkflow_RegistryService($container) …
›
› $instance->addWorkflow(($container->services['state_machine.simple_asset_workflow'] ?? self::getStateMachine_SimpleAssetWorkflowService($container)), new \Pimcore\Workflow\SupportStrategy\ExpressionSupportStrategy(($container->services['Pimcore\\Workflow\\ExpressionService'] ?? self::getExpressionServiceService($container)), '\\Pimcore\\Model\\Asset', 'is_fully_authenticated()'));
› $instance->addWorkflow(($container->services['workflow.product_data_enrichment'] ?? self::getWorkflow_ProductDataEnrichmentService($container)), new \App\Workflow\SupportsStrategy());
}
/var/www/html/automation-direct/var/cache/dev/ContainerDFQB5sJ/App_KernelDevDebugContainer.php:2474 {
ContainerDFQB5sJ\App_KernelDevDebugContainer::getManagerService($container) …
› {
› $a = ($container->privates['workflow.registry'] ?? self::getWorkflow_RegistryService($container));
›
}
/var/www/html/automation-direct/var/cache/dev/ContainerDFQB5sJ/App_KernelDevDebugContainer.php:4976 {
ContainerDFQB5sJ\App_KernelDevDebugContainer::getWorkflowServiceInterfaceService($container) …
› {
› $a = ($container->services['Pimcore\\Workflow\\Manager'] ?? self::getManagerService($container));
›
}
/var/www/html/automation-direct/var/cache/dev/ContainerDFQB5sJ/App_KernelDevDebugContainer.php:4844 {
ContainerDFQB5sJ\App_KernelDevDebugContainer::getAssetTypeAdapterService($container) …
› {
› $a = ($container->privates['Pimcore\\Bundle\\GenericDataIndexBundle\\Service\\Workflow\\WorkflowServiceInterface'] ?? self::getWorkflowServiceInterfaceService($container));
›
}
/var/www/html/automation-direct/var/cache/dev/ContainerDFQB5sJ/App_KernelDevDebugContainer.php:4818 {
ContainerDFQB5sJ\App_KernelDevDebugContainer::getAdapterServiceInterfaceService($container) …
› {
› $a = ($container->privates['Pimcore\\Bundle\\GenericDataIndexBundle\\Service\\SearchIndex\\IndexService\\ElementTypeAdapter\\AssetTypeAdapter'] ?? self::getAssetTypeAdapterService($container));
›
}
/var/www/html/automation-direct/var/cache/dev/ContainerDFQB5sJ/App_KernelDevDebugContainer.php:4712 {
ContainerDFQB5sJ\App_KernelDevDebugContainer::getIndexQueueServiceInterfaceService($container) …
› {
› $a = ($container->privates['Pimcore\\Bundle\\GenericDataIndexBundle\\Service\\SearchIndex\\IndexService\\ElementTypeAdapter\\AdapterServiceInterface'] ?? self::getAdapterServiceInterfaceService($container));
›
}
/var/www/html/automation-direct/var/cache/dev/ContainerDFQB5sJ/App_KernelDevDebugContainer.php:5385 {
ContainerDFQB5sJ\App_KernelDevDebugContainer::getCollectionServiceService($container) …
› {
› $a = ($container->privates['Pimcore\\Bundle\\GenericDataIndexBundle\\Service\\SearchIndex\\IndexQueueServiceInterface'] ?? self::getIndexQueueServiceInterfaceService($container));
›
}
/var/www/html/automation-direct/var/cache/dev/ContainerDFQB5sJ/App_KernelDevDebugContainer.php:5551 {
ContainerDFQB5sJ\App_KernelDevDebugContainer::getPublicShareServiceService($container) …
› {
› $a = ($container->privates['Pimcore\\Bundle\\PortalEngineBundle\\Service\\Collection\\CollectionService'] ?? self::getCollectionServiceService($container));
›
}
/var/www/html/automation-direct/var/cache/dev/ContainerDFQB5sJ/App_KernelDevDebugContainer.php:5359 {
ContainerDFQB5sJ\App_KernelDevDebugContainer::getSecuritySubscriberService($container) …
› }
› $c = ($container->privates['Pimcore\\Bundle\\PortalEngineBundle\\Service\\PublicShare\\PublicShareService'] ?? self::getPublicShareServiceService($container));
›
}
/var/www/html/automation-direct/var/cache/dev/ContainerDFQB5sJ/App_KernelDevDebugContainer.php:3177 {
ContainerDFQB5sJ\App_KernelDevDebugContainer::ContainerDFQB5sJ\{closure} …
› $instance->addListener('pimcore.dataobject.postDelete', [#[\Closure(name: 'Pimcore\\Bundle\\PortalEngineBundle\\EventSubscriber\\SaveUserSubscriber')] fn () => ($container->privates['Pimcore\\Bundle\\PortalEngineBundle\\EventSubscriber\\SaveUserSubscriber'] ?? $container->load('getSaveUserSubscriberService')), 'onPostDelete'], 0);
› $instance->addListener('kernel.controller', [#[\Closure(name: 'Pimcore\\Bundle\\PortalEngineBundle\\EventSubscriber\\SecuritySubscriber')] fn () => ($container->privates['Pimcore\\Bundle\\PortalEngineBundle\\EventSubscriber\\SecuritySubscriber'] ?? self::getSecuritySubscriberService($container)), 'onKernelController'], 19);
› $instance->addListener('pimcore.dataobject.preUpdate', [#[\Closure(name: 'Pimcore\\Bundle\\PortalEngineBundle\\EventSubscriber\\SecuritySubscriber')] fn () => ($container->privates['Pimcore\\Bundle\\PortalEngineBundle\\EventSubscriber\\SecuritySubscriber'] ?? self::getSecuritySubscriberService($container)), 'onPreUpdate'], 0);
}
/var/www/html/automation-direct/vendor/symfony/event-dispatcher/EventDispatcher.php:235 {
Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName): void …
› if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {
› $listener[0] = $listener[0]();
› $listener[1] ??= '__invoke';
}
/var/www/html/automation-direct/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/var/www/html/automation-direct/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:276 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
›
› foreach ($this->dispatcher->getListeners($eventName) as $listener) {
› $priority = $this->getListenerPriority($eventName, $listener);
}
/var/www/html/automation-direct/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:133 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› $this->preProcess($eventName);
› try {
}
/var/www/html/automation-direct/vendor/symfony/http-kernel/HttpKernel.php:169 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new ControllerEvent($this, $controller, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::CONTROLLER);
› $controller = $event->getController();
}
/var/www/html/automation-direct/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
$type: 1
}
}
/var/www/html/automation-direct/vendor/symfony/http-kernel/Kernel.php:197 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
$type: 1
$catch: true
}
}
/var/www/html/automation-direct/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
}
}
/var/www/html/automation-direct/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/html/automation-direct/public/index.php:20 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments: {
"/var/www/html/automation-direct/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1769178253
"timestamp_rfc3339" => "2026-01-23T14:24:13.323+00:00"
"message" => "User Deprecated: Since symfony/framework-bundle 6.4: The "annotations.cache_adapter" service is deprecated without replacement."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#2696
#message: "User Deprecated: Since symfony/framework-bundle 6.4: The "annotations.cache_adapter" service is deprecated without replacement."
#code: 0
#file: "/var/www/html/automation-direct/var/cache/dev/ContainerDFQB5sJ/getAnnotations_CacheAdapterService.php"
#line: 23
#severity: E_USER_DEPRECATED
trace: {
/var/www/html/automation-direct/var/cache/dev/ContainerDFQB5sJ/getAnnotations_CacheAdapterService.php:23 {
ContainerDFQB5sJ\getAnnotations_CacheAdapterService::do($container, $lazyLoad = true) …
› {
› trigger_deprecation('symfony/framework-bundle', '6.4', 'The "annotations.cache_adapter" service is deprecated without replacement.');
›
}
/var/www/html/automation-direct/var/cache/dev/ContainerDFQB5sJ/App_KernelDevDebugContainer.php:1584 {
ContainerDFQB5sJ\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/var/www/html/automation-direct/var/cache/dev/ContainerDFQB5sJ/getAnnotations_CachedReaderService.php:25 {
ContainerDFQB5sJ\getAnnotations_CachedReaderService::do($container, $lazyLoad = true) …
›
› return $container->privates['annotations.cached_reader'] = new \Doctrine\Common\Annotations\PsrCachedReader(($container->privates['annotations.reader'] ?? $container->load('getAnnotations_ReaderService')), $container->load('getAnnotations_CacheAdapterService'), true);
› }
}
/var/www/html/automation-direct/var/cache/dev/ContainerDFQB5sJ/App_KernelDevDebugContainer.php:1584 {
ContainerDFQB5sJ\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/var/www/html/automation-direct/var/cache/dev/ContainerDFQB5sJ/App_KernelDevDebugContainer.php:7806 {
ContainerDFQB5sJ\App_KernelDevDebugContainer::getValidator_BuilderService($container) …
› $instance->enableAttributeMapping(true);
› $instance->setDoctrineAnnotationReader(($container->privates['annotations.cached_reader'] ?? $container->load('getAnnotations_CachedReaderService')));
› $instance->addMethodMapping('loadValidatorMetadata');
}
/var/www/html/automation-direct/var/cache/dev/ContainerDFQB5sJ/App_KernelDevDebugContainer.php:6476 {
ContainerDFQB5sJ\App_KernelDevDebugContainer::getDebug_ValidatorService($container) …
› {
› $a = ($container->privates['validator.builder'] ?? self::getValidator_BuilderService($container));
›
}
/var/www/html/automation-direct/var/cache/dev/ContainerDFQB5sJ/App_KernelDevDebugContainer.php:2457 {
ContainerDFQB5sJ\App_KernelDevDebugContainer::getExpressionServiceService($container) …
› }
› $b = ($container->privates['debug.validator'] ?? self::getDebug_ValidatorService($container));
›
}
/var/www/html/automation-direct/var/cache/dev/ContainerDFQB5sJ/App_KernelDevDebugContainer.php:7921 {
ContainerDFQB5sJ\App_KernelDevDebugContainer::getWorkflow_RegistryService($container) …
›
› $instance->addWorkflow(($container->services['state_machine.simple_asset_workflow'] ?? self::getStateMachine_SimpleAssetWorkflowService($container)), new \Pimcore\Workflow\SupportStrategy\ExpressionSupportStrategy(($container->services['Pimcore\\Workflow\\ExpressionService'] ?? self::getExpressionServiceService($container)), '\\Pimcore\\Model\\Asset', 'is_fully_authenticated()'));
› $instance->addWorkflow(($container->services['workflow.product_data_enrichment'] ?? self::getWorkflow_ProductDataEnrichmentService($container)), new \App\Workflow\SupportsStrategy());
}
/var/www/html/automation-direct/var/cache/dev/ContainerDFQB5sJ/App_KernelDevDebugContainer.php:2474 {
ContainerDFQB5sJ\App_KernelDevDebugContainer::getManagerService($container) …
› {
› $a = ($container->privates['workflow.registry'] ?? self::getWorkflow_RegistryService($container));
›
}
/var/www/html/automation-direct/var/cache/dev/ContainerDFQB5sJ/App_KernelDevDebugContainer.php:4976 {
ContainerDFQB5sJ\App_KernelDevDebugContainer::getWorkflowServiceInterfaceService($container) …
› {
› $a = ($container->services['Pimcore\\Workflow\\Manager'] ?? self::getManagerService($container));
›
}
/var/www/html/automation-direct/var/cache/dev/ContainerDFQB5sJ/App_KernelDevDebugContainer.php:4844 {
ContainerDFQB5sJ\App_KernelDevDebugContainer::getAssetTypeAdapterService($container) …
› {
› $a = ($container->privates['Pimcore\\Bundle\\GenericDataIndexBundle\\Service\\Workflow\\WorkflowServiceInterface'] ?? self::getWorkflowServiceInterfaceService($container));
›
}
/var/www/html/automation-direct/var/cache/dev/ContainerDFQB5sJ/App_KernelDevDebugContainer.php:4818 {
ContainerDFQB5sJ\App_KernelDevDebugContainer::getAdapterServiceInterfaceService($container) …
› {
› $a = ($container->privates['Pimcore\\Bundle\\GenericDataIndexBundle\\Service\\SearchIndex\\IndexService\\ElementTypeAdapter\\AssetTypeAdapter'] ?? self::getAssetTypeAdapterService($container));
›
}
/var/www/html/automation-direct/var/cache/dev/ContainerDFQB5sJ/App_KernelDevDebugContainer.php:4712 {
ContainerDFQB5sJ\App_KernelDevDebugContainer::getIndexQueueServiceInterfaceService($container) …
› {
› $a = ($container->privates['Pimcore\\Bundle\\GenericDataIndexBundle\\Service\\SearchIndex\\IndexService\\ElementTypeAdapter\\AdapterServiceInterface'] ?? self::getAdapterServiceInterfaceService($container));
›
}
/var/www/html/automation-direct/var/cache/dev/ContainerDFQB5sJ/App_KernelDevDebugContainer.php:5385 {
ContainerDFQB5sJ\App_KernelDevDebugContainer::getCollectionServiceService($container) …
› {
› $a = ($container->privates['Pimcore\\Bundle\\GenericDataIndexBundle\\Service\\SearchIndex\\IndexQueueServiceInterface'] ?? self::getIndexQueueServiceInterfaceService($container));
›
}
/var/www/html/automation-direct/var/cache/dev/ContainerDFQB5sJ/App_KernelDevDebugContainer.php:5551 {
ContainerDFQB5sJ\App_KernelDevDebugContainer::getPublicShareServiceService($container) …
› {
› $a = ($container->privates['Pimcore\\Bundle\\PortalEngineBundle\\Service\\Collection\\CollectionService'] ?? self::getCollectionServiceService($container));
›
}
/var/www/html/automation-direct/var/cache/dev/ContainerDFQB5sJ/App_KernelDevDebugContainer.php:5359 {
ContainerDFQB5sJ\App_KernelDevDebugContainer::getSecuritySubscriberService($container) …
› }
› $c = ($container->privates['Pimcore\\Bundle\\PortalEngineBundle\\Service\\PublicShare\\PublicShareService'] ?? self::getPublicShareServiceService($container));
›
}
/var/www/html/automation-direct/var/cache/dev/ContainerDFQB5sJ/App_KernelDevDebugContainer.php:3177 {
ContainerDFQB5sJ\App_KernelDevDebugContainer::ContainerDFQB5sJ\{closure} …
› $instance->addListener('pimcore.dataobject.postDelete', [#[\Closure(name: 'Pimcore\\Bundle\\PortalEngineBundle\\EventSubscriber\\SaveUserSubscriber')] fn () => ($container->privates['Pimcore\\Bundle\\PortalEngineBundle\\EventSubscriber\\SaveUserSubscriber'] ?? $container->load('getSaveUserSubscriberService')), 'onPostDelete'], 0);
› $instance->addListener('kernel.controller', [#[\Closure(name: 'Pimcore\\Bundle\\PortalEngineBundle\\EventSubscriber\\SecuritySubscriber')] fn () => ($container->privates['Pimcore\\Bundle\\PortalEngineBundle\\EventSubscriber\\SecuritySubscriber'] ?? self::getSecuritySubscriberService($container)), 'onKernelController'], 19);
› $instance->addListener('pimcore.dataobject.preUpdate', [#[\Closure(name: 'Pimcore\\Bundle\\PortalEngineBundle\\EventSubscriber\\SecuritySubscriber')] fn () => ($container->privates['Pimcore\\Bundle\\PortalEngineBundle\\EventSubscriber\\SecuritySubscriber'] ?? self::getSecuritySubscriberService($container)), 'onPreUpdate'], 0);
}
/var/www/html/automation-direct/vendor/symfony/event-dispatcher/EventDispatcher.php:235 {
Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName): void …
› if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {
› $listener[0] = $listener[0]();
› $listener[1] ??= '__invoke';
}
/var/www/html/automation-direct/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/var/www/html/automation-direct/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:276 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
›
› foreach ($this->dispatcher->getListeners($eventName) as $listener) {
› $priority = $this->getListenerPriority($eventName, $listener);
}
/var/www/html/automation-direct/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:133 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› $this->preProcess($eventName);
› try {
}
/var/www/html/automation-direct/vendor/symfony/http-kernel/HttpKernel.php:169 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new ControllerEvent($this, $controller, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::CONTROLLER);
› $controller = $event->getController();
}
/var/www/html/automation-direct/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
$type: 1
}
}
/var/www/html/automation-direct/vendor/symfony/http-kernel/Kernel.php:197 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
$type: 1
$catch: true
}
}
/var/www/html/automation-direct/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
}
}
/var/www/html/automation-direct/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/html/automation-direct/public/index.php:20 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments: {
"/var/www/html/automation-direct/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1769178253
"timestamp_rfc3339" => "2026-01-23T14:24:13.323+00:00"
"message" => "User Deprecated: Since symfony/validator 6.4: Method "Symfony\Component\Validator\ValidatorBuilder::setDoctrineAnnotationReader()" is deprecated without replacement."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#2565
#message: "User Deprecated: Since symfony/validator 6.4: Method "Symfony\Component\Validator\ValidatorBuilder::setDoctrineAnnotationReader()" is deprecated without replacement."
#code: 0
#file: "/var/www/html/automation-direct/vendor/symfony/validator/ValidatorBuilder.php"
#line: 252
#severity: E_USER_DEPRECATED
trace: {
/var/www/html/automation-direct/vendor/symfony/validator/ValidatorBuilder.php:252 {
Symfony\Component\Validator\ValidatorBuilder->setDoctrineAnnotationReader(?Reader $reader): static …
› {
› trigger_deprecation('symfony/validator', '6.4', 'Method "%s()" is deprecated without replacement.', __METHOD__);
›
}
/var/www/html/automation-direct/var/cache/dev/ContainerDFQB5sJ/App_KernelDevDebugContainer.php:7806 {
ContainerDFQB5sJ\App_KernelDevDebugContainer::getValidator_BuilderService($container) …
› $instance->enableAttributeMapping(true);
› $instance->setDoctrineAnnotationReader(($container->privates['annotations.cached_reader'] ?? $container->load('getAnnotations_CachedReaderService')));
› $instance->addMethodMapping('loadValidatorMetadata');
}
/var/www/html/automation-direct/var/cache/dev/ContainerDFQB5sJ/App_KernelDevDebugContainer.php:6476 {
ContainerDFQB5sJ\App_KernelDevDebugContainer::getDebug_ValidatorService($container) …
› {
› $a = ($container->privates['validator.builder'] ?? self::getValidator_BuilderService($container));
›
}
/var/www/html/automation-direct/var/cache/dev/ContainerDFQB5sJ/App_KernelDevDebugContainer.php:2457 {
ContainerDFQB5sJ\App_KernelDevDebugContainer::getExpressionServiceService($container) …
› }
› $b = ($container->privates['debug.validator'] ?? self::getDebug_ValidatorService($container));
›
}
/var/www/html/automation-direct/var/cache/dev/ContainerDFQB5sJ/App_KernelDevDebugContainer.php:7921 {
ContainerDFQB5sJ\App_KernelDevDebugContainer::getWorkflow_RegistryService($container) …
›
› $instance->addWorkflow(($container->services['state_machine.simple_asset_workflow'] ?? self::getStateMachine_SimpleAssetWorkflowService($container)), new \Pimcore\Workflow\SupportStrategy\ExpressionSupportStrategy(($container->services['Pimcore\\Workflow\\ExpressionService'] ?? self::getExpressionServiceService($container)), '\\Pimcore\\Model\\Asset', 'is_fully_authenticated()'));
› $instance->addWorkflow(($container->services['workflow.product_data_enrichment'] ?? self::getWorkflow_ProductDataEnrichmentService($container)), new \App\Workflow\SupportsStrategy());
}
/var/www/html/automation-direct/var/cache/dev/ContainerDFQB5sJ/App_KernelDevDebugContainer.php:2474 {
ContainerDFQB5sJ\App_KernelDevDebugContainer::getManagerService($container) …
› {
› $a = ($container->privates['workflow.registry'] ?? self::getWorkflow_RegistryService($container));
›
}
/var/www/html/automation-direct/var/cache/dev/ContainerDFQB5sJ/App_KernelDevDebugContainer.php:4976 {
ContainerDFQB5sJ\App_KernelDevDebugContainer::getWorkflowServiceInterfaceService($container) …
› {
› $a = ($container->services['Pimcore\\Workflow\\Manager'] ?? self::getManagerService($container));
›
}
/var/www/html/automation-direct/var/cache/dev/ContainerDFQB5sJ/App_KernelDevDebugContainer.php:4844 {
ContainerDFQB5sJ\App_KernelDevDebugContainer::getAssetTypeAdapterService($container) …
› {
› $a = ($container->privates['Pimcore\\Bundle\\GenericDataIndexBundle\\Service\\Workflow\\WorkflowServiceInterface'] ?? self::getWorkflowServiceInterfaceService($container));
›
}
/var/www/html/automation-direct/var/cache/dev/ContainerDFQB5sJ/App_KernelDevDebugContainer.php:4818 {
ContainerDFQB5sJ\App_KernelDevDebugContainer::getAdapterServiceInterfaceService($container) …
› {
› $a = ($container->privates['Pimcore\\Bundle\\GenericDataIndexBundle\\Service\\SearchIndex\\IndexService\\ElementTypeAdapter\\AssetTypeAdapter'] ?? self::getAssetTypeAdapterService($container));
›
}
/var/www/html/automation-direct/var/cache/dev/ContainerDFQB5sJ/App_KernelDevDebugContainer.php:4712 {
ContainerDFQB5sJ\App_KernelDevDebugContainer::getIndexQueueServiceInterfaceService($container) …
› {
› $a = ($container->privates['Pimcore\\Bundle\\GenericDataIndexBundle\\Service\\SearchIndex\\IndexService\\ElementTypeAdapter\\AdapterServiceInterface'] ?? self::getAdapterServiceInterfaceService($container));
›
}
/var/www/html/automation-direct/var/cache/dev/ContainerDFQB5sJ/App_KernelDevDebugContainer.php:5385 {
ContainerDFQB5sJ\App_KernelDevDebugContainer::getCollectionServiceService($container) …
› {
› $a = ($container->privates['Pimcore\\Bundle\\GenericDataIndexBundle\\Service\\SearchIndex\\IndexQueueServiceInterface'] ?? self::getIndexQueueServiceInterfaceService($container));
›
}
/var/www/html/automation-direct/var/cache/dev/ContainerDFQB5sJ/App_KernelDevDebugContainer.php:5551 {
ContainerDFQB5sJ\App_KernelDevDebugContainer::getPublicShareServiceService($container) …
› {
› $a = ($container->privates['Pimcore\\Bundle\\PortalEngineBundle\\Service\\Collection\\CollectionService'] ?? self::getCollectionServiceService($container));
›
}
/var/www/html/automation-direct/var/cache/dev/ContainerDFQB5sJ/App_KernelDevDebugContainer.php:5359 {
ContainerDFQB5sJ\App_KernelDevDebugContainer::getSecuritySubscriberService($container) …
› }
› $c = ($container->privates['Pimcore\\Bundle\\PortalEngineBundle\\Service\\PublicShare\\PublicShareService'] ?? self::getPublicShareServiceService($container));
›
}
/var/www/html/automation-direct/var/cache/dev/ContainerDFQB5sJ/App_KernelDevDebugContainer.php:3177 {
ContainerDFQB5sJ\App_KernelDevDebugContainer::ContainerDFQB5sJ\{closure} …
› $instance->addListener('pimcore.dataobject.postDelete', [#[\Closure(name: 'Pimcore\\Bundle\\PortalEngineBundle\\EventSubscriber\\SaveUserSubscriber')] fn () => ($container->privates['Pimcore\\Bundle\\PortalEngineBundle\\EventSubscriber\\SaveUserSubscriber'] ?? $container->load('getSaveUserSubscriberService')), 'onPostDelete'], 0);
› $instance->addListener('kernel.controller', [#[\Closure(name: 'Pimcore\\Bundle\\PortalEngineBundle\\EventSubscriber\\SecuritySubscriber')] fn () => ($container->privates['Pimcore\\Bundle\\PortalEngineBundle\\EventSubscriber\\SecuritySubscriber'] ?? self::getSecuritySubscriberService($container)), 'onKernelController'], 19);
› $instance->addListener('pimcore.dataobject.preUpdate', [#[\Closure(name: 'Pimcore\\Bundle\\PortalEngineBundle\\EventSubscriber\\SecuritySubscriber')] fn () => ($container->privates['Pimcore\\Bundle\\PortalEngineBundle\\EventSubscriber\\SecuritySubscriber'] ?? self::getSecuritySubscriberService($container)), 'onPreUpdate'], 0);
}
/var/www/html/automation-direct/vendor/symfony/event-dispatcher/EventDispatcher.php:235 {
Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName): void …
› if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {
› $listener[0] = $listener[0]();
› $listener[1] ??= '__invoke';
}
/var/www/html/automation-direct/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/var/www/html/automation-direct/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:276 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
›
› foreach ($this->dispatcher->getListeners($eventName) as $listener) {
› $priority = $this->getListenerPriority($eventName, $listener);
}
/var/www/html/automation-direct/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:133 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› $this->preProcess($eventName);
› try {
}
/var/www/html/automation-direct/vendor/symfony/http-kernel/HttpKernel.php:169 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new ControllerEvent($this, $controller, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::CONTROLLER);
› $controller = $event->getController();
}
/var/www/html/automation-direct/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
$type: 1
}
}
/var/www/html/automation-direct/vendor/symfony/http-kernel/Kernel.php:197 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
$type: 1
$catch: true
}
}
/var/www/html/automation-direct/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
}
}
/var/www/html/automation-direct/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/html/automation-direct/public/index.php:20 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments: {
"/var/www/html/automation-direct/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1769178253
"timestamp_rfc3339" => "2026-01-23T14:24:13.326+00:00"
"message" => "User Deprecated: Since symfony/serializer 6.4: Passing a "Doctrine\Common\Annotations\PsrCachedReader" instance as argument 1 to "Symfony\Component\Serializer\Mapping\Loader\AttributeLoader::__construct()" is deprecated, pass null or omit the parameter instead."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#2854
#message: "User Deprecated: Since symfony/serializer 6.4: Passing a "Doctrine\Common\Annotations\PsrCachedReader" instance as argument 1 to "Symfony\Component\Serializer\Mapping\Loader\AttributeLoader::__construct()" is deprecated, pass null or omit the parameter instead."
#code: 0
#file: "/var/www/html/automation-direct/vendor/symfony/serializer/Mapping/Loader/AttributeLoader.php"
#line: 51
#severity: E_USER_DEPRECATED
trace: {
/var/www/html/automation-direct/vendor/symfony/serializer/Mapping/Loader/AttributeLoader.php:51 {
Symfony\Component\Serializer\Mapping\Loader\AttributeLoader->__construct(?Reader $reader = null) …
› if ($reader) {
› trigger_deprecation('symfony/serializer', '6.4', 'Passing a "%s" instance as argument 1 to "%s()" is deprecated, pass null or omit the parameter instead.', get_debug_type($reader), __METHOD__);
› }
}
/var/www/html/automation-direct/var/cache/dev/ContainerDFQB5sJ/App_KernelDevDebugContainer.php:7445 {
ContainerDFQB5sJ\App_KernelDevDebugContainer::getSerializer_Mapping_ClassMetadataFactoryService($container) …
› {
› return $container->privates['serializer.mapping.class_metadata_factory'] = new \Symfony\Component\Serializer\Mapping\Factory\ClassMetadataFactory(new \Symfony\Component\Serializer\Mapping\Loader\LoaderChain([new \Symfony\Component\Serializer\Mapping\Loader\AttributeLoader(($container->privates['annotations.cached_reader'] ?? $container->load('getAnnotations_CachedReaderService')))]));
› }
}
/var/www/html/automation-direct/var/cache/dev/ContainerDFQB5sJ/App_KernelDevDebugContainer.php:7430 {
ContainerDFQB5sJ\App_KernelDevDebugContainer::getSerializer2Service($container) …
› $c = ($container->services['Symfony\\Contracts\\Translation\\TranslatorInterface'] ?? self::getTranslatorInterfaceService($container));
› $d = ($container->privates['serializer.mapping.class_metadata_factory'] ?? self::getSerializer_Mapping_ClassMetadataFactoryService($container));
›
}
/var/www/html/automation-direct/var/cache/dev/ContainerDFQB5sJ/App_KernelDevDebugContainer.php:4452 {
ContainerDFQB5sJ\App_KernelDevDebugContainer::getIndexQueueRepositoryService($container) …
› }
› $c = ($container->privates['serializer'] ?? self::getSerializer2Service($container));
›
}
/var/www/html/automation-direct/var/cache/dev/ContainerDFQB5sJ/App_KernelDevDebugContainer.php:4722 {
ContainerDFQB5sJ\App_KernelDevDebugContainer::getIndexQueueServiceInterfaceService($container) …
› }
› $c = ($container->privates['Pimcore\\Bundle\\GenericDataIndexBundle\\Repository\\IndexQueueRepository'] ?? self::getIndexQueueRepositoryService($container));
›
}
/var/www/html/automation-direct/var/cache/dev/ContainerDFQB5sJ/App_KernelDevDebugContainer.php:5385 {
ContainerDFQB5sJ\App_KernelDevDebugContainer::getCollectionServiceService($container) …
› {
› $a = ($container->privates['Pimcore\\Bundle\\GenericDataIndexBundle\\Service\\SearchIndex\\IndexQueueServiceInterface'] ?? self::getIndexQueueServiceInterfaceService($container));
›
}
/var/www/html/automation-direct/var/cache/dev/ContainerDFQB5sJ/App_KernelDevDebugContainer.php:5551 {
ContainerDFQB5sJ\App_KernelDevDebugContainer::getPublicShareServiceService($container) …
› {
› $a = ($container->privates['Pimcore\\Bundle\\PortalEngineBundle\\Service\\Collection\\CollectionService'] ?? self::getCollectionServiceService($container));
›
}
/var/www/html/automation-direct/var/cache/dev/ContainerDFQB5sJ/App_KernelDevDebugContainer.php:5359 {
ContainerDFQB5sJ\App_KernelDevDebugContainer::getSecuritySubscriberService($container) …
› }
› $c = ($container->privates['Pimcore\\Bundle\\PortalEngineBundle\\Service\\PublicShare\\PublicShareService'] ?? self::getPublicShareServiceService($container));
›
}
/var/www/html/automation-direct/var/cache/dev/ContainerDFQB5sJ/App_KernelDevDebugContainer.php:3177 {
ContainerDFQB5sJ\App_KernelDevDebugContainer::ContainerDFQB5sJ\{closure} …
› $instance->addListener('pimcore.dataobject.postDelete', [#[\Closure(name: 'Pimcore\\Bundle\\PortalEngineBundle\\EventSubscriber\\SaveUserSubscriber')] fn () => ($container->privates['Pimcore\\Bundle\\PortalEngineBundle\\EventSubscriber\\SaveUserSubscriber'] ?? $container->load('getSaveUserSubscriberService')), 'onPostDelete'], 0);
› $instance->addListener('kernel.controller', [#[\Closure(name: 'Pimcore\\Bundle\\PortalEngineBundle\\EventSubscriber\\SecuritySubscriber')] fn () => ($container->privates['Pimcore\\Bundle\\PortalEngineBundle\\EventSubscriber\\SecuritySubscriber'] ?? self::getSecuritySubscriberService($container)), 'onKernelController'], 19);
› $instance->addListener('pimcore.dataobject.preUpdate', [#[\Closure(name: 'Pimcore\\Bundle\\PortalEngineBundle\\EventSubscriber\\SecuritySubscriber')] fn () => ($container->privates['Pimcore\\Bundle\\PortalEngineBundle\\EventSubscriber\\SecuritySubscriber'] ?? self::getSecuritySubscriberService($container)), 'onPreUpdate'], 0);
}
/var/www/html/automation-direct/vendor/symfony/event-dispatcher/EventDispatcher.php:235 {
Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName): void …
› if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {
› $listener[0] = $listener[0]();
› $listener[1] ??= '__invoke';
}
/var/www/html/automation-direct/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/var/www/html/automation-direct/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:276 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
›
› foreach ($this->dispatcher->getListeners($eventName) as $listener) {
› $priority = $this->getListenerPriority($eventName, $listener);
}
/var/www/html/automation-direct/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:133 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› $this->preProcess($eventName);
› try {
}
/var/www/html/automation-direct/vendor/symfony/http-kernel/HttpKernel.php:169 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new ControllerEvent($this, $controller, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::CONTROLLER);
› $controller = $event->getController();
}
/var/www/html/automation-direct/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
$type: 1
}
}
/var/www/html/automation-direct/vendor/symfony/http-kernel/Kernel.php:197 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
$type: 1
$catch: true
}
}
/var/www/html/automation-direct/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
}
}
/var/www/html/automation-direct/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/html/automation-direct/public/index.php:20 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments: {
"/var/www/html/automation-direct/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1769178253
"timestamp_rfc3339" => "2026-01-23T14:24:13.329+00:00"
"message" => "User Deprecated: OpenSearch\ClientBuilder is deprecated in 2.4.0 and will be removed in 3.0.0."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#2914
#message: "User Deprecated: OpenSearch\ClientBuilder is deprecated in 2.4.0 and will be removed in 3.0.0."
#code: 0
#file: "/var/www/html/automation-direct/vendor/opensearch-project/opensearch-php/src/OpenSearch/ClientBuilder.php"
#line: 49
#severity: E_USER_DEPRECATED
trace: {
/var/www/html/automation-direct/vendor/opensearch-project/opensearch-php/src/OpenSearch/ClientBuilder.php:49 {
Pimcore\Bundle\OpenSearchClientBundle\OpenSearchClientFactory::createOpenSearchClient(LoggerInterface $logger, array $config): Client …
› // @phpstan-ignore classConstant.deprecatedClass
› @trigger_error(ClientBuilder::class . ' is deprecated in 2.4.0 and will be removed in 3.0.0.', E_USER_DEPRECATED);
›
}
/var/www/html/automation-direct/var/cache/dev/ContainerDFQB5sJ/App_KernelDevDebugContainer.php:3697 {
ContainerDFQB5sJ\App_KernelDevDebugContainer::getPimcore_OpenSearch_CustomClient_DefaultService($container) …
› {
› return $container->services['pimcore.openSearch.custom_client.default'] = new \Pimcore\Bundle\OpenSearchClientBundle\SearchClient\SearchClient(\Pimcore\Bundle\OpenSearchClientBundle\OpenSearchClientFactory::createOpenSearchClient(($container->services['monolog.logger.pimcore.opensearch.default'] ?? self::getMonolog_Logger_Pimcore_Opensearch_DefaultService($container)), ['hosts' => ['http://localhost:9200'], 'ssl_verification' => false, 'logger_channel' => 'pimcore.opensearch.default', 'log_404_errors' => false, 'username' => 'admin', 'password' => 'admin']));
› }
}
/var/www/html/automation-direct/var/cache/dev/ContainerDFQB5sJ/App_KernelDevDebugContainer.php:4732 {
ContainerDFQB5sJ\App_KernelDevDebugContainer::getIndexQueueServiceInterfaceService($container) …
› }
› $e = ($container->services['pimcore.openSearch.custom_client.default'] ?? self::getPimcore_OpenSearch_CustomClient_DefaultService($container));
›
}
/var/www/html/automation-direct/var/cache/dev/ContainerDFQB5sJ/App_KernelDevDebugContainer.php:5385 {
ContainerDFQB5sJ\App_KernelDevDebugContainer::getCollectionServiceService($container) …
› {
› $a = ($container->privates['Pimcore\\Bundle\\GenericDataIndexBundle\\Service\\SearchIndex\\IndexQueueServiceInterface'] ?? self::getIndexQueueServiceInterfaceService($container));
›
}
/var/www/html/automation-direct/var/cache/dev/ContainerDFQB5sJ/App_KernelDevDebugContainer.php:5551 {
ContainerDFQB5sJ\App_KernelDevDebugContainer::getPublicShareServiceService($container) …
› {
› $a = ($container->privates['Pimcore\\Bundle\\PortalEngineBundle\\Service\\Collection\\CollectionService'] ?? self::getCollectionServiceService($container));
›
}
/var/www/html/automation-direct/var/cache/dev/ContainerDFQB5sJ/App_KernelDevDebugContainer.php:5359 {
ContainerDFQB5sJ\App_KernelDevDebugContainer::getSecuritySubscriberService($container) …
› }
› $c = ($container->privates['Pimcore\\Bundle\\PortalEngineBundle\\Service\\PublicShare\\PublicShareService'] ?? self::getPublicShareServiceService($container));
›
}
/var/www/html/automation-direct/var/cache/dev/ContainerDFQB5sJ/App_KernelDevDebugContainer.php:3177 {
ContainerDFQB5sJ\App_KernelDevDebugContainer::ContainerDFQB5sJ\{closure} …
› $instance->addListener('pimcore.dataobject.postDelete', [#[\Closure(name: 'Pimcore\\Bundle\\PortalEngineBundle\\EventSubscriber\\SaveUserSubscriber')] fn () => ($container->privates['Pimcore\\Bundle\\PortalEngineBundle\\EventSubscriber\\SaveUserSubscriber'] ?? $container->load('getSaveUserSubscriberService')), 'onPostDelete'], 0);
› $instance->addListener('kernel.controller', [#[\Closure(name: 'Pimcore\\Bundle\\PortalEngineBundle\\EventSubscriber\\SecuritySubscriber')] fn () => ($container->privates['Pimcore\\Bundle\\PortalEngineBundle\\EventSubscriber\\SecuritySubscriber'] ?? self::getSecuritySubscriberService($container)), 'onKernelController'], 19);
› $instance->addListener('pimcore.dataobject.preUpdate', [#[\Closure(name: 'Pimcore\\Bundle\\PortalEngineBundle\\EventSubscriber\\SecuritySubscriber')] fn () => ($container->privates['Pimcore\\Bundle\\PortalEngineBundle\\EventSubscriber\\SecuritySubscriber'] ?? self::getSecuritySubscriberService($container)), 'onPreUpdate'], 0);
}
/var/www/html/automation-direct/vendor/symfony/event-dispatcher/EventDispatcher.php:235 {
Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName): void …
› if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {
› $listener[0] = $listener[0]();
› $listener[1] ??= '__invoke';
}
/var/www/html/automation-direct/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/var/www/html/automation-direct/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:276 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
›
› foreach ($this->dispatcher->getListeners($eventName) as $listener) {
› $priority = $this->getListenerPriority($eventName, $listener);
}
/var/www/html/automation-direct/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:133 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› $this->preProcess($eventName);
› try {
}
/var/www/html/automation-direct/vendor/symfony/http-kernel/HttpKernel.php:169 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new ControllerEvent($this, $controller, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::CONTROLLER);
› $controller = $event->getController();
}
/var/www/html/automation-direct/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
$type: 1
}
}
/var/www/html/automation-direct/vendor/symfony/http-kernel/Kernel.php:197 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
$type: 1
$catch: true
}
}
/var/www/html/automation-direct/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
}
}
/var/www/html/automation-direct/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/html/automation-direct/public/index.php:20 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments: {
"/var/www/html/automation-direct/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1769178253
"timestamp_rfc3339" => "2026-01-23T14:24:13.331+00:00"
"message" => "User Deprecated: OpenSearch\Connections\ConnectionFactory is deprecated in 2.4.0 and will be removed in 3.0.0."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#2939
#message: "User Deprecated: OpenSearch\Connections\ConnectionFactory is deprecated in 2.4.0 and will be removed in 3.0.0."
#code: 0
#file: "/var/www/html/automation-direct/vendor/opensearch-project/opensearch-php/src/OpenSearch/Connections/ConnectionFactory.php"
#line: 28
#severity: E_USER_DEPRECATED
trace: {
/var/www/html/automation-direct/vendor/opensearch-project/opensearch-php/src/OpenSearch/Connections/ConnectionFactory.php:28 {
OpenSearch\ClientBuilder->build(): Client …
› // @phpstan-ignore classConstant.deprecatedClass
› @trigger_error(ConnectionFactory::class . ' is deprecated in 2.4.0 and will be removed in 3.0.0.', E_USER_DEPRECATED);
›
}
/var/www/html/automation-direct/vendor/pimcore/opensearch-client/src/OpenSearchClientFactory.php:69 {
Pimcore\Bundle\OpenSearchClientBundle\OpenSearchClientFactory::createOpenSearchClient(LoggerInterface $logger, array $config): Client …
›
› return $clientBuilder->build();
› }
}
/var/www/html/automation-direct/var/cache/dev/ContainerDFQB5sJ/App_KernelDevDebugContainer.php:3697 {
ContainerDFQB5sJ\App_KernelDevDebugContainer::getPimcore_OpenSearch_CustomClient_DefaultService($container) …
› {
› return $container->services['pimcore.openSearch.custom_client.default'] = new \Pimcore\Bundle\OpenSearchClientBundle\SearchClient\SearchClient(\Pimcore\Bundle\OpenSearchClientBundle\OpenSearchClientFactory::createOpenSearchClient(($container->services['monolog.logger.pimcore.opensearch.default'] ?? self::getMonolog_Logger_Pimcore_Opensearch_DefaultService($container)), ['hosts' => ['http://localhost:9200'], 'ssl_verification' => false, 'logger_channel' => 'pimcore.opensearch.default', 'log_404_errors' => false, 'username' => 'admin', 'password' => 'admin']));
› }
}
/var/www/html/automation-direct/var/cache/dev/ContainerDFQB5sJ/App_KernelDevDebugContainer.php:4732 {
ContainerDFQB5sJ\App_KernelDevDebugContainer::getIndexQueueServiceInterfaceService($container) …
› }
› $e = ($container->services['pimcore.openSearch.custom_client.default'] ?? self::getPimcore_OpenSearch_CustomClient_DefaultService($container));
›
}
/var/www/html/automation-direct/var/cache/dev/ContainerDFQB5sJ/App_KernelDevDebugContainer.php:5385 {
ContainerDFQB5sJ\App_KernelDevDebugContainer::getCollectionServiceService($container) …
› {
› $a = ($container->privates['Pimcore\\Bundle\\GenericDataIndexBundle\\Service\\SearchIndex\\IndexQueueServiceInterface'] ?? self::getIndexQueueServiceInterfaceService($container));
›
}
/var/www/html/automation-direct/var/cache/dev/ContainerDFQB5sJ/App_KernelDevDebugContainer.php:5551 {
ContainerDFQB5sJ\App_KernelDevDebugContainer::getPublicShareServiceService($container) …
› {
› $a = ($container->privates['Pimcore\\Bundle\\PortalEngineBundle\\Service\\Collection\\CollectionService'] ?? self::getCollectionServiceService($container));
›
}
/var/www/html/automation-direct/var/cache/dev/ContainerDFQB5sJ/App_KernelDevDebugContainer.php:5359 {
ContainerDFQB5sJ\App_KernelDevDebugContainer::getSecuritySubscriberService($container) …
› }
› $c = ($container->privates['Pimcore\\Bundle\\PortalEngineBundle\\Service\\PublicShare\\PublicShareService'] ?? self::getPublicShareServiceService($container));
›
}
/var/www/html/automation-direct/var/cache/dev/ContainerDFQB5sJ/App_KernelDevDebugContainer.php:3177 {
ContainerDFQB5sJ\App_KernelDevDebugContainer::ContainerDFQB5sJ\{closure} …
› $instance->addListener('pimcore.dataobject.postDelete', [#[\Closure(name: 'Pimcore\\Bundle\\PortalEngineBundle\\EventSubscriber\\SaveUserSubscriber')] fn () => ($container->privates['Pimcore\\Bundle\\PortalEngineBundle\\EventSubscriber\\SaveUserSubscriber'] ?? $container->load('getSaveUserSubscriberService')), 'onPostDelete'], 0);
› $instance->addListener('kernel.controller', [#[\Closure(name: 'Pimcore\\Bundle\\PortalEngineBundle\\EventSubscriber\\SecuritySubscriber')] fn () => ($container->privates['Pimcore\\Bundle\\PortalEngineBundle\\EventSubscriber\\SecuritySubscriber'] ?? self::getSecuritySubscriberService($container)), 'onKernelController'], 19);
› $instance->addListener('pimcore.dataobject.preUpdate', [#[\Closure(name: 'Pimcore\\Bundle\\PortalEngineBundle\\EventSubscriber\\SecuritySubscriber')] fn () => ($container->privates['Pimcore\\Bundle\\PortalEngineBundle\\EventSubscriber\\SecuritySubscriber'] ?? self::getSecuritySubscriberService($container)), 'onPreUpdate'], 0);
}
/var/www/html/automation-direct/vendor/symfony/event-dispatcher/EventDispatcher.php:235 {
Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName): void …
› if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {
› $listener[0] = $listener[0]();
› $listener[1] ??= '__invoke';
}
/var/www/html/automation-direct/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/var/www/html/automation-direct/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:276 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
›
› foreach ($this->dispatcher->getListeners($eventName) as $listener) {
› $priority = $this->getListenerPriority($eventName, $listener);
}
/var/www/html/automation-direct/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:133 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› $this->preProcess($eventName);
› try {
}
/var/www/html/automation-direct/vendor/symfony/http-kernel/HttpKernel.php:169 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new ControllerEvent($this, $controller, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::CONTROLLER);
› $controller = $event->getController();
}
/var/www/html/automation-direct/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
$type: 1
}
}
/var/www/html/automation-direct/vendor/symfony/http-kernel/Kernel.php:197 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
$type: 1
$catch: true
}
}
/var/www/html/automation-direct/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
}
}
/var/www/html/automation-direct/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/html/automation-direct/public/index.php:20 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments: {
"/var/www/html/automation-direct/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1769178253
"timestamp_rfc3339" => "2026-01-23T14:24:13.331+00:00"
"message" => "User Deprecated: OpenSearch\Connections\ConnectionFactoryInterface is deprecated in 2.4.0 and will be removed in 3.0.0."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#2955
#message: "User Deprecated: OpenSearch\Connections\ConnectionFactoryInterface is deprecated in 2.4.0 and will be removed in 3.0.0."
#code: 0
#file: "/var/www/html/automation-direct/vendor/opensearch-project/opensearch-php/src/OpenSearch/Connections/ConnectionFactoryInterface.php"
#line: 25
#severity: E_USER_DEPRECATED
trace: {
/var/www/html/automation-direct/vendor/opensearch-project/opensearch-php/src/OpenSearch/Connections/ConnectionFactoryInterface.php:25 {
OpenSearch\ClientBuilder->build(): Client …
› // @phpstan-ignore classConstant.deprecatedInterface
› @trigger_error(ConnectionFactoryInterface::class . ' is deprecated in 2.4.0 and will be removed in 3.0.0.', E_USER_DEPRECATED);
›
}
/var/www/html/automation-direct/vendor/pimcore/opensearch-client/src/OpenSearchClientFactory.php:69 {
Pimcore\Bundle\OpenSearchClientBundle\OpenSearchClientFactory::createOpenSearchClient(LoggerInterface $logger, array $config): Client …
›
› return $clientBuilder->build();
› }
}
/var/www/html/automation-direct/var/cache/dev/ContainerDFQB5sJ/App_KernelDevDebugContainer.php:3697 {
ContainerDFQB5sJ\App_KernelDevDebugContainer::getPimcore_OpenSearch_CustomClient_DefaultService($container) …
› {
› return $container->services['pimcore.openSearch.custom_client.default'] = new \Pimcore\Bundle\OpenSearchClientBundle\SearchClient\SearchClient(\Pimcore\Bundle\OpenSearchClientBundle\OpenSearchClientFactory::createOpenSearchClient(($container->services['monolog.logger.pimcore.opensearch.default'] ?? self::getMonolog_Logger_Pimcore_Opensearch_DefaultService($container)), ['hosts' => ['http://localhost:9200'], 'ssl_verification' => false, 'logger_channel' => 'pimcore.opensearch.default', 'log_404_errors' => false, 'username' => 'admin', 'password' => 'admin']));
› }
}
/var/www/html/automation-direct/var/cache/dev/ContainerDFQB5sJ/App_KernelDevDebugContainer.php:4732 {
ContainerDFQB5sJ\App_KernelDevDebugContainer::getIndexQueueServiceInterfaceService($container) …
› }
› $e = ($container->services['pimcore.openSearch.custom_client.default'] ?? self::getPimcore_OpenSearch_CustomClient_DefaultService($container));
›
}
/var/www/html/automation-direct/var/cache/dev/ContainerDFQB5sJ/App_KernelDevDebugContainer.php:5385 {
ContainerDFQB5sJ\App_KernelDevDebugContainer::getCollectionServiceService($container) …
› {
› $a = ($container->privates['Pimcore\\Bundle\\GenericDataIndexBundle\\Service\\SearchIndex\\IndexQueueServiceInterface'] ?? self::getIndexQueueServiceInterfaceService($container));
›
}
/var/www/html/automation-direct/var/cache/dev/ContainerDFQB5sJ/App_KernelDevDebugContainer.php:5551 {
ContainerDFQB5sJ\App_KernelDevDebugContainer::getPublicShareServiceService($container) …
› {
› $a = ($container->privates['Pimcore\\Bundle\\PortalEngineBundle\\Service\\Collection\\CollectionService'] ?? self::getCollectionServiceService($container));
›
}
/var/www/html/automation-direct/var/cache/dev/ContainerDFQB5sJ/App_KernelDevDebugContainer.php:5359 {
ContainerDFQB5sJ\App_KernelDevDebugContainer::getSecuritySubscriberService($container) …
› }
› $c = ($container->privates['Pimcore\\Bundle\\PortalEngineBundle\\Service\\PublicShare\\PublicShareService'] ?? self::getPublicShareServiceService($container));
›
}
/var/www/html/automation-direct/var/cache/dev/ContainerDFQB5sJ/App_KernelDevDebugContainer.php:3177 {
ContainerDFQB5sJ\App_KernelDevDebugContainer::ContainerDFQB5sJ\{closure} …
› $instance->addListener('pimcore.dataobject.postDelete', [#[\Closure(name: 'Pimcore\\Bundle\\PortalEngineBundle\\EventSubscriber\\SaveUserSubscriber')] fn () => ($container->privates['Pimcore\\Bundle\\PortalEngineBundle\\EventSubscriber\\SaveUserSubscriber'] ?? $container->load('getSaveUserSubscriberService')), 'onPostDelete'], 0);
› $instance->addListener('kernel.controller', [#[\Closure(name: 'Pimcore\\Bundle\\PortalEngineBundle\\EventSubscriber\\SecuritySubscriber')] fn () => ($container->privates['Pimcore\\Bundle\\PortalEngineBundle\\EventSubscriber\\SecuritySubscriber'] ?? self::getSecuritySubscriberService($container)), 'onKernelController'], 19);
› $instance->addListener('pimcore.dataobject.preUpdate', [#[\Closure(name: 'Pimcore\\Bundle\\PortalEngineBundle\\EventSubscriber\\SecuritySubscriber')] fn () => ($container->privates['Pimcore\\Bundle\\PortalEngineBundle\\EventSubscriber\\SecuritySubscriber'] ?? self::getSecuritySubscriberService($container)), 'onPreUpdate'], 0);
}
/var/www/html/automation-direct/vendor/symfony/event-dispatcher/EventDispatcher.php:235 {
Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName): void …
› if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {
› $listener[0] = $listener[0]();
› $listener[1] ??= '__invoke';
}
/var/www/html/automation-direct/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/var/www/html/automation-direct/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:276 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
›
› foreach ($this->dispatcher->getListeners($eventName) as $listener) {
› $priority = $this->getListenerPriority($eventName, $listener);
}
/var/www/html/automation-direct/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:133 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› $this->preProcess($eventName);
› try {
}
/var/www/html/automation-direct/vendor/symfony/http-kernel/HttpKernel.php:169 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new ControllerEvent($this, $controller, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::CONTROLLER);
› $controller = $event->getController();
}
/var/www/html/automation-direct/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
$type: 1
}
}
/var/www/html/automation-direct/vendor/symfony/http-kernel/Kernel.php:197 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
$type: 1
$catch: true
}
}
/var/www/html/automation-direct/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
}
}
/var/www/html/automation-direct/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/html/automation-direct/public/index.php:20 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments: {
"/var/www/html/automation-direct/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1769178253
"timestamp_rfc3339" => "2026-01-23T14:24:13.331+00:00"
"message" => "User Deprecated: OpenSearch\ConnectionPool\Selectors\RoundRobinSelector is deprecated in 2.4.0 and will be removed in 3.0.0."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#2938
#message: "User Deprecated: OpenSearch\ConnectionPool\Selectors\RoundRobinSelector is deprecated in 2.4.0 and will be removed in 3.0.0."
#code: 0
#file: "/var/www/html/automation-direct/vendor/opensearch-project/opensearch-php/src/OpenSearch/ConnectionPool/Selectors/RoundRobinSelector.php"
#line: 27
#severity: E_USER_DEPRECATED
trace: {
/var/www/html/automation-direct/vendor/opensearch-project/opensearch-php/src/OpenSearch/ConnectionPool/Selectors/RoundRobinSelector.php:27 {
OpenSearch\ClientBuilder->build(): Client …
› // @phpstan-ignore classConstant.deprecatedClass
› @trigger_error(RoundRobinSelector::class . ' is deprecated in 2.4.0 and will be removed in 3.0.0.', E_USER_DEPRECATED);
›
}
/var/www/html/automation-direct/vendor/pimcore/opensearch-client/src/OpenSearchClientFactory.php:69 {
Pimcore\Bundle\OpenSearchClientBundle\OpenSearchClientFactory::createOpenSearchClient(LoggerInterface $logger, array $config): Client …
›
› return $clientBuilder->build();
› }
}
/var/www/html/automation-direct/var/cache/dev/ContainerDFQB5sJ/App_KernelDevDebugContainer.php:3697 {
ContainerDFQB5sJ\App_KernelDevDebugContainer::getPimcore_OpenSearch_CustomClient_DefaultService($container) …
› {
› return $container->services['pimcore.openSearch.custom_client.default'] = new \Pimcore\Bundle\OpenSearchClientBundle\SearchClient\SearchClient(\Pimcore\Bundle\OpenSearchClientBundle\OpenSearchClientFactory::createOpenSearchClient(($container->services['monolog.logger.pimcore.opensearch.default'] ?? self::getMonolog_Logger_Pimcore_Opensearch_DefaultService($container)), ['hosts' => ['http://localhost:9200'], 'ssl_verification' => false, 'logger_channel' => 'pimcore.opensearch.default', 'log_404_errors' => false, 'username' => 'admin', 'password' => 'admin']));
› }
}
/var/www/html/automation-direct/var/cache/dev/ContainerDFQB5sJ/App_KernelDevDebugContainer.php:4732 {
ContainerDFQB5sJ\App_KernelDevDebugContainer::getIndexQueueServiceInterfaceService($container) …
› }
› $e = ($container->services['pimcore.openSearch.custom_client.default'] ?? self::getPimcore_OpenSearch_CustomClient_DefaultService($container));
›
}
/var/www/html/automation-direct/var/cache/dev/ContainerDFQB5sJ/App_KernelDevDebugContainer.php:5385 {
ContainerDFQB5sJ\App_KernelDevDebugContainer::getCollectionServiceService($container) …
› {
› $a = ($container->privates['Pimcore\\Bundle\\GenericDataIndexBundle\\Service\\SearchIndex\\IndexQueueServiceInterface'] ?? self::getIndexQueueServiceInterfaceService($container));
›
}
/var/www/html/automation-direct/var/cache/dev/ContainerDFQB5sJ/App_KernelDevDebugContainer.php:5551 {
ContainerDFQB5sJ\App_KernelDevDebugContainer::getPublicShareServiceService($container) …
› {
› $a = ($container->privates['Pimcore\\Bundle\\PortalEngineBundle\\Service\\Collection\\CollectionService'] ?? self::getCollectionServiceService($container));
›
}
/var/www/html/automation-direct/var/cache/dev/ContainerDFQB5sJ/App_KernelDevDebugContainer.php:5359 {
ContainerDFQB5sJ\App_KernelDevDebugContainer::getSecuritySubscriberService($container) …
› }
› $c = ($container->privates['Pimcore\\Bundle\\PortalEngineBundle\\Service\\PublicShare\\PublicShareService'] ?? self::getPublicShareServiceService($container));
›
}
/var/www/html/automation-direct/var/cache/dev/ContainerDFQB5sJ/App_KernelDevDebugContainer.php:3177 {
ContainerDFQB5sJ\App_KernelDevDebugContainer::ContainerDFQB5sJ\{closure} …
› $instance->addListener('pimcore.dataobject.postDelete', [#[\Closure(name: 'Pimcore\\Bundle\\PortalEngineBundle\\EventSubscriber\\SaveUserSubscriber')] fn () => ($container->privates['Pimcore\\Bundle\\PortalEngineBundle\\EventSubscriber\\SaveUserSubscriber'] ?? $container->load('getSaveUserSubscriberService')), 'onPostDelete'], 0);
› $instance->addListener('kernel.controller', [#[\Closure(name: 'Pimcore\\Bundle\\PortalEngineBundle\\EventSubscriber\\SecuritySubscriber')] fn () => ($container->privates['Pimcore\\Bundle\\PortalEngineBundle\\EventSubscriber\\SecuritySubscriber'] ?? self::getSecuritySubscriberService($container)), 'onKernelController'], 19);
› $instance->addListener('pimcore.dataobject.preUpdate', [#[\Closure(name: 'Pimcore\\Bundle\\PortalEngineBundle\\EventSubscriber\\SecuritySubscriber')] fn () => ($container->privates['Pimcore\\Bundle\\PortalEngineBundle\\EventSubscriber\\SecuritySubscriber'] ?? self::getSecuritySubscriberService($container)), 'onPreUpdate'], 0);
}
/var/www/html/automation-direct/vendor/symfony/event-dispatcher/EventDispatcher.php:235 {
Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName): void …
› if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {
› $listener[0] = $listener[0]();
› $listener[1] ??= '__invoke';
}
/var/www/html/automation-direct/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/var/www/html/automation-direct/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:276 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
›
› foreach ($this->dispatcher->getListeners($eventName) as $listener) {
› $priority = $this->getListenerPriority($eventName, $listener);
}
/var/www/html/automation-direct/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:133 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› $this->preProcess($eventName);
› try {
}
/var/www/html/automation-direct/vendor/symfony/http-kernel/HttpKernel.php:169 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new ControllerEvent($this, $controller, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::CONTROLLER);
› $controller = $event->getController();
}
/var/www/html/automation-direct/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
$type: 1
}
}
/var/www/html/automation-direct/vendor/symfony/http-kernel/Kernel.php:197 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
$type: 1
$catch: true
}
}
/var/www/html/automation-direct/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
}
}
/var/www/html/automation-direct/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/html/automation-direct/public/index.php:20 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments: {
"/var/www/html/automation-direct/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1769178253
"timestamp_rfc3339" => "2026-01-23T14:24:13.331+00:00"
"message" => "User Deprecated: OpenSearch\ConnectionPool\Selectors\SelectorInterface is deprecated in 2.4.0 and will be removed in 3.0.0."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#2941
#message: "User Deprecated: OpenSearch\ConnectionPool\Selectors\SelectorInterface is deprecated in 2.4.0 and will be removed in 3.0.0."
#code: 0
#file: "/var/www/html/automation-direct/vendor/opensearch-project/opensearch-php/src/OpenSearch/ConnectionPool/Selectors/SelectorInterface.php"
#line: 27
#severity: E_USER_DEPRECATED
trace: {
/var/www/html/automation-direct/vendor/opensearch-project/opensearch-php/src/OpenSearch/ConnectionPool/Selectors/SelectorInterface.php:27 {
OpenSearch\ClientBuilder->build(): Client …
› // @phpstan-ignore classConstant.deprecatedInterface
› @trigger_error(SelectorInterface::class . ' is deprecated in 2.4.0 and will be removed in 3.0.0.', E_USER_DEPRECATED);
›
}
/var/www/html/automation-direct/vendor/pimcore/opensearch-client/src/OpenSearchClientFactory.php:69 {
Pimcore\Bundle\OpenSearchClientBundle\OpenSearchClientFactory::createOpenSearchClient(LoggerInterface $logger, array $config): Client …
›
› return $clientBuilder->build();
› }
}
/var/www/html/automation-direct/var/cache/dev/ContainerDFQB5sJ/App_KernelDevDebugContainer.php:3697 {
ContainerDFQB5sJ\App_KernelDevDebugContainer::getPimcore_OpenSearch_CustomClient_DefaultService($container) …
› {
› return $container->services['pimcore.openSearch.custom_client.default'] = new \Pimcore\Bundle\OpenSearchClientBundle\SearchClient\SearchClient(\Pimcore\Bundle\OpenSearchClientBundle\OpenSearchClientFactory::createOpenSearchClient(($container->services['monolog.logger.pimcore.opensearch.default'] ?? self::getMonolog_Logger_Pimcore_Opensearch_DefaultService($container)), ['hosts' => ['http://localhost:9200'], 'ssl_verification' => false, 'logger_channel' => 'pimcore.opensearch.default', 'log_404_errors' => false, 'username' => 'admin', 'password' => 'admin']));
› }
}
/var/www/html/automation-direct/var/cache/dev/ContainerDFQB5sJ/App_KernelDevDebugContainer.php:4732 {
ContainerDFQB5sJ\App_KernelDevDebugContainer::getIndexQueueServiceInterfaceService($container) …
› }
› $e = ($container->services['pimcore.openSearch.custom_client.default'] ?? self::getPimcore_OpenSearch_CustomClient_DefaultService($container));
›
}
/var/www/html/automation-direct/var/cache/dev/ContainerDFQB5sJ/App_KernelDevDebugContainer.php:5385 {
ContainerDFQB5sJ\App_KernelDevDebugContainer::getCollectionServiceService($container) …
› {
› $a = ($container->privates['Pimcore\\Bundle\\GenericDataIndexBundle\\Service\\SearchIndex\\IndexQueueServiceInterface'] ?? self::getIndexQueueServiceInterfaceService($container));
›
}
/var/www/html/automation-direct/var/cache/dev/ContainerDFQB5sJ/App_KernelDevDebugContainer.php:5551 {
ContainerDFQB5sJ\App_KernelDevDebugContainer::getPublicShareServiceService($container) …
› {
› $a = ($container->privates['Pimcore\\Bundle\\PortalEngineBundle\\Service\\Collection\\CollectionService'] ?? self::getCollectionServiceService($container));
›
}
/var/www/html/automation-direct/var/cache/dev/ContainerDFQB5sJ/App_KernelDevDebugContainer.php:5359 {
ContainerDFQB5sJ\App_KernelDevDebugContainer::getSecuritySubscriberService($container) …
› }
› $c = ($container->privates['Pimcore\\Bundle\\PortalEngineBundle\\Service\\PublicShare\\PublicShareService'] ?? self::getPublicShareServiceService($container));
›
}
/var/www/html/automation-direct/var/cache/dev/ContainerDFQB5sJ/App_KernelDevDebugContainer.php:3177 {
ContainerDFQB5sJ\App_KernelDevDebugContainer::ContainerDFQB5sJ\{closure} …
› $instance->addListener('pimcore.dataobject.postDelete', [#[\Closure(name: 'Pimcore\\Bundle\\PortalEngineBundle\\EventSubscriber\\SaveUserSubscriber')] fn () => ($container->privates['Pimcore\\Bundle\\PortalEngineBundle\\EventSubscriber\\SaveUserSubscriber'] ?? $container->load('getSaveUserSubscriberService')), 'onPostDelete'], 0);
› $instance->addListener('kernel.controller', [#[\Closure(name: 'Pimcore\\Bundle\\PortalEngineBundle\\EventSubscriber\\SecuritySubscriber')] fn () => ($container->privates['Pimcore\\Bundle\\PortalEngineBundle\\EventSubscriber\\SecuritySubscriber'] ?? self::getSecuritySubscriberService($container)), 'onKernelController'], 19);
› $instance->addListener('pimcore.dataobject.preUpdate', [#[\Closure(name: 'Pimcore\\Bundle\\PortalEngineBundle\\EventSubscriber\\SecuritySubscriber')] fn () => ($container->privates['Pimcore\\Bundle\\PortalEngineBundle\\EventSubscriber\\SecuritySubscriber'] ?? self::getSecuritySubscriberService($container)), 'onPreUpdate'], 0);
}
/var/www/html/automation-direct/vendor/symfony/event-dispatcher/EventDispatcher.php:235 {
Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName): void …
› if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {
› $listener[0] = $listener[0]();
› $listener[1] ??= '__invoke';
}
/var/www/html/automation-direct/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/var/www/html/automation-direct/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:276 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
›
› foreach ($this->dispatcher->getListeners($eventName) as $listener) {
› $priority = $this->getListenerPriority($eventName, $listener);
}
/var/www/html/automation-direct/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:133 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› $this->preProcess($eventName);
› try {
}
/var/www/html/automation-direct/vendor/symfony/http-kernel/HttpKernel.php:169 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new ControllerEvent($this, $controller, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::CONTROLLER);
› $controller = $event->getController();
}
/var/www/html/automation-direct/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
$type: 1
}
}
/var/www/html/automation-direct/vendor/symfony/http-kernel/Kernel.php:197 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
$type: 1
$catch: true
}
}
/var/www/html/automation-direct/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
}
}
/var/www/html/automation-direct/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/html/automation-direct/public/index.php:20 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments: {
"/var/www/html/automation-direct/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1769178253
"timestamp_rfc3339" => "2026-01-23T14:24:13.332+00:00"
"message" => "User Deprecated: OpenSearch\Connections\Connection is deprecated in 2.4.0 and will be removed in 3.0.0."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#2952
#message: "User Deprecated: OpenSearch\Connections\Connection is deprecated in 2.4.0 and will be removed in 3.0.0."
#code: 0
#file: "/var/www/html/automation-direct/vendor/opensearch-project/opensearch-php/src/OpenSearch/Connections/Connection.php"
#line: 51
#severity: E_USER_DEPRECATED
trace: {
/var/www/html/automation-direct/vendor/opensearch-project/opensearch-php/src/OpenSearch/Connections/Connection.php:51 {
OpenSearch\Connections\ConnectionFactory->create(array $hostDetails): ConnectionInterface …
› // @phpstan-ignore classConstant.deprecatedClass
› @trigger_error(Connection::class . ' is deprecated in 2.4.0 and will be removed in 3.0.0.', E_USER_DEPRECATED);
›
}
/var/www/html/automation-direct/vendor/opensearch-project/opensearch-php/src/OpenSearch/ClientBuilder.php:776 {
OpenSearch\ClientBuilder->buildConnectionsFromHosts(array $hosts): array …
›
› $connections[] = $this->connectionFactory->create($host);
› }
}
/var/www/html/automation-direct/vendor/opensearch-project/opensearch-php/src/OpenSearch/ClientBuilder.php:722 {
OpenSearch\ClientBuilder->buildTransport(): void …
› {
› $connections = $this->buildConnectionsFromHosts($this->hosts);
›
}
/var/www/html/automation-direct/vendor/opensearch-project/opensearch-php/src/OpenSearch/ClientBuilder.php:687 {
OpenSearch\ClientBuilder->build(): Client …
›
› $this->buildTransport();
›
}
/var/www/html/automation-direct/vendor/pimcore/opensearch-client/src/OpenSearchClientFactory.php:69 {
Pimcore\Bundle\OpenSearchClientBundle\OpenSearchClientFactory::createOpenSearchClient(LoggerInterface $logger, array $config): Client …
›
› return $clientBuilder->build();
› }
}
/var/www/html/automation-direct/var/cache/dev/ContainerDFQB5sJ/App_KernelDevDebugContainer.php:3697 {
ContainerDFQB5sJ\App_KernelDevDebugContainer::getPimcore_OpenSearch_CustomClient_DefaultService($container) …
› {
› return $container->services['pimcore.openSearch.custom_client.default'] = new \Pimcore\Bundle\OpenSearchClientBundle\SearchClient\SearchClient(\Pimcore\Bundle\OpenSearchClientBundle\OpenSearchClientFactory::createOpenSearchClient(($container->services['monolog.logger.pimcore.opensearch.default'] ?? self::getMonolog_Logger_Pimcore_Opensearch_DefaultService($container)), ['hosts' => ['http://localhost:9200'], 'ssl_verification' => false, 'logger_channel' => 'pimcore.opensearch.default', 'log_404_errors' => false, 'username' => 'admin', 'password' => 'admin']));
› }
}
/var/www/html/automation-direct/var/cache/dev/ContainerDFQB5sJ/App_KernelDevDebugContainer.php:4732 {
ContainerDFQB5sJ\App_KernelDevDebugContainer::getIndexQueueServiceInterfaceService($container) …
› }
› $e = ($container->services['pimcore.openSearch.custom_client.default'] ?? self::getPimcore_OpenSearch_CustomClient_DefaultService($container));
›
}
/var/www/html/automation-direct/var/cache/dev/ContainerDFQB5sJ/App_KernelDevDebugContainer.php:5385 {
ContainerDFQB5sJ\App_KernelDevDebugContainer::getCollectionServiceService($container) …
› {
› $a = ($container->privates['Pimcore\\Bundle\\GenericDataIndexBundle\\Service\\SearchIndex\\IndexQueueServiceInterface'] ?? self::getIndexQueueServiceInterfaceService($container));
›
}
/var/www/html/automation-direct/var/cache/dev/ContainerDFQB5sJ/App_KernelDevDebugContainer.php:5551 {
ContainerDFQB5sJ\App_KernelDevDebugContainer::getPublicShareServiceService($container) …
› {
› $a = ($container->privates['Pimcore\\Bundle\\PortalEngineBundle\\Service\\Collection\\CollectionService'] ?? self::getCollectionServiceService($container));
›
}
/var/www/html/automation-direct/var/cache/dev/ContainerDFQB5sJ/App_KernelDevDebugContainer.php:5359 {
ContainerDFQB5sJ\App_KernelDevDebugContainer::getSecuritySubscriberService($container) …
› }
› $c = ($container->privates['Pimcore\\Bundle\\PortalEngineBundle\\Service\\PublicShare\\PublicShareService'] ?? self::getPublicShareServiceService($container));
›
}
/var/www/html/automation-direct/var/cache/dev/ContainerDFQB5sJ/App_KernelDevDebugContainer.php:3177 {
ContainerDFQB5sJ\App_KernelDevDebugContainer::ContainerDFQB5sJ\{closure} …
› $instance->addListener('pimcore.dataobject.postDelete', [#[\Closure(name: 'Pimcore\\Bundle\\PortalEngineBundle\\EventSubscriber\\SaveUserSubscriber')] fn () => ($container->privates['Pimcore\\Bundle\\PortalEngineBundle\\EventSubscriber\\SaveUserSubscriber'] ?? $container->load('getSaveUserSubscriberService')), 'onPostDelete'], 0);
› $instance->addListener('kernel.controller', [#[\Closure(name: 'Pimcore\\Bundle\\PortalEngineBundle\\EventSubscriber\\SecuritySubscriber')] fn () => ($container->privates['Pimcore\\Bundle\\PortalEngineBundle\\EventSubscriber\\SecuritySubscriber'] ?? self::getSecuritySubscriberService($container)), 'onKernelController'], 19);
› $instance->addListener('pimcore.dataobject.preUpdate', [#[\Closure(name: 'Pimcore\\Bundle\\PortalEngineBundle\\EventSubscriber\\SecuritySubscriber')] fn () => ($container->privates['Pimcore\\Bundle\\PortalEngineBundle\\EventSubscriber\\SecuritySubscriber'] ?? self::getSecuritySubscriberService($container)), 'onPreUpdate'], 0);
}
/var/www/html/automation-direct/vendor/symfony/event-dispatcher/EventDispatcher.php:235 {
Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName): void …
› if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {
› $listener[0] = $listener[0]();
› $listener[1] ??= '__invoke';
}
/var/www/html/automation-direct/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/var/www/html/automation-direct/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:276 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
›
› foreach ($this->dispatcher->getListeners($eventName) as $listener) {
› $priority = $this->getListenerPriority($eventName, $listener);
}
/var/www/html/automation-direct/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:133 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› $this->preProcess($eventName);
› try {
}
/var/www/html/automation-direct/vendor/symfony/http-kernel/HttpKernel.php:169 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new ControllerEvent($this, $controller, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::CONTROLLER);
› $controller = $event->getController();
}
/var/www/html/automation-direct/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
$type: 1
}
}
/var/www/html/automation-direct/vendor/symfony/http-kernel/Kernel.php:197 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
$type: 1
$catch: true
}
}
/var/www/html/automation-direct/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
}
}
/var/www/html/automation-direct/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/html/automation-direct/public/index.php:20 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments: {
"/var/www/html/automation-direct/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1769178253
"timestamp_rfc3339" => "2026-01-23T14:24:13.332+00:00"
"message" => "User Deprecated: OpenSearch\Connections\ConnectionInterface is deprecated in 2.4.0 and will be removed in 3.0.0."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#2947
#message: "User Deprecated: OpenSearch\Connections\ConnectionInterface is deprecated in 2.4.0 and will be removed in 3.0.0."
#code: 0
#file: "/var/www/html/automation-direct/vendor/opensearch-project/opensearch-php/src/OpenSearch/Connections/ConnectionInterface.php"
#line: 27
#severity: E_USER_DEPRECATED
trace: {
/var/www/html/automation-direct/vendor/opensearch-project/opensearch-php/src/OpenSearch/Connections/ConnectionInterface.php:27 {
OpenSearch\Connections\ConnectionFactory->create(array $hostDetails): ConnectionInterface …
› // @phpstan-ignore classConstant.deprecatedInterface
› @trigger_error(ConnectionInterface::class . ' is deprecated in 2.4.0 and will be removed in 3.0.0.', E_USER_DEPRECATED);
›
}
/var/www/html/automation-direct/vendor/opensearch-project/opensearch-php/src/OpenSearch/ClientBuilder.php:776 {
OpenSearch\ClientBuilder->buildConnectionsFromHosts(array $hosts): array …
›
› $connections[] = $this->connectionFactory->create($host);
› }
}
/var/www/html/automation-direct/vendor/opensearch-project/opensearch-php/src/OpenSearch/ClientBuilder.php:722 {
OpenSearch\ClientBuilder->buildTransport(): void …
› {
› $connections = $this->buildConnectionsFromHosts($this->hosts);
›
}
/var/www/html/automation-direct/vendor/opensearch-project/opensearch-php/src/OpenSearch/ClientBuilder.php:687 {
OpenSearch\ClientBuilder->build(): Client …
›
› $this->buildTransport();
›
}
/var/www/html/automation-direct/vendor/pimcore/opensearch-client/src/OpenSearchClientFactory.php:69 {
Pimcore\Bundle\OpenSearchClientBundle\OpenSearchClientFactory::createOpenSearchClient(LoggerInterface $logger, array $config): Client …
›
› return $clientBuilder->build();
› }
}
/var/www/html/automation-direct/var/cache/dev/ContainerDFQB5sJ/App_KernelDevDebugContainer.php:3697 {
ContainerDFQB5sJ\App_KernelDevDebugContainer::getPimcore_OpenSearch_CustomClient_DefaultService($container) …
› {
› return $container->services['pimcore.openSearch.custom_client.default'] = new \Pimcore\Bundle\OpenSearchClientBundle\SearchClient\SearchClient(\Pimcore\Bundle\OpenSearchClientBundle\OpenSearchClientFactory::createOpenSearchClient(($container->services['monolog.logger.pimcore.opensearch.default'] ?? self::getMonolog_Logger_Pimcore_Opensearch_DefaultService($container)), ['hosts' => ['http://localhost:9200'], 'ssl_verification' => false, 'logger_channel' => 'pimcore.opensearch.default', 'log_404_errors' => false, 'username' => 'admin', 'password' => 'admin']));
› }
}
/var/www/html/automation-direct/var/cache/dev/ContainerDFQB5sJ/App_KernelDevDebugContainer.php:4732 {
ContainerDFQB5sJ\App_KernelDevDebugContainer::getIndexQueueServiceInterfaceService($container) …
› }
› $e = ($container->services['pimcore.openSearch.custom_client.default'] ?? self::getPimcore_OpenSearch_CustomClient_DefaultService($container));
›
}
/var/www/html/automation-direct/var/cache/dev/ContainerDFQB5sJ/App_KernelDevDebugContainer.php:5385 {
ContainerDFQB5sJ\App_KernelDevDebugContainer::getCollectionServiceService($container) …
› {
› $a = ($container->privates['Pimcore\\Bundle\\GenericDataIndexBundle\\Service\\SearchIndex\\IndexQueueServiceInterface'] ?? self::getIndexQueueServiceInterfaceService($container));
›
}
/var/www/html/automation-direct/var/cache/dev/ContainerDFQB5sJ/App_KernelDevDebugContainer.php:5551 {
ContainerDFQB5sJ\App_KernelDevDebugContainer::getPublicShareServiceService($container) …
› {
› $a = ($container->privates['Pimcore\\Bundle\\PortalEngineBundle\\Service\\Collection\\CollectionService'] ?? self::getCollectionServiceService($container));
›
}
/var/www/html/automation-direct/var/cache/dev/ContainerDFQB5sJ/App_KernelDevDebugContainer.php:5359 {
ContainerDFQB5sJ\App_KernelDevDebugContainer::getSecuritySubscriberService($container) …
› }
› $c = ($container->privates['Pimcore\\Bundle\\PortalEngineBundle\\Service\\PublicShare\\PublicShareService'] ?? self::getPublicShareServiceService($container));
›
}
/var/www/html/automation-direct/var/cache/dev/ContainerDFQB5sJ/App_KernelDevDebugContainer.php:3177 {
ContainerDFQB5sJ\App_KernelDevDebugContainer::ContainerDFQB5sJ\{closure} …
› $instance->addListener('pimcore.dataobject.postDelete', [#[\Closure(name: 'Pimcore\\Bundle\\PortalEngineBundle\\EventSubscriber\\SaveUserSubscriber')] fn () => ($container->privates['Pimcore\\Bundle\\PortalEngineBundle\\EventSubscriber\\SaveUserSubscriber'] ?? $container->load('getSaveUserSubscriberService')), 'onPostDelete'], 0);
› $instance->addListener('kernel.controller', [#[\Closure(name: 'Pimcore\\Bundle\\PortalEngineBundle\\EventSubscriber\\SecuritySubscriber')] fn () => ($container->privates['Pimcore\\Bundle\\PortalEngineBundle\\EventSubscriber\\SecuritySubscriber'] ?? self::getSecuritySubscriberService($container)), 'onKernelController'], 19);
› $instance->addListener('pimcore.dataobject.preUpdate', [#[\Closure(name: 'Pimcore\\Bundle\\PortalEngineBundle\\EventSubscriber\\SecuritySubscriber')] fn () => ($container->privates['Pimcore\\Bundle\\PortalEngineBundle\\EventSubscriber\\SecuritySubscriber'] ?? self::getSecuritySubscriberService($container)), 'onPreUpdate'], 0);
}
/var/www/html/automation-direct/vendor/symfony/event-dispatcher/EventDispatcher.php:235 {
Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName): void …
› if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {
› $listener[0] = $listener[0]();
› $listener[1] ??= '__invoke';
}
/var/www/html/automation-direct/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/var/www/html/automation-direct/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:276 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
›
› foreach ($this->dispatcher->getListeners($eventName) as $listener) {
› $priority = $this->getListenerPriority($eventName, $listener);
}
/var/www/html/automation-direct/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:133 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› $this->preProcess($eventName);
› try {
}
/var/www/html/automation-direct/vendor/symfony/http-kernel/HttpKernel.php:169 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new ControllerEvent($this, $controller, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::CONTROLLER);
› $controller = $event->getController();
}
/var/www/html/automation-direct/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
$type: 1
}
}
/var/www/html/automation-direct/vendor/symfony/http-kernel/Kernel.php:197 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
$type: 1
$catch: true
}
}
/var/www/html/automation-direct/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
}
}
/var/www/html/automation-direct/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/html/automation-direct/public/index.php:20 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments: {
"/var/www/html/automation-direct/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1769178253
"timestamp_rfc3339" => "2026-01-23T14:24:13.332+00:00"
"message" => "User Deprecated: OpenSearch\ConnectionPool\StaticNoPingConnectionPool is deprecated in 2.4.0 and will be removed in 3.0.0."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#2910
#message: "User Deprecated: OpenSearch\ConnectionPool\StaticNoPingConnectionPool is deprecated in 2.4.0 and will be removed in 3.0.0."
#code: 0
#file: "/var/www/html/automation-direct/vendor/opensearch-project/opensearch-php/src/OpenSearch/ConnectionPool/StaticNoPingConnectionPool.php"
#line: 31
#severity: E_USER_DEPRECATED
trace: {
/var/www/html/automation-direct/vendor/opensearch-project/opensearch-php/src/OpenSearch/ConnectionPool/StaticNoPingConnectionPool.php:31 {
OpenSearch\ClientBuilder->buildTransport(): void …
› // @phpstan-ignore classConstant.deprecatedClass
› @trigger_error(StaticNoPingConnectionPool::class . ' is deprecated in 2.4.0 and will be removed in 3.0.0.', E_USER_DEPRECATED);
›
}
/var/www/html/automation-direct/vendor/opensearch-project/opensearch-php/src/OpenSearch/ClientBuilder.php:687 {
OpenSearch\ClientBuilder->build(): Client …
›
› $this->buildTransport();
›
}
/var/www/html/automation-direct/vendor/pimcore/opensearch-client/src/OpenSearchClientFactory.php:69 {
Pimcore\Bundle\OpenSearchClientBundle\OpenSearchClientFactory::createOpenSearchClient(LoggerInterface $logger, array $config): Client …
›
› return $clientBuilder->build();
› }
}
/var/www/html/automation-direct/var/cache/dev/ContainerDFQB5sJ/App_KernelDevDebugContainer.php:3697 {
ContainerDFQB5sJ\App_KernelDevDebugContainer::getPimcore_OpenSearch_CustomClient_DefaultService($container) …
› {
› return $container->services['pimcore.openSearch.custom_client.default'] = new \Pimcore\Bundle\OpenSearchClientBundle\SearchClient\SearchClient(\Pimcore\Bundle\OpenSearchClientBundle\OpenSearchClientFactory::createOpenSearchClient(($container->services['monolog.logger.pimcore.opensearch.default'] ?? self::getMonolog_Logger_Pimcore_Opensearch_DefaultService($container)), ['hosts' => ['http://localhost:9200'], 'ssl_verification' => false, 'logger_channel' => 'pimcore.opensearch.default', 'log_404_errors' => false, 'username' => 'admin', 'password' => 'admin']));
› }
}
/var/www/html/automation-direct/var/cache/dev/ContainerDFQB5sJ/App_KernelDevDebugContainer.php:4732 {
ContainerDFQB5sJ\App_KernelDevDebugContainer::getIndexQueueServiceInterfaceService($container) …
› }
› $e = ($container->services['pimcore.openSearch.custom_client.default'] ?? self::getPimcore_OpenSearch_CustomClient_DefaultService($container));
›
}
/var/www/html/automation-direct/var/cache/dev/ContainerDFQB5sJ/App_KernelDevDebugContainer.php:5385 {
ContainerDFQB5sJ\App_KernelDevDebugContainer::getCollectionServiceService($container) …
› {
› $a = ($container->privates['Pimcore\\Bundle\\GenericDataIndexBundle\\Service\\SearchIndex\\IndexQueueServiceInterface'] ?? self::getIndexQueueServiceInterfaceService($container));
›
}
/var/www/html/automation-direct/var/cache/dev/ContainerDFQB5sJ/App_KernelDevDebugContainer.php:5551 {
ContainerDFQB5sJ\App_KernelDevDebugContainer::getPublicShareServiceService($container) …
› {
› $a = ($container->privates['Pimcore\\Bundle\\PortalEngineBundle\\Service\\Collection\\CollectionService'] ?? self::getCollectionServiceService($container));
›
}
/var/www/html/automation-direct/var/cache/dev/ContainerDFQB5sJ/App_KernelDevDebugContainer.php:5359 {
ContainerDFQB5sJ\App_KernelDevDebugContainer::getSecuritySubscriberService($container) …
› }
› $c = ($container->privates['Pimcore\\Bundle\\PortalEngineBundle\\Service\\PublicShare\\PublicShareService'] ?? self::getPublicShareServiceService($container));
›
}
/var/www/html/automation-direct/var/cache/dev/ContainerDFQB5sJ/App_KernelDevDebugContainer.php:3177 {
ContainerDFQB5sJ\App_KernelDevDebugContainer::ContainerDFQB5sJ\{closure} …
› $instance->addListener('pimcore.dataobject.postDelete', [#[\Closure(name: 'Pimcore\\Bundle\\PortalEngineBundle\\EventSubscriber\\SaveUserSubscriber')] fn () => ($container->privates['Pimcore\\Bundle\\PortalEngineBundle\\EventSubscriber\\SaveUserSubscriber'] ?? $container->load('getSaveUserSubscriberService')), 'onPostDelete'], 0);
› $instance->addListener('kernel.controller', [#[\Closure(name: 'Pimcore\\Bundle\\PortalEngineBundle\\EventSubscriber\\SecuritySubscriber')] fn () => ($container->privates['Pimcore\\Bundle\\PortalEngineBundle\\EventSubscriber\\SecuritySubscriber'] ?? self::getSecuritySubscriberService($container)), 'onKernelController'], 19);
› $instance->addListener('pimcore.dataobject.preUpdate', [#[\Closure(name: 'Pimcore\\Bundle\\PortalEngineBundle\\EventSubscriber\\SecuritySubscriber')] fn () => ($container->privates['Pimcore\\Bundle\\PortalEngineBundle\\EventSubscriber\\SecuritySubscriber'] ?? self::getSecuritySubscriberService($container)), 'onPreUpdate'], 0);
}
/var/www/html/automation-direct/vendor/symfony/event-dispatcher/EventDispatcher.php:235 {
Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName): void …
› if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {
› $listener[0] = $listener[0]();
› $listener[1] ??= '__invoke';
}
/var/www/html/automation-direct/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/var/www/html/automation-direct/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:276 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
›
› foreach ($this->dispatcher->getListeners($eventName) as $listener) {
› $priority = $this->getListenerPriority($eventName, $listener);
}
/var/www/html/automation-direct/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:133 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› $this->preProcess($eventName);
› try {
}
/var/www/html/automation-direct/vendor/symfony/http-kernel/HttpKernel.php:169 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new ControllerEvent($this, $controller, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::CONTROLLER);
› $controller = $event->getController();
}
/var/www/html/automation-direct/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
$type: 1
}
}
/var/www/html/automation-direct/vendor/symfony/http-kernel/Kernel.php:197 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
$type: 1
$catch: true
}
}
/var/www/html/automation-direct/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
}
}
/var/www/html/automation-direct/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/html/automation-direct/public/index.php:20 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments: {
"/var/www/html/automation-direct/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1769178253
"timestamp_rfc3339" => "2026-01-23T14:24:13.332+00:00"
"message" => "User Deprecated: OpenSearch\ConnectionPool\AbstractConnectionPool is deprecated in 2.4.0 and will be removed in 3.0.0."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#2911
#message: "User Deprecated: OpenSearch\ConnectionPool\AbstractConnectionPool is deprecated in 2.4.0 and will be removed in 3.0.0."
#code: 0
#file: "/var/www/html/automation-direct/vendor/opensearch-project/opensearch-php/src/OpenSearch/ConnectionPool/AbstractConnectionPool.php"
#line: 30
#severity: E_USER_DEPRECATED
trace: {
/var/www/html/automation-direct/vendor/opensearch-project/opensearch-php/src/OpenSearch/ConnectionPool/AbstractConnectionPool.php:30 {
OpenSearch\ClientBuilder->buildTransport(): void …
› // @phpstan-ignore classConstant.deprecatedClass
› @trigger_error(AbstractConnectionPool::class . ' is deprecated in 2.4.0 and will be removed in 3.0.0.', E_USER_DEPRECATED);
›
}
/var/www/html/automation-direct/vendor/opensearch-project/opensearch-php/src/OpenSearch/ClientBuilder.php:687 {
OpenSearch\ClientBuilder->build(): Client …
›
› $this->buildTransport();
›
}
/var/www/html/automation-direct/vendor/pimcore/opensearch-client/src/OpenSearchClientFactory.php:69 {
Pimcore\Bundle\OpenSearchClientBundle\OpenSearchClientFactory::createOpenSearchClient(LoggerInterface $logger, array $config): Client …
›
› return $clientBuilder->build();
› }
}
/var/www/html/automation-direct/var/cache/dev/ContainerDFQB5sJ/App_KernelDevDebugContainer.php:3697 {
ContainerDFQB5sJ\App_KernelDevDebugContainer::getPimcore_OpenSearch_CustomClient_DefaultService($container) …
› {
› return $container->services['pimcore.openSearch.custom_client.default'] = new \Pimcore\Bundle\OpenSearchClientBundle\SearchClient\SearchClient(\Pimcore\Bundle\OpenSearchClientBundle\OpenSearchClientFactory::createOpenSearchClient(($container->services['monolog.logger.pimcore.opensearch.default'] ?? self::getMonolog_Logger_Pimcore_Opensearch_DefaultService($container)), ['hosts' => ['http://localhost:9200'], 'ssl_verification' => false, 'logger_channel' => 'pimcore.opensearch.default', 'log_404_errors' => false, 'username' => 'admin', 'password' => 'admin']));
› }
}
/var/www/html/automation-direct/var/cache/dev/ContainerDFQB5sJ/App_KernelDevDebugContainer.php:4732 {
ContainerDFQB5sJ\App_KernelDevDebugContainer::getIndexQueueServiceInterfaceService($container) …
› }
› $e = ($container->services['pimcore.openSearch.custom_client.default'] ?? self::getPimcore_OpenSearch_CustomClient_DefaultService($container));
›
}
/var/www/html/automation-direct/var/cache/dev/ContainerDFQB5sJ/App_KernelDevDebugContainer.php:5385 {
ContainerDFQB5sJ\App_KernelDevDebugContainer::getCollectionServiceService($container) …
› {
› $a = ($container->privates['Pimcore\\Bundle\\GenericDataIndexBundle\\Service\\SearchIndex\\IndexQueueServiceInterface'] ?? self::getIndexQueueServiceInterfaceService($container));
›
}
/var/www/html/automation-direct/var/cache/dev/ContainerDFQB5sJ/App_KernelDevDebugContainer.php:5551 {
ContainerDFQB5sJ\App_KernelDevDebugContainer::getPublicShareServiceService($container) …
› {
› $a = ($container->privates['Pimcore\\Bundle\\PortalEngineBundle\\Service\\Collection\\CollectionService'] ?? self::getCollectionServiceService($container));
›
}
/var/www/html/automation-direct/var/cache/dev/ContainerDFQB5sJ/App_KernelDevDebugContainer.php:5359 {
ContainerDFQB5sJ\App_KernelDevDebugContainer::getSecuritySubscriberService($container) …
› }
› $c = ($container->privates['Pimcore\\Bundle\\PortalEngineBundle\\Service\\PublicShare\\PublicShareService'] ?? self::getPublicShareServiceService($container));
›
}
/var/www/html/automation-direct/var/cache/dev/ContainerDFQB5sJ/App_KernelDevDebugContainer.php:3177 {
ContainerDFQB5sJ\App_KernelDevDebugContainer::ContainerDFQB5sJ\{closure} …
› $instance->addListener('pimcore.dataobject.postDelete', [#[\Closure(name: 'Pimcore\\Bundle\\PortalEngineBundle\\EventSubscriber\\SaveUserSubscriber')] fn () => ($container->privates['Pimcore\\Bundle\\PortalEngineBundle\\EventSubscriber\\SaveUserSubscriber'] ?? $container->load('getSaveUserSubscriberService')), 'onPostDelete'], 0);
› $instance->addListener('kernel.controller', [#[\Closure(name: 'Pimcore\\Bundle\\PortalEngineBundle\\EventSubscriber\\SecuritySubscriber')] fn () => ($container->privates['Pimcore\\Bundle\\PortalEngineBundle\\EventSubscriber\\SecuritySubscriber'] ?? self::getSecuritySubscriberService($container)), 'onKernelController'], 19);
› $instance->addListener('pimcore.dataobject.preUpdate', [#[\Closure(name: 'Pimcore\\Bundle\\PortalEngineBundle\\EventSubscriber\\SecuritySubscriber')] fn () => ($container->privates['Pimcore\\Bundle\\PortalEngineBundle\\EventSubscriber\\SecuritySubscriber'] ?? self::getSecuritySubscriberService($container)), 'onPreUpdate'], 0);
}
/var/www/html/automation-direct/vendor/symfony/event-dispatcher/EventDispatcher.php:235 {
Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName): void …
› if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {
› $listener[0] = $listener[0]();
› $listener[1] ??= '__invoke';
}
/var/www/html/automation-direct/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/var/www/html/automation-direct/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:276 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
›
› foreach ($this->dispatcher->getListeners($eventName) as $listener) {
› $priority = $this->getListenerPriority($eventName, $listener);
}
/var/www/html/automation-direct/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:133 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› $this->preProcess($eventName);
› try {
}
/var/www/html/automation-direct/vendor/symfony/http-kernel/HttpKernel.php:169 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new ControllerEvent($this, $controller, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::CONTROLLER);
› $controller = $event->getController();
}
/var/www/html/automation-direct/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
$type: 1
}
}
/var/www/html/automation-direct/vendor/symfony/http-kernel/Kernel.php:197 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
$type: 1
$catch: true
}
}
/var/www/html/automation-direct/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
}
}
/var/www/html/automation-direct/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/html/automation-direct/public/index.php:20 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments: {
"/var/www/html/automation-direct/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1769178253
"timestamp_rfc3339" => "2026-01-23T14:24:13.332+00:00"
"message" => "User Deprecated: OpenSearch\ConnectionPool\ConnectionPoolInterface is deprecated in 2.4.0 and will be removed in 3.0.0."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#2912
#message: "User Deprecated: OpenSearch\ConnectionPool\ConnectionPoolInterface is deprecated in 2.4.0 and will be removed in 3.0.0."
#code: 0
#file: "/var/www/html/automation-direct/vendor/opensearch-project/opensearch-php/src/OpenSearch/ConnectionPool/ConnectionPoolInterface.php"
#line: 27
#severity: E_USER_DEPRECATED
trace: {
/var/www/html/automation-direct/vendor/opensearch-project/opensearch-php/src/OpenSearch/ConnectionPool/ConnectionPoolInterface.php:27 {
OpenSearch\ClientBuilder->buildTransport(): void …
› // @phpstan-ignore classConstant.deprecatedInterface
› @trigger_error(ConnectionPoolInterface::class . ' is deprecated in 2.4.0 and will be removed in 3.0.0.', E_USER_DEPRECATED);
›
}
/var/www/html/automation-direct/vendor/opensearch-project/opensearch-php/src/OpenSearch/ClientBuilder.php:687 {
OpenSearch\ClientBuilder->build(): Client …
›
› $this->buildTransport();
›
}
/var/www/html/automation-direct/vendor/pimcore/opensearch-client/src/OpenSearchClientFactory.php:69 {
Pimcore\Bundle\OpenSearchClientBundle\OpenSearchClientFactory::createOpenSearchClient(LoggerInterface $logger, array $config): Client …
›
› return $clientBuilder->build();
› }
}
/var/www/html/automation-direct/var/cache/dev/ContainerDFQB5sJ/App_KernelDevDebugContainer.php:3697 {
ContainerDFQB5sJ\App_KernelDevDebugContainer::getPimcore_OpenSearch_CustomClient_DefaultService($container) …
› {
› return $container->services['pimcore.openSearch.custom_client.default'] = new \Pimcore\Bundle\OpenSearchClientBundle\SearchClient\SearchClient(\Pimcore\Bundle\OpenSearchClientBundle\OpenSearchClientFactory::createOpenSearchClient(($container->services['monolog.logger.pimcore.opensearch.default'] ?? self::getMonolog_Logger_Pimcore_Opensearch_DefaultService($container)), ['hosts' => ['http://localhost:9200'], 'ssl_verification' => false, 'logger_channel' => 'pimcore.opensearch.default', 'log_404_errors' => false, 'username' => 'admin', 'password' => 'admin']));
› }
}
/var/www/html/automation-direct/var/cache/dev/ContainerDFQB5sJ/App_KernelDevDebugContainer.php:4732 {
ContainerDFQB5sJ\App_KernelDevDebugContainer::getIndexQueueServiceInterfaceService($container) …
› }
› $e = ($container->services['pimcore.openSearch.custom_client.default'] ?? self::getPimcore_OpenSearch_CustomClient_DefaultService($container));
›
}
/var/www/html/automation-direct/var/cache/dev/ContainerDFQB5sJ/App_KernelDevDebugContainer.php:5385 {
ContainerDFQB5sJ\App_KernelDevDebugContainer::getCollectionServiceService($container) …
› {
› $a = ($container->privates['Pimcore\\Bundle\\GenericDataIndexBundle\\Service\\SearchIndex\\IndexQueueServiceInterface'] ?? self::getIndexQueueServiceInterfaceService($container));
›
}
/var/www/html/automation-direct/var/cache/dev/ContainerDFQB5sJ/App_KernelDevDebugContainer.php:5551 {
ContainerDFQB5sJ\App_KernelDevDebugContainer::getPublicShareServiceService($container) …
› {
› $a = ($container->privates['Pimcore\\Bundle\\PortalEngineBundle\\Service\\Collection\\CollectionService'] ?? self::getCollectionServiceService($container));
›
}
/var/www/html/automation-direct/var/cache/dev/ContainerDFQB5sJ/App_KernelDevDebugContainer.php:5359 {
ContainerDFQB5sJ\App_KernelDevDebugContainer::getSecuritySubscriberService($container) …
› }
› $c = ($container->privates['Pimcore\\Bundle\\PortalEngineBundle\\Service\\PublicShare\\PublicShareService'] ?? self::getPublicShareServiceService($container));
›
}
/var/www/html/automation-direct/var/cache/dev/ContainerDFQB5sJ/App_KernelDevDebugContainer.php:3177 {
ContainerDFQB5sJ\App_KernelDevDebugContainer::ContainerDFQB5sJ\{closure} …
› $instance->addListener('pimcore.dataobject.postDelete', [#[\Closure(name: 'Pimcore\\Bundle\\PortalEngineBundle\\EventSubscriber\\SaveUserSubscriber')] fn () => ($container->privates['Pimcore\\Bundle\\PortalEngineBundle\\EventSubscriber\\SaveUserSubscriber'] ?? $container->load('getSaveUserSubscriberService')), 'onPostDelete'], 0);
› $instance->addListener('kernel.controller', [#[\Closure(name: 'Pimcore\\Bundle\\PortalEngineBundle\\EventSubscriber\\SecuritySubscriber')] fn () => ($container->privates['Pimcore\\Bundle\\PortalEngineBundle\\EventSubscriber\\SecuritySubscriber'] ?? self::getSecuritySubscriberService($container)), 'onKernelController'], 19);
› $instance->addListener('pimcore.dataobject.preUpdate', [#[\Closure(name: 'Pimcore\\Bundle\\PortalEngineBundle\\EventSubscriber\\SecuritySubscriber')] fn () => ($container->privates['Pimcore\\Bundle\\PortalEngineBundle\\EventSubscriber\\SecuritySubscriber'] ?? self::getSecuritySubscriberService($container)), 'onPreUpdate'], 0);
}
/var/www/html/automation-direct/vendor/symfony/event-dispatcher/EventDispatcher.php:235 {
Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName): void …
› if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {
› $listener[0] = $listener[0]();
› $listener[1] ??= '__invoke';
}
/var/www/html/automation-direct/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/var/www/html/automation-direct/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:276 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
›
› foreach ($this->dispatcher->getListeners($eventName) as $listener) {
› $priority = $this->getListenerPriority($eventName, $listener);
}
/var/www/html/automation-direct/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:133 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› $this->preProcess($eventName);
› try {
}
/var/www/html/automation-direct/vendor/symfony/http-kernel/HttpKernel.php:169 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new ControllerEvent($this, $controller, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::CONTROLLER);
› $controller = $event->getController();
}
/var/www/html/automation-direct/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
$type: 1
}
}
/var/www/html/automation-direct/vendor/symfony/http-kernel/Kernel.php:197 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
$type: 1
$catch: true
}
}
/var/www/html/automation-direct/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
}
}
/var/www/html/automation-direct/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/html/automation-direct/public/index.php:20 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments: {
"/var/www/html/automation-direct/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1769178253
"timestamp_rfc3339" => "2026-01-23T14:24:13.332+00:00"
"message" => "User Deprecated: OpenSearch\Transport is deprecated in 2.4.0 and will be removed in 3.0.0."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#2959
#message: "User Deprecated: OpenSearch\Transport is deprecated in 2.4.0 and will be removed in 3.0.0."
#code: 0
#file: "/var/www/html/automation-direct/vendor/opensearch-project/opensearch-php/src/OpenSearch/Transport.php"
#line: 31
#severity: E_USER_DEPRECATED
trace: {
/var/www/html/automation-direct/vendor/opensearch-project/opensearch-php/src/OpenSearch/Transport.php:31 {
OpenSearch\ClientBuilder->buildTransport(): void …
› // @phpstan-ignore classConstant.deprecatedClass
› @trigger_error(Transport::class . ' is deprecated in 2.4.0 and will be removed in 3.0.0.', E_USER_DEPRECATED);
›
}
/var/www/html/automation-direct/vendor/opensearch-project/opensearch-php/src/OpenSearch/ClientBuilder.php:687 {
OpenSearch\ClientBuilder->build(): Client …
›
› $this->buildTransport();
›
}
/var/www/html/automation-direct/vendor/pimcore/opensearch-client/src/OpenSearchClientFactory.php:69 {
Pimcore\Bundle\OpenSearchClientBundle\OpenSearchClientFactory::createOpenSearchClient(LoggerInterface $logger, array $config): Client …
›
› return $clientBuilder->build();
› }
}
/var/www/html/automation-direct/var/cache/dev/ContainerDFQB5sJ/App_KernelDevDebugContainer.php:3697 {
ContainerDFQB5sJ\App_KernelDevDebugContainer::getPimcore_OpenSearch_CustomClient_DefaultService($container) …
› {
› return $container->services['pimcore.openSearch.custom_client.default'] = new \Pimcore\Bundle\OpenSearchClientBundle\SearchClient\SearchClient(\Pimcore\Bundle\OpenSearchClientBundle\OpenSearchClientFactory::createOpenSearchClient(($container->services['monolog.logger.pimcore.opensearch.default'] ?? self::getMonolog_Logger_Pimcore_Opensearch_DefaultService($container)), ['hosts' => ['http://localhost:9200'], 'ssl_verification' => false, 'logger_channel' => 'pimcore.opensearch.default', 'log_404_errors' => false, 'username' => 'admin', 'password' => 'admin']));
› }
}
/var/www/html/automation-direct/var/cache/dev/ContainerDFQB5sJ/App_KernelDevDebugContainer.php:4732 {
ContainerDFQB5sJ\App_KernelDevDebugContainer::getIndexQueueServiceInterfaceService($container) …
› }
› $e = ($container->services['pimcore.openSearch.custom_client.default'] ?? self::getPimcore_OpenSearch_CustomClient_DefaultService($container));
›
}
/var/www/html/automation-direct/var/cache/dev/ContainerDFQB5sJ/App_KernelDevDebugContainer.php:5385 {
ContainerDFQB5sJ\App_KernelDevDebugContainer::getCollectionServiceService($container) …
› {
› $a = ($container->privates['Pimcore\\Bundle\\GenericDataIndexBundle\\Service\\SearchIndex\\IndexQueueServiceInterface'] ?? self::getIndexQueueServiceInterfaceService($container));
›
}
/var/www/html/automation-direct/var/cache/dev/ContainerDFQB5sJ/App_KernelDevDebugContainer.php:5551 {
ContainerDFQB5sJ\App_KernelDevDebugContainer::getPublicShareServiceService($container) …
› {
› $a = ($container->privates['Pimcore\\Bundle\\PortalEngineBundle\\Service\\Collection\\CollectionService'] ?? self::getCollectionServiceService($container));
›
}
/var/www/html/automation-direct/var/cache/dev/ContainerDFQB5sJ/App_KernelDevDebugContainer.php:5359 {
ContainerDFQB5sJ\App_KernelDevDebugContainer::getSecuritySubscriberService($container) …
› }
› $c = ($container->privates['Pimcore\\Bundle\\PortalEngineBundle\\Service\\PublicShare\\PublicShareService'] ?? self::getPublicShareServiceService($container));
›
}
/var/www/html/automation-direct/var/cache/dev/ContainerDFQB5sJ/App_KernelDevDebugContainer.php:3177 {
ContainerDFQB5sJ\App_KernelDevDebugContainer::ContainerDFQB5sJ\{closure} …
› $instance->addListener('pimcore.dataobject.postDelete', [#[\Closure(name: 'Pimcore\\Bundle\\PortalEngineBundle\\EventSubscriber\\SaveUserSubscriber')] fn () => ($container->privates['Pimcore\\Bundle\\PortalEngineBundle\\EventSubscriber\\SaveUserSubscriber'] ?? $container->load('getSaveUserSubscriberService')), 'onPostDelete'], 0);
› $instance->addListener('kernel.controller', [#[\Closure(name: 'Pimcore\\Bundle\\PortalEngineBundle\\EventSubscriber\\SecuritySubscriber')] fn () => ($container->privates['Pimcore\\Bundle\\PortalEngineBundle\\EventSubscriber\\SecuritySubscriber'] ?? self::getSecuritySubscriberService($container)), 'onKernelController'], 19);
› $instance->addListener('pimcore.dataobject.preUpdate', [#[\Closure(name: 'Pimcore\\Bundle\\PortalEngineBundle\\EventSubscriber\\SecuritySubscriber')] fn () => ($container->privates['Pimcore\\Bundle\\PortalEngineBundle\\EventSubscriber\\SecuritySubscriber'] ?? self::getSecuritySubscriberService($container)), 'onPreUpdate'], 0);
}
/var/www/html/automation-direct/vendor/symfony/event-dispatcher/EventDispatcher.php:235 {
Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName): void …
› if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {
› $listener[0] = $listener[0]();
› $listener[1] ??= '__invoke';
}
/var/www/html/automation-direct/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/var/www/html/automation-direct/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:276 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
›
› foreach ($this->dispatcher->getListeners($eventName) as $listener) {
› $priority = $this->getListenerPriority($eventName, $listener);
}
/var/www/html/automation-direct/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:133 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› $this->preProcess($eventName);
› try {
}
/var/www/html/automation-direct/vendor/symfony/http-kernel/HttpKernel.php:169 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new ControllerEvent($this, $controller, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::CONTROLLER);
› $controller = $event->getController();
}
/var/www/html/automation-direct/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
$type: 1
}
}
/var/www/html/automation-direct/vendor/symfony/http-kernel/Kernel.php:197 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
$type: 1
$catch: true
}
}
/var/www/html/automation-direct/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
}
}
/var/www/html/automation-direct/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/html/automation-direct/public/index.php:20 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments: {
"/var/www/html/automation-direct/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1769178253
"timestamp_rfc3339" => "2026-01-23T14:24:13.333+00:00"
"message" => "User Deprecated: Passing an instance of \OpenSearch\Transport to OpenSearch\Client::__construct() is deprecated in 2.4.0 and will be removed in 3.0.0. Pass an instance of \OpenSearch\TransportInterface instead."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#2966
#message: "User Deprecated: Passing an instance of \OpenSearch\Transport to OpenSearch\Client::__construct() is deprecated in 2.4.0 and will be removed in 3.0.0. Pass an instance of \OpenSearch\TransportInterface instead."
#code: 0
#file: "/var/www/html/automation-direct/vendor/opensearch-project/opensearch-php/src/OpenSearch/Client.php"
#line: 331
#severity: E_USER_DEPRECATED
trace: {
/var/www/html/automation-direct/vendor/opensearch-project/opensearch-php/src/OpenSearch/Client.php:331 {
OpenSearch\Client->__construct(OpenSearch\TransportInterface|OpenSearch\Transport $transport, OpenSearch\EndpointFactoryInterface|callable|null $endpointFactory = null, array $registeredNamespaces = []) …
› if (!$transport instanceof TransportInterface) {
› @trigger_error('Passing an instance of \OpenSearch\Transport to ' . __METHOD__ . '() is deprecated in 2.4.0 and will be removed in 3.0.0. Pass an instance of \OpenSearch\TransportInterface instead.', E_USER_DEPRECATED);
› // @phpstan-ignore property.deprecated
}
/var/www/html/automation-direct/vendor/opensearch-project/opensearch-php/src/OpenSearch/ClientBuilder.php:706 {
OpenSearch\ClientBuilder->instantiate(Transport $transport, EndpointFactoryInterface $endpointFactory, array $registeredNamespaces): Client …
› {
› return new Client($transport, $endpointFactory, $registeredNamespaces);
› }
}
/var/www/html/automation-direct/vendor/opensearch-project/opensearch-php/src/OpenSearch/ClientBuilder.php:701 {
OpenSearch\ClientBuilder->build(): Client …
›
› return $this->instantiate($this->transport, $this->endpointFactory, $registeredNamespaces);
› }
}
/var/www/html/automation-direct/vendor/pimcore/opensearch-client/src/OpenSearchClientFactory.php:69 {
Pimcore\Bundle\OpenSearchClientBundle\OpenSearchClientFactory::createOpenSearchClient(LoggerInterface $logger, array $config): Client …
›
› return $clientBuilder->build();
› }
}
/var/www/html/automation-direct/var/cache/dev/ContainerDFQB5sJ/App_KernelDevDebugContainer.php:3697 {
ContainerDFQB5sJ\App_KernelDevDebugContainer::getPimcore_OpenSearch_CustomClient_DefaultService($container) …
› {
› return $container->services['pimcore.openSearch.custom_client.default'] = new \Pimcore\Bundle\OpenSearchClientBundle\SearchClient\SearchClient(\Pimcore\Bundle\OpenSearchClientBundle\OpenSearchClientFactory::createOpenSearchClient(($container->services['monolog.logger.pimcore.opensearch.default'] ?? self::getMonolog_Logger_Pimcore_Opensearch_DefaultService($container)), ['hosts' => ['http://localhost:9200'], 'ssl_verification' => false, 'logger_channel' => 'pimcore.opensearch.default', 'log_404_errors' => false, 'username' => 'admin', 'password' => 'admin']));
› }
}
/var/www/html/automation-direct/var/cache/dev/ContainerDFQB5sJ/App_KernelDevDebugContainer.php:4732 {
ContainerDFQB5sJ\App_KernelDevDebugContainer::getIndexQueueServiceInterfaceService($container) …
› }
› $e = ($container->services['pimcore.openSearch.custom_client.default'] ?? self::getPimcore_OpenSearch_CustomClient_DefaultService($container));
›
}
/var/www/html/automation-direct/var/cache/dev/ContainerDFQB5sJ/App_KernelDevDebugContainer.php:5385 {
ContainerDFQB5sJ\App_KernelDevDebugContainer::getCollectionServiceService($container) …
› {
› $a = ($container->privates['Pimcore\\Bundle\\GenericDataIndexBundle\\Service\\SearchIndex\\IndexQueueServiceInterface'] ?? self::getIndexQueueServiceInterfaceService($container));
›
}
/var/www/html/automation-direct/var/cache/dev/ContainerDFQB5sJ/App_KernelDevDebugContainer.php:5551 {
ContainerDFQB5sJ\App_KernelDevDebugContainer::getPublicShareServiceService($container) …
› {
› $a = ($container->privates['Pimcore\\Bundle\\PortalEngineBundle\\Service\\Collection\\CollectionService'] ?? self::getCollectionServiceService($container));
›
}
/var/www/html/automation-direct/var/cache/dev/ContainerDFQB5sJ/App_KernelDevDebugContainer.php:5359 {
ContainerDFQB5sJ\App_KernelDevDebugContainer::getSecuritySubscriberService($container) …
› }
› $c = ($container->privates['Pimcore\\Bundle\\PortalEngineBundle\\Service\\PublicShare\\PublicShareService'] ?? self::getPublicShareServiceService($container));
›
}
/var/www/html/automation-direct/var/cache/dev/ContainerDFQB5sJ/App_KernelDevDebugContainer.php:3177 {
ContainerDFQB5sJ\App_KernelDevDebugContainer::ContainerDFQB5sJ\{closure} …
› $instance->addListener('pimcore.dataobject.postDelete', [#[\Closure(name: 'Pimcore\\Bundle\\PortalEngineBundle\\EventSubscriber\\SaveUserSubscriber')] fn () => ($container->privates['Pimcore\\Bundle\\PortalEngineBundle\\EventSubscriber\\SaveUserSubscriber'] ?? $container->load('getSaveUserSubscriberService')), 'onPostDelete'], 0);
› $instance->addListener('kernel.controller', [#[\Closure(name: 'Pimcore\\Bundle\\PortalEngineBundle\\EventSubscriber\\SecuritySubscriber')] fn () => ($container->privates['Pimcore\\Bundle\\PortalEngineBundle\\EventSubscriber\\SecuritySubscriber'] ?? self::getSecuritySubscriberService($container)), 'onKernelController'], 19);
› $instance->addListener('pimcore.dataobject.preUpdate', [#[\Closure(name: 'Pimcore\\Bundle\\PortalEngineBundle\\EventSubscriber\\SecuritySubscriber')] fn () => ($container->privates['Pimcore\\Bundle\\PortalEngineBundle\\EventSubscriber\\SecuritySubscriber'] ?? self::getSecuritySubscriberService($container)), 'onPreUpdate'], 0);
}
/var/www/html/automation-direct/vendor/symfony/event-dispatcher/EventDispatcher.php:235 {
Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName): void …
› if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {
› $listener[0] = $listener[0]();
› $listener[1] ??= '__invoke';
}
/var/www/html/automation-direct/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/var/www/html/automation-direct/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:276 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
›
› foreach ($this->dispatcher->getListeners($eventName) as $listener) {
› $priority = $this->getListenerPriority($eventName, $listener);
}
/var/www/html/automation-direct/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:133 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› $this->preProcess($eventName);
› try {
}
/var/www/html/automation-direct/vendor/symfony/http-kernel/HttpKernel.php:169 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new ControllerEvent($this, $controller, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::CONTROLLER);
› $controller = $event->getController();
}
/var/www/html/automation-direct/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
$type: 1
}
}
/var/www/html/automation-direct/vendor/symfony/http-kernel/Kernel.php:197 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
$type: 1
$catch: true
}
}
/var/www/html/automation-direct/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
}
}
/var/www/html/automation-direct/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/html/automation-direct/public/index.php:20 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments: {
"/var/www/html/automation-direct/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1769178253
"timestamp_rfc3339" => "2026-01-23T14:24:13.333+00:00"
"message" => "User Deprecated: OpenSearch\LegacyTransportWrapper is deprecated in 2.4.0 and will be removed in 3.0.0."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#2958
#message: "User Deprecated: OpenSearch\LegacyTransportWrapper is deprecated in 2.4.0 and will be removed in 3.0.0."
#code: 0
#file: "/var/www/html/automation-direct/vendor/opensearch-project/opensearch-php/src/OpenSearch/LegacyTransportWrapper.php"
#line: 8
#severity: E_USER_DEPRECATED
trace: {
/var/www/html/automation-direct/vendor/opensearch-project/opensearch-php/src/OpenSearch/LegacyTransportWrapper.php:8 {
OpenSearch\Client->__construct(OpenSearch\TransportInterface|OpenSearch\Transport $transport, OpenSearch\EndpointFactoryInterface|callable|null $endpointFactory = null, array $registeredNamespaces = []) …
› // @phpstan-ignore classConstant.deprecatedClass
› @trigger_error(LegacyTransportWrapper::class . ' is deprecated in 2.4.0 and will be removed in 3.0.0.', E_USER_DEPRECATED);
›
}
/var/www/html/automation-direct/vendor/opensearch-project/opensearch-php/src/OpenSearch/ClientBuilder.php:706 {
OpenSearch\ClientBuilder->instantiate(Transport $transport, EndpointFactoryInterface $endpointFactory, array $registeredNamespaces): Client …
› {
› return new Client($transport, $endpointFactory, $registeredNamespaces);
› }
}
/var/www/html/automation-direct/vendor/opensearch-project/opensearch-php/src/OpenSearch/ClientBuilder.php:701 {
OpenSearch\ClientBuilder->build(): Client …
›
› return $this->instantiate($this->transport, $this->endpointFactory, $registeredNamespaces);
› }
}
/var/www/html/automation-direct/vendor/pimcore/opensearch-client/src/OpenSearchClientFactory.php:69 {
Pimcore\Bundle\OpenSearchClientBundle\OpenSearchClientFactory::createOpenSearchClient(LoggerInterface $logger, array $config): Client …
›
› return $clientBuilder->build();
› }
}
/var/www/html/automation-direct/var/cache/dev/ContainerDFQB5sJ/App_KernelDevDebugContainer.php:3697 {
ContainerDFQB5sJ\App_KernelDevDebugContainer::getPimcore_OpenSearch_CustomClient_DefaultService($container) …
› {
› return $container->services['pimcore.openSearch.custom_client.default'] = new \Pimcore\Bundle\OpenSearchClientBundle\SearchClient\SearchClient(\Pimcore\Bundle\OpenSearchClientBundle\OpenSearchClientFactory::createOpenSearchClient(($container->services['monolog.logger.pimcore.opensearch.default'] ?? self::getMonolog_Logger_Pimcore_Opensearch_DefaultService($container)), ['hosts' => ['http://localhost:9200'], 'ssl_verification' => false, 'logger_channel' => 'pimcore.opensearch.default', 'log_404_errors' => false, 'username' => 'admin', 'password' => 'admin']));
› }
}
/var/www/html/automation-direct/var/cache/dev/ContainerDFQB5sJ/App_KernelDevDebugContainer.php:4732 {
ContainerDFQB5sJ\App_KernelDevDebugContainer::getIndexQueueServiceInterfaceService($container) …
› }
› $e = ($container->services['pimcore.openSearch.custom_client.default'] ?? self::getPimcore_OpenSearch_CustomClient_DefaultService($container));
›
}
/var/www/html/automation-direct/var/cache/dev/ContainerDFQB5sJ/App_KernelDevDebugContainer.php:5385 {
ContainerDFQB5sJ\App_KernelDevDebugContainer::getCollectionServiceService($container) …
› {
› $a = ($container->privates['Pimcore\\Bundle\\GenericDataIndexBundle\\Service\\SearchIndex\\IndexQueueServiceInterface'] ?? self::getIndexQueueServiceInterfaceService($container));
›
}
/var/www/html/automation-direct/var/cache/dev/ContainerDFQB5sJ/App_KernelDevDebugContainer.php:5551 {
ContainerDFQB5sJ\App_KernelDevDebugContainer::getPublicShareServiceService($container) …
› {
› $a = ($container->privates['Pimcore\\Bundle\\PortalEngineBundle\\Service\\Collection\\CollectionService'] ?? self::getCollectionServiceService($container));
›
}
/var/www/html/automation-direct/var/cache/dev/ContainerDFQB5sJ/App_KernelDevDebugContainer.php:5359 {
ContainerDFQB5sJ\App_KernelDevDebugContainer::getSecuritySubscriberService($container) …
› }
› $c = ($container->privates['Pimcore\\Bundle\\PortalEngineBundle\\Service\\PublicShare\\PublicShareService'] ?? self::getPublicShareServiceService($container));
›
}
/var/www/html/automation-direct/var/cache/dev/ContainerDFQB5sJ/App_KernelDevDebugContainer.php:3177 {
ContainerDFQB5sJ\App_KernelDevDebugContainer::ContainerDFQB5sJ\{closure} …
› $instance->addListener('pimcore.dataobject.postDelete', [#[\Closure(name: 'Pimcore\\Bundle\\PortalEngineBundle\\EventSubscriber\\SaveUserSubscriber')] fn () => ($container->privates['Pimcore\\Bundle\\PortalEngineBundle\\EventSubscriber\\SaveUserSubscriber'] ?? $container->load('getSaveUserSubscriberService')), 'onPostDelete'], 0);
› $instance->addListener('kernel.controller', [#[\Closure(name: 'Pimcore\\Bundle\\PortalEngineBundle\\EventSubscriber\\SecuritySubscriber')] fn () => ($container->privates['Pimcore\\Bundle\\PortalEngineBundle\\EventSubscriber\\SecuritySubscriber'] ?? self::getSecuritySubscriberService($container)), 'onKernelController'], 19);
› $instance->addListener('pimcore.dataobject.preUpdate', [#[\Closure(name: 'Pimcore\\Bundle\\PortalEngineBundle\\EventSubscriber\\SecuritySubscriber')] fn () => ($container->privates['Pimcore\\Bundle\\PortalEngineBundle\\EventSubscriber\\SecuritySubscriber'] ?? self::getSecuritySubscriberService($container)), 'onPreUpdate'], 0);
}
/var/www/html/automation-direct/vendor/symfony/event-dispatcher/EventDispatcher.php:235 {
Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName): void …
› if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {
› $listener[0] = $listener[0]();
› $listener[1] ??= '__invoke';
}
/var/www/html/automation-direct/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/var/www/html/automation-direct/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:276 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
›
› foreach ($this->dispatcher->getListeners($eventName) as $listener) {
› $priority = $this->getListenerPriority($eventName, $listener);
}
/var/www/html/automation-direct/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:133 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› $this->preProcess($eventName);
› try {
}
/var/www/html/automation-direct/vendor/symfony/http-kernel/HttpKernel.php:169 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new ControllerEvent($this, $controller, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::CONTROLLER);
› $controller = $event->getController();
}
/var/www/html/automation-direct/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
$type: 1
}
}
/var/www/html/automation-direct/vendor/symfony/http-kernel/Kernel.php:197 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
$type: 1
$catch: true
}
}
/var/www/html/automation-direct/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
}
}
/var/www/html/automation-direct/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/html/automation-direct/public/index.php:20 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments: {
"/var/www/html/automation-direct/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1769178253
"timestamp_rfc3339" => "2026-01-23T14:24:13.333+00:00"
"message" => "User Deprecated: Passing an instance of \OpenSearch\Transport to OpenSearch\Namespaces\AbstractNamespace::__construct() is deprecated in 2.4.0 and will be removed in 3.0.0. Pass an instance of \OpenSearch\TransportInterface instead."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#2869
#message: "User Deprecated: Passing an instance of \OpenSearch\Transport to OpenSearch\Namespaces\AbstractNamespace::__construct() is deprecated in 2.4.0 and will be removed in 3.0.0. Pass an instance of \OpenSearch\TransportInterface instead."
#code: 0
#file: "/var/www/html/automation-direct/vendor/opensearch-project/opensearch-php/src/OpenSearch/Namespaces/AbstractNamespace.php"
#line: 57
#severity: E_USER_DEPRECATED
trace: {
/var/www/html/automation-direct/vendor/opensearch-project/opensearch-php/src/OpenSearch/Namespaces/AbstractNamespace.php:57 {
OpenSearch\Namespaces\AbstractNamespace->__construct(OpenSearch\TransportInterface|OpenSearch\Transport $transport, OpenSearch\EndpointFactoryInterface|callable $endpointFactory) …
› if (!$transport instanceof TransportInterface) {
› @trigger_error('Passing an instance of \OpenSearch\Transport to ' . __METHOD__ . '() is deprecated in 2.4.0 and will be removed in 3.0.0. Pass an instance of \OpenSearch\TransportInterface instead.', E_USER_DEPRECATED);
› // @phpstan-ignore property.deprecated
}
/var/www/html/automation-direct/vendor/opensearch-project/opensearch-php/src/OpenSearch/Client.php:359 {
OpenSearch\Client->__construct(OpenSearch\TransportInterface|OpenSearch\Transport $transport, OpenSearch\EndpointFactoryInterface|callable|null $endpointFactory = null, array $registeredNamespaces = []) …
› // @phpstan-ignore new.deprecated, property.deprecated
› $this->asyncSearch = new AsyncSearchNamespace($transport, $this->endpointFactory);
› $this->asynchronousSearch = new AsynchronousSearchNamespace($transport, $this->endpointFactory);
}
/var/www/html/automation-direct/vendor/opensearch-project/opensearch-php/src/OpenSearch/ClientBuilder.php:706 {
OpenSearch\ClientBuilder->instantiate(Transport $transport, EndpointFactoryInterface $endpointFactory, array $registeredNamespaces): Client …
› {
› return new Client($transport, $endpointFactory, $registeredNamespaces);
› }
}
/var/www/html/automation-direct/vendor/opensearch-project/opensearch-php/src/OpenSearch/ClientBuilder.php:701 {
OpenSearch\ClientBuilder->build(): Client …
›
› return $this->instantiate($this->transport, $this->endpointFactory, $registeredNamespaces);
› }
}
/var/www/html/automation-direct/vendor/pimcore/opensearch-client/src/OpenSearchClientFactory.php:69 {
Pimcore\Bundle\OpenSearchClientBundle\OpenSearchClientFactory::createOpenSearchClient(LoggerInterface $logger, array $config): Client …
›
› return $clientBuilder->build();
› }
}
/var/www/html/automation-direct/var/cache/dev/ContainerDFQB5sJ/App_KernelDevDebugContainer.php:3697 {
ContainerDFQB5sJ\App_KernelDevDebugContainer::getPimcore_OpenSearch_CustomClient_DefaultService($container) …
› {
› return $container->services['pimcore.openSearch.custom_client.default'] = new \Pimcore\Bundle\OpenSearchClientBundle\SearchClient\SearchClient(\Pimcore\Bundle\OpenSearchClientBundle\OpenSearchClientFactory::createOpenSearchClient(($container->services['monolog.logger.pimcore.opensearch.default'] ?? self::getMonolog_Logger_Pimcore_Opensearch_DefaultService($container)), ['hosts' => ['http://localhost:9200'], 'ssl_verification' => false, 'logger_channel' => 'pimcore.opensearch.default', 'log_404_errors' => false, 'username' => 'admin', 'password' => 'admin']));
› }
}
/var/www/html/automation-direct/var/cache/dev/ContainerDFQB5sJ/App_KernelDevDebugContainer.php:4732 {
ContainerDFQB5sJ\App_KernelDevDebugContainer::getIndexQueueServiceInterfaceService($container) …
› }
› $e = ($container->services['pimcore.openSearch.custom_client.default'] ?? self::getPimcore_OpenSearch_CustomClient_DefaultService($container));
›
}
/var/www/html/automation-direct/var/cache/dev/ContainerDFQB5sJ/App_KernelDevDebugContainer.php:5385 {
ContainerDFQB5sJ\App_KernelDevDebugContainer::getCollectionServiceService($container) …
› {
› $a = ($container->privates['Pimcore\\Bundle\\GenericDataIndexBundle\\Service\\SearchIndex\\IndexQueueServiceInterface'] ?? self::getIndexQueueServiceInterfaceService($container));
›
}
/var/www/html/automation-direct/var/cache/dev/ContainerDFQB5sJ/App_KernelDevDebugContainer.php:5551 {
ContainerDFQB5sJ\App_KernelDevDebugContainer::getPublicShareServiceService($container) …
› {
› $a = ($container->privates['Pimcore\\Bundle\\PortalEngineBundle\\Service\\Collection\\CollectionService'] ?? self::getCollectionServiceService($container));
›
}
/var/www/html/automation-direct/var/cache/dev/ContainerDFQB5sJ/App_KernelDevDebugContainer.php:5359 {
ContainerDFQB5sJ\App_KernelDevDebugContainer::getSecuritySubscriberService($container) …
› }
› $c = ($container->privates['Pimcore\\Bundle\\PortalEngineBundle\\Service\\PublicShare\\PublicShareService'] ?? self::getPublicShareServiceService($container));
›
}
/var/www/html/automation-direct/var/cache/dev/ContainerDFQB5sJ/App_KernelDevDebugContainer.php:3177 {
ContainerDFQB5sJ\App_KernelDevDebugContainer::ContainerDFQB5sJ\{closure} …
› $instance->addListener('pimcore.dataobject.postDelete', [#[\Closure(name: 'Pimcore\\Bundle\\PortalEngineBundle\\EventSubscriber\\SaveUserSubscriber')] fn () => ($container->privates['Pimcore\\Bundle\\PortalEngineBundle\\EventSubscriber\\SaveUserSubscriber'] ?? $container->load('getSaveUserSubscriberService')), 'onPostDelete'], 0);
› $instance->addListener('kernel.controller', [#[\Closure(name: 'Pimcore\\Bundle\\PortalEngineBundle\\EventSubscriber\\SecuritySubscriber')] fn () => ($container->privates['Pimcore\\Bundle\\PortalEngineBundle\\EventSubscriber\\SecuritySubscriber'] ?? self::getSecuritySubscriberService($container)), 'onKernelController'], 19);
› $instance->addListener('pimcore.dataobject.preUpdate', [#[\Closure(name: 'Pimcore\\Bundle\\PortalEngineBundle\\EventSubscriber\\SecuritySubscriber')] fn () => ($container->privates['Pimcore\\Bundle\\PortalEngineBundle\\EventSubscriber\\SecuritySubscriber'] ?? self::getSecuritySubscriberService($container)), 'onPreUpdate'], 0);
}
/var/www/html/automation-direct/vendor/symfony/event-dispatcher/EventDispatcher.php:235 {
Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName): void …
› if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {
› $listener[0] = $listener[0]();
› $listener[1] ??= '__invoke';
}
/var/www/html/automation-direct/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/var/www/html/automation-direct/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:276 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
›
› foreach ($this->dispatcher->getListeners($eventName) as $listener) {
› $priority = $this->getListenerPriority($eventName, $listener);
}
/var/www/html/automation-direct/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:133 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› $this->preProcess($eventName);
› try {
}
/var/www/html/automation-direct/vendor/symfony/http-kernel/HttpKernel.php:169 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new ControllerEvent($this, $controller, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::CONTROLLER);
› $controller = $event->getController();
}
/var/www/html/automation-direct/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
$type: 1
}
}
/var/www/html/automation-direct/vendor/symfony/http-kernel/Kernel.php:197 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
$type: 1
$catch: true
}
}
/var/www/html/automation-direct/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
}
}
/var/www/html/automation-direct/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/html/automation-direct/public/index.php:20 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments: {
"/var/www/html/automation-direct/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1769178253
"timestamp_rfc3339" => "2026-01-23T14:24:13.333+00:00"
"message" => "User Deprecated: Passing an instance of \OpenSearch\Transport to OpenSearch\Namespaces\AbstractNamespace::__construct() is deprecated in 2.4.0 and will be removed in 3.0.0. Pass an instance of \OpenSearch\TransportInterface instead."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#2962
#message: "User Deprecated: Passing an instance of \OpenSearch\Transport to OpenSearch\Namespaces\AbstractNamespace::__construct() is deprecated in 2.4.0 and will be removed in 3.0.0. Pass an instance of \OpenSearch\TransportInterface instead."
#code: 0
#file: "/var/www/html/automation-direct/vendor/opensearch-project/opensearch-php/src/OpenSearch/Namespaces/AbstractNamespace.php"
#line: 57
#severity: E_USER_DEPRECATED
trace: {
/var/www/html/automation-direct/vendor/opensearch-project/opensearch-php/src/OpenSearch/Namespaces/AbstractNamespace.php:57 {
OpenSearch\Namespaces\AbstractNamespace->__construct(OpenSearch\TransportInterface|OpenSearch\Transport $transport, OpenSearch\EndpointFactoryInterface|callable $endpointFactory) …
› if (!$transport instanceof TransportInterface) {
› @trigger_error('Passing an instance of \OpenSearch\Transport to ' . __METHOD__ . '() is deprecated in 2.4.0 and will be removed in 3.0.0. Pass an instance of \OpenSearch\TransportInterface instead.', E_USER_DEPRECATED);
› // @phpstan-ignore property.deprecated
}
/var/www/html/automation-direct/vendor/opensearch-project/opensearch-php/src/OpenSearch/Client.php:360 {
OpenSearch\Client->__construct(OpenSearch\TransportInterface|OpenSearch\Transport $transport, OpenSearch\EndpointFactoryInterface|callable|null $endpointFactory = null, array $registeredNamespaces = []) …
› $this->asyncSearch = new AsyncSearchNamespace($transport, $this->endpointFactory);
› $this->asynchronousSearch = new AsynchronousSearchNamespace($transport, $this->endpointFactory);
› $this->cat = new CatNamespace($transport, $this->endpointFactory);
}
/var/www/html/automation-direct/vendor/opensearch-project/opensearch-php/src/OpenSearch/ClientBuilder.php:706 {
OpenSearch\ClientBuilder->instantiate(Transport $transport, EndpointFactoryInterface $endpointFactory, array $registeredNamespaces): Client …
› {
› return new Client($transport, $endpointFactory, $registeredNamespaces);
› }
}
/var/www/html/automation-direct/vendor/opensearch-project/opensearch-php/src/OpenSearch/ClientBuilder.php:701 {
OpenSearch\ClientBuilder->build(): Client …
›
› return $this->instantiate($this->transport, $this->endpointFactory, $registeredNamespaces);
› }
}
/var/www/html/automation-direct/vendor/pimcore/opensearch-client/src/OpenSearchClientFactory.php:69 {
Pimcore\Bundle\OpenSearchClientBundle\OpenSearchClientFactory::createOpenSearchClient(LoggerInterface $logger, array $config): Client …
›
› return $clientBuilder->build();
› }
}
/var/www/html/automation-direct/var/cache/dev/ContainerDFQB5sJ/App_KernelDevDebugContainer.php:3697 {
ContainerDFQB5sJ\App_KernelDevDebugContainer::getPimcore_OpenSearch_CustomClient_DefaultService($container) …
› {
› return $container->services['pimcore.openSearch.custom_client.default'] = new \Pimcore\Bundle\OpenSearchClientBundle\SearchClient\SearchClient(\Pimcore\Bundle\OpenSearchClientBundle\OpenSearchClientFactory::createOpenSearchClient(($container->services['monolog.logger.pimcore.opensearch.default'] ?? self::getMonolog_Logger_Pimcore_Opensearch_DefaultService($container)), ['hosts' => ['http://localhost:9200'], 'ssl_verification' => false, 'logger_channel' => 'pimcore.opensearch.default', 'log_404_errors' => false, 'username' => 'admin', 'password' => 'admin']));
› }
}
/var/www/html/automation-direct/var/cache/dev/ContainerDFQB5sJ/App_KernelDevDebugContainer.php:4732 {
ContainerDFQB5sJ\App_KernelDevDebugContainer::getIndexQueueServiceInterfaceService($container) …
› }
› $e = ($container->services['pimcore.openSearch.custom_client.default'] ?? self::getPimcore_OpenSearch_CustomClient_DefaultService($container));
›
}
/var/www/html/automation-direct/var/cache/dev/ContainerDFQB5sJ/App_KernelDevDebugContainer.php:5385 {
ContainerDFQB5sJ\App_KernelDevDebugContainer::getCollectionServiceService($container) …
› {
› $a = ($container->privates['Pimcore\\Bundle\\GenericDataIndexBundle\\Service\\SearchIndex\\IndexQueueServiceInterface'] ?? self::getIndexQueueServiceInterfaceService($container));
›
}
/var/www/html/automation-direct/var/cache/dev/ContainerDFQB5sJ/App_KernelDevDebugContainer.php:5551 {
ContainerDFQB5sJ\App_KernelDevDebugContainer::getPublicShareServiceService($container) …
› {
› $a = ($container->privates['Pimcore\\Bundle\\PortalEngineBundle\\Service\\Collection\\CollectionService'] ?? self::getCollectionServiceService($container));
›
}
/var/www/html/automation-direct/var/cache/dev/ContainerDFQB5sJ/App_KernelDevDebugContainer.php:5359 {
ContainerDFQB5sJ\App_KernelDevDebugContainer::getSecuritySubscriberService($container) …
› }
› $c = ($container->privates['Pimcore\\Bundle\\PortalEngineBundle\\Service\\PublicShare\\PublicShareService'] ?? self::getPublicShareServiceService($container));
›
}
/var/www/html/automation-direct/var/cache/dev/ContainerDFQB5sJ/App_KernelDevDebugContainer.php:3177 {
ContainerDFQB5sJ\App_KernelDevDebugContainer::ContainerDFQB5sJ\{closure} …
› $instance->addListener('pimcore.dataobject.postDelete', [#[\Closure(name: 'Pimcore\\Bundle\\PortalEngineBundle\\EventSubscriber\\SaveUserSubscriber')] fn () => ($container->privates['Pimcore\\Bundle\\PortalEngineBundle\\EventSubscriber\\SaveUserSubscriber'] ?? $container->load('getSaveUserSubscriberService')), 'onPostDelete'], 0);
› $instance->addListener('kernel.controller', [#[\Closure(name: 'Pimcore\\Bundle\\PortalEngineBundle\\EventSubscriber\\SecuritySubscriber')] fn () => ($container->privates['Pimcore\\Bundle\\PortalEngineBundle\\EventSubscriber\\SecuritySubscriber'] ?? self::getSecuritySubscriberService($container)), 'onKernelController'], 19);
› $instance->addListener('pimcore.dataobject.preUpdate', [#[\Closure(name: 'Pimcore\\Bundle\\PortalEngineBundle\\EventSubscriber\\SecuritySubscriber')] fn () => ($container->privates['Pimcore\\Bundle\\PortalEngineBundle\\EventSubscriber\\SecuritySubscriber'] ?? self::getSecuritySubscriberService($container)), 'onPreUpdate'], 0);
}
/var/www/html/automation-direct/vendor/symfony/event-dispatcher/EventDispatcher.php:235 {
Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName): void …
› if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {
› $listener[0] = $listener[0]();
› $listener[1] ??= '__invoke';
}
/var/www/html/automation-direct/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/var/www/html/automation-direct/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:276 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
›
› foreach ($this->dispatcher->getListeners($eventName) as $listener) {
› $priority = $this->getListenerPriority($eventName, $listener);
}
/var/www/html/automation-direct/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:133 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› $this->preProcess($eventName);
› try {
}
/var/www/html/automation-direct/vendor/symfony/http-kernel/HttpKernel.php:169 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new ControllerEvent($this, $controller, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::CONTROLLER);
› $controller = $event->getController();
}
/var/www/html/automation-direct/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
$type: 1
}
}
/var/www/html/automation-direct/vendor/symfony/http-kernel/Kernel.php:197 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
$type: 1
$catch: true
}
}
/var/www/html/automation-direct/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
}
}
/var/www/html/automation-direct/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/html/automation-direct/public/index.php:20 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments: {
"/var/www/html/automation-direct/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1769178253
"timestamp_rfc3339" => "2026-01-23T14:24:13.334+00:00"
"message" => "User Deprecated: Passing an instance of \OpenSearch\Transport to OpenSearch\Namespaces\AbstractNamespace::__construct() is deprecated in 2.4.0 and will be removed in 3.0.0. Pass an instance of \OpenSearch\TransportInterface instead."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#2977
#message: "User Deprecated: Passing an instance of \OpenSearch\Transport to OpenSearch\Namespaces\AbstractNamespace::__construct() is deprecated in 2.4.0 and will be removed in 3.0.0. Pass an instance of \OpenSearch\TransportInterface instead."
#code: 0
#file: "/var/www/html/automation-direct/vendor/opensearch-project/opensearch-php/src/OpenSearch/Namespaces/AbstractNamespace.php"
#line: 57
#severity: E_USER_DEPRECATED
trace: {
/var/www/html/automation-direct/vendor/opensearch-project/opensearch-php/src/OpenSearch/Namespaces/AbstractNamespace.php:57 {
OpenSearch\Namespaces\AbstractNamespace->__construct(OpenSearch\TransportInterface|OpenSearch\Transport $transport, OpenSearch\EndpointFactoryInterface|callable $endpointFactory) …
› if (!$transport instanceof TransportInterface) {
› @trigger_error('Passing an instance of \OpenSearch\Transport to ' . __METHOD__ . '() is deprecated in 2.4.0 and will be removed in 3.0.0. Pass an instance of \OpenSearch\TransportInterface instead.', E_USER_DEPRECATED);
› // @phpstan-ignore property.deprecated
}
/var/www/html/automation-direct/vendor/opensearch-project/opensearch-php/src/OpenSearch/Client.php:361 {
OpenSearch\Client->__construct(OpenSearch\TransportInterface|OpenSearch\Transport $transport, OpenSearch\EndpointFactoryInterface|callable|null $endpointFactory = null, array $registeredNamespaces = []) …
› $this->asynchronousSearch = new AsynchronousSearchNamespace($transport, $this->endpointFactory);
› $this->cat = new CatNamespace($transport, $this->endpointFactory);
› $this->cluster = new ClusterNamespace($transport, $this->endpointFactory);
}
/var/www/html/automation-direct/vendor/opensearch-project/opensearch-php/src/OpenSearch/ClientBuilder.php:706 {
OpenSearch\ClientBuilder->instantiate(Transport $transport, EndpointFactoryInterface $endpointFactory, array $registeredNamespaces): Client …
› {
› return new Client($transport, $endpointFactory, $registeredNamespaces);
› }
}
/var/www/html/automation-direct/vendor/opensearch-project/opensearch-php/src/OpenSearch/ClientBuilder.php:701 {
OpenSearch\ClientBuilder->build(): Client …
›
› return $this->instantiate($this->transport, $this->endpointFactory, $registeredNamespaces);
› }
}
/var/www/html/automation-direct/vendor/pimcore/opensearch-client/src/OpenSearchClientFactory.php:69 {
Pimcore\Bundle\OpenSearchClientBundle\OpenSearchClientFactory::createOpenSearchClient(LoggerInterface $logger, array $config): Client …
›
› return $clientBuilder->build();
› }
}
/var/www/html/automation-direct/var/cache/dev/ContainerDFQB5sJ/App_KernelDevDebugContainer.php:3697 {
ContainerDFQB5sJ\App_KernelDevDebugContainer::getPimcore_OpenSearch_CustomClient_DefaultService($container) …
› {
› return $container->services['pimcore.openSearch.custom_client.default'] = new \Pimcore\Bundle\OpenSearchClientBundle\SearchClient\SearchClient(\Pimcore\Bundle\OpenSearchClientBundle\OpenSearchClientFactory::createOpenSearchClient(($container->services['monolog.logger.pimcore.opensearch.default'] ?? self::getMonolog_Logger_Pimcore_Opensearch_DefaultService($container)), ['hosts' => ['http://localhost:9200'], 'ssl_verification' => false, 'logger_channel' => 'pimcore.opensearch.default', 'log_404_errors' => false, 'username' => 'admin', 'password' => 'admin']));
› }
}
/var/www/html/automation-direct/var/cache/dev/ContainerDFQB5sJ/App_KernelDevDebugContainer.php:4732 {
ContainerDFQB5sJ\App_KernelDevDebugContainer::getIndexQueueServiceInterfaceService($container) …
› }
› $e = ($container->services['pimcore.openSearch.custom_client.default'] ?? self::getPimcore_OpenSearch_CustomClient_DefaultService($container));
›
}
/var/www/html/automation-direct/var/cache/dev/ContainerDFQB5sJ/App_KernelDevDebugContainer.php:5385 {
ContainerDFQB5sJ\App_KernelDevDebugContainer::getCollectionServiceService($container) …
› {
› $a = ($container->privates['Pimcore\\Bundle\\GenericDataIndexBundle\\Service\\SearchIndex\\IndexQueueServiceInterface'] ?? self::getIndexQueueServiceInterfaceService($container));
›
}
/var/www/html/automation-direct/var/cache/dev/ContainerDFQB5sJ/App_KernelDevDebugContainer.php:5551 {
ContainerDFQB5sJ\App_KernelDevDebugContainer::getPublicShareServiceService($container) …
› {
› $a = ($container->privates['Pimcore\\Bundle\\PortalEngineBundle\\Service\\Collection\\CollectionService'] ?? self::getCollectionServiceService($container));
›
}
/var/www/html/automation-direct/var/cache/dev/ContainerDFQB5sJ/App_KernelDevDebugContainer.php:5359 {
ContainerDFQB5sJ\App_KernelDevDebugContainer::getSecuritySubscriberService($container) …
› }
› $c = ($container->privates['Pimcore\\Bundle\\PortalEngineBundle\\Service\\PublicShare\\PublicShareService'] ?? self::getPublicShareServiceService($container));
›
}
/var/www/html/automation-direct/var/cache/dev/ContainerDFQB5sJ/App_KernelDevDebugContainer.php:3177 {
ContainerDFQB5sJ\App_KernelDevDebugContainer::ContainerDFQB5sJ\{closure} …
› $instance->addListener('pimcore.dataobject.postDelete', [#[\Closure(name: 'Pimcore\\Bundle\\PortalEngineBundle\\EventSubscriber\\SaveUserSubscriber')] fn () => ($container->privates['Pimcore\\Bundle\\PortalEngineBundle\\EventSubscriber\\SaveUserSubscriber'] ?? $container->load('getSaveUserSubscriberService')), 'onPostDelete'], 0);
› $instance->addListener('kernel.controller', [#[\Closure(name: 'Pimcore\\Bundle\\PortalEngineBundle\\EventSubscriber\\SecuritySubscriber')] fn () => ($container->privates['Pimcore\\Bundle\\PortalEngineBundle\\EventSubscriber\\SecuritySubscriber'] ?? self::getSecuritySubscriberService($container)), 'onKernelController'], 19);
› $instance->addListener('pimcore.dataobject.preUpdate', [#[\Closure(name: 'Pimcore\\Bundle\\PortalEngineBundle\\EventSubscriber\\SecuritySubscriber')] fn () => ($container->privates['Pimcore\\Bundle\\PortalEngineBundle\\EventSubscriber\\SecuritySubscriber'] ?? self::getSecuritySubscriberService($container)), 'onPreUpdate'], 0);
}
/var/www/html/automation-direct/vendor/symfony/event-dispatcher/EventDispatcher.php:235 {
Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName): void …
› if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {
› $listener[0] = $listener[0]();
› $listener[1] ??= '__invoke';
}
/var/www/html/automation-direct/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/var/www/html/automation-direct/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:276 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
›
› foreach ($this->dispatcher->getListeners($eventName) as $listener) {
› $priority = $this->getListenerPriority($eventName, $listener);
}
/var/www/html/automation-direct/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:133 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› $this->preProcess($eventName);
› try {
}
/var/www/html/automation-direct/vendor/symfony/http-kernel/HttpKernel.php:169 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new ControllerEvent($this, $controller, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::CONTROLLER);
› $controller = $event->getController();
}
/var/www/html/automation-direct/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
$type: 1
}
}
/var/www/html/automation-direct/vendor/symfony/http-kernel/Kernel.php:197 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
$type: 1
$catch: true
}
}
/var/www/html/automation-direct/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
}
}
/var/www/html/automation-direct/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/html/automation-direct/public/index.php:20 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments: {
"/var/www/html/automation-direct/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1769178253
"timestamp_rfc3339" => "2026-01-23T14:24:13.334+00:00"
"message" => "User Deprecated: Passing an instance of \OpenSearch\Transport to OpenSearch\Namespaces\AbstractNamespace::__construct() is deprecated in 2.4.0 and will be removed in 3.0.0. Pass an instance of \OpenSearch\TransportInterface instead."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#2930
#message: "User Deprecated: Passing an instance of \OpenSearch\Transport to OpenSearch\Namespaces\AbstractNamespace::__construct() is deprecated in 2.4.0 and will be removed in 3.0.0. Pass an instance of \OpenSearch\TransportInterface instead."
#code: 0
#file: "/var/www/html/automation-direct/vendor/opensearch-project/opensearch-php/src/OpenSearch/Namespaces/AbstractNamespace.php"
#line: 57
#severity: E_USER_DEPRECATED
trace: {
/var/www/html/automation-direct/vendor/opensearch-project/opensearch-php/src/OpenSearch/Namespaces/AbstractNamespace.php:57 {
OpenSearch\Namespaces\AbstractNamespace->__construct(OpenSearch\TransportInterface|OpenSearch\Transport $transport, OpenSearch\EndpointFactoryInterface|callable $endpointFactory) …
› if (!$transport instanceof TransportInterface) {
› @trigger_error('Passing an instance of \OpenSearch\Transport to ' . __METHOD__ . '() is deprecated in 2.4.0 and will be removed in 3.0.0. Pass an instance of \OpenSearch\TransportInterface instead.', E_USER_DEPRECATED);
› // @phpstan-ignore property.deprecated
}
/var/www/html/automation-direct/vendor/opensearch-project/opensearch-php/src/OpenSearch/Client.php:362 {
OpenSearch\Client->__construct(OpenSearch\TransportInterface|OpenSearch\Transport $transport, OpenSearch\EndpointFactoryInterface|callable|null $endpointFactory = null, array $registeredNamespaces = []) …
› $this->cat = new CatNamespace($transport, $this->endpointFactory);
› $this->cluster = new ClusterNamespace($transport, $this->endpointFactory);
› $this->danglingIndices = new DanglingIndicesNamespace($transport, $this->endpointFactory);
}
/var/www/html/automation-direct/vendor/opensearch-project/opensearch-php/src/OpenSearch/ClientBuilder.php:706 {
OpenSearch\ClientBuilder->instantiate(Transport $transport, EndpointFactoryInterface $endpointFactory, array $registeredNamespaces): Client …
› {
› return new Client($transport, $endpointFactory, $registeredNamespaces);
› }
}
/var/www/html/automation-direct/vendor/opensearch-project/opensearch-php/src/OpenSearch/ClientBuilder.php:701 {
OpenSearch\ClientBuilder->build(): Client …
›
› return $this->instantiate($this->transport, $this->endpointFactory, $registeredNamespaces);
› }
}
/var/www/html/automation-direct/vendor/pimcore/opensearch-client/src/OpenSearchClientFactory.php:69 {
Pimcore\Bundle\OpenSearchClientBundle\OpenSearchClientFactory::createOpenSearchClient(LoggerInterface $logger, array $config): Client …
›
› return $clientBuilder->build();
› }
}
/var/www/html/automation-direct/var/cache/dev/ContainerDFQB5sJ/App_KernelDevDebugContainer.php:3697 {
ContainerDFQB5sJ\App_KernelDevDebugContainer::getPimcore_OpenSearch_CustomClient_DefaultService($container) …
› {
› return $container->services['pimcore.openSearch.custom_client.default'] = new \Pimcore\Bundle\OpenSearchClientBundle\SearchClient\SearchClient(\Pimcore\Bundle\OpenSearchClientBundle\OpenSearchClientFactory::createOpenSearchClient(($container->services['monolog.logger.pimcore.opensearch.default'] ?? self::getMonolog_Logger_Pimcore_Opensearch_DefaultService($container)), ['hosts' => ['http://localhost:9200'], 'ssl_verification' => false, 'logger_channel' => 'pimcore.opensearch.default', 'log_404_errors' => false, 'username' => 'admin', 'password' => 'admin']));
› }
}
/var/www/html/automation-direct/var/cache/dev/ContainerDFQB5sJ/App_KernelDevDebugContainer.php:4732 {
ContainerDFQB5sJ\App_KernelDevDebugContainer::getIndexQueueServiceInterfaceService($container) …
› }
› $e = ($container->services['pimcore.openSearch.custom_client.default'] ?? self::getPimcore_OpenSearch_CustomClient_DefaultService($container));
›
}
/var/www/html/automation-direct/var/cache/dev/ContainerDFQB5sJ/App_KernelDevDebugContainer.php:5385 {
ContainerDFQB5sJ\App_KernelDevDebugContainer::getCollectionServiceService($container) …
› {
› $a = ($container->privates['Pimcore\\Bundle\\GenericDataIndexBundle\\Service\\SearchIndex\\IndexQueueServiceInterface'] ?? self::getIndexQueueServiceInterfaceService($container));
›
}
/var/www/html/automation-direct/var/cache/dev/ContainerDFQB5sJ/App_KernelDevDebugContainer.php:5551 {
ContainerDFQB5sJ\App_KernelDevDebugContainer::getPublicShareServiceService($container) …
› {
› $a = ($container->privates['Pimcore\\Bundle\\PortalEngineBundle\\Service\\Collection\\CollectionService'] ?? self::getCollectionServiceService($container));
›
}
/var/www/html/automation-direct/var/cache/dev/ContainerDFQB5sJ/App_KernelDevDebugContainer.php:5359 {
ContainerDFQB5sJ\App_KernelDevDebugContainer::getSecuritySubscriberService($container) …
› }
› $c = ($container->privates['Pimcore\\Bundle\\PortalEngineBundle\\Service\\PublicShare\\PublicShareService'] ?? self::getPublicShareServiceService($container));
›
}
/var/www/html/automation-direct/var/cache/dev/ContainerDFQB5sJ/App_KernelDevDebugContainer.php:3177 {
ContainerDFQB5sJ\App_KernelDevDebugContainer::ContainerDFQB5sJ\{closure} …
› $instance->addListener('pimcore.dataobject.postDelete', [#[\Closure(name: 'Pimcore\\Bundle\\PortalEngineBundle\\EventSubscriber\\SaveUserSubscriber')] fn () => ($container->privates['Pimcore\\Bundle\\PortalEngineBundle\\EventSubscriber\\SaveUserSubscriber'] ?? $container->load('getSaveUserSubscriberService')), 'onPostDelete'], 0);
› $instance->addListener('kernel.controller', [#[\Closure(name: 'Pimcore\\Bundle\\PortalEngineBundle\\EventSubscriber\\SecuritySubscriber')] fn () => ($container->privates['Pimcore\\Bundle\\PortalEngineBundle\\EventSubscriber\\SecuritySubscriber'] ?? self::getSecuritySubscriberService($container)), 'onKernelController'], 19);
› $instance->addListener('pimcore.dataobject.preUpdate', [#[\Closure(name: 'Pimcore\\Bundle\\PortalEngineBundle\\EventSubscriber\\SecuritySubscriber')] fn () => ($container->privates['Pimcore\\Bundle\\PortalEngineBundle\\EventSubscriber\\SecuritySubscriber'] ?? self::getSecuritySubscriberService($container)), 'onPreUpdate'], 0);
}
/var/www/html/automation-direct/vendor/symfony/event-dispatcher/EventDispatcher.php:235 {
Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName): void …
› if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {
› $listener[0] = $listener[0]();
› $listener[1] ??= '__invoke';
}
/var/www/html/automation-direct/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/var/www/html/automation-direct/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:276 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
›
› foreach ($this->dispatcher->getListeners($eventName) as $listener) {
› $priority = $this->getListenerPriority($eventName, $listener);
}
/var/www/html/automation-direct/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:133 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› $this->preProcess($eventName);
› try {
}
/var/www/html/automation-direct/vendor/symfony/http-kernel/HttpKernel.php:169 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new ControllerEvent($this, $controller, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::CONTROLLER);
› $controller = $event->getController();
}
/var/www/html/automation-direct/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
$type: 1
}
}
/var/www/html/automation-direct/vendor/symfony/http-kernel/Kernel.php:197 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
$type: 1
$catch: true
}
}
/var/www/html/automation-direct/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
}
}
/var/www/html/automation-direct/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/html/automation-direct/public/index.php:20 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments: {
"/var/www/html/automation-direct/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1769178253
"timestamp_rfc3339" => "2026-01-23T14:24:13.335+00:00"
"message" => "User Deprecated: Passing an instance of \OpenSearch\Transport to OpenSearch\Namespaces\AbstractNamespace::__construct() is deprecated in 2.4.0 and will be removed in 3.0.0. Pass an instance of \OpenSearch\TransportInterface instead."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#2934
#message: "User Deprecated: Passing an instance of \OpenSearch\Transport to OpenSearch\Namespaces\AbstractNamespace::__construct() is deprecated in 2.4.0 and will be removed in 3.0.0. Pass an instance of \OpenSearch\TransportInterface instead."
#code: 0
#file: "/var/www/html/automation-direct/vendor/opensearch-project/opensearch-php/src/OpenSearch/Namespaces/AbstractNamespace.php"
#line: 57
#severity: E_USER_DEPRECATED
trace: {
/var/www/html/automation-direct/vendor/opensearch-project/opensearch-php/src/OpenSearch/Namespaces/AbstractNamespace.php:57 {
OpenSearch\Namespaces\AbstractNamespace->__construct(OpenSearch\TransportInterface|OpenSearch\Transport $transport, OpenSearch\EndpointFactoryInterface|callable $endpointFactory) …
› if (!$transport instanceof TransportInterface) {
› @trigger_error('Passing an instance of \OpenSearch\Transport to ' . __METHOD__ . '() is deprecated in 2.4.0 and will be removed in 3.0.0. Pass an instance of \OpenSearch\TransportInterface instead.', E_USER_DEPRECATED);
› // @phpstan-ignore property.deprecated
}
/var/www/html/automation-direct/vendor/opensearch-project/opensearch-php/src/OpenSearch/Client.php:363 {
OpenSearch\Client->__construct(OpenSearch\TransportInterface|OpenSearch\Transport $transport, OpenSearch\EndpointFactoryInterface|callable|null $endpointFactory = null, array $registeredNamespaces = []) …
› $this->cluster = new ClusterNamespace($transport, $this->endpointFactory);
› $this->danglingIndices = new DanglingIndicesNamespace($transport, $this->endpointFactory);
› // @phpstan-ignore new.deprecated, property.deprecated
}
/var/www/html/automation-direct/vendor/opensearch-project/opensearch-php/src/OpenSearch/ClientBuilder.php:706 {
OpenSearch\ClientBuilder->instantiate(Transport $transport, EndpointFactoryInterface $endpointFactory, array $registeredNamespaces): Client …
› {
› return new Client($transport, $endpointFactory, $registeredNamespaces);
› }
}
/var/www/html/automation-direct/vendor/opensearch-project/opensearch-php/src/OpenSearch/ClientBuilder.php:701 {
OpenSearch\ClientBuilder->build(): Client …
›
› return $this->instantiate($this->transport, $this->endpointFactory, $registeredNamespaces);
› }
}
/var/www/html/automation-direct/vendor/pimcore/opensearch-client/src/OpenSearchClientFactory.php:69 {
Pimcore\Bundle\OpenSearchClientBundle\OpenSearchClientFactory::createOpenSearchClient(LoggerInterface $logger, array $config): Client …
›
› return $clientBuilder->build();
› }
}
/var/www/html/automation-direct/var/cache/dev/ContainerDFQB5sJ/App_KernelDevDebugContainer.php:3697 {
ContainerDFQB5sJ\App_KernelDevDebugContainer::getPimcore_OpenSearch_CustomClient_DefaultService($container) …
› {
› return $container->services['pimcore.openSearch.custom_client.default'] = new \Pimcore\Bundle\OpenSearchClientBundle\SearchClient\SearchClient(\Pimcore\Bundle\OpenSearchClientBundle\OpenSearchClientFactory::createOpenSearchClient(($container->services['monolog.logger.pimcore.opensearch.default'] ?? self::getMonolog_Logger_Pimcore_Opensearch_DefaultService($container)), ['hosts' => ['http://localhost:9200'], 'ssl_verification' => false, 'logger_channel' => 'pimcore.opensearch.default', 'log_404_errors' => false, 'username' => 'admin', 'password' => 'admin']));
› }
}
/var/www/html/automation-direct/var/cache/dev/ContainerDFQB5sJ/App_KernelDevDebugContainer.php:4732 {
ContainerDFQB5sJ\App_KernelDevDebugContainer::getIndexQueueServiceInterfaceService($container) …
› }
› $e = ($container->services['pimcore.openSearch.custom_client.default'] ?? self::getPimcore_OpenSearch_CustomClient_DefaultService($container));
›
}
/var/www/html/automation-direct/var/cache/dev/ContainerDFQB5sJ/App_KernelDevDebugContainer.php:5385 {
ContainerDFQB5sJ\App_KernelDevDebugContainer::getCollectionServiceService($container) …
› {
› $a = ($container->privates['Pimcore\\Bundle\\GenericDataIndexBundle\\Service\\SearchIndex\\IndexQueueServiceInterface'] ?? self::getIndexQueueServiceInterfaceService($container));
›
}
/var/www/html/automation-direct/var/cache/dev/ContainerDFQB5sJ/App_KernelDevDebugContainer.php:5551 {
ContainerDFQB5sJ\App_KernelDevDebugContainer::getPublicShareServiceService($container) …
› {
› $a = ($container->privates['Pimcore\\Bundle\\PortalEngineBundle\\Service\\Collection\\CollectionService'] ?? self::getCollectionServiceService($container));
›
}
/var/www/html/automation-direct/var/cache/dev/ContainerDFQB5sJ/App_KernelDevDebugContainer.php:5359 {
ContainerDFQB5sJ\App_KernelDevDebugContainer::getSecuritySubscriberService($container) …
› }
› $c = ($container->privates['Pimcore\\Bundle\\PortalEngineBundle\\Service\\PublicShare\\PublicShareService'] ?? self::getPublicShareServiceService($container));
›
}
/var/www/html/automation-direct/var/cache/dev/ContainerDFQB5sJ/App_KernelDevDebugContainer.php:3177 {
ContainerDFQB5sJ\App_KernelDevDebugContainer::ContainerDFQB5sJ\{closure} …
› $instance->addListener('pimcore.dataobject.postDelete', [#[\Closure(name: 'Pimcore\\Bundle\\PortalEngineBundle\\EventSubscriber\\SaveUserSubscriber')] fn () => ($container->privates['Pimcore\\Bundle\\PortalEngineBundle\\EventSubscriber\\SaveUserSubscriber'] ?? $container->load('getSaveUserSubscriberService')), 'onPostDelete'], 0);
› $instance->addListener('kernel.controller', [#[\Closure(name: 'Pimcore\\Bundle\\PortalEngineBundle\\EventSubscriber\\SecuritySubscriber')] fn () => ($container->privates['Pimcore\\Bundle\\PortalEngineBundle\\EventSubscriber\\SecuritySubscriber'] ?? self::getSecuritySubscriberService($container)), 'onKernelController'], 19);
› $instance->addListener('pimcore.dataobject.preUpdate', [#[\Closure(name: 'Pimcore\\Bundle\\PortalEngineBundle\\EventSubscriber\\SecuritySubscriber')] fn () => ($container->privates['Pimcore\\Bundle\\PortalEngineBundle\\EventSubscriber\\SecuritySubscriber'] ?? self::getSecuritySubscriberService($container)), 'onPreUpdate'], 0);
}
/var/www/html/automation-direct/vendor/symfony/event-dispatcher/EventDispatcher.php:235 {
Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName): void …
› if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {
› $listener[0] = $listener[0]();
› $listener[1] ??= '__invoke';
}
/var/www/html/automation-direct/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/var/www/html/automation-direct/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:276 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
›
› foreach ($this->dispatcher->getListeners($eventName) as $listener) {
› $priority = $this->getListenerPriority($eventName, $listener);
}
/var/www/html/automation-direct/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:133 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› $this->preProcess($eventName);
› try {
}
/var/www/html/automation-direct/vendor/symfony/http-kernel/HttpKernel.php:169 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new ControllerEvent($this, $controller, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::CONTROLLER);
› $controller = $event->getController();
}
/var/www/html/automation-direct/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
$type: 1
}
}
/var/www/html/automation-direct/vendor/symfony/http-kernel/Kernel.php:197 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
$type: 1
$catch: true
}
}
/var/www/html/automation-direct/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
}
}
/var/www/html/automation-direct/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/html/automation-direct/public/index.php:20 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments: {
"/var/www/html/automation-direct/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1769178253
"timestamp_rfc3339" => "2026-01-23T14:24:13.335+00:00"
"message" => "User Deprecated: Passing an instance of \OpenSearch\Transport to OpenSearch\Namespaces\AbstractNamespace::__construct() is deprecated in 2.4.0 and will be removed in 3.0.0. Pass an instance of \OpenSearch\TransportInterface instead."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#2965
#message: "User Deprecated: Passing an instance of \OpenSearch\Transport to OpenSearch\Namespaces\AbstractNamespace::__construct() is deprecated in 2.4.0 and will be removed in 3.0.0. Pass an instance of \OpenSearch\TransportInterface instead."
#code: 0
#file: "/var/www/html/automation-direct/vendor/opensearch-project/opensearch-php/src/OpenSearch/Namespaces/AbstractNamespace.php"
#line: 57
#severity: E_USER_DEPRECATED
trace: {
/var/www/html/automation-direct/vendor/opensearch-project/opensearch-php/src/OpenSearch/Namespaces/AbstractNamespace.php:57 {
OpenSearch\Namespaces\AbstractNamespace->__construct(OpenSearch\TransportInterface|OpenSearch\Transport $transport, OpenSearch\EndpointFactoryInterface|callable $endpointFactory) …
› if (!$transport instanceof TransportInterface) {
› @trigger_error('Passing an instance of \OpenSearch\Transport to ' . __METHOD__ . '() is deprecated in 2.4.0 and will be removed in 3.0.0. Pass an instance of \OpenSearch\TransportInterface instead.', E_USER_DEPRECATED);
› // @phpstan-ignore property.deprecated
}
/var/www/html/automation-direct/vendor/opensearch-project/opensearch-php/src/OpenSearch/Client.php:365 {
OpenSearch\Client->__construct(OpenSearch\TransportInterface|OpenSearch\Transport $transport, OpenSearch\EndpointFactoryInterface|callable|null $endpointFactory = null, array $registeredNamespaces = []) …
› // @phpstan-ignore new.deprecated, property.deprecated
› $this->dataFrameTransformDeprecated = new DataFrameTransformDeprecatedNamespace($transport, $this->endpointFactory);
› $this->flowFramework = new FlowFrameworkNamespace($transport, $this->endpointFactory);
}
/var/www/html/automation-direct/vendor/opensearch-project/opensearch-php/src/OpenSearch/ClientBuilder.php:706 {
OpenSearch\ClientBuilder->instantiate(Transport $transport, EndpointFactoryInterface $endpointFactory, array $registeredNamespaces): Client …
› {
› return new Client($transport, $endpointFactory, $registeredNamespaces);
› }
}
/var/www/html/automation-direct/vendor/opensearch-project/opensearch-php/src/OpenSearch/ClientBuilder.php:701 {
OpenSearch\ClientBuilder->build(): Client …
›
› return $this->instantiate($this->transport, $this->endpointFactory, $registeredNamespaces);
› }
}
/var/www/html/automation-direct/vendor/pimcore/opensearch-client/src/OpenSearchClientFactory.php:69 {
Pimcore\Bundle\OpenSearchClientBundle\OpenSearchClientFactory::createOpenSearchClient(LoggerInterface $logger, array $config): Client …
›
› return $clientBuilder->build();
› }
}
/var/www/html/automation-direct/var/cache/dev/ContainerDFQB5sJ/App_KernelDevDebugContainer.php:3697 {
ContainerDFQB5sJ\App_KernelDevDebugContainer::getPimcore_OpenSearch_CustomClient_DefaultService($container) …
› {
› return $container->services['pimcore.openSearch.custom_client.default'] = new \Pimcore\Bundle\OpenSearchClientBundle\SearchClient\SearchClient(\Pimcore\Bundle\OpenSearchClientBundle\OpenSearchClientFactory::createOpenSearchClient(($container->services['monolog.logger.pimcore.opensearch.default'] ?? self::getMonolog_Logger_Pimcore_Opensearch_DefaultService($container)), ['hosts' => ['http://localhost:9200'], 'ssl_verification' => false, 'logger_channel' => 'pimcore.opensearch.default', 'log_404_errors' => false, 'username' => 'admin', 'password' => 'admin']));
› }
}
/var/www/html/automation-direct/var/cache/dev/ContainerDFQB5sJ/App_KernelDevDebugContainer.php:4732 {
ContainerDFQB5sJ\App_KernelDevDebugContainer::getIndexQueueServiceInterfaceService($container) …
› }
› $e = ($container->services['pimcore.openSearch.custom_client.default'] ?? self::getPimcore_OpenSearch_CustomClient_DefaultService($container));
›
}
/var/www/html/automation-direct/var/cache/dev/ContainerDFQB5sJ/App_KernelDevDebugContainer.php:5385 {
ContainerDFQB5sJ\App_KernelDevDebugContainer::getCollectionServiceService($container) …
› {
› $a = ($container->privates['Pimcore\\Bundle\\GenericDataIndexBundle\\Service\\SearchIndex\\IndexQueueServiceInterface'] ?? self::getIndexQueueServiceInterfaceService($container));
›
}
/var/www/html/automation-direct/var/cache/dev/ContainerDFQB5sJ/App_KernelDevDebugContainer.php:5551 {
ContainerDFQB5sJ\App_KernelDevDebugContainer::getPublicShareServiceService($container) …
› {
› $a = ($container->privates['Pimcore\\Bundle\\PortalEngineBundle\\Service\\Collection\\CollectionService'] ?? self::getCollectionServiceService($container));
›
}
/var/www/html/automation-direct/var/cache/dev/ContainerDFQB5sJ/App_KernelDevDebugContainer.php:5359 {
ContainerDFQB5sJ\App_KernelDevDebugContainer::getSecuritySubscriberService($container) …
› }
› $c = ($container->privates['Pimcore\\Bundle\\PortalEngineBundle\\Service\\PublicShare\\PublicShareService'] ?? self::getPublicShareServiceService($container));
›
}
/var/www/html/automation-direct/var/cache/dev/ContainerDFQB5sJ/App_KernelDevDebugContainer.php:3177 {
ContainerDFQB5sJ\App_KernelDevDebugContainer::ContainerDFQB5sJ\{closure} …
› $instance->addListener('pimcore.dataobject.postDelete', [#[\Closure(name: 'Pimcore\\Bundle\\PortalEngineBundle\\EventSubscriber\\SaveUserSubscriber')] fn () => ($container->privates['Pimcore\\Bundle\\PortalEngineBundle\\EventSubscriber\\SaveUserSubscriber'] ?? $container->load('getSaveUserSubscriberService')), 'onPostDelete'], 0);
› $instance->addListener('kernel.controller', [#[\Closure(name: 'Pimcore\\Bundle\\PortalEngineBundle\\EventSubscriber\\SecuritySubscriber')] fn () => ($container->privates['Pimcore\\Bundle\\PortalEngineBundle\\EventSubscriber\\SecuritySubscriber'] ?? self::getSecuritySubscriberService($container)), 'onKernelController'], 19);
› $instance->addListener('pimcore.dataobject.preUpdate', [#[\Closure(name: 'Pimcore\\Bundle\\PortalEngineBundle\\EventSubscriber\\SecuritySubscriber')] fn () => ($container->privates['Pimcore\\Bundle\\PortalEngineBundle\\EventSubscriber\\SecuritySubscriber'] ?? self::getSecuritySubscriberService($container)), 'onPreUpdate'], 0);
}
/var/www/html/automation-direct/vendor/symfony/event-dispatcher/EventDispatcher.php:235 {
Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName): void …
› if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {
› $listener[0] = $listener[0]();
› $listener[1] ??= '__invoke';
}
/var/www/html/automation-direct/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/var/www/html/automation-direct/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:276 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
›
› foreach ($this->dispatcher->getListeners($eventName) as $listener) {
› $priority = $this->getListenerPriority($eventName, $listener);
}
/var/www/html/automation-direct/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:133 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› $this->preProcess($eventName);
› try {
}
/var/www/html/automation-direct/vendor/symfony/http-kernel/HttpKernel.php:169 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new ControllerEvent($this, $controller, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::CONTROLLER);
› $controller = $event->getController();
}
/var/www/html/automation-direct/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
$type: 1
}
}
/var/www/html/automation-direct/vendor/symfony/http-kernel/Kernel.php:197 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
$type: 1
$catch: true
}
}
/var/www/html/automation-direct/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
}
}
/var/www/html/automation-direct/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/html/automation-direct/public/index.php:20 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments: {
"/var/www/html/automation-direct/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1769178253
"timestamp_rfc3339" => "2026-01-23T14:24:13.335+00:00"
"message" => "User Deprecated: Passing an instance of \OpenSearch\Transport to OpenSearch\Namespaces\AbstractNamespace::__construct() is deprecated in 2.4.0 and will be removed in 3.0.0. Pass an instance of \OpenSearch\TransportInterface instead."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#2974
#message: "User Deprecated: Passing an instance of \OpenSearch\Transport to OpenSearch\Namespaces\AbstractNamespace::__construct() is deprecated in 2.4.0 and will be removed in 3.0.0. Pass an instance of \OpenSearch\TransportInterface instead."
#code: 0
#file: "/var/www/html/automation-direct/vendor/opensearch-project/opensearch-php/src/OpenSearch/Namespaces/AbstractNamespace.php"
#line: 57
#severity: E_USER_DEPRECATED
trace: {
/var/www/html/automation-direct/vendor/opensearch-project/opensearch-php/src/OpenSearch/Namespaces/AbstractNamespace.php:57 {
OpenSearch\Namespaces\AbstractNamespace->__construct(OpenSearch\TransportInterface|OpenSearch\Transport $transport, OpenSearch\EndpointFactoryInterface|callable $endpointFactory) …
› if (!$transport instanceof TransportInterface) {
› @trigger_error('Passing an instance of \OpenSearch\Transport to ' . __METHOD__ . '() is deprecated in 2.4.0 and will be removed in 3.0.0. Pass an instance of \OpenSearch\TransportInterface instead.', E_USER_DEPRECATED);
› // @phpstan-ignore property.deprecated
}
/var/www/html/automation-direct/vendor/opensearch-project/opensearch-php/src/OpenSearch/Client.php:366 {
OpenSearch\Client->__construct(OpenSearch\TransportInterface|OpenSearch\Transport $transport, OpenSearch\EndpointFactoryInterface|callable|null $endpointFactory = null, array $registeredNamespaces = []) …
› $this->dataFrameTransformDeprecated = new DataFrameTransformDeprecatedNamespace($transport, $this->endpointFactory);
› $this->flowFramework = new FlowFrameworkNamespace($transport, $this->endpointFactory);
› $this->indices = new IndicesNamespace($transport, $this->endpointFactory);
}
/var/www/html/automation-direct/vendor/opensearch-project/opensearch-php/src/OpenSearch/ClientBuilder.php:706 {
OpenSearch\ClientBuilder->instantiate(Transport $transport, EndpointFactoryInterface $endpointFactory, array $registeredNamespaces): Client …
› {
› return new Client($transport, $endpointFactory, $registeredNamespaces);
› }
}
/var/www/html/automation-direct/vendor/opensearch-project/opensearch-php/src/OpenSearch/ClientBuilder.php:701 {
OpenSearch\ClientBuilder->build(): Client …
›
› return $this->instantiate($this->transport, $this->endpointFactory, $registeredNamespaces);
› }
}
/var/www/html/automation-direct/vendor/pimcore/opensearch-client/src/OpenSearchClientFactory.php:69 {
Pimcore\Bundle\OpenSearchClientBundle\OpenSearchClientFactory::createOpenSearchClient(LoggerInterface $logger, array $config): Client …
›
› return $clientBuilder->build();
› }
}
/var/www/html/automation-direct/var/cache/dev/ContainerDFQB5sJ/App_KernelDevDebugContainer.php:3697 {
ContainerDFQB5sJ\App_KernelDevDebugContainer::getPimcore_OpenSearch_CustomClient_DefaultService($container) …
› {
› return $container->services['pimcore.openSearch.custom_client.default'] = new \Pimcore\Bundle\OpenSearchClientBundle\SearchClient\SearchClient(\Pimcore\Bundle\OpenSearchClientBundle\OpenSearchClientFactory::createOpenSearchClient(($container->services['monolog.logger.pimcore.opensearch.default'] ?? self::getMonolog_Logger_Pimcore_Opensearch_DefaultService($container)), ['hosts' => ['http://localhost:9200'], 'ssl_verification' => false, 'logger_channel' => 'pimcore.opensearch.default', 'log_404_errors' => false, 'username' => 'admin', 'password' => 'admin']));
› }
}
/var/www/html/automation-direct/var/cache/dev/ContainerDFQB5sJ/App_KernelDevDebugContainer.php:4732 {
ContainerDFQB5sJ\App_KernelDevDebugContainer::getIndexQueueServiceInterfaceService($container) …
› }
› $e = ($container->services['pimcore.openSearch.custom_client.default'] ?? self::getPimcore_OpenSearch_CustomClient_DefaultService($container));
›
}
/var/www/html/automation-direct/var/cache/dev/ContainerDFQB5sJ/App_KernelDevDebugContainer.php:5385 {
ContainerDFQB5sJ\App_KernelDevDebugContainer::getCollectionServiceService($container) …
› {
› $a = ($container->privates['Pimcore\\Bundle\\GenericDataIndexBundle\\Service\\SearchIndex\\IndexQueueServiceInterface'] ?? self::getIndexQueueServiceInterfaceService($container));
›
}
/var/www/html/automation-direct/var/cache/dev/ContainerDFQB5sJ/App_KernelDevDebugContainer.php:5551 {
ContainerDFQB5sJ\App_KernelDevDebugContainer::getPublicShareServiceService($container) …
› {
› $a = ($container->privates['Pimcore\\Bundle\\PortalEngineBundle\\Service\\Collection\\CollectionService'] ?? self::getCollectionServiceService($container));
›
}
/var/www/html/automation-direct/var/cache/dev/ContainerDFQB5sJ/App_KernelDevDebugContainer.php:5359 {
ContainerDFQB5sJ\App_KernelDevDebugContainer::getSecuritySubscriberService($container) …
› }
› $c = ($container->privates['Pimcore\\Bundle\\PortalEngineBundle\\Service\\PublicShare\\PublicShareService'] ?? self::getPublicShareServiceService($container));
›
}
/var/www/html/automation-direct/var/cache/dev/ContainerDFQB5sJ/App_KernelDevDebugContainer.php:3177 {
ContainerDFQB5sJ\App_KernelDevDebugContainer::ContainerDFQB5sJ\{closure} …
› $instance->addListener('pimcore.dataobject.postDelete', [#[\Closure(name: 'Pimcore\\Bundle\\PortalEngineBundle\\EventSubscriber\\SaveUserSubscriber')] fn () => ($container->privates['Pimcore\\Bundle\\PortalEngineBundle\\EventSubscriber\\SaveUserSubscriber'] ?? $container->load('getSaveUserSubscriberService')), 'onPostDelete'], 0);
› $instance->addListener('kernel.controller', [#[\Closure(name: 'Pimcore\\Bundle\\PortalEngineBundle\\EventSubscriber\\SecuritySubscriber')] fn () => ($container->privates['Pimcore\\Bundle\\PortalEngineBundle\\EventSubscriber\\SecuritySubscriber'] ?? self::getSecuritySubscriberService($container)), 'onKernelController'], 19);
› $instance->addListener('pimcore.dataobject.preUpdate', [#[\Closure(name: 'Pimcore\\Bundle\\PortalEngineBundle\\EventSubscriber\\SecuritySubscriber')] fn () => ($container->privates['Pimcore\\Bundle\\PortalEngineBundle\\EventSubscriber\\SecuritySubscriber'] ?? self::getSecuritySubscriberService($container)), 'onPreUpdate'], 0);
}
/var/www/html/automation-direct/vendor/symfony/event-dispatcher/EventDispatcher.php:235 {
Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName): void …
› if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {
› $listener[0] = $listener[0]();
› $listener[1] ??= '__invoke';
}
/var/www/html/automation-direct/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/var/www/html/automation-direct/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:276 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
›
› foreach ($this->dispatcher->getListeners($eventName) as $listener) {
› $priority = $this->getListenerPriority($eventName, $listener);
}
/var/www/html/automation-direct/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:133 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› $this->preProcess($eventName);
› try {
}
/var/www/html/automation-direct/vendor/symfony/http-kernel/HttpKernel.php:169 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new ControllerEvent($this, $controller, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::CONTROLLER);
› $controller = $event->getController();
}
/var/www/html/automation-direct/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
$type: 1
}
}
/var/www/html/automation-direct/vendor/symfony/http-kernel/Kernel.php:197 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
$type: 1
$catch: true
}
}
/var/www/html/automation-direct/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
}
}
/var/www/html/automation-direct/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/html/automation-direct/public/index.php:20 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments: {
"/var/www/html/automation-direct/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1769178253
"timestamp_rfc3339" => "2026-01-23T14:24:13.336+00:00"
"message" => "User Deprecated: Passing an instance of \OpenSearch\Transport to OpenSearch\Namespaces\AbstractNamespace::__construct() is deprecated in 2.4.0 and will be removed in 3.0.0. Pass an instance of \OpenSearch\TransportInterface instead."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#3023
#message: "User Deprecated: Passing an instance of \OpenSearch\Transport to OpenSearch\Namespaces\AbstractNamespace::__construct() is deprecated in 2.4.0 and will be removed in 3.0.0. Pass an instance of \OpenSearch\TransportInterface instead."
#code: 0
#file: "/var/www/html/automation-direct/vendor/opensearch-project/opensearch-php/src/OpenSearch/Namespaces/AbstractNamespace.php"
#line: 57
#severity: E_USER_DEPRECATED
trace: {
/var/www/html/automation-direct/vendor/opensearch-project/opensearch-php/src/OpenSearch/Namespaces/AbstractNamespace.php:57 {
OpenSearch\Namespaces\AbstractNamespace->__construct(OpenSearch\TransportInterface|OpenSearch\Transport $transport, OpenSearch\EndpointFactoryInterface|callable $endpointFactory) …
› if (!$transport instanceof TransportInterface) {
› @trigger_error('Passing an instance of \OpenSearch\Transport to ' . __METHOD__ . '() is deprecated in 2.4.0 and will be removed in 3.0.0. Pass an instance of \OpenSearch\TransportInterface instead.', E_USER_DEPRECATED);
› // @phpstan-ignore property.deprecated
}
/var/www/html/automation-direct/vendor/opensearch-project/opensearch-php/src/OpenSearch/Client.php:367 {
OpenSearch\Client->__construct(OpenSearch\TransportInterface|OpenSearch\Transport $transport, OpenSearch\EndpointFactoryInterface|callable|null $endpointFactory = null, array $registeredNamespaces = []) …
› $this->flowFramework = new FlowFrameworkNamespace($transport, $this->endpointFactory);
› $this->indices = new IndicesNamespace($transport, $this->endpointFactory);
› $this->ingest = new IngestNamespace($transport, $this->endpointFactory);
}
/var/www/html/automation-direct/vendor/opensearch-project/opensearch-php/src/OpenSearch/ClientBuilder.php:706 {
OpenSearch\ClientBuilder->instantiate(Transport $transport, EndpointFactoryInterface $endpointFactory, array $registeredNamespaces): Client …
› {
› return new Client($transport, $endpointFactory, $registeredNamespaces);
› }
}
/var/www/html/automation-direct/vendor/opensearch-project/opensearch-php/src/OpenSearch/ClientBuilder.php:701 {
OpenSearch\ClientBuilder->build(): Client …
›
› return $this->instantiate($this->transport, $this->endpointFactory, $registeredNamespaces);
› }
}
/var/www/html/automation-direct/vendor/pimcore/opensearch-client/src/OpenSearchClientFactory.php:69 {
Pimcore\Bundle\OpenSearchClientBundle\OpenSearchClientFactory::createOpenSearchClient(LoggerInterface $logger, array $config): Client …
›
› return $clientBuilder->build();
› }
}
/var/www/html/automation-direct/var/cache/dev/ContainerDFQB5sJ/App_KernelDevDebugContainer.php:3697 {
ContainerDFQB5sJ\App_KernelDevDebugContainer::getPimcore_OpenSearch_CustomClient_DefaultService($container) …
› {
› return $container->services['pimcore.openSearch.custom_client.default'] = new \Pimcore\Bundle\OpenSearchClientBundle\SearchClient\SearchClient(\Pimcore\Bundle\OpenSearchClientBundle\OpenSearchClientFactory::createOpenSearchClient(($container->services['monolog.logger.pimcore.opensearch.default'] ?? self::getMonolog_Logger_Pimcore_Opensearch_DefaultService($container)), ['hosts' => ['http://localhost:9200'], 'ssl_verification' => false, 'logger_channel' => 'pimcore.opensearch.default', 'log_404_errors' => false, 'username' => 'admin', 'password' => 'admin']));
› }
}
/var/www/html/automation-direct/var/cache/dev/ContainerDFQB5sJ/App_KernelDevDebugContainer.php:4732 {
ContainerDFQB5sJ\App_KernelDevDebugContainer::getIndexQueueServiceInterfaceService($container) …
› }
› $e = ($container->services['pimcore.openSearch.custom_client.default'] ?? self::getPimcore_OpenSearch_CustomClient_DefaultService($container));
›
}
/var/www/html/automation-direct/var/cache/dev/ContainerDFQB5sJ/App_KernelDevDebugContainer.php:5385 {
ContainerDFQB5sJ\App_KernelDevDebugContainer::getCollectionServiceService($container) …
› {
› $a = ($container->privates['Pimcore\\Bundle\\GenericDataIndexBundle\\Service\\SearchIndex\\IndexQueueServiceInterface'] ?? self::getIndexQueueServiceInterfaceService($container));
›
}
/var/www/html/automation-direct/var/cache/dev/ContainerDFQB5sJ/App_KernelDevDebugContainer.php:5551 {
ContainerDFQB5sJ\App_KernelDevDebugContainer::getPublicShareServiceService($container) …
› {
› $a = ($container->privates['Pimcore\\Bundle\\PortalEngineBundle\\Service\\Collection\\CollectionService'] ?? self::getCollectionServiceService($container));
›
}
/var/www/html/automation-direct/var/cache/dev/ContainerDFQB5sJ/App_KernelDevDebugContainer.php:5359 {
ContainerDFQB5sJ\App_KernelDevDebugContainer::getSecuritySubscriberService($container) …
› }
› $c = ($container->privates['Pimcore\\Bundle\\PortalEngineBundle\\Service\\PublicShare\\PublicShareService'] ?? self::getPublicShareServiceService($container));
›
}
/var/www/html/automation-direct/var/cache/dev/ContainerDFQB5sJ/App_KernelDevDebugContainer.php:3177 {
ContainerDFQB5sJ\App_KernelDevDebugContainer::ContainerDFQB5sJ\{closure} …
› $instance->addListener('pimcore.dataobject.postDelete', [#[\Closure(name: 'Pimcore\\Bundle\\PortalEngineBundle\\EventSubscriber\\SaveUserSubscriber')] fn () => ($container->privates['Pimcore\\Bundle\\PortalEngineBundle\\EventSubscriber\\SaveUserSubscriber'] ?? $container->load('getSaveUserSubscriberService')), 'onPostDelete'], 0);
› $instance->addListener('kernel.controller', [#[\Closure(name: 'Pimcore\\Bundle\\PortalEngineBundle\\EventSubscriber\\SecuritySubscriber')] fn () => ($container->privates['Pimcore\\Bundle\\PortalEngineBundle\\EventSubscriber\\SecuritySubscriber'] ?? self::getSecuritySubscriberService($container)), 'onKernelController'], 19);
› $instance->addListener('pimcore.dataobject.preUpdate', [#[\Closure(name: 'Pimcore\\Bundle\\PortalEngineBundle\\EventSubscriber\\SecuritySubscriber')] fn () => ($container->privates['Pimcore\\Bundle\\PortalEngineBundle\\EventSubscriber\\SecuritySubscriber'] ?? self::getSecuritySubscriberService($container)), 'onPreUpdate'], 0);
}
/var/www/html/automation-direct/vendor/symfony/event-dispatcher/EventDispatcher.php:235 {
Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName): void …
› if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {
› $listener[0] = $listener[0]();
› $listener[1] ??= '__invoke';
}
/var/www/html/automation-direct/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/var/www/html/automation-direct/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:276 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
›
› foreach ($this->dispatcher->getListeners($eventName) as $listener) {
› $priority = $this->getListenerPriority($eventName, $listener);
}
/var/www/html/automation-direct/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:133 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› $this->preProcess($eventName);
› try {
}
/var/www/html/automation-direct/vendor/symfony/http-kernel/HttpKernel.php:169 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new ControllerEvent($this, $controller, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::CONTROLLER);
› $controller = $event->getController();
}
/var/www/html/automation-direct/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
$type: 1
}
}
/var/www/html/automation-direct/vendor/symfony/http-kernel/Kernel.php:197 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
$type: 1
$catch: true
}
}
/var/www/html/automation-direct/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
}
}
/var/www/html/automation-direct/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/html/automation-direct/public/index.php:20 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments: {
"/var/www/html/automation-direct/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1769178253
"timestamp_rfc3339" => "2026-01-23T14:24:13.337+00:00"
"message" => "User Deprecated: Passing an instance of \OpenSearch\Transport to OpenSearch\Namespaces\AbstractNamespace::__construct() is deprecated in 2.4.0 and will be removed in 3.0.0. Pass an instance of \OpenSearch\TransportInterface instead."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#3021
#message: "User Deprecated: Passing an instance of \OpenSearch\Transport to OpenSearch\Namespaces\AbstractNamespace::__construct() is deprecated in 2.4.0 and will be removed in 3.0.0. Pass an instance of \OpenSearch\TransportInterface instead."
#code: 0
#file: "/var/www/html/automation-direct/vendor/opensearch-project/opensearch-php/src/OpenSearch/Namespaces/AbstractNamespace.php"
#line: 57
#severity: E_USER_DEPRECATED
trace: {
/var/www/html/automation-direct/vendor/opensearch-project/opensearch-php/src/OpenSearch/Namespaces/AbstractNamespace.php:57 {
OpenSearch\Namespaces\AbstractNamespace->__construct(OpenSearch\TransportInterface|OpenSearch\Transport $transport, OpenSearch\EndpointFactoryInterface|callable $endpointFactory) …
› if (!$transport instanceof TransportInterface) {
› @trigger_error('Passing an instance of \OpenSearch\Transport to ' . __METHOD__ . '() is deprecated in 2.4.0 and will be removed in 3.0.0. Pass an instance of \OpenSearch\TransportInterface instead.', E_USER_DEPRECATED);
› // @phpstan-ignore property.deprecated
}
/var/www/html/automation-direct/vendor/opensearch-project/opensearch-php/src/OpenSearch/Client.php:368 {
OpenSearch\Client->__construct(OpenSearch\TransportInterface|OpenSearch\Transport $transport, OpenSearch\EndpointFactoryInterface|callable|null $endpointFactory = null, array $registeredNamespaces = []) …
› $this->indices = new IndicesNamespace($transport, $this->endpointFactory);
› $this->ingest = new IngestNamespace($transport, $this->endpointFactory);
› $this->insights = new InsightsNamespace($transport, $this->endpointFactory);
}
/var/www/html/automation-direct/vendor/opensearch-project/opensearch-php/src/OpenSearch/ClientBuilder.php:706 {
OpenSearch\ClientBuilder->instantiate(Transport $transport, EndpointFactoryInterface $endpointFactory, array $registeredNamespaces): Client …
› {
› return new Client($transport, $endpointFactory, $registeredNamespaces);
› }
}
/var/www/html/automation-direct/vendor/opensearch-project/opensearch-php/src/OpenSearch/ClientBuilder.php:701 {
OpenSearch\ClientBuilder->build(): Client …
›
› return $this->instantiate($this->transport, $this->endpointFactory, $registeredNamespaces);
› }
}
/var/www/html/automation-direct/vendor/pimcore/opensearch-client/src/OpenSearchClientFactory.php:69 {
Pimcore\Bundle\OpenSearchClientBundle\OpenSearchClientFactory::createOpenSearchClient(LoggerInterface $logger, array $config): Client …
›
› return $clientBuilder->build();
› }
}
/var/www/html/automation-direct/var/cache/dev/ContainerDFQB5sJ/App_KernelDevDebugContainer.php:3697 {
ContainerDFQB5sJ\App_KernelDevDebugContainer::getPimcore_OpenSearch_CustomClient_DefaultService($container) …
› {
› return $container->services['pimcore.openSearch.custom_client.default'] = new \Pimcore\Bundle\OpenSearchClientBundle\SearchClient\SearchClient(\Pimcore\Bundle\OpenSearchClientBundle\OpenSearchClientFactory::createOpenSearchClient(($container->services['monolog.logger.pimcore.opensearch.default'] ?? self::getMonolog_Logger_Pimcore_Opensearch_DefaultService($container)), ['hosts' => ['http://localhost:9200'], 'ssl_verification' => false, 'logger_channel' => 'pimcore.opensearch.default', 'log_404_errors' => false, 'username' => 'admin', 'password' => 'admin']));
› }
}
/var/www/html/automation-direct/var/cache/dev/ContainerDFQB5sJ/App_KernelDevDebugContainer.php:4732 {
ContainerDFQB5sJ\App_KernelDevDebugContainer::getIndexQueueServiceInterfaceService($container) …
› }
› $e = ($container->services['pimcore.openSearch.custom_client.default'] ?? self::getPimcore_OpenSearch_CustomClient_DefaultService($container));
›
}
/var/www/html/automation-direct/var/cache/dev/ContainerDFQB5sJ/App_KernelDevDebugContainer.php:5385 {
ContainerDFQB5sJ\App_KernelDevDebugContainer::getCollectionServiceService($container) …
› {
› $a = ($container->privates['Pimcore\\Bundle\\GenericDataIndexBundle\\Service\\SearchIndex\\IndexQueueServiceInterface'] ?? self::getIndexQueueServiceInterfaceService($container));
›
}
/var/www/html/automation-direct/var/cache/dev/ContainerDFQB5sJ/App_KernelDevDebugContainer.php:5551 {
ContainerDFQB5sJ\App_KernelDevDebugContainer::getPublicShareServiceService($container) …
› {
› $a = ($container->privates['Pimcore\\Bundle\\PortalEngineBundle\\Service\\Collection\\CollectionService'] ?? self::getCollectionServiceService($container));
›
}
/var/www/html/automation-direct/var/cache/dev/ContainerDFQB5sJ/App_KernelDevDebugContainer.php:5359 {
ContainerDFQB5sJ\App_KernelDevDebugContainer::getSecuritySubscriberService($container) …
› }
› $c = ($container->privates['Pimcore\\Bundle\\PortalEngineBundle\\Service\\PublicShare\\PublicShareService'] ?? self::getPublicShareServiceService($container));
›
}
/var/www/html/automation-direct/var/cache/dev/ContainerDFQB5sJ/App_KernelDevDebugContainer.php:3177 {
ContainerDFQB5sJ\App_KernelDevDebugContainer::ContainerDFQB5sJ\{closure} …
› $instance->addListener('pimcore.dataobject.postDelete', [#[\Closure(name: 'Pimcore\\Bundle\\PortalEngineBundle\\EventSubscriber\\SaveUserSubscriber')] fn () => ($container->privates['Pimcore\\Bundle\\PortalEngineBundle\\EventSubscriber\\SaveUserSubscriber'] ?? $container->load('getSaveUserSubscriberService')), 'onPostDelete'], 0);
› $instance->addListener('kernel.controller', [#[\Closure(name: 'Pimcore\\Bundle\\PortalEngineBundle\\EventSubscriber\\SecuritySubscriber')] fn () => ($container->privates['Pimcore\\Bundle\\PortalEngineBundle\\EventSubscriber\\SecuritySubscriber'] ?? self::getSecuritySubscriberService($container)), 'onKernelController'], 19);
› $instance->addListener('pimcore.dataobject.preUpdate', [#[\Closure(name: 'Pimcore\\Bundle\\PortalEngineBundle\\EventSubscriber\\SecuritySubscriber')] fn () => ($container->privates['Pimcore\\Bundle\\PortalEngineBundle\\EventSubscriber\\SecuritySubscriber'] ?? self::getSecuritySubscriberService($container)), 'onPreUpdate'], 0);
}
/var/www/html/automation-direct/vendor/symfony/event-dispatcher/EventDispatcher.php:235 {
Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName): void …
› if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {
› $listener[0] = $listener[0]();
› $listener[1] ??= '__invoke';
}
/var/www/html/automation-direct/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/var/www/html/automation-direct/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:276 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
›
› foreach ($this->dispatcher->getListeners($eventName) as $listener) {
› $priority = $this->getListenerPriority($eventName, $listener);
}
/var/www/html/automation-direct/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:133 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› $this->preProcess($eventName);
› try {
}
/var/www/html/automation-direct/vendor/symfony/http-kernel/HttpKernel.php:169 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new ControllerEvent($this, $controller, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::CONTROLLER);
› $controller = $event->getController();
}
/var/www/html/automation-direct/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
$type: 1
}
}
/var/www/html/automation-direct/vendor/symfony/http-kernel/Kernel.php:197 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
$type: 1
$catch: true
}
}
/var/www/html/automation-direct/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
}
}
/var/www/html/automation-direct/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/html/automation-direct/public/index.php:20 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments: {
"/var/www/html/automation-direct/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1769178253
"timestamp_rfc3339" => "2026-01-23T14:24:13.337+00:00"
"message" => "User Deprecated: Passing an instance of \OpenSearch\Transport to OpenSearch\Namespaces\AbstractNamespace::__construct() is deprecated in 2.4.0 and will be removed in 3.0.0. Pass an instance of \OpenSearch\TransportInterface instead."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#3015
#message: "User Deprecated: Passing an instance of \OpenSearch\Transport to OpenSearch\Namespaces\AbstractNamespace::__construct() is deprecated in 2.4.0 and will be removed in 3.0.0. Pass an instance of \OpenSearch\TransportInterface instead."
#code: 0
#file: "/var/www/html/automation-direct/vendor/opensearch-project/opensearch-php/src/OpenSearch/Namespaces/AbstractNamespace.php"
#line: 57
#severity: E_USER_DEPRECATED
trace: {
/var/www/html/automation-direct/vendor/opensearch-project/opensearch-php/src/OpenSearch/Namespaces/AbstractNamespace.php:57 {
OpenSearch\Namespaces\AbstractNamespace->__construct(OpenSearch\TransportInterface|OpenSearch\Transport $transport, OpenSearch\EndpointFactoryInterface|callable $endpointFactory) …
› if (!$transport instanceof TransportInterface) {
› @trigger_error('Passing an instance of \OpenSearch\Transport to ' . __METHOD__ . '() is deprecated in 2.4.0 and will be removed in 3.0.0. Pass an instance of \OpenSearch\TransportInterface instead.', E_USER_DEPRECATED);
› // @phpstan-ignore property.deprecated
}
/var/www/html/automation-direct/vendor/opensearch-project/opensearch-php/src/OpenSearch/Client.php:369 {
OpenSearch\Client->__construct(OpenSearch\TransportInterface|OpenSearch\Transport $transport, OpenSearch\EndpointFactoryInterface|callable|null $endpointFactory = null, array $registeredNamespaces = []) …
› $this->ingest = new IngestNamespace($transport, $this->endpointFactory);
› $this->insights = new InsightsNamespace($transport, $this->endpointFactory);
› $this->ism = new IsmNamespace($transport, $this->endpointFactory);
}
/var/www/html/automation-direct/vendor/opensearch-project/opensearch-php/src/OpenSearch/ClientBuilder.php:706 {
OpenSearch\ClientBuilder->instantiate(Transport $transport, EndpointFactoryInterface $endpointFactory, array $registeredNamespaces): Client …
› {
› return new Client($transport, $endpointFactory, $registeredNamespaces);
› }
}
/var/www/html/automation-direct/vendor/opensearch-project/opensearch-php/src/OpenSearch/ClientBuilder.php:701 {
OpenSearch\ClientBuilder->build(): Client …
›
› return $this->instantiate($this->transport, $this->endpointFactory, $registeredNamespaces);
› }
}
/var/www/html/automation-direct/vendor/pimcore/opensearch-client/src/OpenSearchClientFactory.php:69 {
Pimcore\Bundle\OpenSearchClientBundle\OpenSearchClientFactory::createOpenSearchClient(LoggerInterface $logger, array $config): Client …
›
› return $clientBuilder->build();
› }
}
/var/www/html/automation-direct/var/cache/dev/ContainerDFQB5sJ/App_KernelDevDebugContainer.php:3697 {
ContainerDFQB5sJ\App_KernelDevDebugContainer::getPimcore_OpenSearch_CustomClient_DefaultService($container) …
› {
› return $container->services['pimcore.openSearch.custom_client.default'] = new \Pimcore\Bundle\OpenSearchClientBundle\SearchClient\SearchClient(\Pimcore\Bundle\OpenSearchClientBundle\OpenSearchClientFactory::createOpenSearchClient(($container->services['monolog.logger.pimcore.opensearch.default'] ?? self::getMonolog_Logger_Pimcore_Opensearch_DefaultService($container)), ['hosts' => ['http://localhost:9200'], 'ssl_verification' => false, 'logger_channel' => 'pimcore.opensearch.default', 'log_404_errors' => false, 'username' => 'admin', 'password' => 'admin']));
› }
}
/var/www/html/automation-direct/var/cache/dev/ContainerDFQB5sJ/App_KernelDevDebugContainer.php:4732 {
ContainerDFQB5sJ\App_KernelDevDebugContainer::getIndexQueueServiceInterfaceService($container) …
› }
› $e = ($container->services['pimcore.openSearch.custom_client.default'] ?? self::getPimcore_OpenSearch_CustomClient_DefaultService($container));
›
}
/var/www/html/automation-direct/var/cache/dev/ContainerDFQB5sJ/App_KernelDevDebugContainer.php:5385 {
ContainerDFQB5sJ\App_KernelDevDebugContainer::getCollectionServiceService($container) …
› {
› $a = ($container->privates['Pimcore\\Bundle\\GenericDataIndexBundle\\Service\\SearchIndex\\IndexQueueServiceInterface'] ?? self::getIndexQueueServiceInterfaceService($container));
›
}
/var/www/html/automation-direct/var/cache/dev/ContainerDFQB5sJ/App_KernelDevDebugContainer.php:5551 {
ContainerDFQB5sJ\App_KernelDevDebugContainer::getPublicShareServiceService($container) …
› {
› $a = ($container->privates['Pimcore\\Bundle\\PortalEngineBundle\\Service\\Collection\\CollectionService'] ?? self::getCollectionServiceService($container));
›
}
/var/www/html/automation-direct/var/cache/dev/ContainerDFQB5sJ/App_KernelDevDebugContainer.php:5359 {
ContainerDFQB5sJ\App_KernelDevDebugContainer::getSecuritySubscriberService($container) …
› }
› $c = ($container->privates['Pimcore\\Bundle\\PortalEngineBundle\\Service\\PublicShare\\PublicShareService'] ?? self::getPublicShareServiceService($container));
›
}
/var/www/html/automation-direct/var/cache/dev/ContainerDFQB5sJ/App_KernelDevDebugContainer.php:3177 {
ContainerDFQB5sJ\App_KernelDevDebugContainer::ContainerDFQB5sJ\{closure} …
› $instance->addListener('pimcore.dataobject.postDelete', [#[\Closure(name: 'Pimcore\\Bundle\\PortalEngineBundle\\EventSubscriber\\SaveUserSubscriber')] fn () => ($container->privates['Pimcore\\Bundle\\PortalEngineBundle\\EventSubscriber\\SaveUserSubscriber'] ?? $container->load('getSaveUserSubscriberService')), 'onPostDelete'], 0);
› $instance->addListener('kernel.controller', [#[\Closure(name: 'Pimcore\\Bundle\\PortalEngineBundle\\EventSubscriber\\SecuritySubscriber')] fn () => ($container->privates['Pimcore\\Bundle\\PortalEngineBundle\\EventSubscriber\\SecuritySubscriber'] ?? self::getSecuritySubscriberService($container)), 'onKernelController'], 19);
› $instance->addListener('pimcore.dataobject.preUpdate', [#[\Closure(name: 'Pimcore\\Bundle\\PortalEngineBundle\\EventSubscriber\\SecuritySubscriber')] fn () => ($container->privates['Pimcore\\Bundle\\PortalEngineBundle\\EventSubscriber\\SecuritySubscriber'] ?? self::getSecuritySubscriberService($container)), 'onPreUpdate'], 0);
}
/var/www/html/automation-direct/vendor/symfony/event-dispatcher/EventDispatcher.php:235 {
Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName): void …
› if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {
› $listener[0] = $listener[0]();
› $listener[1] ??= '__invoke';
}
/var/www/html/automation-direct/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/var/www/html/automation-direct/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:276 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
›
› foreach ($this->dispatcher->getListeners($eventName) as $listener) {
› $priority = $this->getListenerPriority($eventName, $listener);
}
/var/www/html/automation-direct/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:133 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› $this->preProcess($eventName);
› try {
}
/var/www/html/automation-direct/vendor/symfony/http-kernel/HttpKernel.php:169 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new ControllerEvent($this, $controller, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::CONTROLLER);
› $controller = $event->getController();
}
/var/www/html/automation-direct/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
$type: 1
}
}
/var/www/html/automation-direct/vendor/symfony/http-kernel/Kernel.php:197 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
$type: 1
$catch: true
}
}
/var/www/html/automation-direct/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
}
}
/var/www/html/automation-direct/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/html/automation-direct/public/index.php:20 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments: {
"/var/www/html/automation-direct/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1769178253
"timestamp_rfc3339" => "2026-01-23T14:24:13.337+00:00"
"message" => "User Deprecated: Passing an instance of \OpenSearch\Transport to OpenSearch\Namespaces\AbstractNamespace::__construct() is deprecated in 2.4.0 and will be removed in 3.0.0. Pass an instance of \OpenSearch\TransportInterface instead."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#3006
#message: "User Deprecated: Passing an instance of \OpenSearch\Transport to OpenSearch\Namespaces\AbstractNamespace::__construct() is deprecated in 2.4.0 and will be removed in 3.0.0. Pass an instance of \OpenSearch\TransportInterface instead."
#code: 0
#file: "/var/www/html/automation-direct/vendor/opensearch-project/opensearch-php/src/OpenSearch/Namespaces/AbstractNamespace.php"
#line: 57
#severity: E_USER_DEPRECATED
trace: {
/var/www/html/automation-direct/vendor/opensearch-project/opensearch-php/src/OpenSearch/Namespaces/AbstractNamespace.php:57 {
OpenSearch\Namespaces\AbstractNamespace->__construct(OpenSearch\TransportInterface|OpenSearch\Transport $transport, OpenSearch\EndpointFactoryInterface|callable $endpointFactory) …
› if (!$transport instanceof TransportInterface) {
› @trigger_error('Passing an instance of \OpenSearch\Transport to ' . __METHOD__ . '() is deprecated in 2.4.0 and will be removed in 3.0.0. Pass an instance of \OpenSearch\TransportInterface instead.', E_USER_DEPRECATED);
› // @phpstan-ignore property.deprecated
}
/var/www/html/automation-direct/vendor/opensearch-project/opensearch-php/src/OpenSearch/Client.php:370 {
OpenSearch\Client->__construct(OpenSearch\TransportInterface|OpenSearch\Transport $transport, OpenSearch\EndpointFactoryInterface|callable|null $endpointFactory = null, array $registeredNamespaces = []) …
› $this->insights = new InsightsNamespace($transport, $this->endpointFactory);
› $this->ism = new IsmNamespace($transport, $this->endpointFactory);
› $this->knn = new KnnNamespace($transport, $this->endpointFactory);
}
/var/www/html/automation-direct/vendor/opensearch-project/opensearch-php/src/OpenSearch/ClientBuilder.php:706 {
OpenSearch\ClientBuilder->instantiate(Transport $transport, EndpointFactoryInterface $endpointFactory, array $registeredNamespaces): Client …
› {
› return new Client($transport, $endpointFactory, $registeredNamespaces);
› }
}
/var/www/html/automation-direct/vendor/opensearch-project/opensearch-php/src/OpenSearch/ClientBuilder.php:701 {
OpenSearch\ClientBuilder->build(): Client …
›
› return $this->instantiate($this->transport, $this->endpointFactory, $registeredNamespaces);
› }
}
/var/www/html/automation-direct/vendor/pimcore/opensearch-client/src/OpenSearchClientFactory.php:69 {
Pimcore\Bundle\OpenSearchClientBundle\OpenSearchClientFactory::createOpenSearchClient(LoggerInterface $logger, array $config): Client …
›
› return $clientBuilder->build();
› }
}
/var/www/html/automation-direct/var/cache/dev/ContainerDFQB5sJ/App_KernelDevDebugContainer.php:3697 {
ContainerDFQB5sJ\App_KernelDevDebugContainer::getPimcore_OpenSearch_CustomClient_DefaultService($container) …
› {
› return $container->services['pimcore.openSearch.custom_client.default'] = new \Pimcore\Bundle\OpenSearchClientBundle\SearchClient\SearchClient(\Pimcore\Bundle\OpenSearchClientBundle\OpenSearchClientFactory::createOpenSearchClient(($container->services['monolog.logger.pimcore.opensearch.default'] ?? self::getMonolog_Logger_Pimcore_Opensearch_DefaultService($container)), ['hosts' => ['http://localhost:9200'], 'ssl_verification' => false, 'logger_channel' => 'pimcore.opensearch.default', 'log_404_errors' => false, 'username' => 'admin', 'password' => 'admin']));
› }
}
/var/www/html/automation-direct/var/cache/dev/ContainerDFQB5sJ/App_KernelDevDebugContainer.php:4732 {
ContainerDFQB5sJ\App_KernelDevDebugContainer::getIndexQueueServiceInterfaceService($container) …
› }
› $e = ($container->services['pimcore.openSearch.custom_client.default'] ?? self::getPimcore_OpenSearch_CustomClient_DefaultService($container));
›
}
/var/www/html/automation-direct/var/cache/dev/ContainerDFQB5sJ/App_KernelDevDebugContainer.php:5385 {
ContainerDFQB5sJ\App_KernelDevDebugContainer::getCollectionServiceService($container) …
› {
› $a = ($container->privates['Pimcore\\Bundle\\GenericDataIndexBundle\\Service\\SearchIndex\\IndexQueueServiceInterface'] ?? self::getIndexQueueServiceInterfaceService($container));
›
}
/var/www/html/automation-direct/var/cache/dev/ContainerDFQB5sJ/App_KernelDevDebugContainer.php:5551 {
ContainerDFQB5sJ\App_KernelDevDebugContainer::getPublicShareServiceService($container) …
› {
› $a = ($container->privates['Pimcore\\Bundle\\PortalEngineBundle\\Service\\Collection\\CollectionService'] ?? self::getCollectionServiceService($container));
›
}
/var/www/html/automation-direct/var/cache/dev/ContainerDFQB5sJ/App_KernelDevDebugContainer.php:5359 {
ContainerDFQB5sJ\App_KernelDevDebugContainer::getSecuritySubscriberService($container) …
› }
› $c = ($container->privates['Pimcore\\Bundle\\PortalEngineBundle\\Service\\PublicShare\\PublicShareService'] ?? self::getPublicShareServiceService($container));
›
}
/var/www/html/automation-direct/var/cache/dev/ContainerDFQB5sJ/App_KernelDevDebugContainer.php:3177 {
ContainerDFQB5sJ\App_KernelDevDebugContainer::ContainerDFQB5sJ\{closure} …
› $instance->addListener('pimcore.dataobject.postDelete', [#[\Closure(name: 'Pimcore\\Bundle\\PortalEngineBundle\\EventSubscriber\\SaveUserSubscriber')] fn () => ($container->privates['Pimcore\\Bundle\\PortalEngineBundle\\EventSubscriber\\SaveUserSubscriber'] ?? $container->load('getSaveUserSubscriberService')), 'onPostDelete'], 0);
› $instance->addListener('kernel.controller', [#[\Closure(name: 'Pimcore\\Bundle\\PortalEngineBundle\\EventSubscriber\\SecuritySubscriber')] fn () => ($container->privates['Pimcore\\Bundle\\PortalEngineBundle\\EventSubscriber\\SecuritySubscriber'] ?? self::getSecuritySubscriberService($container)), 'onKernelController'], 19);
› $instance->addListener('pimcore.dataobject.preUpdate', [#[\Closure(name: 'Pimcore\\Bundle\\PortalEngineBundle\\EventSubscriber\\SecuritySubscriber')] fn () => ($container->privates['Pimcore\\Bundle\\PortalEngineBundle\\EventSubscriber\\SecuritySubscriber'] ?? self::getSecuritySubscriberService($container)), 'onPreUpdate'], 0);
}
/var/www/html/automation-direct/vendor/symfony/event-dispatcher/EventDispatcher.php:235 {
Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName): void …
› if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {
› $listener[0] = $listener[0]();
› $listener[1] ??= '__invoke';
}
/var/www/html/automation-direct/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/var/www/html/automation-direct/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:276 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
›
› foreach ($this->dispatcher->getListeners($eventName) as $listener) {
› $priority = $this->getListenerPriority($eventName, $listener);
}
/var/www/html/automation-direct/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:133 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› $this->preProcess($eventName);
› try {
}
/var/www/html/automation-direct/vendor/symfony/http-kernel/HttpKernel.php:169 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new ControllerEvent($this, $controller, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::CONTROLLER);
› $controller = $event->getController();
}
/var/www/html/automation-direct/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
$type: 1
}
}
/var/www/html/automation-direct/vendor/symfony/http-kernel/Kernel.php:197 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
$type: 1
$catch: true
}
}
/var/www/html/automation-direct/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
}
}
/var/www/html/automation-direct/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/html/automation-direct/public/index.php:20 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments: {
"/var/www/html/automation-direct/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1769178253
"timestamp_rfc3339" => "2026-01-23T14:24:13.337+00:00"
"message" => "User Deprecated: Passing an instance of \OpenSearch\Transport to OpenSearch\Namespaces\AbstractNamespace::__construct() is deprecated in 2.4.0 and will be removed in 3.0.0. Pass an instance of \OpenSearch\TransportInterface instead."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#3009
#message: "User Deprecated: Passing an instance of \OpenSearch\Transport to OpenSearch\Namespaces\AbstractNamespace::__construct() is deprecated in 2.4.0 and will be removed in 3.0.0. Pass an instance of \OpenSearch\TransportInterface instead."
#code: 0
#file: "/var/www/html/automation-direct/vendor/opensearch-project/opensearch-php/src/OpenSearch/Namespaces/AbstractNamespace.php"
#line: 57
#severity: E_USER_DEPRECATED
trace: {
/var/www/html/automation-direct/vendor/opensearch-project/opensearch-php/src/OpenSearch/Namespaces/AbstractNamespace.php:57 {
OpenSearch\Namespaces\AbstractNamespace->__construct(OpenSearch\TransportInterface|OpenSearch\Transport $transport, OpenSearch\EndpointFactoryInterface|callable $endpointFactory) …
› if (!$transport instanceof TransportInterface) {
› @trigger_error('Passing an instance of \OpenSearch\Transport to ' . __METHOD__ . '() is deprecated in 2.4.0 and will be removed in 3.0.0. Pass an instance of \OpenSearch\TransportInterface instead.', E_USER_DEPRECATED);
› // @phpstan-ignore property.deprecated
}
/var/www/html/automation-direct/vendor/opensearch-project/opensearch-php/src/OpenSearch/Client.php:371 {
OpenSearch\Client->__construct(OpenSearch\TransportInterface|OpenSearch\Transport $transport, OpenSearch\EndpointFactoryInterface|callable|null $endpointFactory = null, array $registeredNamespaces = []) …
› $this->ism = new IsmNamespace($transport, $this->endpointFactory);
› $this->knn = new KnnNamespace($transport, $this->endpointFactory);
› $this->list = new ListNamespace($transport, $this->endpointFactory);
}
/var/www/html/automation-direct/vendor/opensearch-project/opensearch-php/src/OpenSearch/ClientBuilder.php:706 {
OpenSearch\ClientBuilder->instantiate(Transport $transport, EndpointFactoryInterface $endpointFactory, array $registeredNamespaces): Client …
› {
› return new Client($transport, $endpointFactory, $registeredNamespaces);
› }
}
/var/www/html/automation-direct/vendor/opensearch-project/opensearch-php/src/OpenSearch/ClientBuilder.php:701 {
OpenSearch\ClientBuilder->build(): Client …
›
› return $this->instantiate($this->transport, $this->endpointFactory, $registeredNamespaces);
› }
}
/var/www/html/automation-direct/vendor/pimcore/opensearch-client/src/OpenSearchClientFactory.php:69 {
Pimcore\Bundle\OpenSearchClientBundle\OpenSearchClientFactory::createOpenSearchClient(LoggerInterface $logger, array $config): Client …
›
› return $clientBuilder->build();
› }
}
/var/www/html/automation-direct/var/cache/dev/ContainerDFQB5sJ/App_KernelDevDebugContainer.php:3697 {
ContainerDFQB5sJ\App_KernelDevDebugContainer::getPimcore_OpenSearch_CustomClient_DefaultService($container) …
› {
› return $container->services['pimcore.openSearch.custom_client.default'] = new \Pimcore\Bundle\OpenSearchClientBundle\SearchClient\SearchClient(\Pimcore\Bundle\OpenSearchClientBundle\OpenSearchClientFactory::createOpenSearchClient(($container->services['monolog.logger.pimcore.opensearch.default'] ?? self::getMonolog_Logger_Pimcore_Opensearch_DefaultService($container)), ['hosts' => ['http://localhost:9200'], 'ssl_verification' => false, 'logger_channel' => 'pimcore.opensearch.default', 'log_404_errors' => false, 'username' => 'admin', 'password' => 'admin']));
› }
}
/var/www/html/automation-direct/var/cache/dev/ContainerDFQB5sJ/App_KernelDevDebugContainer.php:4732 {
ContainerDFQB5sJ\App_KernelDevDebugContainer::getIndexQueueServiceInterfaceService($container) …
› }
› $e = ($container->services['pimcore.openSearch.custom_client.default'] ?? self::getPimcore_OpenSearch_CustomClient_DefaultService($container));
›
}
/var/www/html/automation-direct/var/cache/dev/ContainerDFQB5sJ/App_KernelDevDebugContainer.php:5385 {
ContainerDFQB5sJ\App_KernelDevDebugContainer::getCollectionServiceService($container) …
› {
› $a = ($container->privates['Pimcore\\Bundle\\GenericDataIndexBundle\\Service\\SearchIndex\\IndexQueueServiceInterface'] ?? self::getIndexQueueServiceInterfaceService($container));
›
}
/var/www/html/automation-direct/var/cache/dev/ContainerDFQB5sJ/App_KernelDevDebugContainer.php:5551 {
ContainerDFQB5sJ\App_KernelDevDebugContainer::getPublicShareServiceService($container) …
› {
› $a = ($container->privates['Pimcore\\Bundle\\PortalEngineBundle\\Service\\Collection\\CollectionService'] ?? self::getCollectionServiceService($container));
›
}
/var/www/html/automation-direct/var/cache/dev/ContainerDFQB5sJ/App_KernelDevDebugContainer.php:5359 {
ContainerDFQB5sJ\App_KernelDevDebugContainer::getSecuritySubscriberService($container) …
› }
› $c = ($container->privates['Pimcore\\Bundle\\PortalEngineBundle\\Service\\PublicShare\\PublicShareService'] ?? self::getPublicShareServiceService($container));
›
}
/var/www/html/automation-direct/var/cache/dev/ContainerDFQB5sJ/App_KernelDevDebugContainer.php:3177 {
ContainerDFQB5sJ\App_KernelDevDebugContainer::ContainerDFQB5sJ\{closure} …
› $instance->addListener('pimcore.dataobject.postDelete', [#[\Closure(name: 'Pimcore\\Bundle\\PortalEngineBundle\\EventSubscriber\\SaveUserSubscriber')] fn () => ($container->privates['Pimcore\\Bundle\\PortalEngineBundle\\EventSubscriber\\SaveUserSubscriber'] ?? $container->load('getSaveUserSubscriberService')), 'onPostDelete'], 0);
› $instance->addListener('kernel.controller', [#[\Closure(name: 'Pimcore\\Bundle\\PortalEngineBundle\\EventSubscriber\\SecuritySubscriber')] fn () => ($container->privates['Pimcore\\Bundle\\PortalEngineBundle\\EventSubscriber\\SecuritySubscriber'] ?? self::getSecuritySubscriberService($container)), 'onKernelController'], 19);
› $instance->addListener('pimcore.dataobject.preUpdate', [#[\Closure(name: 'Pimcore\\Bundle\\PortalEngineBundle\\EventSubscriber\\SecuritySubscriber')] fn () => ($container->privates['Pimcore\\Bundle\\PortalEngineBundle\\EventSubscriber\\SecuritySubscriber'] ?? self::getSecuritySubscriberService($container)), 'onPreUpdate'], 0);
}
/var/www/html/automation-direct/vendor/symfony/event-dispatcher/EventDispatcher.php:235 {
Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName): void …
› if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {
› $listener[0] = $listener[0]();
› $listener[1] ??= '__invoke';
}
/var/www/html/automation-direct/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/var/www/html/automation-direct/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:276 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
›
› foreach ($this->dispatcher->getListeners($eventName) as $listener) {
› $priority = $this->getListenerPriority($eventName, $listener);
}
/var/www/html/automation-direct/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:133 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› $this->preProcess($eventName);
› try {
}
/var/www/html/automation-direct/vendor/symfony/http-kernel/HttpKernel.php:169 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new ControllerEvent($this, $controller, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::CONTROLLER);
› $controller = $event->getController();
}
/var/www/html/automation-direct/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
$type: 1
}
}
/var/www/html/automation-direct/vendor/symfony/http-kernel/Kernel.php:197 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
$type: 1
$catch: true
}
}
/var/www/html/automation-direct/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
}
}
/var/www/html/automation-direct/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/html/automation-direct/public/index.php:20 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments: {
"/var/www/html/automation-direct/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1769178253
"timestamp_rfc3339" => "2026-01-23T14:24:13.337+00:00"
"message" => "User Deprecated: Passing an instance of \OpenSearch\Transport to OpenSearch\Namespaces\AbstractNamespace::__construct() is deprecated in 2.4.0 and will be removed in 3.0.0. Pass an instance of \OpenSearch\TransportInterface instead."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#3013
#message: "User Deprecated: Passing an instance of \OpenSearch\Transport to OpenSearch\Namespaces\AbstractNamespace::__construct() is deprecated in 2.4.0 and will be removed in 3.0.0. Pass an instance of \OpenSearch\TransportInterface instead."
#code: 0
#file: "/var/www/html/automation-direct/vendor/opensearch-project/opensearch-php/src/OpenSearch/Namespaces/AbstractNamespace.php"
#line: 57
#severity: E_USER_DEPRECATED
trace: {
/var/www/html/automation-direct/vendor/opensearch-project/opensearch-php/src/OpenSearch/Namespaces/AbstractNamespace.php:57 {
OpenSearch\Namespaces\AbstractNamespace->__construct(OpenSearch\TransportInterface|OpenSearch\Transport $transport, OpenSearch\EndpointFactoryInterface|callable $endpointFactory) …
› if (!$transport instanceof TransportInterface) {
› @trigger_error('Passing an instance of \OpenSearch\Transport to ' . __METHOD__ . '() is deprecated in 2.4.0 and will be removed in 3.0.0. Pass an instance of \OpenSearch\TransportInterface instead.', E_USER_DEPRECATED);
› // @phpstan-ignore property.deprecated
}
/var/www/html/automation-direct/vendor/opensearch-project/opensearch-php/src/OpenSearch/Client.php:372 {
OpenSearch\Client->__construct(OpenSearch\TransportInterface|OpenSearch\Transport $transport, OpenSearch\EndpointFactoryInterface|callable|null $endpointFactory = null, array $registeredNamespaces = []) …
› $this->knn = new KnnNamespace($transport, $this->endpointFactory);
› $this->list = new ListNamespace($transport, $this->endpointFactory);
› $this->ml = new MlNamespace($transport, $this->endpointFactory);
}
/var/www/html/automation-direct/vendor/opensearch-project/opensearch-php/src/OpenSearch/ClientBuilder.php:706 {
OpenSearch\ClientBuilder->instantiate(Transport $transport, EndpointFactoryInterface $endpointFactory, array $registeredNamespaces): Client …
› {
› return new Client($transport, $endpointFactory, $registeredNamespaces);
› }
}
/var/www/html/automation-direct/vendor/opensearch-project/opensearch-php/src/OpenSearch/ClientBuilder.php:701 {
OpenSearch\ClientBuilder->build(): Client …
›
› return $this->instantiate($this->transport, $this->endpointFactory, $registeredNamespaces);
› }
}
/var/www/html/automation-direct/vendor/pimcore/opensearch-client/src/OpenSearchClientFactory.php:69 {
Pimcore\Bundle\OpenSearchClientBundle\OpenSearchClientFactory::createOpenSearchClient(LoggerInterface $logger, array $config): Client …
›
› return $clientBuilder->build();
› }
}
/var/www/html/automation-direct/var/cache/dev/ContainerDFQB5sJ/App_KernelDevDebugContainer.php:3697 {
ContainerDFQB5sJ\App_KernelDevDebugContainer::getPimcore_OpenSearch_CustomClient_DefaultService($container) …
› {
› return $container->services['pimcore.openSearch.custom_client.default'] = new \Pimcore\Bundle\OpenSearchClientBundle\SearchClient\SearchClient(\Pimcore\Bundle\OpenSearchClientBundle\OpenSearchClientFactory::createOpenSearchClient(($container->services['monolog.logger.pimcore.opensearch.default'] ?? self::getMonolog_Logger_Pimcore_Opensearch_DefaultService($container)), ['hosts' => ['http://localhost:9200'], 'ssl_verification' => false, 'logger_channel' => 'pimcore.opensearch.default', 'log_404_errors' => false, 'username' => 'admin', 'password' => 'admin']));
› }
}
/var/www/html/automation-direct/var/cache/dev/ContainerDFQB5sJ/App_KernelDevDebugContainer.php:4732 {
ContainerDFQB5sJ\App_KernelDevDebugContainer::getIndexQueueServiceInterfaceService($container) …
› }
› $e = ($container->services['pimcore.openSearch.custom_client.default'] ?? self::getPimcore_OpenSearch_CustomClient_DefaultService($container));
›
}
/var/www/html/automation-direct/var/cache/dev/ContainerDFQB5sJ/App_KernelDevDebugContainer.php:5385 {
ContainerDFQB5sJ\App_KernelDevDebugContainer::getCollectionServiceService($container) …
› {
› $a = ($container->privates['Pimcore\\Bundle\\GenericDataIndexBundle\\Service\\SearchIndex\\IndexQueueServiceInterface'] ?? self::getIndexQueueServiceInterfaceService($container));
›
}
/var/www/html/automation-direct/var/cache/dev/ContainerDFQB5sJ/App_KernelDevDebugContainer.php:5551 {
ContainerDFQB5sJ\App_KernelDevDebugContainer::getPublicShareServiceService($container) …
› {
› $a = ($container->privates['Pimcore\\Bundle\\PortalEngineBundle\\Service\\Collection\\CollectionService'] ?? self::getCollectionServiceService($container));
›
}
/var/www/html/automation-direct/var/cache/dev/ContainerDFQB5sJ/App_KernelDevDebugContainer.php:5359 {
ContainerDFQB5sJ\App_KernelDevDebugContainer::getSecuritySubscriberService($container) …
› }
› $c = ($container->privates['Pimcore\\Bundle\\PortalEngineBundle\\Service\\PublicShare\\PublicShareService'] ?? self::getPublicShareServiceService($container));
›
}
/var/www/html/automation-direct/var/cache/dev/ContainerDFQB5sJ/App_KernelDevDebugContainer.php:3177 {
ContainerDFQB5sJ\App_KernelDevDebugContainer::ContainerDFQB5sJ\{closure} …
› $instance->addListener('pimcore.dataobject.postDelete', [#[\Closure(name: 'Pimcore\\Bundle\\PortalEngineBundle\\EventSubscriber\\SaveUserSubscriber')] fn () => ($container->privates['Pimcore\\Bundle\\PortalEngineBundle\\EventSubscriber\\SaveUserSubscriber'] ?? $container->load('getSaveUserSubscriberService')), 'onPostDelete'], 0);
› $instance->addListener('kernel.controller', [#[\Closure(name: 'Pimcore\\Bundle\\PortalEngineBundle\\EventSubscriber\\SecuritySubscriber')] fn () => ($container->privates['Pimcore\\Bundle\\PortalEngineBundle\\EventSubscriber\\SecuritySubscriber'] ?? self::getSecuritySubscriberService($container)), 'onKernelController'], 19);
› $instance->addListener('pimcore.dataobject.preUpdate', [#[\Closure(name: 'Pimcore\\Bundle\\PortalEngineBundle\\EventSubscriber\\SecuritySubscriber')] fn () => ($container->privates['Pimcore\\Bundle\\PortalEngineBundle\\EventSubscriber\\SecuritySubscriber'] ?? self::getSecuritySubscriberService($container)), 'onPreUpdate'], 0);
}
/var/www/html/automation-direct/vendor/symfony/event-dispatcher/EventDispatcher.php:235 {
Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName): void …
› if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {
› $listener[0] = $listener[0]();
› $listener[1] ??= '__invoke';
}
/var/www/html/automation-direct/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/var/www/html/automation-direct/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:276 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
›
› foreach ($this->dispatcher->getListeners($eventName) as $listener) {
› $priority = $this->getListenerPriority($eventName, $listener);
}
/var/www/html/automation-direct/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:133 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› $this->preProcess($eventName);
› try {
}
/var/www/html/automation-direct/vendor/symfony/http-kernel/HttpKernel.php:169 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new ControllerEvent($this, $controller, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::CONTROLLER);
› $controller = $event->getController();
}
/var/www/html/automation-direct/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
$type: 1
}
}
/var/www/html/automation-direct/vendor/symfony/http-kernel/Kernel.php:197 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
$type: 1
$catch: true
}
}
/var/www/html/automation-direct/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
}
}
/var/www/html/automation-direct/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/html/automation-direct/public/index.php:20 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments: {
"/var/www/html/automation-direct/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1769178253
"timestamp_rfc3339" => "2026-01-23T14:24:13.339+00:00"
"message" => "User Deprecated: Passing an instance of \OpenSearch\Transport to OpenSearch\Namespaces\AbstractNamespace::__construct() is deprecated in 2.4.0 and will be removed in 3.0.0. Pass an instance of \OpenSearch\TransportInterface instead."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#3059
#message: "User Deprecated: Passing an instance of \OpenSearch\Transport to OpenSearch\Namespaces\AbstractNamespace::__construct() is deprecated in 2.4.0 and will be removed in 3.0.0. Pass an instance of \OpenSearch\TransportInterface instead."
#code: 0
#file: "/var/www/html/automation-direct/vendor/opensearch-project/opensearch-php/src/OpenSearch/Namespaces/AbstractNamespace.php"
#line: 57
#severity: E_USER_DEPRECATED
trace: {
/var/www/html/automation-direct/vendor/opensearch-project/opensearch-php/src/OpenSearch/Namespaces/AbstractNamespace.php:57 {
OpenSearch\Namespaces\AbstractNamespace->__construct(OpenSearch\TransportInterface|OpenSearch\Transport $transport, OpenSearch\EndpointFactoryInterface|callable $endpointFactory) …
› if (!$transport instanceof TransportInterface) {
› @trigger_error('Passing an instance of \OpenSearch\Transport to ' . __METHOD__ . '() is deprecated in 2.4.0 and will be removed in 3.0.0. Pass an instance of \OpenSearch\TransportInterface instead.', E_USER_DEPRECATED);
› // @phpstan-ignore property.deprecated
}
/var/www/html/automation-direct/vendor/opensearch-project/opensearch-php/src/OpenSearch/Client.php:373 {
OpenSearch\Client->__construct(OpenSearch\TransportInterface|OpenSearch\Transport $transport, OpenSearch\EndpointFactoryInterface|callable|null $endpointFactory = null, array $registeredNamespaces = []) …
› $this->list = new ListNamespace($transport, $this->endpointFactory);
› $this->ml = new MlNamespace($transport, $this->endpointFactory);
› // @phpstan-ignore new.deprecated, property.deprecated
}
/var/www/html/automation-direct/vendor/opensearch-project/opensearch-php/src/OpenSearch/ClientBuilder.php:706 {
OpenSearch\ClientBuilder->instantiate(Transport $transport, EndpointFactoryInterface $endpointFactory, array $registeredNamespaces): Client …
› {
› return new Client($transport, $endpointFactory, $registeredNamespaces);
› }
}
/var/www/html/automation-direct/vendor/opensearch-project/opensearch-php/src/OpenSearch/ClientBuilder.php:701 {
OpenSearch\ClientBuilder->build(): Client …
›
› return $this->instantiate($this->transport, $this->endpointFactory, $registeredNamespaces);
› }
}
/var/www/html/automation-direct/vendor/pimcore/opensearch-client/src/OpenSearchClientFactory.php:69 {
Pimcore\Bundle\OpenSearchClientBundle\OpenSearchClientFactory::createOpenSearchClient(LoggerInterface $logger, array $config): Client …
›
› return $clientBuilder->build();
› }
}
/var/www/html/automation-direct/var/cache/dev/ContainerDFQB5sJ/App_KernelDevDebugContainer.php:3697 {
ContainerDFQB5sJ\App_KernelDevDebugContainer::getPimcore_OpenSearch_CustomClient_DefaultService($container) …
› {
› return $container->services['pimcore.openSearch.custom_client.default'] = new \Pimcore\Bundle\OpenSearchClientBundle\SearchClient\SearchClient(\Pimcore\Bundle\OpenSearchClientBundle\OpenSearchClientFactory::createOpenSearchClient(($container->services['monolog.logger.pimcore.opensearch.default'] ?? self::getMonolog_Logger_Pimcore_Opensearch_DefaultService($container)), ['hosts' => ['http://localhost:9200'], 'ssl_verification' => false, 'logger_channel' => 'pimcore.opensearch.default', 'log_404_errors' => false, 'username' => 'admin', 'password' => 'admin']));
› }
}
/var/www/html/automation-direct/var/cache/dev/ContainerDFQB5sJ/App_KernelDevDebugContainer.php:4732 {
ContainerDFQB5sJ\App_KernelDevDebugContainer::getIndexQueueServiceInterfaceService($container) …
› }
› $e = ($container->services['pimcore.openSearch.custom_client.default'] ?? self::getPimcore_OpenSearch_CustomClient_DefaultService($container));
›
}
/var/www/html/automation-direct/var/cache/dev/ContainerDFQB5sJ/App_KernelDevDebugContainer.php:5385 {
ContainerDFQB5sJ\App_KernelDevDebugContainer::getCollectionServiceService($container) …
› {
› $a = ($container->privates['Pimcore\\Bundle\\GenericDataIndexBundle\\Service\\SearchIndex\\IndexQueueServiceInterface'] ?? self::getIndexQueueServiceInterfaceService($container));
›
}
/var/www/html/automation-direct/var/cache/dev/ContainerDFQB5sJ/App_KernelDevDebugContainer.php:5551 {
ContainerDFQB5sJ\App_KernelDevDebugContainer::getPublicShareServiceService($container) …
› {
› $a = ($container->privates['Pimcore\\Bundle\\PortalEngineBundle\\Service\\Collection\\CollectionService'] ?? self::getCollectionServiceService($container));
›
}
/var/www/html/automation-direct/var/cache/dev/ContainerDFQB5sJ/App_KernelDevDebugContainer.php:5359 {
ContainerDFQB5sJ\App_KernelDevDebugContainer::getSecuritySubscriberService($container) …
› }
› $c = ($container->privates['Pimcore\\Bundle\\PortalEngineBundle\\Service\\PublicShare\\PublicShareService'] ?? self::getPublicShareServiceService($container));
›
}
/var/www/html/automation-direct/var/cache/dev/ContainerDFQB5sJ/App_KernelDevDebugContainer.php:3177 {
ContainerDFQB5sJ\App_KernelDevDebugContainer::ContainerDFQB5sJ\{closure} …
› $instance->addListener('pimcore.dataobject.postDelete', [#[\Closure(name: 'Pimcore\\Bundle\\PortalEngineBundle\\EventSubscriber\\SaveUserSubscriber')] fn () => ($container->privates['Pimcore\\Bundle\\PortalEngineBundle\\EventSubscriber\\SaveUserSubscriber'] ?? $container->load('getSaveUserSubscriberService')), 'onPostDelete'], 0);
› $instance->addListener('kernel.controller', [#[\Closure(name: 'Pimcore\\Bundle\\PortalEngineBundle\\EventSubscriber\\SecuritySubscriber')] fn () => ($container->privates['Pimcore\\Bundle\\PortalEngineBundle\\EventSubscriber\\SecuritySubscriber'] ?? self::getSecuritySubscriberService($container)), 'onKernelController'], 19);
› $instance->addListener('pimcore.dataobject.preUpdate', [#[\Closure(name: 'Pimcore\\Bundle\\PortalEngineBundle\\EventSubscriber\\SecuritySubscriber')] fn () => ($container->privates['Pimcore\\Bundle\\PortalEngineBundle\\EventSubscriber\\SecuritySubscriber'] ?? self::getSecuritySubscriberService($container)), 'onPreUpdate'], 0);
}
/var/www/html/automation-direct/vendor/symfony/event-dispatcher/EventDispatcher.php:235 {
Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName): void …
› if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {
› $listener[0] = $listener[0]();
› $listener[1] ??= '__invoke';
}
/var/www/html/automation-direct/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/var/www/html/automation-direct/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:276 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
›
› foreach ($this->dispatcher->getListeners($eventName) as $listener) {
› $priority = $this->getListenerPriority($eventName, $listener);
}
/var/www/html/automation-direct/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:133 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› $this->preProcess($eventName);
› try {
}
/var/www/html/automation-direct/vendor/symfony/http-kernel/HttpKernel.php:169 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new ControllerEvent($this, $controller, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::CONTROLLER);
› $controller = $event->getController();
}
/var/www/html/automation-direct/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
$type: 1
}
}
/var/www/html/automation-direct/vendor/symfony/http-kernel/Kernel.php:197 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
$type: 1
$catch: true
}
}
/var/www/html/automation-direct/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
}
}
/var/www/html/automation-direct/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/html/automation-direct/public/index.php:20 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments: {
"/var/www/html/automation-direct/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1769178253
"timestamp_rfc3339" => "2026-01-23T14:24:13.339+00:00"
"message" => "User Deprecated: Passing an instance of \OpenSearch\Transport to OpenSearch\Namespaces\AbstractNamespace::__construct() is deprecated in 2.4.0 and will be removed in 3.0.0. Pass an instance of \OpenSearch\TransportInterface instead."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#3055
#message: "User Deprecated: Passing an instance of \OpenSearch\Transport to OpenSearch\Namespaces\AbstractNamespace::__construct() is deprecated in 2.4.0 and will be removed in 3.0.0. Pass an instance of \OpenSearch\TransportInterface instead."
#code: 0
#file: "/var/www/html/automation-direct/vendor/opensearch-project/opensearch-php/src/OpenSearch/Namespaces/AbstractNamespace.php"
#line: 57
#severity: E_USER_DEPRECATED
trace: {
/var/www/html/automation-direct/vendor/opensearch-project/opensearch-php/src/OpenSearch/Namespaces/AbstractNamespace.php:57 {
OpenSearch\Namespaces\AbstractNamespace->__construct(OpenSearch\TransportInterface|OpenSearch\Transport $transport, OpenSearch\EndpointFactoryInterface|callable $endpointFactory) …
› if (!$transport instanceof TransportInterface) {
› @trigger_error('Passing an instance of \OpenSearch\Transport to ' . __METHOD__ . '() is deprecated in 2.4.0 and will be removed in 3.0.0. Pass an instance of \OpenSearch\TransportInterface instead.', E_USER_DEPRECATED);
› // @phpstan-ignore property.deprecated
}
/var/www/html/automation-direct/vendor/opensearch-project/opensearch-php/src/OpenSearch/Client.php:375 {
OpenSearch\Client->__construct(OpenSearch\TransportInterface|OpenSearch\Transport $transport, OpenSearch\EndpointFactoryInterface|callable|null $endpointFactory = null, array $registeredNamespaces = []) …
› // @phpstan-ignore new.deprecated, property.deprecated
› $this->monitoring = new MonitoringNamespace($transport, $this->endpointFactory);
› $this->nodes = new NodesNamespace($transport, $this->endpointFactory);
}
/var/www/html/automation-direct/vendor/opensearch-project/opensearch-php/src/OpenSearch/ClientBuilder.php:706 {
OpenSearch\ClientBuilder->instantiate(Transport $transport, EndpointFactoryInterface $endpointFactory, array $registeredNamespaces): Client …
› {
› return new Client($transport, $endpointFactory, $registeredNamespaces);
› }
}
/var/www/html/automation-direct/vendor/opensearch-project/opensearch-php/src/OpenSearch/ClientBuilder.php:701 {
OpenSearch\ClientBuilder->build(): Client …
›
› return $this->instantiate($this->transport, $this->endpointFactory, $registeredNamespaces);
› }
}
/var/www/html/automation-direct/vendor/pimcore/opensearch-client/src/OpenSearchClientFactory.php:69 {
Pimcore\Bundle\OpenSearchClientBundle\OpenSearchClientFactory::createOpenSearchClient(LoggerInterface $logger, array $config): Client …
›
› return $clientBuilder->build();
› }
}
/var/www/html/automation-direct/var/cache/dev/ContainerDFQB5sJ/App_KernelDevDebugContainer.php:3697 {
ContainerDFQB5sJ\App_KernelDevDebugContainer::getPimcore_OpenSearch_CustomClient_DefaultService($container) …
› {
› return $container->services['pimcore.openSearch.custom_client.default'] = new \Pimcore\Bundle\OpenSearchClientBundle\SearchClient\SearchClient(\Pimcore\Bundle\OpenSearchClientBundle\OpenSearchClientFactory::createOpenSearchClient(($container->services['monolog.logger.pimcore.opensearch.default'] ?? self::getMonolog_Logger_Pimcore_Opensearch_DefaultService($container)), ['hosts' => ['http://localhost:9200'], 'ssl_verification' => false, 'logger_channel' => 'pimcore.opensearch.default', 'log_404_errors' => false, 'username' => 'admin', 'password' => 'admin']));
› }
}
/var/www/html/automation-direct/var/cache/dev/ContainerDFQB5sJ/App_KernelDevDebugContainer.php:4732 {
ContainerDFQB5sJ\App_KernelDevDebugContainer::getIndexQueueServiceInterfaceService($container) …
› }
› $e = ($container->services['pimcore.openSearch.custom_client.default'] ?? self::getPimcore_OpenSearch_CustomClient_DefaultService($container));
›
}
/var/www/html/automation-direct/var/cache/dev/ContainerDFQB5sJ/App_KernelDevDebugContainer.php:5385 {
ContainerDFQB5sJ\App_KernelDevDebugContainer::getCollectionServiceService($container) …
› {
› $a = ($container->privates['Pimcore\\Bundle\\GenericDataIndexBundle\\Service\\SearchIndex\\IndexQueueServiceInterface'] ?? self::getIndexQueueServiceInterfaceService($container));
›
}
/var/www/html/automation-direct/var/cache/dev/ContainerDFQB5sJ/App_KernelDevDebugContainer.php:5551 {
ContainerDFQB5sJ\App_KernelDevDebugContainer::getPublicShareServiceService($container) …
› {
› $a = ($container->privates['Pimcore\\Bundle\\PortalEngineBundle\\Service\\Collection\\CollectionService'] ?? self::getCollectionServiceService($container));
›
}
/var/www/html/automation-direct/var/cache/dev/ContainerDFQB5sJ/App_KernelDevDebugContainer.php:5359 {
ContainerDFQB5sJ\App_KernelDevDebugContainer::getSecuritySubscriberService($container) …
› }
› $c = ($container->privates['Pimcore\\Bundle\\PortalEngineBundle\\Service\\PublicShare\\PublicShareService'] ?? self::getPublicShareServiceService($container));
›
}
/var/www/html/automation-direct/var/cache/dev/ContainerDFQB5sJ/App_KernelDevDebugContainer.php:3177 {
ContainerDFQB5sJ\App_KernelDevDebugContainer::ContainerDFQB5sJ\{closure} …
› $instance->addListener('pimcore.dataobject.postDelete', [#[\Closure(name: 'Pimcore\\Bundle\\PortalEngineBundle\\EventSubscriber\\SaveUserSubscriber')] fn () => ($container->privates['Pimcore\\Bundle\\PortalEngineBundle\\EventSubscriber\\SaveUserSubscriber'] ?? $container->load('getSaveUserSubscriberService')), 'onPostDelete'], 0);
› $instance->addListener('kernel.controller', [#[\Closure(name: 'Pimcore\\Bundle\\PortalEngineBundle\\EventSubscriber\\SecuritySubscriber')] fn () => ($container->privates['Pimcore\\Bundle\\PortalEngineBundle\\EventSubscriber\\SecuritySubscriber'] ?? self::getSecuritySubscriberService($container)), 'onKernelController'], 19);
› $instance->addListener('pimcore.dataobject.preUpdate', [#[\Closure(name: 'Pimcore\\Bundle\\PortalEngineBundle\\EventSubscriber\\SecuritySubscriber')] fn () => ($container->privates['Pimcore\\Bundle\\PortalEngineBundle\\EventSubscriber\\SecuritySubscriber'] ?? self::getSecuritySubscriberService($container)), 'onPreUpdate'], 0);
}
/var/www/html/automation-direct/vendor/symfony/event-dispatcher/EventDispatcher.php:235 {
Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName): void …
› if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {
› $listener[0] = $listener[0]();
› $listener[1] ??= '__invoke';
}
/var/www/html/automation-direct/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/var/www/html/automation-direct/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:276 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
›
› foreach ($this->dispatcher->getListeners($eventName) as $listener) {
› $priority = $this->getListenerPriority($eventName, $listener);
}
/var/www/html/automation-direct/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:133 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› $this->preProcess($eventName);
› try {
}
/var/www/html/automation-direct/vendor/symfony/http-kernel/HttpKernel.php:169 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new ControllerEvent($this, $controller, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::CONTROLLER);
› $controller = $event->getController();
}
/var/www/html/automation-direct/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
$type: 1
}
}
/var/www/html/automation-direct/vendor/symfony/http-kernel/Kernel.php:197 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
$type: 1
$catch: true
}
}
/var/www/html/automation-direct/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
}
}
/var/www/html/automation-direct/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/html/automation-direct/public/index.php:20 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments: {
"/var/www/html/automation-direct/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1769178253
"timestamp_rfc3339" => "2026-01-23T14:24:13.339+00:00"
"message" => "User Deprecated: Passing an instance of \OpenSearch\Transport to OpenSearch\Namespaces\AbstractNamespace::__construct() is deprecated in 2.4.0 and will be removed in 3.0.0. Pass an instance of \OpenSearch\TransportInterface instead."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#3053
#message: "User Deprecated: Passing an instance of \OpenSearch\Transport to OpenSearch\Namespaces\AbstractNamespace::__construct() is deprecated in 2.4.0 and will be removed in 3.0.0. Pass an instance of \OpenSearch\TransportInterface instead."
#code: 0
#file: "/var/www/html/automation-direct/vendor/opensearch-project/opensearch-php/src/OpenSearch/Namespaces/AbstractNamespace.php"
#line: 57
#severity: E_USER_DEPRECATED
trace: {
/var/www/html/automation-direct/vendor/opensearch-project/opensearch-php/src/OpenSearch/Namespaces/AbstractNamespace.php:57 {
OpenSearch\Namespaces\AbstractNamespace->__construct(OpenSearch\TransportInterface|OpenSearch\Transport $transport, OpenSearch\EndpointFactoryInterface|callable $endpointFactory) …
› if (!$transport instanceof TransportInterface) {
› @trigger_error('Passing an instance of \OpenSearch\Transport to ' . __METHOD__ . '() is deprecated in 2.4.0 and will be removed in 3.0.0. Pass an instance of \OpenSearch\TransportInterface instead.', E_USER_DEPRECATED);
› // @phpstan-ignore property.deprecated
}
/var/www/html/automation-direct/vendor/opensearch-project/opensearch-php/src/OpenSearch/Client.php:376 {
OpenSearch\Client->__construct(OpenSearch\TransportInterface|OpenSearch\Transport $transport, OpenSearch\EndpointFactoryInterface|callable|null $endpointFactory = null, array $registeredNamespaces = []) …
› $this->monitoring = new MonitoringNamespace($transport, $this->endpointFactory);
› $this->nodes = new NodesNamespace($transport, $this->endpointFactory);
› $this->notifications = new NotificationsNamespace($transport, $this->endpointFactory);
}
/var/www/html/automation-direct/vendor/opensearch-project/opensearch-php/src/OpenSearch/ClientBuilder.php:706 {
OpenSearch\ClientBuilder->instantiate(Transport $transport, EndpointFactoryInterface $endpointFactory, array $registeredNamespaces): Client …
› {
› return new Client($transport, $endpointFactory, $registeredNamespaces);
› }
}
/var/www/html/automation-direct/vendor/opensearch-project/opensearch-php/src/OpenSearch/ClientBuilder.php:701 {
OpenSearch\ClientBuilder->build(): Client …
›
› return $this->instantiate($this->transport, $this->endpointFactory, $registeredNamespaces);
› }
}
/var/www/html/automation-direct/vendor/pimcore/opensearch-client/src/OpenSearchClientFactory.php:69 {
Pimcore\Bundle\OpenSearchClientBundle\OpenSearchClientFactory::createOpenSearchClient(LoggerInterface $logger, array $config): Client …
›
› return $clientBuilder->build();
› }
}
/var/www/html/automation-direct/var/cache/dev/ContainerDFQB5sJ/App_KernelDevDebugContainer.php:3697 {
ContainerDFQB5sJ\App_KernelDevDebugContainer::getPimcore_OpenSearch_CustomClient_DefaultService($container) …
› {
› return $container->services['pimcore.openSearch.custom_client.default'] = new \Pimcore\Bundle\OpenSearchClientBundle\SearchClient\SearchClient(\Pimcore\Bundle\OpenSearchClientBundle\OpenSearchClientFactory::createOpenSearchClient(($container->services['monolog.logger.pimcore.opensearch.default'] ?? self::getMonolog_Logger_Pimcore_Opensearch_DefaultService($container)), ['hosts' => ['http://localhost:9200'], 'ssl_verification' => false, 'logger_channel' => 'pimcore.opensearch.default', 'log_404_errors' => false, 'username' => 'admin', 'password' => 'admin']));
› }
}
/var/www/html/automation-direct/var/cache/dev/ContainerDFQB5sJ/App_KernelDevDebugContainer.php:4732 {
ContainerDFQB5sJ\App_KernelDevDebugContainer::getIndexQueueServiceInterfaceService($container) …
› }
› $e = ($container->services['pimcore.openSearch.custom_client.default'] ?? self::getPimcore_OpenSearch_CustomClient_DefaultService($container));
›
}
/var/www/html/automation-direct/var/cache/dev/ContainerDFQB5sJ/App_KernelDevDebugContainer.php:5385 {
ContainerDFQB5sJ\App_KernelDevDebugContainer::getCollectionServiceService($container) …
› {
› $a = ($container->privates['Pimcore\\Bundle\\GenericDataIndexBundle\\Service\\SearchIndex\\IndexQueueServiceInterface'] ?? self::getIndexQueueServiceInterfaceService($container));
›
}
/var/www/html/automation-direct/var/cache/dev/ContainerDFQB5sJ/App_KernelDevDebugContainer.php:5551 {
ContainerDFQB5sJ\App_KernelDevDebugContainer::getPublicShareServiceService($container) …
› {
› $a = ($container->privates['Pimcore\\Bundle\\PortalEngineBundle\\Service\\Collection\\CollectionService'] ?? self::getCollectionServiceService($container));
›
}
/var/www/html/automation-direct/var/cache/dev/ContainerDFQB5sJ/App_KernelDevDebugContainer.php:5359 {
ContainerDFQB5sJ\App_KernelDevDebugContainer::getSecuritySubscriberService($container) …
› }
› $c = ($container->privates['Pimcore\\Bundle\\PortalEngineBundle\\Service\\PublicShare\\PublicShareService'] ?? self::getPublicShareServiceService($container));
›
}
/var/www/html/automation-direct/var/cache/dev/ContainerDFQB5sJ/App_KernelDevDebugContainer.php:3177 {
ContainerDFQB5sJ\App_KernelDevDebugContainer::ContainerDFQB5sJ\{closure} …
› $instance->addListener('pimcore.dataobject.postDelete', [#[\Closure(name: 'Pimcore\\Bundle\\PortalEngineBundle\\EventSubscriber\\SaveUserSubscriber')] fn () => ($container->privates['Pimcore\\Bundle\\PortalEngineBundle\\EventSubscriber\\SaveUserSubscriber'] ?? $container->load('getSaveUserSubscriberService')), 'onPostDelete'], 0);
› $instance->addListener('kernel.controller', [#[\Closure(name: 'Pimcore\\Bundle\\PortalEngineBundle\\EventSubscriber\\SecuritySubscriber')] fn () => ($container->privates['Pimcore\\Bundle\\PortalEngineBundle\\EventSubscriber\\SecuritySubscriber'] ?? self::getSecuritySubscriberService($container)), 'onKernelController'], 19);
› $instance->addListener('pimcore.dataobject.preUpdate', [#[\Closure(name: 'Pimcore\\Bundle\\PortalEngineBundle\\EventSubscriber\\SecuritySubscriber')] fn () => ($container->privates['Pimcore\\Bundle\\PortalEngineBundle\\EventSubscriber\\SecuritySubscriber'] ?? self::getSecuritySubscriberService($container)), 'onPreUpdate'], 0);
}
/var/www/html/automation-direct/vendor/symfony/event-dispatcher/EventDispatcher.php:235 {
Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName): void …
› if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {
› $listener[0] = $listener[0]();
› $listener[1] ??= '__invoke';
}
/var/www/html/automation-direct/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/var/www/html/automation-direct/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:276 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
›
› foreach ($this->dispatcher->getListeners($eventName) as $listener) {
› $priority = $this->getListenerPriority($eventName, $listener);
}
/var/www/html/automation-direct/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:133 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› $this->preProcess($eventName);
› try {
}
/var/www/html/automation-direct/vendor/symfony/http-kernel/HttpKernel.php:169 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new ControllerEvent($this, $controller, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::CONTROLLER);
› $controller = $event->getController();
}
/var/www/html/automation-direct/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
$type: 1
}
}
/var/www/html/automation-direct/vendor/symfony/http-kernel/Kernel.php:197 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
$type: 1
$catch: true
}
}
/var/www/html/automation-direct/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
}
}
/var/www/html/automation-direct/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/html/automation-direct/public/index.php:20 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments: {
"/var/www/html/automation-direct/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1769178253
"timestamp_rfc3339" => "2026-01-23T14:24:13.339+00:00"
"message" => "User Deprecated: Passing an instance of \OpenSearch\Transport to OpenSearch\Namespaces\AbstractNamespace::__construct() is deprecated in 2.4.0 and will be removed in 3.0.0. Pass an instance of \OpenSearch\TransportInterface instead."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#3045
#message: "User Deprecated: Passing an instance of \OpenSearch\Transport to OpenSearch\Namespaces\AbstractNamespace::__construct() is deprecated in 2.4.0 and will be removed in 3.0.0. Pass an instance of \OpenSearch\TransportInterface instead."
#code: 0
#file: "/var/www/html/automation-direct/vendor/opensearch-project/opensearch-php/src/OpenSearch/Namespaces/AbstractNamespace.php"
#line: 57
#severity: E_USER_DEPRECATED
trace: {
/var/www/html/automation-direct/vendor/opensearch-project/opensearch-php/src/OpenSearch/Namespaces/AbstractNamespace.php:57 {
OpenSearch\Namespaces\AbstractNamespace->__construct(OpenSearch\TransportInterface|OpenSearch\Transport $transport, OpenSearch\EndpointFactoryInterface|callable $endpointFactory) …
› if (!$transport instanceof TransportInterface) {
› @trigger_error('Passing an instance of \OpenSearch\Transport to ' . __METHOD__ . '() is deprecated in 2.4.0 and will be removed in 3.0.0. Pass an instance of \OpenSearch\TransportInterface instead.', E_USER_DEPRECATED);
› // @phpstan-ignore property.deprecated
}
/var/www/html/automation-direct/vendor/opensearch-project/opensearch-php/src/OpenSearch/Client.php:377 {
OpenSearch\Client->__construct(OpenSearch\TransportInterface|OpenSearch\Transport $transport, OpenSearch\EndpointFactoryInterface|callable|null $endpointFactory = null, array $registeredNamespaces = []) …
› $this->nodes = new NodesNamespace($transport, $this->endpointFactory);
› $this->notifications = new NotificationsNamespace($transport, $this->endpointFactory);
› $this->observability = new ObservabilityNamespace($transport, $this->endpointFactory);
}
/var/www/html/automation-direct/vendor/opensearch-project/opensearch-php/src/OpenSearch/ClientBuilder.php:706 {
OpenSearch\ClientBuilder->instantiate(Transport $transport, EndpointFactoryInterface $endpointFactory, array $registeredNamespaces): Client …
› {
› return new Client($transport, $endpointFactory, $registeredNamespaces);
› }
}
/var/www/html/automation-direct/vendor/opensearch-project/opensearch-php/src/OpenSearch/ClientBuilder.php:701 {
OpenSearch\ClientBuilder->build(): Client …
›
› return $this->instantiate($this->transport, $this->endpointFactory, $registeredNamespaces);
› }
}
/var/www/html/automation-direct/vendor/pimcore/opensearch-client/src/OpenSearchClientFactory.php:69 {
Pimcore\Bundle\OpenSearchClientBundle\OpenSearchClientFactory::createOpenSearchClient(LoggerInterface $logger, array $config): Client …
›
› return $clientBuilder->build();
› }
}
/var/www/html/automation-direct/var/cache/dev/ContainerDFQB5sJ/App_KernelDevDebugContainer.php:3697 {
ContainerDFQB5sJ\App_KernelDevDebugContainer::getPimcore_OpenSearch_CustomClient_DefaultService($container) …
› {
› return $container->services['pimcore.openSearch.custom_client.default'] = new \Pimcore\Bundle\OpenSearchClientBundle\SearchClient\SearchClient(\Pimcore\Bundle\OpenSearchClientBundle\OpenSearchClientFactory::createOpenSearchClient(($container->services['monolog.logger.pimcore.opensearch.default'] ?? self::getMonolog_Logger_Pimcore_Opensearch_DefaultService($container)), ['hosts' => ['http://localhost:9200'], 'ssl_verification' => false, 'logger_channel' => 'pimcore.opensearch.default', 'log_404_errors' => false, 'username' => 'admin', 'password' => 'admin']));
› }
}
/var/www/html/automation-direct/var/cache/dev/ContainerDFQB5sJ/App_KernelDevDebugContainer.php:4732 {
ContainerDFQB5sJ\App_KernelDevDebugContainer::getIndexQueueServiceInterfaceService($container) …
› }
› $e = ($container->services['pimcore.openSearch.custom_client.default'] ?? self::getPimcore_OpenSearch_CustomClient_DefaultService($container));
›
}
/var/www/html/automation-direct/var/cache/dev/ContainerDFQB5sJ/App_KernelDevDebugContainer.php:5385 {
ContainerDFQB5sJ\App_KernelDevDebugContainer::getCollectionServiceService($container) …
› {
› $a = ($container->privates['Pimcore\\Bundle\\GenericDataIndexBundle\\Service\\SearchIndex\\IndexQueueServiceInterface'] ?? self::getIndexQueueServiceInterfaceService($container));
›
}
/var/www/html/automation-direct/var/cache/dev/ContainerDFQB5sJ/App_KernelDevDebugContainer.php:5551 {
ContainerDFQB5sJ\App_KernelDevDebugContainer::getPublicShareServiceService($container) …
› {
› $a = ($container->privates['Pimcore\\Bundle\\PortalEngineBundle\\Service\\Collection\\CollectionService'] ?? self::getCollectionServiceService($container));
›
}
/var/www/html/automation-direct/var/cache/dev/ContainerDFQB5sJ/App_KernelDevDebugContainer.php:5359 {
ContainerDFQB5sJ\App_KernelDevDebugContainer::getSecuritySubscriberService($container) …
› }
› $c = ($container->privates['Pimcore\\Bundle\\PortalEngineBundle\\Service\\PublicShare\\PublicShareService'] ?? self::getPublicShareServiceService($container));
›
}
/var/www/html/automation-direct/var/cache/dev/ContainerDFQB5sJ/App_KernelDevDebugContainer.php:3177 {
ContainerDFQB5sJ\App_KernelDevDebugContainer::ContainerDFQB5sJ\{closure} …
› $instance->addListener('pimcore.dataobject.postDelete', [#[\Closure(name: 'Pimcore\\Bundle\\PortalEngineBundle\\EventSubscriber\\SaveUserSubscriber')] fn () => ($container->privates['Pimcore\\Bundle\\PortalEngineBundle\\EventSubscriber\\SaveUserSubscriber'] ?? $container->load('getSaveUserSubscriberService')), 'onPostDelete'], 0);
› $instance->addListener('kernel.controller', [#[\Closure(name: 'Pimcore\\Bundle\\PortalEngineBundle\\EventSubscriber\\SecuritySubscriber')] fn () => ($container->privates['Pimcore\\Bundle\\PortalEngineBundle\\EventSubscriber\\SecuritySubscriber'] ?? self::getSecuritySubscriberService($container)), 'onKernelController'], 19);
› $instance->addListener('pimcore.dataobject.preUpdate', [#[\Closure(name: 'Pimcore\\Bundle\\PortalEngineBundle\\EventSubscriber\\SecuritySubscriber')] fn () => ($container->privates['Pimcore\\Bundle\\PortalEngineBundle\\EventSubscriber\\SecuritySubscriber'] ?? self::getSecuritySubscriberService($container)), 'onPreUpdate'], 0);
}
/var/www/html/automation-direct/vendor/symfony/event-dispatcher/EventDispatcher.php:235 {
Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName): void …
› if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {
› $listener[0] = $listener[0]();
› $listener[1] ??= '__invoke';
}
/var/www/html/automation-direct/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/var/www/html/automation-direct/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:276 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
›
› foreach ($this->dispatcher->getListeners($eventName) as $listener) {
› $priority = $this->getListenerPriority($eventName, $listener);
}
/var/www/html/automation-direct/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:133 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› $this->preProcess($eventName);
› try {
}
/var/www/html/automation-direct/vendor/symfony/http-kernel/HttpKernel.php:169 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new ControllerEvent($this, $controller, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::CONTROLLER);
› $controller = $event->getController();
}
/var/www/html/automation-direct/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
$type: 1
}
}
/var/www/html/automation-direct/vendor/symfony/http-kernel/Kernel.php:197 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
$type: 1
$catch: true
}
}
/var/www/html/automation-direct/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
}
}
/var/www/html/automation-direct/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/html/automation-direct/public/index.php:20 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments: {
"/var/www/html/automation-direct/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1769178253
"timestamp_rfc3339" => "2026-01-23T14:24:13.340+00:00"
"message" => "User Deprecated: Passing an instance of \OpenSearch\Transport to OpenSearch\Namespaces\AbstractNamespace::__construct() is deprecated in 2.4.0 and will be removed in 3.0.0. Pass an instance of \OpenSearch\TransportInterface instead."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#3057
#message: "User Deprecated: Passing an instance of \OpenSearch\Transport to OpenSearch\Namespaces\AbstractNamespace::__construct() is deprecated in 2.4.0 and will be removed in 3.0.0. Pass an instance of \OpenSearch\TransportInterface instead."
#code: 0
#file: "/var/www/html/automation-direct/vendor/opensearch-project/opensearch-php/src/OpenSearch/Namespaces/AbstractNamespace.php"
#line: 57
#severity: E_USER_DEPRECATED
trace: {
/var/www/html/automation-direct/vendor/opensearch-project/opensearch-php/src/OpenSearch/Namespaces/AbstractNamespace.php:57 {
OpenSearch\Namespaces\AbstractNamespace->__construct(OpenSearch\TransportInterface|OpenSearch\Transport $transport, OpenSearch\EndpointFactoryInterface|callable $endpointFactory) …
› if (!$transport instanceof TransportInterface) {
› @trigger_error('Passing an instance of \OpenSearch\Transport to ' . __METHOD__ . '() is deprecated in 2.4.0 and will be removed in 3.0.0. Pass an instance of \OpenSearch\TransportInterface instead.', E_USER_DEPRECATED);
› // @phpstan-ignore property.deprecated
}
/var/www/html/automation-direct/vendor/opensearch-project/opensearch-php/src/OpenSearch/Client.php:378 {
OpenSearch\Client->__construct(OpenSearch\TransportInterface|OpenSearch\Transport $transport, OpenSearch\EndpointFactoryInterface|callable|null $endpointFactory = null, array $registeredNamespaces = []) …
› $this->notifications = new NotificationsNamespace($transport, $this->endpointFactory);
› $this->observability = new ObservabilityNamespace($transport, $this->endpointFactory);
› $this->ppl = new PplNamespace($transport, $this->endpointFactory);
}
/var/www/html/automation-direct/vendor/opensearch-project/opensearch-php/src/OpenSearch/ClientBuilder.php:706 {
OpenSearch\ClientBuilder->instantiate(Transport $transport, EndpointFactoryInterface $endpointFactory, array $registeredNamespaces): Client …
› {
› return new Client($transport, $endpointFactory, $registeredNamespaces);
› }
}
/var/www/html/automation-direct/vendor/opensearch-project/opensearch-php/src/OpenSearch/ClientBuilder.php:701 {
OpenSearch\ClientBuilder->build(): Client …
›
› return $this->instantiate($this->transport, $this->endpointFactory, $registeredNamespaces);
› }
}
/var/www/html/automation-direct/vendor/pimcore/opensearch-client/src/OpenSearchClientFactory.php:69 {
Pimcore\Bundle\OpenSearchClientBundle\OpenSearchClientFactory::createOpenSearchClient(LoggerInterface $logger, array $config): Client …
›
› return $clientBuilder->build();
› }
}
/var/www/html/automation-direct/var/cache/dev/ContainerDFQB5sJ/App_KernelDevDebugContainer.php:3697 {
ContainerDFQB5sJ\App_KernelDevDebugContainer::getPimcore_OpenSearch_CustomClient_DefaultService($container) …
› {
› return $container->services['pimcore.openSearch.custom_client.default'] = new \Pimcore\Bundle\OpenSearchClientBundle\SearchClient\SearchClient(\Pimcore\Bundle\OpenSearchClientBundle\OpenSearchClientFactory::createOpenSearchClient(($container->services['monolog.logger.pimcore.opensearch.default'] ?? self::getMonolog_Logger_Pimcore_Opensearch_DefaultService($container)), ['hosts' => ['http://localhost:9200'], 'ssl_verification' => false, 'logger_channel' => 'pimcore.opensearch.default', 'log_404_errors' => false, 'username' => 'admin', 'password' => 'admin']));
› }
}
/var/www/html/automation-direct/var/cache/dev/ContainerDFQB5sJ/App_KernelDevDebugContainer.php:4732 {
ContainerDFQB5sJ\App_KernelDevDebugContainer::getIndexQueueServiceInterfaceService($container) …
› }
› $e = ($container->services['pimcore.openSearch.custom_client.default'] ?? self::getPimcore_OpenSearch_CustomClient_DefaultService($container));
›
}
/var/www/html/automation-direct/var/cache/dev/ContainerDFQB5sJ/App_KernelDevDebugContainer.php:5385 {
ContainerDFQB5sJ\App_KernelDevDebugContainer::getCollectionServiceService($container) …
› {
› $a = ($container->privates['Pimcore\\Bundle\\GenericDataIndexBundle\\Service\\SearchIndex\\IndexQueueServiceInterface'] ?? self::getIndexQueueServiceInterfaceService($container));
›
}
/var/www/html/automation-direct/var/cache/dev/ContainerDFQB5sJ/App_KernelDevDebugContainer.php:5551 {
ContainerDFQB5sJ\App_KernelDevDebugContainer::getPublicShareServiceService($container) …
› {
› $a = ($container->privates['Pimcore\\Bundle\\PortalEngineBundle\\Service\\Collection\\CollectionService'] ?? self::getCollectionServiceService($container));
›
}
/var/www/html/automation-direct/var/cache/dev/ContainerDFQB5sJ/App_KernelDevDebugContainer.php:5359 {
ContainerDFQB5sJ\App_KernelDevDebugContainer::getSecuritySubscriberService($container) …
› }
› $c = ($container->privates['Pimcore\\Bundle\\PortalEngineBundle\\Service\\PublicShare\\PublicShareService'] ?? self::getPublicShareServiceService($container));
›
}
/var/www/html/automation-direct/var/cache/dev/ContainerDFQB5sJ/App_KernelDevDebugContainer.php:3177 {
ContainerDFQB5sJ\App_KernelDevDebugContainer::ContainerDFQB5sJ\{closure} …
› $instance->addListener('pimcore.dataobject.postDelete', [#[\Closure(name: 'Pimcore\\Bundle\\PortalEngineBundle\\EventSubscriber\\SaveUserSubscriber')] fn () => ($container->privates['Pimcore\\Bundle\\PortalEngineBundle\\EventSubscriber\\SaveUserSubscriber'] ?? $container->load('getSaveUserSubscriberService')), 'onPostDelete'], 0);
› $instance->addListener('kernel.controller', [#[\Closure(name: 'Pimcore\\Bundle\\PortalEngineBundle\\EventSubscriber\\SecuritySubscriber')] fn () => ($container->privates['Pimcore\\Bundle\\PortalEngineBundle\\EventSubscriber\\SecuritySubscriber'] ?? self::getSecuritySubscriberService($container)), 'onKernelController'], 19);
› $instance->addListener('pimcore.dataobject.preUpdate', [#[\Closure(name: 'Pimcore\\Bundle\\PortalEngineBundle\\EventSubscriber\\SecuritySubscriber')] fn () => ($container->privates['Pimcore\\Bundle\\PortalEngineBundle\\EventSubscriber\\SecuritySubscriber'] ?? self::getSecuritySubscriberService($container)), 'onPreUpdate'], 0);
}
/var/www/html/automation-direct/vendor/symfony/event-dispatcher/EventDispatcher.php:235 {
Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName): void …
› if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {
› $listener[0] = $listener[0]();
› $listener[1] ??= '__invoke';
}
/var/www/html/automation-direct/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/var/www/html/automation-direct/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:276 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
›
› foreach ($this->dispatcher->getListeners($eventName) as $listener) {
› $priority = $this->getListenerPriority($eventName, $listener);
}
/var/www/html/automation-direct/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:133 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› $this->preProcess($eventName);
› try {
}
/var/www/html/automation-direct/vendor/symfony/http-kernel/HttpKernel.php:169 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new ControllerEvent($this, $controller, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::CONTROLLER);
› $controller = $event->getController();
}
/var/www/html/automation-direct/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
$type: 1
}
}
/var/www/html/automation-direct/vendor/symfony/http-kernel/Kernel.php:197 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
$type: 1
$catch: true
}
}
/var/www/html/automation-direct/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
}
}
/var/www/html/automation-direct/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/html/automation-direct/public/index.php:20 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments: {
"/var/www/html/automation-direct/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1769178253
"timestamp_rfc3339" => "2026-01-23T14:24:13.340+00:00"
"message" => "User Deprecated: Passing an instance of \OpenSearch\Transport to OpenSearch\Namespaces\AbstractNamespace::__construct() is deprecated in 2.4.0 and will be removed in 3.0.0. Pass an instance of \OpenSearch\TransportInterface instead."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#3056
#message: "User Deprecated: Passing an instance of \OpenSearch\Transport to OpenSearch\Namespaces\AbstractNamespace::__construct() is deprecated in 2.4.0 and will be removed in 3.0.0. Pass an instance of \OpenSearch\TransportInterface instead."
#code: 0
#file: "/var/www/html/automation-direct/vendor/opensearch-project/opensearch-php/src/OpenSearch/Namespaces/AbstractNamespace.php"
#line: 57
#severity: E_USER_DEPRECATED
trace: {
/var/www/html/automation-direct/vendor/opensearch-project/opensearch-php/src/OpenSearch/Namespaces/AbstractNamespace.php:57 {
OpenSearch\Namespaces\AbstractNamespace->__construct(OpenSearch\TransportInterface|OpenSearch\Transport $transport, OpenSearch\EndpointFactoryInterface|callable $endpointFactory) …
› if (!$transport instanceof TransportInterface) {
› @trigger_error('Passing an instance of \OpenSearch\Transport to ' . __METHOD__ . '() is deprecated in 2.4.0 and will be removed in 3.0.0. Pass an instance of \OpenSearch\TransportInterface instead.', E_USER_DEPRECATED);
› // @phpstan-ignore property.deprecated
}
/var/www/html/automation-direct/vendor/opensearch-project/opensearch-php/src/OpenSearch/Client.php:379 {
OpenSearch\Client->__construct(OpenSearch\TransportInterface|OpenSearch\Transport $transport, OpenSearch\EndpointFactoryInterface|callable|null $endpointFactory = null, array $registeredNamespaces = []) …
› $this->observability = new ObservabilityNamespace($transport, $this->endpointFactory);
› $this->ppl = new PplNamespace($transport, $this->endpointFactory);
› $this->query = new QueryNamespace($transport, $this->endpointFactory);
}
/var/www/html/automation-direct/vendor/opensearch-project/opensearch-php/src/OpenSearch/ClientBuilder.php:706 {
OpenSearch\ClientBuilder->instantiate(Transport $transport, EndpointFactoryInterface $endpointFactory, array $registeredNamespaces): Client …
› {
› return new Client($transport, $endpointFactory, $registeredNamespaces);
› }
}
/var/www/html/automation-direct/vendor/opensearch-project/opensearch-php/src/OpenSearch/ClientBuilder.php:701 {
OpenSearch\ClientBuilder->build(): Client …
›
› return $this->instantiate($this->transport, $this->endpointFactory, $registeredNamespaces);
› }
}
/var/www/html/automation-direct/vendor/pimcore/opensearch-client/src/OpenSearchClientFactory.php:69 {
Pimcore\Bundle\OpenSearchClientBundle\OpenSearchClientFactory::createOpenSearchClient(LoggerInterface $logger, array $config): Client …
›
› return $clientBuilder->build();
› }
}
/var/www/html/automation-direct/var/cache/dev/ContainerDFQB5sJ/App_KernelDevDebugContainer.php:3697 {
ContainerDFQB5sJ\App_KernelDevDebugContainer::getPimcore_OpenSearch_CustomClient_DefaultService($container) …
› {
› return $container->services['pimcore.openSearch.custom_client.default'] = new \Pimcore\Bundle\OpenSearchClientBundle\SearchClient\SearchClient(\Pimcore\Bundle\OpenSearchClientBundle\OpenSearchClientFactory::createOpenSearchClient(($container->services['monolog.logger.pimcore.opensearch.default'] ?? self::getMonolog_Logger_Pimcore_Opensearch_DefaultService($container)), ['hosts' => ['http://localhost:9200'], 'ssl_verification' => false, 'logger_channel' => 'pimcore.opensearch.default', 'log_404_errors' => false, 'username' => 'admin', 'password' => 'admin']));
› }
}
/var/www/html/automation-direct/var/cache/dev/ContainerDFQB5sJ/App_KernelDevDebugContainer.php:4732 {
ContainerDFQB5sJ\App_KernelDevDebugContainer::getIndexQueueServiceInterfaceService($container) …
› }
› $e = ($container->services['pimcore.openSearch.custom_client.default'] ?? self::getPimcore_OpenSearch_CustomClient_DefaultService($container));
›
}
/var/www/html/automation-direct/var/cache/dev/ContainerDFQB5sJ/App_KernelDevDebugContainer.php:5385 {
ContainerDFQB5sJ\App_KernelDevDebugContainer::getCollectionServiceService($container) …
› {
› $a = ($container->privates['Pimcore\\Bundle\\GenericDataIndexBundle\\Service\\SearchIndex\\IndexQueueServiceInterface'] ?? self::getIndexQueueServiceInterfaceService($container));
›
}
/var/www/html/automation-direct/var/cache/dev/ContainerDFQB5sJ/App_KernelDevDebugContainer.php:5551 {
ContainerDFQB5sJ\App_KernelDevDebugContainer::getPublicShareServiceService($container) …
› {
› $a = ($container->privates['Pimcore\\Bundle\\PortalEngineBundle\\Service\\Collection\\CollectionService'] ?? self::getCollectionServiceService($container));
›
}
/var/www/html/automation-direct/var/cache/dev/ContainerDFQB5sJ/App_KernelDevDebugContainer.php:5359 {
ContainerDFQB5sJ\App_KernelDevDebugContainer::getSecuritySubscriberService($container) …
› }
› $c = ($container->privates['Pimcore\\Bundle\\PortalEngineBundle\\Service\\PublicShare\\PublicShareService'] ?? self::getPublicShareServiceService($container));
›
}
/var/www/html/automation-direct/var/cache/dev/ContainerDFQB5sJ/App_KernelDevDebugContainer.php:3177 {
ContainerDFQB5sJ\App_KernelDevDebugContainer::ContainerDFQB5sJ\{closure} …
› $instance->addListener('pimcore.dataobject.postDelete', [#[\Closure(name: 'Pimcore\\Bundle\\PortalEngineBundle\\EventSubscriber\\SaveUserSubscriber')] fn () => ($container->privates['Pimcore\\Bundle\\PortalEngineBundle\\EventSubscriber\\SaveUserSubscriber'] ?? $container->load('getSaveUserSubscriberService')), 'onPostDelete'], 0);
› $instance->addListener('kernel.controller', [#[\Closure(name: 'Pimcore\\Bundle\\PortalEngineBundle\\EventSubscriber\\SecuritySubscriber')] fn () => ($container->privates['Pimcore\\Bundle\\PortalEngineBundle\\EventSubscriber\\SecuritySubscriber'] ?? self::getSecuritySubscriberService($container)), 'onKernelController'], 19);
› $instance->addListener('pimcore.dataobject.preUpdate', [#[\Closure(name: 'Pimcore\\Bundle\\PortalEngineBundle\\EventSubscriber\\SecuritySubscriber')] fn () => ($container->privates['Pimcore\\Bundle\\PortalEngineBundle\\EventSubscriber\\SecuritySubscriber'] ?? self::getSecuritySubscriberService($container)), 'onPreUpdate'], 0);
}
/var/www/html/automation-direct/vendor/symfony/event-dispatcher/EventDispatcher.php:235 {
Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName): void …
› if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {
› $listener[0] = $listener[0]();
› $listener[1] ??= '__invoke';
}
/var/www/html/automation-direct/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/var/www/html/automation-direct/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:276 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
›
› foreach ($this->dispatcher->getListeners($eventName) as $listener) {
› $priority = $this->getListenerPriority($eventName, $listener);
}
/var/www/html/automation-direct/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:133 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› $this->preProcess($eventName);
› try {
}
/var/www/html/automation-direct/vendor/symfony/http-kernel/HttpKernel.php:169 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new ControllerEvent($this, $controller, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::CONTROLLER);
› $controller = $event->getController();
}
/var/www/html/automation-direct/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
$type: 1
}
}
/var/www/html/automation-direct/vendor/symfony/http-kernel/Kernel.php:197 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
$type: 1
$catch: true
}
}
/var/www/html/automation-direct/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
}
}
/var/www/html/automation-direct/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/html/automation-direct/public/index.php:20 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments: {
"/var/www/html/automation-direct/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1769178253
"timestamp_rfc3339" => "2026-01-23T14:24:13.340+00:00"
"message" => "User Deprecated: Passing an instance of \OpenSearch\Transport to OpenSearch\Namespaces\AbstractNamespace::__construct() is deprecated in 2.4.0 and will be removed in 3.0.0. Pass an instance of \OpenSearch\TransportInterface instead."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#3038
#message: "User Deprecated: Passing an instance of \OpenSearch\Transport to OpenSearch\Namespaces\AbstractNamespace::__construct() is deprecated in 2.4.0 and will be removed in 3.0.0. Pass an instance of \OpenSearch\TransportInterface instead."
#code: 0
#file: "/var/www/html/automation-direct/vendor/opensearch-project/opensearch-php/src/OpenSearch/Namespaces/AbstractNamespace.php"
#line: 57
#severity: E_USER_DEPRECATED
trace: {
/var/www/html/automation-direct/vendor/opensearch-project/opensearch-php/src/OpenSearch/Namespaces/AbstractNamespace.php:57 {
OpenSearch\Namespaces\AbstractNamespace->__construct(OpenSearch\TransportInterface|OpenSearch\Transport $transport, OpenSearch\EndpointFactoryInterface|callable $endpointFactory) …
› if (!$transport instanceof TransportInterface) {
› @trigger_error('Passing an instance of \OpenSearch\Transport to ' . __METHOD__ . '() is deprecated in 2.4.0 and will be removed in 3.0.0. Pass an instance of \OpenSearch\TransportInterface instead.', E_USER_DEPRECATED);
› // @phpstan-ignore property.deprecated
}
/var/www/html/automation-direct/vendor/opensearch-project/opensearch-php/src/OpenSearch/Client.php:380 {
OpenSearch\Client->__construct(OpenSearch\TransportInterface|OpenSearch\Transport $transport, OpenSearch\EndpointFactoryInterface|callable|null $endpointFactory = null, array $registeredNamespaces = []) …
› $this->ppl = new PplNamespace($transport, $this->endpointFactory);
› $this->query = new QueryNamespace($transport, $this->endpointFactory);
› $this->remoteStore = new RemoteStoreNamespace($transport, $this->endpointFactory);
}
/var/www/html/automation-direct/vendor/opensearch-project/opensearch-php/src/OpenSearch/ClientBuilder.php:706 {
OpenSearch\ClientBuilder->instantiate(Transport $transport, EndpointFactoryInterface $endpointFactory, array $registeredNamespaces): Client …
› {
› return new Client($transport, $endpointFactory, $registeredNamespaces);
› }
}
/var/www/html/automation-direct/vendor/opensearch-project/opensearch-php/src/OpenSearch/ClientBuilder.php:701 {
OpenSearch\ClientBuilder->build(): Client …
›
› return $this->instantiate($this->transport, $this->endpointFactory, $registeredNamespaces);
› }
}
/var/www/html/automation-direct/vendor/pimcore/opensearch-client/src/OpenSearchClientFactory.php:69 {
Pimcore\Bundle\OpenSearchClientBundle\OpenSearchClientFactory::createOpenSearchClient(LoggerInterface $logger, array $config): Client …
›
› return $clientBuilder->build();
› }
}
/var/www/html/automation-direct/var/cache/dev/ContainerDFQB5sJ/App_KernelDevDebugContainer.php:3697 {
ContainerDFQB5sJ\App_KernelDevDebugContainer::getPimcore_OpenSearch_CustomClient_DefaultService($container) …
› {
› return $container->services['pimcore.openSearch.custom_client.default'] = new \Pimcore\Bundle\OpenSearchClientBundle\SearchClient\SearchClient(\Pimcore\Bundle\OpenSearchClientBundle\OpenSearchClientFactory::createOpenSearchClient(($container->services['monolog.logger.pimcore.opensearch.default'] ?? self::getMonolog_Logger_Pimcore_Opensearch_DefaultService($container)), ['hosts' => ['http://localhost:9200'], 'ssl_verification' => false, 'logger_channel' => 'pimcore.opensearch.default', 'log_404_errors' => false, 'username' => 'admin', 'password' => 'admin']));
› }
}
/var/www/html/automation-direct/var/cache/dev/ContainerDFQB5sJ/App_KernelDevDebugContainer.php:4732 {
ContainerDFQB5sJ\App_KernelDevDebugContainer::getIndexQueueServiceInterfaceService($container) …
› }
› $e = ($container->services['pimcore.openSearch.custom_client.default'] ?? self::getPimcore_OpenSearch_CustomClient_DefaultService($container));
›
}
/var/www/html/automation-direct/var/cache/dev/ContainerDFQB5sJ/App_KernelDevDebugContainer.php:5385 {
ContainerDFQB5sJ\App_KernelDevDebugContainer::getCollectionServiceService($container) …
› {
› $a = ($container->privates['Pimcore\\Bundle\\GenericDataIndexBundle\\Service\\SearchIndex\\IndexQueueServiceInterface'] ?? self::getIndexQueueServiceInterfaceService($container));
›
}
/var/www/html/automation-direct/var/cache/dev/ContainerDFQB5sJ/App_KernelDevDebugContainer.php:5551 {
ContainerDFQB5sJ\App_KernelDevDebugContainer::getPublicShareServiceService($container) …
› {
› $a = ($container->privates['Pimcore\\Bundle\\PortalEngineBundle\\Service\\Collection\\CollectionService'] ?? self::getCollectionServiceService($container));
›
}
/var/www/html/automation-direct/var/cache/dev/ContainerDFQB5sJ/App_KernelDevDebugContainer.php:5359 {
ContainerDFQB5sJ\App_KernelDevDebugContainer::getSecuritySubscriberService($container) …
› }
› $c = ($container->privates['Pimcore\\Bundle\\PortalEngineBundle\\Service\\PublicShare\\PublicShareService'] ?? self::getPublicShareServiceService($container));
›
}
/var/www/html/automation-direct/var/cache/dev/ContainerDFQB5sJ/App_KernelDevDebugContainer.php:3177 {
ContainerDFQB5sJ\App_KernelDevDebugContainer::ContainerDFQB5sJ\{closure} …
› $instance->addListener('pimcore.dataobject.postDelete', [#[\Closure(name: 'Pimcore\\Bundle\\PortalEngineBundle\\EventSubscriber\\SaveUserSubscriber')] fn () => ($container->privates['Pimcore\\Bundle\\PortalEngineBundle\\EventSubscriber\\SaveUserSubscriber'] ?? $container->load('getSaveUserSubscriberService')), 'onPostDelete'], 0);
› $instance->addListener('kernel.controller', [#[\Closure(name: 'Pimcore\\Bundle\\PortalEngineBundle\\EventSubscriber\\SecuritySubscriber')] fn () => ($container->privates['Pimcore\\Bundle\\PortalEngineBundle\\EventSubscriber\\SecuritySubscriber'] ?? self::getSecuritySubscriberService($container)), 'onKernelController'], 19);
› $instance->addListener('pimcore.dataobject.preUpdate', [#[\Closure(name: 'Pimcore\\Bundle\\PortalEngineBundle\\EventSubscriber\\SecuritySubscriber')] fn () => ($container->privates['Pimcore\\Bundle\\PortalEngineBundle\\EventSubscriber\\SecuritySubscriber'] ?? self::getSecuritySubscriberService($container)), 'onPreUpdate'], 0);
}
/var/www/html/automation-direct/vendor/symfony/event-dispatcher/EventDispatcher.php:235 {
Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName): void …
› if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {
› $listener[0] = $listener[0]();
› $listener[1] ??= '__invoke';
}
/var/www/html/automation-direct/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/var/www/html/automation-direct/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:276 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
›
› foreach ($this->dispatcher->getListeners($eventName) as $listener) {
› $priority = $this->getListenerPriority($eventName, $listener);
}
/var/www/html/automation-direct/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:133 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› $this->preProcess($eventName);
› try {
}
/var/www/html/automation-direct/vendor/symfony/http-kernel/HttpKernel.php:169 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new ControllerEvent($this, $controller, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::CONTROLLER);
› $controller = $event->getController();
}
/var/www/html/automation-direct/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
$type: 1
}
}
/var/www/html/automation-direct/vendor/symfony/http-kernel/Kernel.php:197 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
$type: 1
$catch: true
}
}
/var/www/html/automation-direct/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
}
}
/var/www/html/automation-direct/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/html/automation-direct/public/index.php:20 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments: {
"/var/www/html/automation-direct/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1769178253
"timestamp_rfc3339" => "2026-01-23T14:24:13.340+00:00"
"message" => "User Deprecated: Passing an instance of \OpenSearch\Transport to OpenSearch\Namespaces\AbstractNamespace::__construct() is deprecated in 2.4.0 and will be removed in 3.0.0. Pass an instance of \OpenSearch\TransportInterface instead."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#3031
#message: "User Deprecated: Passing an instance of \OpenSearch\Transport to OpenSearch\Namespaces\AbstractNamespace::__construct() is deprecated in 2.4.0 and will be removed in 3.0.0. Pass an instance of \OpenSearch\TransportInterface instead."
#code: 0
#file: "/var/www/html/automation-direct/vendor/opensearch-project/opensearch-php/src/OpenSearch/Namespaces/AbstractNamespace.php"
#line: 57
#severity: E_USER_DEPRECATED
trace: {
/var/www/html/automation-direct/vendor/opensearch-project/opensearch-php/src/OpenSearch/Namespaces/AbstractNamespace.php:57 {
OpenSearch\Namespaces\AbstractNamespace->__construct(OpenSearch\TransportInterface|OpenSearch\Transport $transport, OpenSearch\EndpointFactoryInterface|callable $endpointFactory) …
› if (!$transport instanceof TransportInterface) {
› @trigger_error('Passing an instance of \OpenSearch\Transport to ' . __METHOD__ . '() is deprecated in 2.4.0 and will be removed in 3.0.0. Pass an instance of \OpenSearch\TransportInterface instead.', E_USER_DEPRECATED);
› // @phpstan-ignore property.deprecated
}
/var/www/html/automation-direct/vendor/opensearch-project/opensearch-php/src/OpenSearch/Client.php:381 {
OpenSearch\Client->__construct(OpenSearch\TransportInterface|OpenSearch\Transport $transport, OpenSearch\EndpointFactoryInterface|callable|null $endpointFactory = null, array $registeredNamespaces = []) …
› $this->query = new QueryNamespace($transport, $this->endpointFactory);
› $this->remoteStore = new RemoteStoreNamespace($transport, $this->endpointFactory);
› $this->replication = new ReplicationNamespace($transport, $this->endpointFactory);
}
/var/www/html/automation-direct/vendor/opensearch-project/opensearch-php/src/OpenSearch/ClientBuilder.php:706 {
OpenSearch\ClientBuilder->instantiate(Transport $transport, EndpointFactoryInterface $endpointFactory, array $registeredNamespaces): Client …
› {
› return new Client($transport, $endpointFactory, $registeredNamespaces);
› }
}
/var/www/html/automation-direct/vendor/opensearch-project/opensearch-php/src/OpenSearch/ClientBuilder.php:701 {
OpenSearch\ClientBuilder->build(): Client …
›
› return $this->instantiate($this->transport, $this->endpointFactory, $registeredNamespaces);
› }
}
/var/www/html/automation-direct/vendor/pimcore/opensearch-client/src/OpenSearchClientFactory.php:69 {
Pimcore\Bundle\OpenSearchClientBundle\OpenSearchClientFactory::createOpenSearchClient(LoggerInterface $logger, array $config): Client …
›
› return $clientBuilder->build();
› }
}
/var/www/html/automation-direct/var/cache/dev/ContainerDFQB5sJ/App_KernelDevDebugContainer.php:3697 {
ContainerDFQB5sJ\App_KernelDevDebugContainer::getPimcore_OpenSearch_CustomClient_DefaultService($container) …
› {
› return $container->services['pimcore.openSearch.custom_client.default'] = new \Pimcore\Bundle\OpenSearchClientBundle\SearchClient\SearchClient(\Pimcore\Bundle\OpenSearchClientBundle\OpenSearchClientFactory::createOpenSearchClient(($container->services['monolog.logger.pimcore.opensearch.default'] ?? self::getMonolog_Logger_Pimcore_Opensearch_DefaultService($container)), ['hosts' => ['http://localhost:9200'], 'ssl_verification' => false, 'logger_channel' => 'pimcore.opensearch.default', 'log_404_errors' => false, 'username' => 'admin', 'password' => 'admin']));
› }
}
/var/www/html/automation-direct/var/cache/dev/ContainerDFQB5sJ/App_KernelDevDebugContainer.php:4732 {
ContainerDFQB5sJ\App_KernelDevDebugContainer::getIndexQueueServiceInterfaceService($container) …
› }
› $e = ($container->services['pimcore.openSearch.custom_client.default'] ?? self::getPimcore_OpenSearch_CustomClient_DefaultService($container));
›
}
/var/www/html/automation-direct/var/cache/dev/ContainerDFQB5sJ/App_KernelDevDebugContainer.php:5385 {
ContainerDFQB5sJ\App_KernelDevDebugContainer::getCollectionServiceService($container) …
› {
› $a = ($container->privates['Pimcore\\Bundle\\GenericDataIndexBundle\\Service\\SearchIndex\\IndexQueueServiceInterface'] ?? self::getIndexQueueServiceInterfaceService($container));
›
}
/var/www/html/automation-direct/var/cache/dev/ContainerDFQB5sJ/App_KernelDevDebugContainer.php:5551 {
ContainerDFQB5sJ\App_KernelDevDebugContainer::getPublicShareServiceService($container) …
› {
› $a = ($container->privates['Pimcore\\Bundle\\PortalEngineBundle\\Service\\Collection\\CollectionService'] ?? self::getCollectionServiceService($container));
›
}
/var/www/html/automation-direct/var/cache/dev/ContainerDFQB5sJ/App_KernelDevDebugContainer.php:5359 {
ContainerDFQB5sJ\App_KernelDevDebugContainer::getSecuritySubscriberService($container) …
› }
› $c = ($container->privates['Pimcore\\Bundle\\PortalEngineBundle\\Service\\PublicShare\\PublicShareService'] ?? self::getPublicShareServiceService($container));
›
}
/var/www/html/automation-direct/var/cache/dev/ContainerDFQB5sJ/App_KernelDevDebugContainer.php:3177 {
ContainerDFQB5sJ\App_KernelDevDebugContainer::ContainerDFQB5sJ\{closure} …
› $instance->addListener('pimcore.dataobject.postDelete', [#[\Closure(name: 'Pimcore\\Bundle\\PortalEngineBundle\\EventSubscriber\\SaveUserSubscriber')] fn () => ($container->privates['Pimcore\\Bundle\\PortalEngineBundle\\EventSubscriber\\SaveUserSubscriber'] ?? $container->load('getSaveUserSubscriberService')), 'onPostDelete'], 0);
› $instance->addListener('kernel.controller', [#[\Closure(name: 'Pimcore\\Bundle\\PortalEngineBundle\\EventSubscriber\\SecuritySubscriber')] fn () => ($container->privates['Pimcore\\Bundle\\PortalEngineBundle\\EventSubscriber\\SecuritySubscriber'] ?? self::getSecuritySubscriberService($container)), 'onKernelController'], 19);
› $instance->addListener('pimcore.dataobject.preUpdate', [#[\Closure(name: 'Pimcore\\Bundle\\PortalEngineBundle\\EventSubscriber\\SecuritySubscriber')] fn () => ($container->privates['Pimcore\\Bundle\\PortalEngineBundle\\EventSubscriber\\SecuritySubscriber'] ?? self::getSecuritySubscriberService($container)), 'onPreUpdate'], 0);
}
/var/www/html/automation-direct/vendor/symfony/event-dispatcher/EventDispatcher.php:235 {
Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName): void …
› if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {
› $listener[0] = $listener[0]();
› $listener[1] ??= '__invoke';
}
/var/www/html/automation-direct/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/var/www/html/automation-direct/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:276 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
›
› foreach ($this->dispatcher->getListeners($eventName) as $listener) {
› $priority = $this->getListenerPriority($eventName, $listener);
}
/var/www/html/automation-direct/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:133 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› $this->preProcess($eventName);
› try {
}
/var/www/html/automation-direct/vendor/symfony/http-kernel/HttpKernel.php:169 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new ControllerEvent($this, $controller, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::CONTROLLER);
› $controller = $event->getController();
}
/var/www/html/automation-direct/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
$type: 1
}
}
/var/www/html/automation-direct/vendor/symfony/http-kernel/Kernel.php:197 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
$type: 1
$catch: true
}
}
/var/www/html/automation-direct/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
}
}
/var/www/html/automation-direct/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/html/automation-direct/public/index.php:20 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments: {
"/var/www/html/automation-direct/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1769178253
"timestamp_rfc3339" => "2026-01-23T14:24:13.340+00:00"
"message" => "User Deprecated: Passing an instance of \OpenSearch\Transport to OpenSearch\Namespaces\AbstractNamespace::__construct() is deprecated in 2.4.0 and will be removed in 3.0.0. Pass an instance of \OpenSearch\TransportInterface instead."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#2969
#message: "User Deprecated: Passing an instance of \OpenSearch\Transport to OpenSearch\Namespaces\AbstractNamespace::__construct() is deprecated in 2.4.0 and will be removed in 3.0.0. Pass an instance of \OpenSearch\TransportInterface instead."
#code: 0
#file: "/var/www/html/automation-direct/vendor/opensearch-project/opensearch-php/src/OpenSearch/Namespaces/AbstractNamespace.php"
#line: 57
#severity: E_USER_DEPRECATED
trace: {
/var/www/html/automation-direct/vendor/opensearch-project/opensearch-php/src/OpenSearch/Namespaces/AbstractNamespace.php:57 {
OpenSearch\Namespaces\AbstractNamespace->__construct(OpenSearch\TransportInterface|OpenSearch\Transport $transport, OpenSearch\EndpointFactoryInterface|callable $endpointFactory) …
› if (!$transport instanceof TransportInterface) {
› @trigger_error('Passing an instance of \OpenSearch\Transport to ' . __METHOD__ . '() is deprecated in 2.4.0 and will be removed in 3.0.0. Pass an instance of \OpenSearch\TransportInterface instead.', E_USER_DEPRECATED);
› // @phpstan-ignore property.deprecated
}
/var/www/html/automation-direct/vendor/opensearch-project/opensearch-php/src/OpenSearch/Client.php:382 {
OpenSearch\Client->__construct(OpenSearch\TransportInterface|OpenSearch\Transport $transport, OpenSearch\EndpointFactoryInterface|callable|null $endpointFactory = null, array $registeredNamespaces = []) …
› $this->remoteStore = new RemoteStoreNamespace($transport, $this->endpointFactory);
› $this->replication = new ReplicationNamespace($transport, $this->endpointFactory);
› $this->rollups = new RollupsNamespace($transport, $this->endpointFactory);
}
/var/www/html/automation-direct/vendor/opensearch-project/opensearch-php/src/OpenSearch/ClientBuilder.php:706 {
OpenSearch\ClientBuilder->instantiate(Transport $transport, EndpointFactoryInterface $endpointFactory, array $registeredNamespaces): Client …
› {
› return new Client($transport, $endpointFactory, $registeredNamespaces);
› }
}
/var/www/html/automation-direct/vendor/opensearch-project/opensearch-php/src/OpenSearch/ClientBuilder.php:701 {
OpenSearch\ClientBuilder->build(): Client …
›
› return $this->instantiate($this->transport, $this->endpointFactory, $registeredNamespaces);
› }
}
/var/www/html/automation-direct/vendor/pimcore/opensearch-client/src/OpenSearchClientFactory.php:69 {
Pimcore\Bundle\OpenSearchClientBundle\OpenSearchClientFactory::createOpenSearchClient(LoggerInterface $logger, array $config): Client …
›
› return $clientBuilder->build();
› }
}
/var/www/html/automation-direct/var/cache/dev/ContainerDFQB5sJ/App_KernelDevDebugContainer.php:3697 {
ContainerDFQB5sJ\App_KernelDevDebugContainer::getPimcore_OpenSearch_CustomClient_DefaultService($container) …
› {
› return $container->services['pimcore.openSearch.custom_client.default'] = new \Pimcore\Bundle\OpenSearchClientBundle\SearchClient\SearchClient(\Pimcore\Bundle\OpenSearchClientBundle\OpenSearchClientFactory::createOpenSearchClient(($container->services['monolog.logger.pimcore.opensearch.default'] ?? self::getMonolog_Logger_Pimcore_Opensearch_DefaultService($container)), ['hosts' => ['http://localhost:9200'], 'ssl_verification' => false, 'logger_channel' => 'pimcore.opensearch.default', 'log_404_errors' => false, 'username' => 'admin', 'password' => 'admin']));
› }
}
/var/www/html/automation-direct/var/cache/dev/ContainerDFQB5sJ/App_KernelDevDebugContainer.php:4732 {
ContainerDFQB5sJ\App_KernelDevDebugContainer::getIndexQueueServiceInterfaceService($container) …
› }
› $e = ($container->services['pimcore.openSearch.custom_client.default'] ?? self::getPimcore_OpenSearch_CustomClient_DefaultService($container));
›
}
/var/www/html/automation-direct/var/cache/dev/ContainerDFQB5sJ/App_KernelDevDebugContainer.php:5385 {
ContainerDFQB5sJ\App_KernelDevDebugContainer::getCollectionServiceService($container) …
› {
› $a = ($container->privates['Pimcore\\Bundle\\GenericDataIndexBundle\\Service\\SearchIndex\\IndexQueueServiceInterface'] ?? self::getIndexQueueServiceInterfaceService($container));
›
}
/var/www/html/automation-direct/var/cache/dev/ContainerDFQB5sJ/App_KernelDevDebugContainer.php:5551 {
ContainerDFQB5sJ\App_KernelDevDebugContainer::getPublicShareServiceService($container) …
› {
› $a = ($container->privates['Pimcore\\Bundle\\PortalEngineBundle\\Service\\Collection\\CollectionService'] ?? self::getCollectionServiceService($container));
›
}
/var/www/html/automation-direct/var/cache/dev/ContainerDFQB5sJ/App_KernelDevDebugContainer.php:5359 {
ContainerDFQB5sJ\App_KernelDevDebugContainer::getSecuritySubscriberService($container) …
› }
› $c = ($container->privates['Pimcore\\Bundle\\PortalEngineBundle\\Service\\PublicShare\\PublicShareService'] ?? self::getPublicShareServiceService($container));
›
}
/var/www/html/automation-direct/var/cache/dev/ContainerDFQB5sJ/App_KernelDevDebugContainer.php:3177 {
ContainerDFQB5sJ\App_KernelDevDebugContainer::ContainerDFQB5sJ\{closure} …
› $instance->addListener('pimcore.dataobject.postDelete', [#[\Closure(name: 'Pimcore\\Bundle\\PortalEngineBundle\\EventSubscriber\\SaveUserSubscriber')] fn () => ($container->privates['Pimcore\\Bundle\\PortalEngineBundle\\EventSubscriber\\SaveUserSubscriber'] ?? $container->load('getSaveUserSubscriberService')), 'onPostDelete'], 0);
› $instance->addListener('kernel.controller', [#[\Closure(name: 'Pimcore\\Bundle\\PortalEngineBundle\\EventSubscriber\\SecuritySubscriber')] fn () => ($container->privates['Pimcore\\Bundle\\PortalEngineBundle\\EventSubscriber\\SecuritySubscriber'] ?? self::getSecuritySubscriberService($container)), 'onKernelController'], 19);
› $instance->addListener('pimcore.dataobject.preUpdate', [#[\Closure(name: 'Pimcore\\Bundle\\PortalEngineBundle\\EventSubscriber\\SecuritySubscriber')] fn () => ($container->privates['Pimcore\\Bundle\\PortalEngineBundle\\EventSubscriber\\SecuritySubscriber'] ?? self::getSecuritySubscriberService($container)), 'onPreUpdate'], 0);
}
/var/www/html/automation-direct/vendor/symfony/event-dispatcher/EventDispatcher.php:235 {
Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName): void …
› if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {
› $listener[0] = $listener[0]();
› $listener[1] ??= '__invoke';
}
/var/www/html/automation-direct/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/var/www/html/automation-direct/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:276 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
›
› foreach ($this->dispatcher->getListeners($eventName) as $listener) {
› $priority = $this->getListenerPriority($eventName, $listener);
}
/var/www/html/automation-direct/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:133 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› $this->preProcess($eventName);
› try {
}
/var/www/html/automation-direct/vendor/symfony/http-kernel/HttpKernel.php:169 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new ControllerEvent($this, $controller, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::CONTROLLER);
› $controller = $event->getController();
}
/var/www/html/automation-direct/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
$type: 1
}
}
/var/www/html/automation-direct/vendor/symfony/http-kernel/Kernel.php:197 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
$type: 1
$catch: true
}
}
/var/www/html/automation-direct/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
}
}
/var/www/html/automation-direct/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/html/automation-direct/public/index.php:20 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments: {
"/var/www/html/automation-direct/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1769178253
"timestamp_rfc3339" => "2026-01-23T14:24:13.341+00:00"
"message" => "User Deprecated: Passing an instance of \OpenSearch\Transport to OpenSearch\Namespaces\AbstractNamespace::__construct() is deprecated in 2.4.0 and will be removed in 3.0.0. Pass an instance of \OpenSearch\TransportInterface instead."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#2905
#message: "User Deprecated: Passing an instance of \OpenSearch\Transport to OpenSearch\Namespaces\AbstractNamespace::__construct() is deprecated in 2.4.0 and will be removed in 3.0.0. Pass an instance of \OpenSearch\TransportInterface instead."
#code: 0
#file: "/var/www/html/automation-direct/vendor/opensearch-project/opensearch-php/src/OpenSearch/Namespaces/AbstractNamespace.php"
#line: 57
#severity: E_USER_DEPRECATED
trace: {
/var/www/html/automation-direct/vendor/opensearch-project/opensearch-php/src/OpenSearch/Namespaces/AbstractNamespace.php:57 {
OpenSearch\Namespaces\AbstractNamespace->__construct(OpenSearch\TransportInterface|OpenSearch\Transport $transport, OpenSearch\EndpointFactoryInterface|callable $endpointFactory) …
› if (!$transport instanceof TransportInterface) {
› @trigger_error('Passing an instance of \OpenSearch\Transport to ' . __METHOD__ . '() is deprecated in 2.4.0 and will be removed in 3.0.0. Pass an instance of \OpenSearch\TransportInterface instead.', E_USER_DEPRECATED);
› // @phpstan-ignore property.deprecated
}
/var/www/html/automation-direct/vendor/opensearch-project/opensearch-php/src/OpenSearch/Client.php:383 {
OpenSearch\Client->__construct(OpenSearch\TransportInterface|OpenSearch\Transport $transport, OpenSearch\EndpointFactoryInterface|callable|null $endpointFactory = null, array $registeredNamespaces = []) …
› $this->replication = new ReplicationNamespace($transport, $this->endpointFactory);
› $this->rollups = new RollupsNamespace($transport, $this->endpointFactory);
› $this->searchPipeline = new SearchPipelineNamespace($transport, $this->endpointFactory);
}
/var/www/html/automation-direct/vendor/opensearch-project/opensearch-php/src/OpenSearch/ClientBuilder.php:706 {
OpenSearch\ClientBuilder->instantiate(Transport $transport, EndpointFactoryInterface $endpointFactory, array $registeredNamespaces): Client …
› {
› return new Client($transport, $endpointFactory, $registeredNamespaces);
› }
}
/var/www/html/automation-direct/vendor/opensearch-project/opensearch-php/src/OpenSearch/ClientBuilder.php:701 {
OpenSearch\ClientBuilder->build(): Client …
›
› return $this->instantiate($this->transport, $this->endpointFactory, $registeredNamespaces);
› }
}
/var/www/html/automation-direct/vendor/pimcore/opensearch-client/src/OpenSearchClientFactory.php:69 {
Pimcore\Bundle\OpenSearchClientBundle\OpenSearchClientFactory::createOpenSearchClient(LoggerInterface $logger, array $config): Client …
›
› return $clientBuilder->build();
› }
}
/var/www/html/automation-direct/var/cache/dev/ContainerDFQB5sJ/App_KernelDevDebugContainer.php:3697 {
ContainerDFQB5sJ\App_KernelDevDebugContainer::getPimcore_OpenSearch_CustomClient_DefaultService($container) …
› {
› return $container->services['pimcore.openSearch.custom_client.default'] = new \Pimcore\Bundle\OpenSearchClientBundle\SearchClient\SearchClient(\Pimcore\Bundle\OpenSearchClientBundle\OpenSearchClientFactory::createOpenSearchClient(($container->services['monolog.logger.pimcore.opensearch.default'] ?? self::getMonolog_Logger_Pimcore_Opensearch_DefaultService($container)), ['hosts' => ['http://localhost:9200'], 'ssl_verification' => false, 'logger_channel' => 'pimcore.opensearch.default', 'log_404_errors' => false, 'username' => 'admin', 'password' => 'admin']));
› }
}
/var/www/html/automation-direct/var/cache/dev/ContainerDFQB5sJ/App_KernelDevDebugContainer.php:4732 {
ContainerDFQB5sJ\App_KernelDevDebugContainer::getIndexQueueServiceInterfaceService($container) …
› }
› $e = ($container->services['pimcore.openSearch.custom_client.default'] ?? self::getPimcore_OpenSearch_CustomClient_DefaultService($container));
›
}
/var/www/html/automation-direct/var/cache/dev/ContainerDFQB5sJ/App_KernelDevDebugContainer.php:5385 {
ContainerDFQB5sJ\App_KernelDevDebugContainer::getCollectionServiceService($container) …
› {
› $a = ($container->privates['Pimcore\\Bundle\\GenericDataIndexBundle\\Service\\SearchIndex\\IndexQueueServiceInterface'] ?? self::getIndexQueueServiceInterfaceService($container));
›
}
/var/www/html/automation-direct/var/cache/dev/ContainerDFQB5sJ/App_KernelDevDebugContainer.php:5551 {
ContainerDFQB5sJ\App_KernelDevDebugContainer::getPublicShareServiceService($container) …
› {
› $a = ($container->privates['Pimcore\\Bundle\\PortalEngineBundle\\Service\\Collection\\CollectionService'] ?? self::getCollectionServiceService($container));
›
}
/var/www/html/automation-direct/var/cache/dev/ContainerDFQB5sJ/App_KernelDevDebugContainer.php:5359 {
ContainerDFQB5sJ\App_KernelDevDebugContainer::getSecuritySubscriberService($container) …
› }
› $c = ($container->privates['Pimcore\\Bundle\\PortalEngineBundle\\Service\\PublicShare\\PublicShareService'] ?? self::getPublicShareServiceService($container));
›
}
/var/www/html/automation-direct/var/cache/dev/ContainerDFQB5sJ/App_KernelDevDebugContainer.php:3177 {
ContainerDFQB5sJ\App_KernelDevDebugContainer::ContainerDFQB5sJ\{closure} …
› $instance->addListener('pimcore.dataobject.postDelete', [#[\Closure(name: 'Pimcore\\Bundle\\PortalEngineBundle\\EventSubscriber\\SaveUserSubscriber')] fn () => ($container->privates['Pimcore\\Bundle\\PortalEngineBundle\\EventSubscriber\\SaveUserSubscriber'] ?? $container->load('getSaveUserSubscriberService')), 'onPostDelete'], 0);
› $instance->addListener('kernel.controller', [#[\Closure(name: 'Pimcore\\Bundle\\PortalEngineBundle\\EventSubscriber\\SecuritySubscriber')] fn () => ($container->privates['Pimcore\\Bundle\\PortalEngineBundle\\EventSubscriber\\SecuritySubscriber'] ?? self::getSecuritySubscriberService($container)), 'onKernelController'], 19);
› $instance->addListener('pimcore.dataobject.preUpdate', [#[\Closure(name: 'Pimcore\\Bundle\\PortalEngineBundle\\EventSubscriber\\SecuritySubscriber')] fn () => ($container->privates['Pimcore\\Bundle\\PortalEngineBundle\\EventSubscriber\\SecuritySubscriber'] ?? self::getSecuritySubscriberService($container)), 'onPreUpdate'], 0);
}
/var/www/html/automation-direct/vendor/symfony/event-dispatcher/EventDispatcher.php:235 {
Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName): void …
› if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {
› $listener[0] = $listener[0]();
› $listener[1] ??= '__invoke';
}
/var/www/html/automation-direct/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/var/www/html/automation-direct/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:276 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
›
› foreach ($this->dispatcher->getListeners($eventName) as $listener) {
› $priority = $this->getListenerPriority($eventName, $listener);
}
/var/www/html/automation-direct/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:133 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› $this->preProcess($eventName);
› try {
}
/var/www/html/automation-direct/vendor/symfony/http-kernel/HttpKernel.php:169 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new ControllerEvent($this, $controller, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::CONTROLLER);
› $controller = $event->getController();
}
/var/www/html/automation-direct/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
$type: 1
}
}
/var/www/html/automation-direct/vendor/symfony/http-kernel/Kernel.php:197 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
$type: 1
$catch: true
}
}
/var/www/html/automation-direct/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
}
}
/var/www/html/automation-direct/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/html/automation-direct/public/index.php:20 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments: {
"/var/www/html/automation-direct/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1769178253
"timestamp_rfc3339" => "2026-01-23T14:24:13.341+00:00"
"message" => "User Deprecated: Passing an instance of \OpenSearch\Transport to OpenSearch\Namespaces\AbstractNamespace::__construct() is deprecated in 2.4.0 and will be removed in 3.0.0. Pass an instance of \OpenSearch\TransportInterface instead."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#3030
#message: "User Deprecated: Passing an instance of \OpenSearch\Transport to OpenSearch\Namespaces\AbstractNamespace::__construct() is deprecated in 2.4.0 and will be removed in 3.0.0. Pass an instance of \OpenSearch\TransportInterface instead."
#code: 0
#file: "/var/www/html/automation-direct/vendor/opensearch-project/opensearch-php/src/OpenSearch/Namespaces/AbstractNamespace.php"
#line: 57
#severity: E_USER_DEPRECATED
trace: {
/var/www/html/automation-direct/vendor/opensearch-project/opensearch-php/src/OpenSearch/Namespaces/AbstractNamespace.php:57 {
OpenSearch\Namespaces\AbstractNamespace->__construct(OpenSearch\TransportInterface|OpenSearch\Transport $transport, OpenSearch\EndpointFactoryInterface|callable $endpointFactory) …
› if (!$transport instanceof TransportInterface) {
› @trigger_error('Passing an instance of \OpenSearch\Transport to ' . __METHOD__ . '() is deprecated in 2.4.0 and will be removed in 3.0.0. Pass an instance of \OpenSearch\TransportInterface instead.', E_USER_DEPRECATED);
› // @phpstan-ignore property.deprecated
}
/var/www/html/automation-direct/vendor/opensearch-project/opensearch-php/src/OpenSearch/Client.php:384 {
OpenSearch\Client->__construct(OpenSearch\TransportInterface|OpenSearch\Transport $transport, OpenSearch\EndpointFactoryInterface|callable|null $endpointFactory = null, array $registeredNamespaces = []) …
› $this->rollups = new RollupsNamespace($transport, $this->endpointFactory);
› $this->searchPipeline = new SearchPipelineNamespace($transport, $this->endpointFactory);
› // @phpstan-ignore new.deprecated, property.deprecated
}
/var/www/html/automation-direct/vendor/opensearch-project/opensearch-php/src/OpenSearch/ClientBuilder.php:706 {
OpenSearch\ClientBuilder->instantiate(Transport $transport, EndpointFactoryInterface $endpointFactory, array $registeredNamespaces): Client …
› {
› return new Client($transport, $endpointFactory, $registeredNamespaces);
› }
}
/var/www/html/automation-direct/vendor/opensearch-project/opensearch-php/src/OpenSearch/ClientBuilder.php:701 {
OpenSearch\ClientBuilder->build(): Client …
›
› return $this->instantiate($this->transport, $this->endpointFactory, $registeredNamespaces);
› }
}
/var/www/html/automation-direct/vendor/pimcore/opensearch-client/src/OpenSearchClientFactory.php:69 {
Pimcore\Bundle\OpenSearchClientBundle\OpenSearchClientFactory::createOpenSearchClient(LoggerInterface $logger, array $config): Client …
›
› return $clientBuilder->build();
› }
}
/var/www/html/automation-direct/var/cache/dev/ContainerDFQB5sJ/App_KernelDevDebugContainer.php:3697 {
ContainerDFQB5sJ\App_KernelDevDebugContainer::getPimcore_OpenSearch_CustomClient_DefaultService($container) …
› {
› return $container->services['pimcore.openSearch.custom_client.default'] = new \Pimcore\Bundle\OpenSearchClientBundle\SearchClient\SearchClient(\Pimcore\Bundle\OpenSearchClientBundle\OpenSearchClientFactory::createOpenSearchClient(($container->services['monolog.logger.pimcore.opensearch.default'] ?? self::getMonolog_Logger_Pimcore_Opensearch_DefaultService($container)), ['hosts' => ['http://localhost:9200'], 'ssl_verification' => false, 'logger_channel' => 'pimcore.opensearch.default', 'log_404_errors' => false, 'username' => 'admin', 'password' => 'admin']));
› }
}
/var/www/html/automation-direct/var/cache/dev/ContainerDFQB5sJ/App_KernelDevDebugContainer.php:4732 {
ContainerDFQB5sJ\App_KernelDevDebugContainer::getIndexQueueServiceInterfaceService($container) …
› }
› $e = ($container->services['pimcore.openSearch.custom_client.default'] ?? self::getPimcore_OpenSearch_CustomClient_DefaultService($container));
›
}
/var/www/html/automation-direct/var/cache/dev/ContainerDFQB5sJ/App_KernelDevDebugContainer.php:5385 {
ContainerDFQB5sJ\App_KernelDevDebugContainer::getCollectionServiceService($container) …
› {
› $a = ($container->privates['Pimcore\\Bundle\\GenericDataIndexBundle\\Service\\SearchIndex\\IndexQueueServiceInterface'] ?? self::getIndexQueueServiceInterfaceService($container));
›
}
/var/www/html/automation-direct/var/cache/dev/ContainerDFQB5sJ/App_KernelDevDebugContainer.php:5551 {
ContainerDFQB5sJ\App_KernelDevDebugContainer::getPublicShareServiceService($container) …
› {
› $a = ($container->privates['Pimcore\\Bundle\\PortalEngineBundle\\Service\\Collection\\CollectionService'] ?? self::getCollectionServiceService($container));
›
}
/var/www/html/automation-direct/var/cache/dev/ContainerDFQB5sJ/App_KernelDevDebugContainer.php:5359 {
ContainerDFQB5sJ\App_KernelDevDebugContainer::getSecuritySubscriberService($container) …
› }
› $c = ($container->privates['Pimcore\\Bundle\\PortalEngineBundle\\Service\\PublicShare\\PublicShareService'] ?? self::getPublicShareServiceService($container));
›
}
/var/www/html/automation-direct/var/cache/dev/ContainerDFQB5sJ/App_KernelDevDebugContainer.php:3177 {
ContainerDFQB5sJ\App_KernelDevDebugContainer::ContainerDFQB5sJ\{closure} …
› $instance->addListener('pimcore.dataobject.postDelete', [#[\Closure(name: 'Pimcore\\Bundle\\PortalEngineBundle\\EventSubscriber\\SaveUserSubscriber')] fn () => ($container->privates['Pimcore\\Bundle\\PortalEngineBundle\\EventSubscriber\\SaveUserSubscriber'] ?? $container->load('getSaveUserSubscriberService')), 'onPostDelete'], 0);
› $instance->addListener('kernel.controller', [#[\Closure(name: 'Pimcore\\Bundle\\PortalEngineBundle\\EventSubscriber\\SecuritySubscriber')] fn () => ($container->privates['Pimcore\\Bundle\\PortalEngineBundle\\EventSubscriber\\SecuritySubscriber'] ?? self::getSecuritySubscriberService($container)), 'onKernelController'], 19);
› $instance->addListener('pimcore.dataobject.preUpdate', [#[\Closure(name: 'Pimcore\\Bundle\\PortalEngineBundle\\EventSubscriber\\SecuritySubscriber')] fn () => ($container->privates['Pimcore\\Bundle\\PortalEngineBundle\\EventSubscriber\\SecuritySubscriber'] ?? self::getSecuritySubscriberService($container)), 'onPreUpdate'], 0);
}
/var/www/html/automation-direct/vendor/symfony/event-dispatcher/EventDispatcher.php:235 {
Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName): void …
› if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {
› $listener[0] = $listener[0]();
› $listener[1] ??= '__invoke';
}
/var/www/html/automation-direct/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/var/www/html/automation-direct/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:276 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
›
› foreach ($this->dispatcher->getListeners($eventName) as $listener) {
› $priority = $this->getListenerPriority($eventName, $listener);
}
/var/www/html/automation-direct/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:133 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› $this->preProcess($eventName);
› try {
}
/var/www/html/automation-direct/vendor/symfony/http-kernel/HttpKernel.php:169 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new ControllerEvent($this, $controller, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::CONTROLLER);
› $controller = $event->getController();
}
/var/www/html/automation-direct/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
$type: 1
}
}
/var/www/html/automation-direct/vendor/symfony/http-kernel/Kernel.php:197 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
$type: 1
$catch: true
}
}
/var/www/html/automation-direct/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
}
}
/var/www/html/automation-direct/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/html/automation-direct/public/index.php:20 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments: {
"/var/www/html/automation-direct/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1769178253
"timestamp_rfc3339" => "2026-01-23T14:24:13.341+00:00"
"message" => "User Deprecated: Passing an instance of \OpenSearch\Transport to OpenSearch\Namespaces\AbstractNamespace::__construct() is deprecated in 2.4.0 and will be removed in 3.0.0. Pass an instance of \OpenSearch\TransportInterface instead."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#3036
#message: "User Deprecated: Passing an instance of \OpenSearch\Transport to OpenSearch\Namespaces\AbstractNamespace::__construct() is deprecated in 2.4.0 and will be removed in 3.0.0. Pass an instance of \OpenSearch\TransportInterface instead."
#code: 0
#file: "/var/www/html/automation-direct/vendor/opensearch-project/opensearch-php/src/OpenSearch/Namespaces/AbstractNamespace.php"
#line: 57
#severity: E_USER_DEPRECATED
trace: {
/var/www/html/automation-direct/vendor/opensearch-project/opensearch-php/src/OpenSearch/Namespaces/AbstractNamespace.php:57 {
OpenSearch\Namespaces\AbstractNamespace->__construct(OpenSearch\TransportInterface|OpenSearch\Transport $transport, OpenSearch\EndpointFactoryInterface|callable $endpointFactory) …
› if (!$transport instanceof TransportInterface) {
› @trigger_error('Passing an instance of \OpenSearch\Transport to ' . __METHOD__ . '() is deprecated in 2.4.0 and will be removed in 3.0.0. Pass an instance of \OpenSearch\TransportInterface instead.', E_USER_DEPRECATED);
› // @phpstan-ignore property.deprecated
}
/var/www/html/automation-direct/vendor/opensearch-project/opensearch-php/src/OpenSearch/Client.php:386 {
OpenSearch\Client->__construct(OpenSearch\TransportInterface|OpenSearch\Transport $transport, OpenSearch\EndpointFactoryInterface|callable|null $endpointFactory = null, array $registeredNamespaces = []) …
› // @phpstan-ignore new.deprecated, property.deprecated
› $this->searchableSnapshots = new SearchableSnapshotsNamespace($transport, $this->endpointFactory);
› $this->security = new SecurityNamespace($transport, $this->endpointFactory);
}
/var/www/html/automation-direct/vendor/opensearch-project/opensearch-php/src/OpenSearch/ClientBuilder.php:706 {
OpenSearch\ClientBuilder->instantiate(Transport $transport, EndpointFactoryInterface $endpointFactory, array $registeredNamespaces): Client …
› {
› return new Client($transport, $endpointFactory, $registeredNamespaces);
› }
}
/var/www/html/automation-direct/vendor/opensearch-project/opensearch-php/src/OpenSearch/ClientBuilder.php:701 {
OpenSearch\ClientBuilder->build(): Client …
›
› return $this->instantiate($this->transport, $this->endpointFactory, $registeredNamespaces);
› }
}
/var/www/html/automation-direct/vendor/pimcore/opensearch-client/src/OpenSearchClientFactory.php:69 {
Pimcore\Bundle\OpenSearchClientBundle\OpenSearchClientFactory::createOpenSearchClient(LoggerInterface $logger, array $config): Client …
›
› return $clientBuilder->build();
› }
}
/var/www/html/automation-direct/var/cache/dev/ContainerDFQB5sJ/App_KernelDevDebugContainer.php:3697 {
ContainerDFQB5sJ\App_KernelDevDebugContainer::getPimcore_OpenSearch_CustomClient_DefaultService($container) …
› {
› return $container->services['pimcore.openSearch.custom_client.default'] = new \Pimcore\Bundle\OpenSearchClientBundle\SearchClient\SearchClient(\Pimcore\Bundle\OpenSearchClientBundle\OpenSearchClientFactory::createOpenSearchClient(($container->services['monolog.logger.pimcore.opensearch.default'] ?? self::getMonolog_Logger_Pimcore_Opensearch_DefaultService($container)), ['hosts' => ['http://localhost:9200'], 'ssl_verification' => false, 'logger_channel' => 'pimcore.opensearch.default', 'log_404_errors' => false, 'username' => 'admin', 'password' => 'admin']));
› }
}
/var/www/html/automation-direct/var/cache/dev/ContainerDFQB5sJ/App_KernelDevDebugContainer.php:4732 {
ContainerDFQB5sJ\App_KernelDevDebugContainer::getIndexQueueServiceInterfaceService($container) …
› }
› $e = ($container->services['pimcore.openSearch.custom_client.default'] ?? self::getPimcore_OpenSearch_CustomClient_DefaultService($container));
›
}
/var/www/html/automation-direct/var/cache/dev/ContainerDFQB5sJ/App_KernelDevDebugContainer.php:5385 {
ContainerDFQB5sJ\App_KernelDevDebugContainer::getCollectionServiceService($container) …
› {
› $a = ($container->privates['Pimcore\\Bundle\\GenericDataIndexBundle\\Service\\SearchIndex\\IndexQueueServiceInterface'] ?? self::getIndexQueueServiceInterfaceService($container));
›
}
/var/www/html/automation-direct/var/cache/dev/ContainerDFQB5sJ/App_KernelDevDebugContainer.php:5551 {
ContainerDFQB5sJ\App_KernelDevDebugContainer::getPublicShareServiceService($container) …
› {
› $a = ($container->privates['Pimcore\\Bundle\\PortalEngineBundle\\Service\\Collection\\CollectionService'] ?? self::getCollectionServiceService($container));
›
}
/var/www/html/automation-direct/var/cache/dev/ContainerDFQB5sJ/App_KernelDevDebugContainer.php:5359 {
ContainerDFQB5sJ\App_KernelDevDebugContainer::getSecuritySubscriberService($container) …
› }
› $c = ($container->privates['Pimcore\\Bundle\\PortalEngineBundle\\Service\\PublicShare\\PublicShareService'] ?? self::getPublicShareServiceService($container));
›
}
/var/www/html/automation-direct/var/cache/dev/ContainerDFQB5sJ/App_KernelDevDebugContainer.php:3177 {
ContainerDFQB5sJ\App_KernelDevDebugContainer::ContainerDFQB5sJ\{closure} …
› $instance->addListener('pimcore.dataobject.postDelete', [#[\Closure(name: 'Pimcore\\Bundle\\PortalEngineBundle\\EventSubscriber\\SaveUserSubscriber')] fn () => ($container->privates['Pimcore\\Bundle\\PortalEngineBundle\\EventSubscriber\\SaveUserSubscriber'] ?? $container->load('getSaveUserSubscriberService')), 'onPostDelete'], 0);
› $instance->addListener('kernel.controller', [#[\Closure(name: 'Pimcore\\Bundle\\PortalEngineBundle\\EventSubscriber\\SecuritySubscriber')] fn () => ($container->privates['Pimcore\\Bundle\\PortalEngineBundle\\EventSubscriber\\SecuritySubscriber'] ?? self::getSecuritySubscriberService($container)), 'onKernelController'], 19);
› $instance->addListener('pimcore.dataobject.preUpdate', [#[\Closure(name: 'Pimcore\\Bundle\\PortalEngineBundle\\EventSubscriber\\SecuritySubscriber')] fn () => ($container->privates['Pimcore\\Bundle\\PortalEngineBundle\\EventSubscriber\\SecuritySubscriber'] ?? self::getSecuritySubscriberService($container)), 'onPreUpdate'], 0);
}
/var/www/html/automation-direct/vendor/symfony/event-dispatcher/EventDispatcher.php:235 {
Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName): void …
› if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {
› $listener[0] = $listener[0]();
› $listener[1] ??= '__invoke';
}
/var/www/html/automation-direct/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/var/www/html/automation-direct/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:276 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
›
› foreach ($this->dispatcher->getListeners($eventName) as $listener) {
› $priority = $this->getListenerPriority($eventName, $listener);
}
/var/www/html/automation-direct/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:133 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› $this->preProcess($eventName);
› try {
}
/var/www/html/automation-direct/vendor/symfony/http-kernel/HttpKernel.php:169 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new ControllerEvent($this, $controller, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::CONTROLLER);
› $controller = $event->getController();
}
/var/www/html/automation-direct/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
$type: 1
}
}
/var/www/html/automation-direct/vendor/symfony/http-kernel/Kernel.php:197 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
$type: 1
$catch: true
}
}
/var/www/html/automation-direct/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
}
}
/var/www/html/automation-direct/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/html/automation-direct/public/index.php:20 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments: {
"/var/www/html/automation-direct/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1769178253
"timestamp_rfc3339" => "2026-01-23T14:24:13.343+00:00"
"message" => "User Deprecated: Passing an instance of \OpenSearch\Transport to OpenSearch\Namespaces\AbstractNamespace::__construct() is deprecated in 2.4.0 and will be removed in 3.0.0. Pass an instance of \OpenSearch\TransportInterface instead."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#3128
#message: "User Deprecated: Passing an instance of \OpenSearch\Transport to OpenSearch\Namespaces\AbstractNamespace::__construct() is deprecated in 2.4.0 and will be removed in 3.0.0. Pass an instance of \OpenSearch\TransportInterface instead."
#code: 0
#file: "/var/www/html/automation-direct/vendor/opensearch-project/opensearch-php/src/OpenSearch/Namespaces/AbstractNamespace.php"
#line: 57
#severity: E_USER_DEPRECATED
trace: {
/var/www/html/automation-direct/vendor/opensearch-project/opensearch-php/src/OpenSearch/Namespaces/AbstractNamespace.php:57 {
OpenSearch\Namespaces\AbstractNamespace->__construct(OpenSearch\TransportInterface|OpenSearch\Transport $transport, OpenSearch\EndpointFactoryInterface|callable $endpointFactory) …
› if (!$transport instanceof TransportInterface) {
› @trigger_error('Passing an instance of \OpenSearch\Transport to ' . __METHOD__ . '() is deprecated in 2.4.0 and will be removed in 3.0.0. Pass an instance of \OpenSearch\TransportInterface instead.', E_USER_DEPRECATED);
› // @phpstan-ignore property.deprecated
}
/var/www/html/automation-direct/vendor/opensearch-project/opensearch-php/src/OpenSearch/Client.php:387 {
OpenSearch\Client->__construct(OpenSearch\TransportInterface|OpenSearch\Transport $transport, OpenSearch\EndpointFactoryInterface|callable|null $endpointFactory = null, array $registeredNamespaces = []) …
› $this->searchableSnapshots = new SearchableSnapshotsNamespace($transport, $this->endpointFactory);
› $this->security = new SecurityNamespace($transport, $this->endpointFactory);
› $this->sm = new SmNamespace($transport, $this->endpointFactory);
}
/var/www/html/automation-direct/vendor/opensearch-project/opensearch-php/src/OpenSearch/ClientBuilder.php:706 {
OpenSearch\ClientBuilder->instantiate(Transport $transport, EndpointFactoryInterface $endpointFactory, array $registeredNamespaces): Client …
› {
› return new Client($transport, $endpointFactory, $registeredNamespaces);
› }
}
/var/www/html/automation-direct/vendor/opensearch-project/opensearch-php/src/OpenSearch/ClientBuilder.php:701 {
OpenSearch\ClientBuilder->build(): Client …
›
› return $this->instantiate($this->transport, $this->endpointFactory, $registeredNamespaces);
› }
}
/var/www/html/automation-direct/vendor/pimcore/opensearch-client/src/OpenSearchClientFactory.php:69 {
Pimcore\Bundle\OpenSearchClientBundle\OpenSearchClientFactory::createOpenSearchClient(LoggerInterface $logger, array $config): Client …
›
› return $clientBuilder->build();
› }
}
/var/www/html/automation-direct/var/cache/dev/ContainerDFQB5sJ/App_KernelDevDebugContainer.php:3697 {
ContainerDFQB5sJ\App_KernelDevDebugContainer::getPimcore_OpenSearch_CustomClient_DefaultService($container) …
› {
› return $container->services['pimcore.openSearch.custom_client.default'] = new \Pimcore\Bundle\OpenSearchClientBundle\SearchClient\SearchClient(\Pimcore\Bundle\OpenSearchClientBundle\OpenSearchClientFactory::createOpenSearchClient(($container->services['monolog.logger.pimcore.opensearch.default'] ?? self::getMonolog_Logger_Pimcore_Opensearch_DefaultService($container)), ['hosts' => ['http://localhost:9200'], 'ssl_verification' => false, 'logger_channel' => 'pimcore.opensearch.default', 'log_404_errors' => false, 'username' => 'admin', 'password' => 'admin']));
› }
}
/var/www/html/automation-direct/var/cache/dev/ContainerDFQB5sJ/App_KernelDevDebugContainer.php:4732 {
ContainerDFQB5sJ\App_KernelDevDebugContainer::getIndexQueueServiceInterfaceService($container) …
› }
› $e = ($container->services['pimcore.openSearch.custom_client.default'] ?? self::getPimcore_OpenSearch_CustomClient_DefaultService($container));
›
}
/var/www/html/automation-direct/var/cache/dev/ContainerDFQB5sJ/App_KernelDevDebugContainer.php:5385 {
ContainerDFQB5sJ\App_KernelDevDebugContainer::getCollectionServiceService($container) …
› {
› $a = ($container->privates['Pimcore\\Bundle\\GenericDataIndexBundle\\Service\\SearchIndex\\IndexQueueServiceInterface'] ?? self::getIndexQueueServiceInterfaceService($container));
›
}
/var/www/html/automation-direct/var/cache/dev/ContainerDFQB5sJ/App_KernelDevDebugContainer.php:5551 {
ContainerDFQB5sJ\App_KernelDevDebugContainer::getPublicShareServiceService($container) …
› {
› $a = ($container->privates['Pimcore\\Bundle\\PortalEngineBundle\\Service\\Collection\\CollectionService'] ?? self::getCollectionServiceService($container));
›
}
/var/www/html/automation-direct/var/cache/dev/ContainerDFQB5sJ/App_KernelDevDebugContainer.php:5359 {
ContainerDFQB5sJ\App_KernelDevDebugContainer::getSecuritySubscriberService($container) …
› }
› $c = ($container->privates['Pimcore\\Bundle\\PortalEngineBundle\\Service\\PublicShare\\PublicShareService'] ?? self::getPublicShareServiceService($container));
›
}
/var/www/html/automation-direct/var/cache/dev/ContainerDFQB5sJ/App_KernelDevDebugContainer.php:3177 {
ContainerDFQB5sJ\App_KernelDevDebugContainer::ContainerDFQB5sJ\{closure} …
› $instance->addListener('pimcore.dataobject.postDelete', [#[\Closure(name: 'Pimcore\\Bundle\\PortalEngineBundle\\EventSubscriber\\SaveUserSubscriber')] fn () => ($container->privates['Pimcore\\Bundle\\PortalEngineBundle\\EventSubscriber\\SaveUserSubscriber'] ?? $container->load('getSaveUserSubscriberService')), 'onPostDelete'], 0);
› $instance->addListener('kernel.controller', [#[\Closure(name: 'Pimcore\\Bundle\\PortalEngineBundle\\EventSubscriber\\SecuritySubscriber')] fn () => ($container->privates['Pimcore\\Bundle\\PortalEngineBundle\\EventSubscriber\\SecuritySubscriber'] ?? self::getSecuritySubscriberService($container)), 'onKernelController'], 19);
› $instance->addListener('pimcore.dataobject.preUpdate', [#[\Closure(name: 'Pimcore\\Bundle\\PortalEngineBundle\\EventSubscriber\\SecuritySubscriber')] fn () => ($container->privates['Pimcore\\Bundle\\PortalEngineBundle\\EventSubscriber\\SecuritySubscriber'] ?? self::getSecuritySubscriberService($container)), 'onPreUpdate'], 0);
}
/var/www/html/automation-direct/vendor/symfony/event-dispatcher/EventDispatcher.php:235 {
Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName): void …
› if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {
› $listener[0] = $listener[0]();
› $listener[1] ??= '__invoke';
}
/var/www/html/automation-direct/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/var/www/html/automation-direct/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:276 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
›
› foreach ($this->dispatcher->getListeners($eventName) as $listener) {
› $priority = $this->getListenerPriority($eventName, $listener);
}
/var/www/html/automation-direct/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:133 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› $this->preProcess($eventName);
› try {
}
/var/www/html/automation-direct/vendor/symfony/http-kernel/HttpKernel.php:169 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new ControllerEvent($this, $controller, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::CONTROLLER);
› $controller = $event->getController();
}
/var/www/html/automation-direct/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
$type: 1
}
}
/var/www/html/automation-direct/vendor/symfony/http-kernel/Kernel.php:197 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
$type: 1
$catch: true
}
}
/var/www/html/automation-direct/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
}
}
/var/www/html/automation-direct/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/html/automation-direct/public/index.php:20 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments: {
"/var/www/html/automation-direct/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1769178253
"timestamp_rfc3339" => "2026-01-23T14:24:13.343+00:00"
"message" => "User Deprecated: Passing an instance of \OpenSearch\Transport to OpenSearch\Namespaces\AbstractNamespace::__construct() is deprecated in 2.4.0 and will be removed in 3.0.0. Pass an instance of \OpenSearch\TransportInterface instead."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#3123
#message: "User Deprecated: Passing an instance of \OpenSearch\Transport to OpenSearch\Namespaces\AbstractNamespace::__construct() is deprecated in 2.4.0 and will be removed in 3.0.0. Pass an instance of \OpenSearch\TransportInterface instead."
#code: 0
#file: "/var/www/html/automation-direct/vendor/opensearch-project/opensearch-php/src/OpenSearch/Namespaces/AbstractNamespace.php"
#line: 57
#severity: E_USER_DEPRECATED
trace: {
/var/www/html/automation-direct/vendor/opensearch-project/opensearch-php/src/OpenSearch/Namespaces/AbstractNamespace.php:57 {
OpenSearch\Namespaces\AbstractNamespace->__construct(OpenSearch\TransportInterface|OpenSearch\Transport $transport, OpenSearch\EndpointFactoryInterface|callable $endpointFactory) …
› if (!$transport instanceof TransportInterface) {
› @trigger_error('Passing an instance of \OpenSearch\Transport to ' . __METHOD__ . '() is deprecated in 2.4.0 and will be removed in 3.0.0. Pass an instance of \OpenSearch\TransportInterface instead.', E_USER_DEPRECATED);
› // @phpstan-ignore property.deprecated
}
/var/www/html/automation-direct/vendor/opensearch-project/opensearch-php/src/OpenSearch/Client.php:388 {
OpenSearch\Client->__construct(OpenSearch\TransportInterface|OpenSearch\Transport $transport, OpenSearch\EndpointFactoryInterface|callable|null $endpointFactory = null, array $registeredNamespaces = []) …
› $this->security = new SecurityNamespace($transport, $this->endpointFactory);
› $this->sm = new SmNamespace($transport, $this->endpointFactory);
› $this->snapshot = new SnapshotNamespace($transport, $this->endpointFactory);
}
/var/www/html/automation-direct/vendor/opensearch-project/opensearch-php/src/OpenSearch/ClientBuilder.php:706 {
OpenSearch\ClientBuilder->instantiate(Transport $transport, EndpointFactoryInterface $endpointFactory, array $registeredNamespaces): Client …
› {
› return new Client($transport, $endpointFactory, $registeredNamespaces);
› }
}
/var/www/html/automation-direct/vendor/opensearch-project/opensearch-php/src/OpenSearch/ClientBuilder.php:701 {
OpenSearch\ClientBuilder->build(): Client …
›
› return $this->instantiate($this->transport, $this->endpointFactory, $registeredNamespaces);
› }
}
/var/www/html/automation-direct/vendor/pimcore/opensearch-client/src/OpenSearchClientFactory.php:69 {
Pimcore\Bundle\OpenSearchClientBundle\OpenSearchClientFactory::createOpenSearchClient(LoggerInterface $logger, array $config): Client …
›
› return $clientBuilder->build();
› }
}
/var/www/html/automation-direct/var/cache/dev/ContainerDFQB5sJ/App_KernelDevDebugContainer.php:3697 {
ContainerDFQB5sJ\App_KernelDevDebugContainer::getPimcore_OpenSearch_CustomClient_DefaultService($container) …
› {
› return $container->services['pimcore.openSearch.custom_client.default'] = new \Pimcore\Bundle\OpenSearchClientBundle\SearchClient\SearchClient(\Pimcore\Bundle\OpenSearchClientBundle\OpenSearchClientFactory::createOpenSearchClient(($container->services['monolog.logger.pimcore.opensearch.default'] ?? self::getMonolog_Logger_Pimcore_Opensearch_DefaultService($container)), ['hosts' => ['http://localhost:9200'], 'ssl_verification' => false, 'logger_channel' => 'pimcore.opensearch.default', 'log_404_errors' => false, 'username' => 'admin', 'password' => 'admin']));
› }
}
/var/www/html/automation-direct/var/cache/dev/ContainerDFQB5sJ/App_KernelDevDebugContainer.php:4732 {
ContainerDFQB5sJ\App_KernelDevDebugContainer::getIndexQueueServiceInterfaceService($container) …
› }
› $e = ($container->services['pimcore.openSearch.custom_client.default'] ?? self::getPimcore_OpenSearch_CustomClient_DefaultService($container));
›
}
/var/www/html/automation-direct/var/cache/dev/ContainerDFQB5sJ/App_KernelDevDebugContainer.php:5385 {
ContainerDFQB5sJ\App_KernelDevDebugContainer::getCollectionServiceService($container) …
› {
› $a = ($container->privates['Pimcore\\Bundle\\GenericDataIndexBundle\\Service\\SearchIndex\\IndexQueueServiceInterface'] ?? self::getIndexQueueServiceInterfaceService($container));
›
}
/var/www/html/automation-direct/var/cache/dev/ContainerDFQB5sJ/App_KernelDevDebugContainer.php:5551 {
ContainerDFQB5sJ\App_KernelDevDebugContainer::getPublicShareServiceService($container) …
› {
› $a = ($container->privates['Pimcore\\Bundle\\PortalEngineBundle\\Service\\Collection\\CollectionService'] ?? self::getCollectionServiceService($container));
›
}
/var/www/html/automation-direct/var/cache/dev/ContainerDFQB5sJ/App_KernelDevDebugContainer.php:5359 {
ContainerDFQB5sJ\App_KernelDevDebugContainer::getSecuritySubscriberService($container) …
› }
› $c = ($container->privates['Pimcore\\Bundle\\PortalEngineBundle\\Service\\PublicShare\\PublicShareService'] ?? self::getPublicShareServiceService($container));
›
}
/var/www/html/automation-direct/var/cache/dev/ContainerDFQB5sJ/App_KernelDevDebugContainer.php:3177 {
ContainerDFQB5sJ\App_KernelDevDebugContainer::ContainerDFQB5sJ\{closure} …
› $instance->addListener('pimcore.dataobject.postDelete', [#[\Closure(name: 'Pimcore\\Bundle\\PortalEngineBundle\\EventSubscriber\\SaveUserSubscriber')] fn () => ($container->privates['Pimcore\\Bundle\\PortalEngineBundle\\EventSubscriber\\SaveUserSubscriber'] ?? $container->load('getSaveUserSubscriberService')), 'onPostDelete'], 0);
› $instance->addListener('kernel.controller', [#[\Closure(name: 'Pimcore\\Bundle\\PortalEngineBundle\\EventSubscriber\\SecuritySubscriber')] fn () => ($container->privates['Pimcore\\Bundle\\PortalEngineBundle\\EventSubscriber\\SecuritySubscriber'] ?? self::getSecuritySubscriberService($container)), 'onKernelController'], 19);
› $instance->addListener('pimcore.dataobject.preUpdate', [#[\Closure(name: 'Pimcore\\Bundle\\PortalEngineBundle\\EventSubscriber\\SecuritySubscriber')] fn () => ($container->privates['Pimcore\\Bundle\\PortalEngineBundle\\EventSubscriber\\SecuritySubscriber'] ?? self::getSecuritySubscriberService($container)), 'onPreUpdate'], 0);
}
/var/www/html/automation-direct/vendor/symfony/event-dispatcher/EventDispatcher.php:235 {
Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName): void …
› if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {
› $listener[0] = $listener[0]();
› $listener[1] ??= '__invoke';
}
/var/www/html/automation-direct/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/var/www/html/automation-direct/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:276 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
›
› foreach ($this->dispatcher->getListeners($eventName) as $listener) {
› $priority = $this->getListenerPriority($eventName, $listener);
}
/var/www/html/automation-direct/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:133 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› $this->preProcess($eventName);
› try {
}
/var/www/html/automation-direct/vendor/symfony/http-kernel/HttpKernel.php:169 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new ControllerEvent($this, $controller, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::CONTROLLER);
› $controller = $event->getController();
}
/var/www/html/automation-direct/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
$type: 1
}
}
/var/www/html/automation-direct/vendor/symfony/http-kernel/Kernel.php:197 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
$type: 1
$catch: true
}
}
/var/www/html/automation-direct/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
}
}
/var/www/html/automation-direct/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/html/automation-direct/public/index.php:20 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments: {
"/var/www/html/automation-direct/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1769178253
"timestamp_rfc3339" => "2026-01-23T14:24:13.343+00:00"
"message" => "User Deprecated: Passing an instance of \OpenSearch\Transport to OpenSearch\Namespaces\AbstractNamespace::__construct() is deprecated in 2.4.0 and will be removed in 3.0.0. Pass an instance of \OpenSearch\TransportInterface instead."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#3116
#message: "User Deprecated: Passing an instance of \OpenSearch\Transport to OpenSearch\Namespaces\AbstractNamespace::__construct() is deprecated in 2.4.0 and will be removed in 3.0.0. Pass an instance of \OpenSearch\TransportInterface instead."
#code: 0
#file: "/var/www/html/automation-direct/vendor/opensearch-project/opensearch-php/src/OpenSearch/Namespaces/AbstractNamespace.php"
#line: 57
#severity: E_USER_DEPRECATED
trace: {
/var/www/html/automation-direct/vendor/opensearch-project/opensearch-php/src/OpenSearch/Namespaces/AbstractNamespace.php:57 {
OpenSearch\Namespaces\AbstractNamespace->__construct(OpenSearch\TransportInterface|OpenSearch\Transport $transport, OpenSearch\EndpointFactoryInterface|callable $endpointFactory) …
› if (!$transport instanceof TransportInterface) {
› @trigger_error('Passing an instance of \OpenSearch\Transport to ' . __METHOD__ . '() is deprecated in 2.4.0 and will be removed in 3.0.0. Pass an instance of \OpenSearch\TransportInterface instead.', E_USER_DEPRECATED);
› // @phpstan-ignore property.deprecated
}
/var/www/html/automation-direct/vendor/opensearch-project/opensearch-php/src/OpenSearch/Client.php:389 {
OpenSearch\Client->__construct(OpenSearch\TransportInterface|OpenSearch\Transport $transport, OpenSearch\EndpointFactoryInterface|callable|null $endpointFactory = null, array $registeredNamespaces = []) …
› $this->sm = new SmNamespace($transport, $this->endpointFactory);
› $this->snapshot = new SnapshotNamespace($transport, $this->endpointFactory);
› $this->sql = new SqlNamespace($transport, $this->endpointFactory);
}
/var/www/html/automation-direct/vendor/opensearch-project/opensearch-php/src/OpenSearch/ClientBuilder.php:706 {
OpenSearch\ClientBuilder->instantiate(Transport $transport, EndpointFactoryInterface $endpointFactory, array $registeredNamespaces): Client …
› {
› return new Client($transport, $endpointFactory, $registeredNamespaces);
› }
}
/var/www/html/automation-direct/vendor/opensearch-project/opensearch-php/src/OpenSearch/ClientBuilder.php:701 {
OpenSearch\ClientBuilder->build(): Client …
›
› return $this->instantiate($this->transport, $this->endpointFactory, $registeredNamespaces);
› }
}
/var/www/html/automation-direct/vendor/pimcore/opensearch-client/src/OpenSearchClientFactory.php:69 {
Pimcore\Bundle\OpenSearchClientBundle\OpenSearchClientFactory::createOpenSearchClient(LoggerInterface $logger, array $config): Client …
›
› return $clientBuilder->build();
› }
}
/var/www/html/automation-direct/var/cache/dev/ContainerDFQB5sJ/App_KernelDevDebugContainer.php:3697 {
ContainerDFQB5sJ\App_KernelDevDebugContainer::getPimcore_OpenSearch_CustomClient_DefaultService($container) …
› {
› return $container->services['pimcore.openSearch.custom_client.default'] = new \Pimcore\Bundle\OpenSearchClientBundle\SearchClient\SearchClient(\Pimcore\Bundle\OpenSearchClientBundle\OpenSearchClientFactory::createOpenSearchClient(($container->services['monolog.logger.pimcore.opensearch.default'] ?? self::getMonolog_Logger_Pimcore_Opensearch_DefaultService($container)), ['hosts' => ['http://localhost:9200'], 'ssl_verification' => false, 'logger_channel' => 'pimcore.opensearch.default', 'log_404_errors' => false, 'username' => 'admin', 'password' => 'admin']));
› }
}
/var/www/html/automation-direct/var/cache/dev/ContainerDFQB5sJ/App_KernelDevDebugContainer.php:4732 {
ContainerDFQB5sJ\App_KernelDevDebugContainer::getIndexQueueServiceInterfaceService($container) …
› }
› $e = ($container->services['pimcore.openSearch.custom_client.default'] ?? self::getPimcore_OpenSearch_CustomClient_DefaultService($container));
›
}
/var/www/html/automation-direct/var/cache/dev/ContainerDFQB5sJ/App_KernelDevDebugContainer.php:5385 {
ContainerDFQB5sJ\App_KernelDevDebugContainer::getCollectionServiceService($container) …
› {
› $a = ($container->privates['Pimcore\\Bundle\\GenericDataIndexBundle\\Service\\SearchIndex\\IndexQueueServiceInterface'] ?? self::getIndexQueueServiceInterfaceService($container));
›
}
/var/www/html/automation-direct/var/cache/dev/ContainerDFQB5sJ/App_KernelDevDebugContainer.php:5551 {
ContainerDFQB5sJ\App_KernelDevDebugContainer::getPublicShareServiceService($container) …
› {
› $a = ($container->privates['Pimcore\\Bundle\\PortalEngineBundle\\Service\\Collection\\CollectionService'] ?? self::getCollectionServiceService($container));
›
}
/var/www/html/automation-direct/var/cache/dev/ContainerDFQB5sJ/App_KernelDevDebugContainer.php:5359 {
ContainerDFQB5sJ\App_KernelDevDebugContainer::getSecuritySubscriberService($container) …
› }
› $c = ($container->privates['Pimcore\\Bundle\\PortalEngineBundle\\Service\\PublicShare\\PublicShareService'] ?? self::getPublicShareServiceService($container));
›
}
/var/www/html/automation-direct/var/cache/dev/ContainerDFQB5sJ/App_KernelDevDebugContainer.php:3177 {
ContainerDFQB5sJ\App_KernelDevDebugContainer::ContainerDFQB5sJ\{closure} …
› $instance->addListener('pimcore.dataobject.postDelete', [#[\Closure(name: 'Pimcore\\Bundle\\PortalEngineBundle\\EventSubscriber\\SaveUserSubscriber')] fn () => ($container->privates['Pimcore\\Bundle\\PortalEngineBundle\\EventSubscriber\\SaveUserSubscriber'] ?? $container->load('getSaveUserSubscriberService')), 'onPostDelete'], 0);
› $instance->addListener('kernel.controller', [#[\Closure(name: 'Pimcore\\Bundle\\PortalEngineBundle\\EventSubscriber\\SecuritySubscriber')] fn () => ($container->privates['Pimcore\\Bundle\\PortalEngineBundle\\EventSubscriber\\SecuritySubscriber'] ?? self::getSecuritySubscriberService($container)), 'onKernelController'], 19);
› $instance->addListener('pimcore.dataobject.preUpdate', [#[\Closure(name: 'Pimcore\\Bundle\\PortalEngineBundle\\EventSubscriber\\SecuritySubscriber')] fn () => ($container->privates['Pimcore\\Bundle\\PortalEngineBundle\\EventSubscriber\\SecuritySubscriber'] ?? self::getSecuritySubscriberService($container)), 'onPreUpdate'], 0);
}
/var/www/html/automation-direct/vendor/symfony/event-dispatcher/EventDispatcher.php:235 {
Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName): void …
› if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {
› $listener[0] = $listener[0]();
› $listener[1] ??= '__invoke';
}
/var/www/html/automation-direct/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/var/www/html/automation-direct/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:276 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
›
› foreach ($this->dispatcher->getListeners($eventName) as $listener) {
› $priority = $this->getListenerPriority($eventName, $listener);
}
/var/www/html/automation-direct/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:133 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› $this->preProcess($eventName);
› try {
}
/var/www/html/automation-direct/vendor/symfony/http-kernel/HttpKernel.php:169 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new ControllerEvent($this, $controller, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::CONTROLLER);
› $controller = $event->getController();
}
/var/www/html/automation-direct/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
$type: 1
}
}
/var/www/html/automation-direct/vendor/symfony/http-kernel/Kernel.php:197 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
$type: 1
$catch: true
}
}
/var/www/html/automation-direct/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
}
}
/var/www/html/automation-direct/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/html/automation-direct/public/index.php:20 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments: {
"/var/www/html/automation-direct/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1769178253
"timestamp_rfc3339" => "2026-01-23T14:24:13.344+00:00"
"message" => "User Deprecated: Passing an instance of \OpenSearch\Transport to OpenSearch\Namespaces\AbstractNamespace::__construct() is deprecated in 2.4.0 and will be removed in 3.0.0. Pass an instance of \OpenSearch\TransportInterface instead."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#3127
#message: "User Deprecated: Passing an instance of \OpenSearch\Transport to OpenSearch\Namespaces\AbstractNamespace::__construct() is deprecated in 2.4.0 and will be removed in 3.0.0. Pass an instance of \OpenSearch\TransportInterface instead."
#code: 0
#file: "/var/www/html/automation-direct/vendor/opensearch-project/opensearch-php/src/OpenSearch/Namespaces/AbstractNamespace.php"
#line: 57
#severity: E_USER_DEPRECATED
trace: {
/var/www/html/automation-direct/vendor/opensearch-project/opensearch-php/src/OpenSearch/Namespaces/AbstractNamespace.php:57 {
OpenSearch\Namespaces\AbstractNamespace->__construct(OpenSearch\TransportInterface|OpenSearch\Transport $transport, OpenSearch\EndpointFactoryInterface|callable $endpointFactory) …
› if (!$transport instanceof TransportInterface) {
› @trigger_error('Passing an instance of \OpenSearch\Transport to ' . __METHOD__ . '() is deprecated in 2.4.0 and will be removed in 3.0.0. Pass an instance of \OpenSearch\TransportInterface instead.', E_USER_DEPRECATED);
› // @phpstan-ignore property.deprecated
}
/var/www/html/automation-direct/vendor/opensearch-project/opensearch-php/src/OpenSearch/Client.php:390 {
OpenSearch\Client->__construct(OpenSearch\TransportInterface|OpenSearch\Transport $transport, OpenSearch\EndpointFactoryInterface|callable|null $endpointFactory = null, array $registeredNamespaces = []) …
› $this->snapshot = new SnapshotNamespace($transport, $this->endpointFactory);
› $this->sql = new SqlNamespace($transport, $this->endpointFactory);
› // @phpstan-ignore new.deprecated, property.deprecated
}
/var/www/html/automation-direct/vendor/opensearch-project/opensearch-php/src/OpenSearch/ClientBuilder.php:706 {
OpenSearch\ClientBuilder->instantiate(Transport $transport, EndpointFactoryInterface $endpointFactory, array $registeredNamespaces): Client …
› {
› return new Client($transport, $endpointFactory, $registeredNamespaces);
› }
}
/var/www/html/automation-direct/vendor/opensearch-project/opensearch-php/src/OpenSearch/ClientBuilder.php:701 {
OpenSearch\ClientBuilder->build(): Client …
›
› return $this->instantiate($this->transport, $this->endpointFactory, $registeredNamespaces);
› }
}
/var/www/html/automation-direct/vendor/pimcore/opensearch-client/src/OpenSearchClientFactory.php:69 {
Pimcore\Bundle\OpenSearchClientBundle\OpenSearchClientFactory::createOpenSearchClient(LoggerInterface $logger, array $config): Client …
›
› return $clientBuilder->build();
› }
}
/var/www/html/automation-direct/var/cache/dev/ContainerDFQB5sJ/App_KernelDevDebugContainer.php:3697 {
ContainerDFQB5sJ\App_KernelDevDebugContainer::getPimcore_OpenSearch_CustomClient_DefaultService($container) …
› {
› return $container->services['pimcore.openSearch.custom_client.default'] = new \Pimcore\Bundle\OpenSearchClientBundle\SearchClient\SearchClient(\Pimcore\Bundle\OpenSearchClientBundle\OpenSearchClientFactory::createOpenSearchClient(($container->services['monolog.logger.pimcore.opensearch.default'] ?? self::getMonolog_Logger_Pimcore_Opensearch_DefaultService($container)), ['hosts' => ['http://localhost:9200'], 'ssl_verification' => false, 'logger_channel' => 'pimcore.opensearch.default', 'log_404_errors' => false, 'username' => 'admin', 'password' => 'admin']));
› }
}
/var/www/html/automation-direct/var/cache/dev/ContainerDFQB5sJ/App_KernelDevDebugContainer.php:4732 {
ContainerDFQB5sJ\App_KernelDevDebugContainer::getIndexQueueServiceInterfaceService($container) …
› }
› $e = ($container->services['pimcore.openSearch.custom_client.default'] ?? self::getPimcore_OpenSearch_CustomClient_DefaultService($container));
›
}
/var/www/html/automation-direct/var/cache/dev/ContainerDFQB5sJ/App_KernelDevDebugContainer.php:5385 {
ContainerDFQB5sJ\App_KernelDevDebugContainer::getCollectionServiceService($container) …
› {
› $a = ($container->privates['Pimcore\\Bundle\\GenericDataIndexBundle\\Service\\SearchIndex\\IndexQueueServiceInterface'] ?? self::getIndexQueueServiceInterfaceService($container));
›
}
/var/www/html/automation-direct/var/cache/dev/ContainerDFQB5sJ/App_KernelDevDebugContainer.php:5551 {
ContainerDFQB5sJ\App_KernelDevDebugContainer::getPublicShareServiceService($container) …
› {
› $a = ($container->privates['Pimcore\\Bundle\\PortalEngineBundle\\Service\\Collection\\CollectionService'] ?? self::getCollectionServiceService($container));
›
}
/var/www/html/automation-direct/var/cache/dev/ContainerDFQB5sJ/App_KernelDevDebugContainer.php:5359 {
ContainerDFQB5sJ\App_KernelDevDebugContainer::getSecuritySubscriberService($container) …
› }
› $c = ($container->privates['Pimcore\\Bundle\\PortalEngineBundle\\Service\\PublicShare\\PublicShareService'] ?? self::getPublicShareServiceService($container));
›
}
/var/www/html/automation-direct/var/cache/dev/ContainerDFQB5sJ/App_KernelDevDebugContainer.php:3177 {
ContainerDFQB5sJ\App_KernelDevDebugContainer::ContainerDFQB5sJ\{closure} …
› $instance->addListener('pimcore.dataobject.postDelete', [#[\Closure(name: 'Pimcore\\Bundle\\PortalEngineBundle\\EventSubscriber\\SaveUserSubscriber')] fn () => ($container->privates['Pimcore\\Bundle\\PortalEngineBundle\\EventSubscriber\\SaveUserSubscriber'] ?? $container->load('getSaveUserSubscriberService')), 'onPostDelete'], 0);
› $instance->addListener('kernel.controller', [#[\Closure(name: 'Pimcore\\Bundle\\PortalEngineBundle\\EventSubscriber\\SecuritySubscriber')] fn () => ($container->privates['Pimcore\\Bundle\\PortalEngineBundle\\EventSubscriber\\SecuritySubscriber'] ?? self::getSecuritySubscriberService($container)), 'onKernelController'], 19);
› $instance->addListener('pimcore.dataobject.preUpdate', [#[\Closure(name: 'Pimcore\\Bundle\\PortalEngineBundle\\EventSubscriber\\SecuritySubscriber')] fn () => ($container->privates['Pimcore\\Bundle\\PortalEngineBundle\\EventSubscriber\\SecuritySubscriber'] ?? self::getSecuritySubscriberService($container)), 'onPreUpdate'], 0);
}
/var/www/html/automation-direct/vendor/symfony/event-dispatcher/EventDispatcher.php:235 {
Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName): void …
› if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {
› $listener[0] = $listener[0]();
› $listener[1] ??= '__invoke';
}
/var/www/html/automation-direct/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/var/www/html/automation-direct/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:276 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
›
› foreach ($this->dispatcher->getListeners($eventName) as $listener) {
› $priority = $this->getListenerPriority($eventName, $listener);
}
/var/www/html/automation-direct/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:133 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› $this->preProcess($eventName);
› try {
}
/var/www/html/automation-direct/vendor/symfony/http-kernel/HttpKernel.php:169 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new ControllerEvent($this, $controller, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::CONTROLLER);
› $controller = $event->getController();
}
/var/www/html/automation-direct/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
$type: 1
}
}
/var/www/html/automation-direct/vendor/symfony/http-kernel/Kernel.php:197 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
$type: 1
$catch: true
}
}
/var/www/html/automation-direct/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
}
}
/var/www/html/automation-direct/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/html/automation-direct/public/index.php:20 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments: {
"/var/www/html/automation-direct/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1769178253
"timestamp_rfc3339" => "2026-01-23T14:24:13.344+00:00"
"message" => "User Deprecated: Passing an instance of \OpenSearch\Transport to OpenSearch\Namespaces\AbstractNamespace::__construct() is deprecated in 2.4.0 and will be removed in 3.0.0. Pass an instance of \OpenSearch\TransportInterface instead."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#3145
#message: "User Deprecated: Passing an instance of \OpenSearch\Transport to OpenSearch\Namespaces\AbstractNamespace::__construct() is deprecated in 2.4.0 and will be removed in 3.0.0. Pass an instance of \OpenSearch\TransportInterface instead."
#code: 0
#file: "/var/www/html/automation-direct/vendor/opensearch-project/opensearch-php/src/OpenSearch/Namespaces/AbstractNamespace.php"
#line: 57
#severity: E_USER_DEPRECATED
trace: {
/var/www/html/automation-direct/vendor/opensearch-project/opensearch-php/src/OpenSearch/Namespaces/AbstractNamespace.php:57 {
OpenSearch\Namespaces\AbstractNamespace->__construct(OpenSearch\TransportInterface|OpenSearch\Transport $transport, OpenSearch\EndpointFactoryInterface|callable $endpointFactory) …
› if (!$transport instanceof TransportInterface) {
› @trigger_error('Passing an instance of \OpenSearch\Transport to ' . __METHOD__ . '() is deprecated in 2.4.0 and will be removed in 3.0.0. Pass an instance of \OpenSearch\TransportInterface instead.', E_USER_DEPRECATED);
› // @phpstan-ignore property.deprecated
}
/var/www/html/automation-direct/vendor/opensearch-project/opensearch-php/src/OpenSearch/Client.php:392 {
OpenSearch\Client->__construct(OpenSearch\TransportInterface|OpenSearch\Transport $transport, OpenSearch\EndpointFactoryInterface|callable|null $endpointFactory = null, array $registeredNamespaces = []) …
› // @phpstan-ignore new.deprecated, property.deprecated
› $this->ssl = new SslNamespace($transport, $this->endpointFactory);
› $this->tasks = new TasksNamespace($transport, $this->endpointFactory);
}
/var/www/html/automation-direct/vendor/opensearch-project/opensearch-php/src/OpenSearch/ClientBuilder.php:706 {
OpenSearch\ClientBuilder->instantiate(Transport $transport, EndpointFactoryInterface $endpointFactory, array $registeredNamespaces): Client …
› {
› return new Client($transport, $endpointFactory, $registeredNamespaces);
› }
}
/var/www/html/automation-direct/vendor/opensearch-project/opensearch-php/src/OpenSearch/ClientBuilder.php:701 {
OpenSearch\ClientBuilder->build(): Client …
›
› return $this->instantiate($this->transport, $this->endpointFactory, $registeredNamespaces);
› }
}
/var/www/html/automation-direct/vendor/pimcore/opensearch-client/src/OpenSearchClientFactory.php:69 {
Pimcore\Bundle\OpenSearchClientBundle\OpenSearchClientFactory::createOpenSearchClient(LoggerInterface $logger, array $config): Client …
›
› return $clientBuilder->build();
› }
}
/var/www/html/automation-direct/var/cache/dev/ContainerDFQB5sJ/App_KernelDevDebugContainer.php:3697 {
ContainerDFQB5sJ\App_KernelDevDebugContainer::getPimcore_OpenSearch_CustomClient_DefaultService($container) …
› {
› return $container->services['pimcore.openSearch.custom_client.default'] = new \Pimcore\Bundle\OpenSearchClientBundle\SearchClient\SearchClient(\Pimcore\Bundle\OpenSearchClientBundle\OpenSearchClientFactory::createOpenSearchClient(($container->services['monolog.logger.pimcore.opensearch.default'] ?? self::getMonolog_Logger_Pimcore_Opensearch_DefaultService($container)), ['hosts' => ['http://localhost:9200'], 'ssl_verification' => false, 'logger_channel' => 'pimcore.opensearch.default', 'log_404_errors' => false, 'username' => 'admin', 'password' => 'admin']));
› }
}
/var/www/html/automation-direct/var/cache/dev/ContainerDFQB5sJ/App_KernelDevDebugContainer.php:4732 {
ContainerDFQB5sJ\App_KernelDevDebugContainer::getIndexQueueServiceInterfaceService($container) …
› }
› $e = ($container->services['pimcore.openSearch.custom_client.default'] ?? self::getPimcore_OpenSearch_CustomClient_DefaultService($container));
›
}
/var/www/html/automation-direct/var/cache/dev/ContainerDFQB5sJ/App_KernelDevDebugContainer.php:5385 {
ContainerDFQB5sJ\App_KernelDevDebugContainer::getCollectionServiceService($container) …
› {
› $a = ($container->privates['Pimcore\\Bundle\\GenericDataIndexBundle\\Service\\SearchIndex\\IndexQueueServiceInterface'] ?? self::getIndexQueueServiceInterfaceService($container));
›
}
/var/www/html/automation-direct/var/cache/dev/ContainerDFQB5sJ/App_KernelDevDebugContainer.php:5551 {
ContainerDFQB5sJ\App_KernelDevDebugContainer::getPublicShareServiceService($container) …
› {
› $a = ($container->privates['Pimcore\\Bundle\\PortalEngineBundle\\Service\\Collection\\CollectionService'] ?? self::getCollectionServiceService($container));
›
}
/var/www/html/automation-direct/var/cache/dev/ContainerDFQB5sJ/App_KernelDevDebugContainer.php:5359 {
ContainerDFQB5sJ\App_KernelDevDebugContainer::getSecuritySubscriberService($container) …
› }
› $c = ($container->privates['Pimcore\\Bundle\\PortalEngineBundle\\Service\\PublicShare\\PublicShareService'] ?? self::getPublicShareServiceService($container));
›
}
/var/www/html/automation-direct/var/cache/dev/ContainerDFQB5sJ/App_KernelDevDebugContainer.php:3177 {
ContainerDFQB5sJ\App_KernelDevDebugContainer::ContainerDFQB5sJ\{closure} …
› $instance->addListener('pimcore.dataobject.postDelete', [#[\Closure(name: 'Pimcore\\Bundle\\PortalEngineBundle\\EventSubscriber\\SaveUserSubscriber')] fn () => ($container->privates['Pimcore\\Bundle\\PortalEngineBundle\\EventSubscriber\\SaveUserSubscriber'] ?? $container->load('getSaveUserSubscriberService')), 'onPostDelete'], 0);
› $instance->addListener('kernel.controller', [#[\Closure(name: 'Pimcore\\Bundle\\PortalEngineBundle\\EventSubscriber\\SecuritySubscriber')] fn () => ($container->privates['Pimcore\\Bundle\\PortalEngineBundle\\EventSubscriber\\SecuritySubscriber'] ?? self::getSecuritySubscriberService($container)), 'onKernelController'], 19);
› $instance->addListener('pimcore.dataobject.preUpdate', [#[\Closure(name: 'Pimcore\\Bundle\\PortalEngineBundle\\EventSubscriber\\SecuritySubscriber')] fn () => ($container->privates['Pimcore\\Bundle\\PortalEngineBundle\\EventSubscriber\\SecuritySubscriber'] ?? self::getSecuritySubscriberService($container)), 'onPreUpdate'], 0);
}
/var/www/html/automation-direct/vendor/symfony/event-dispatcher/EventDispatcher.php:235 {
Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName): void …
› if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {
› $listener[0] = $listener[0]();
› $listener[1] ??= '__invoke';
}
/var/www/html/automation-direct/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/var/www/html/automation-direct/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:276 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
›
› foreach ($this->dispatcher->getListeners($eventName) as $listener) {
› $priority = $this->getListenerPriority($eventName, $listener);
}
/var/www/html/automation-direct/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:133 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› $this->preProcess($eventName);
› try {
}
/var/www/html/automation-direct/vendor/symfony/http-kernel/HttpKernel.php:169 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new ControllerEvent($this, $controller, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::CONTROLLER);
› $controller = $event->getController();
}
/var/www/html/automation-direct/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
$type: 1
}
}
/var/www/html/automation-direct/vendor/symfony/http-kernel/Kernel.php:197 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
$type: 1
$catch: true
}
}
/var/www/html/automation-direct/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
}
}
/var/www/html/automation-direct/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/html/automation-direct/public/index.php:20 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments: {
"/var/www/html/automation-direct/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1769178253
"timestamp_rfc3339" => "2026-01-23T14:24:13.344+00:00"
"message" => "User Deprecated: Passing an instance of \OpenSearch\Transport to OpenSearch\Namespaces\AbstractNamespace::__construct() is deprecated in 2.4.0 and will be removed in 3.0.0. Pass an instance of \OpenSearch\TransportInterface instead."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#3144
#message: "User Deprecated: Passing an instance of \OpenSearch\Transport to OpenSearch\Namespaces\AbstractNamespace::__construct() is deprecated in 2.4.0 and will be removed in 3.0.0. Pass an instance of \OpenSearch\TransportInterface instead."
#code: 0
#file: "/var/www/html/automation-direct/vendor/opensearch-project/opensearch-php/src/OpenSearch/Namespaces/AbstractNamespace.php"
#line: 57
#severity: E_USER_DEPRECATED
trace: {
/var/www/html/automation-direct/vendor/opensearch-project/opensearch-php/src/OpenSearch/Namespaces/AbstractNamespace.php:57 {
OpenSearch\Namespaces\AbstractNamespace->__construct(OpenSearch\TransportInterface|OpenSearch\Transport $transport, OpenSearch\EndpointFactoryInterface|callable $endpointFactory) …
› if (!$transport instanceof TransportInterface) {
› @trigger_error('Passing an instance of \OpenSearch\Transport to ' . __METHOD__ . '() is deprecated in 2.4.0 and will be removed in 3.0.0. Pass an instance of \OpenSearch\TransportInterface instead.', E_USER_DEPRECATED);
› // @phpstan-ignore property.deprecated
}
/var/www/html/automation-direct/vendor/opensearch-project/opensearch-php/src/OpenSearch/Client.php:393 {
OpenSearch\Client->__construct(OpenSearch\TransportInterface|OpenSearch\Transport $transport, OpenSearch\EndpointFactoryInterface|callable|null $endpointFactory = null, array $registeredNamespaces = []) …
› $this->ssl = new SslNamespace($transport, $this->endpointFactory);
› $this->tasks = new TasksNamespace($transport, $this->endpointFactory);
› $this->transforms = new TransformsNamespace($transport, $this->endpointFactory);
}
/var/www/html/automation-direct/vendor/opensearch-project/opensearch-php/src/OpenSearch/ClientBuilder.php:706 {
OpenSearch\ClientBuilder->instantiate(Transport $transport, EndpointFactoryInterface $endpointFactory, array $registeredNamespaces): Client …
› {
› return new Client($transport, $endpointFactory, $registeredNamespaces);
› }
}
/var/www/html/automation-direct/vendor/opensearch-project/opensearch-php/src/OpenSearch/ClientBuilder.php:701 {
OpenSearch\ClientBuilder->build(): Client …
›
› return $this->instantiate($this->transport, $this->endpointFactory, $registeredNamespaces);
› }
}
/var/www/html/automation-direct/vendor/pimcore/opensearch-client/src/OpenSearchClientFactory.php:69 {
Pimcore\Bundle\OpenSearchClientBundle\OpenSearchClientFactory::createOpenSearchClient(LoggerInterface $logger, array $config): Client …
›
› return $clientBuilder->build();
› }
}
/var/www/html/automation-direct/var/cache/dev/ContainerDFQB5sJ/App_KernelDevDebugContainer.php:3697 {
ContainerDFQB5sJ\App_KernelDevDebugContainer::getPimcore_OpenSearch_CustomClient_DefaultService($container) …
› {
› return $container->services['pimcore.openSearch.custom_client.default'] = new \Pimcore\Bundle\OpenSearchClientBundle\SearchClient\SearchClient(\Pimcore\Bundle\OpenSearchClientBundle\OpenSearchClientFactory::createOpenSearchClient(($container->services['monolog.logger.pimcore.opensearch.default'] ?? self::getMonolog_Logger_Pimcore_Opensearch_DefaultService($container)), ['hosts' => ['http://localhost:9200'], 'ssl_verification' => false, 'logger_channel' => 'pimcore.opensearch.default', 'log_404_errors' => false, 'username' => 'admin', 'password' => 'admin']));
› }
}
/var/www/html/automation-direct/var/cache/dev/ContainerDFQB5sJ/App_KernelDevDebugContainer.php:4732 {
ContainerDFQB5sJ\App_KernelDevDebugContainer::getIndexQueueServiceInterfaceService($container) …
› }
› $e = ($container->services['pimcore.openSearch.custom_client.default'] ?? self::getPimcore_OpenSearch_CustomClient_DefaultService($container));
›
}
/var/www/html/automation-direct/var/cache/dev/ContainerDFQB5sJ/App_KernelDevDebugContainer.php:5385 {
ContainerDFQB5sJ\App_KernelDevDebugContainer::getCollectionServiceService($container) …
› {
› $a = ($container->privates['Pimcore\\Bundle\\GenericDataIndexBundle\\Service\\SearchIndex\\IndexQueueServiceInterface'] ?? self::getIndexQueueServiceInterfaceService($container));
›
}
/var/www/html/automation-direct/var/cache/dev/ContainerDFQB5sJ/App_KernelDevDebugContainer.php:5551 {
ContainerDFQB5sJ\App_KernelDevDebugContainer::getPublicShareServiceService($container) …
› {
› $a = ($container->privates['Pimcore\\Bundle\\PortalEngineBundle\\Service\\Collection\\CollectionService'] ?? self::getCollectionServiceService($container));
›
}
/var/www/html/automation-direct/var/cache/dev/ContainerDFQB5sJ/App_KernelDevDebugContainer.php:5359 {
ContainerDFQB5sJ\App_KernelDevDebugContainer::getSecuritySubscriberService($container) …
› }
› $c = ($container->privates['Pimcore\\Bundle\\PortalEngineBundle\\Service\\PublicShare\\PublicShareService'] ?? self::getPublicShareServiceService($container));
›
}
/var/www/html/automation-direct/var/cache/dev/ContainerDFQB5sJ/App_KernelDevDebugContainer.php:3177 {
ContainerDFQB5sJ\App_KernelDevDebugContainer::ContainerDFQB5sJ\{closure} …
› $instance->addListener('pimcore.dataobject.postDelete', [#[\Closure(name: 'Pimcore\\Bundle\\PortalEngineBundle\\EventSubscriber\\SaveUserSubscriber')] fn () => ($container->privates['Pimcore\\Bundle\\PortalEngineBundle\\EventSubscriber\\SaveUserSubscriber'] ?? $container->load('getSaveUserSubscriberService')), 'onPostDelete'], 0);
› $instance->addListener('kernel.controller', [#[\Closure(name: 'Pimcore\\Bundle\\PortalEngineBundle\\EventSubscriber\\SecuritySubscriber')] fn () => ($container->privates['Pimcore\\Bundle\\PortalEngineBundle\\EventSubscriber\\SecuritySubscriber'] ?? self::getSecuritySubscriberService($container)), 'onKernelController'], 19);
› $instance->addListener('pimcore.dataobject.preUpdate', [#[\Closure(name: 'Pimcore\\Bundle\\PortalEngineBundle\\EventSubscriber\\SecuritySubscriber')] fn () => ($container->privates['Pimcore\\Bundle\\PortalEngineBundle\\EventSubscriber\\SecuritySubscriber'] ?? self::getSecuritySubscriberService($container)), 'onPreUpdate'], 0);
}
/var/www/html/automation-direct/vendor/symfony/event-dispatcher/EventDispatcher.php:235 {
Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName): void …
› if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {
› $listener[0] = $listener[0]();
› $listener[1] ??= '__invoke';
}
/var/www/html/automation-direct/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/var/www/html/automation-direct/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:276 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
›
› foreach ($this->dispatcher->getListeners($eventName) as $listener) {
› $priority = $this->getListenerPriority($eventName, $listener);
}
/var/www/html/automation-direct/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:133 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› $this->preProcess($eventName);
› try {
}
/var/www/html/automation-direct/vendor/symfony/http-kernel/HttpKernel.php:169 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new ControllerEvent($this, $controller, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::CONTROLLER);
› $controller = $event->getController();
}
/var/www/html/automation-direct/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
$type: 1
}
}
/var/www/html/automation-direct/vendor/symfony/http-kernel/Kernel.php:197 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
$type: 1
$catch: true
}
}
/var/www/html/automation-direct/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
}
}
/var/www/html/automation-direct/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/html/automation-direct/public/index.php:20 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments: {
"/var/www/html/automation-direct/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1769178253
"timestamp_rfc3339" => "2026-01-23T14:24:13.344+00:00"
"message" => "User Deprecated: Passing an instance of \OpenSearch\Transport to OpenSearch\Namespaces\AbstractNamespace::__construct() is deprecated in 2.4.0 and will be removed in 3.0.0. Pass an instance of \OpenSearch\TransportInterface instead."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#3136
#message: "User Deprecated: Passing an instance of \OpenSearch\Transport to OpenSearch\Namespaces\AbstractNamespace::__construct() is deprecated in 2.4.0 and will be removed in 3.0.0. Pass an instance of \OpenSearch\TransportInterface instead."
#code: 0
#file: "/var/www/html/automation-direct/vendor/opensearch-project/opensearch-php/src/OpenSearch/Namespaces/AbstractNamespace.php"
#line: 57
#severity: E_USER_DEPRECATED
trace: {
/var/www/html/automation-direct/vendor/opensearch-project/opensearch-php/src/OpenSearch/Namespaces/AbstractNamespace.php:57 {
OpenSearch\Namespaces\AbstractNamespace->__construct(OpenSearch\TransportInterface|OpenSearch\Transport $transport, OpenSearch\EndpointFactoryInterface|callable $endpointFactory) …
› if (!$transport instanceof TransportInterface) {
› @trigger_error('Passing an instance of \OpenSearch\Transport to ' . __METHOD__ . '() is deprecated in 2.4.0 and will be removed in 3.0.0. Pass an instance of \OpenSearch\TransportInterface instead.', E_USER_DEPRECATED);
› // @phpstan-ignore property.deprecated
}
/var/www/html/automation-direct/vendor/opensearch-project/opensearch-php/src/OpenSearch/Client.php:394 {
OpenSearch\Client->__construct(OpenSearch\TransportInterface|OpenSearch\Transport $transport, OpenSearch\EndpointFactoryInterface|callable|null $endpointFactory = null, array $registeredNamespaces = []) …
› $this->tasks = new TasksNamespace($transport, $this->endpointFactory);
› $this->transforms = new TransformsNamespace($transport, $this->endpointFactory);
› $this->wlm = new WlmNamespace($transport, $this->endpointFactory);
}
/var/www/html/automation-direct/vendor/opensearch-project/opensearch-php/src/OpenSearch/ClientBuilder.php:706 {
OpenSearch\ClientBuilder->instantiate(Transport $transport, EndpointFactoryInterface $endpointFactory, array $registeredNamespaces): Client …
› {
› return new Client($transport, $endpointFactory, $registeredNamespaces);
› }
}
/var/www/html/automation-direct/vendor/opensearch-project/opensearch-php/src/OpenSearch/ClientBuilder.php:701 {
OpenSearch\ClientBuilder->build(): Client …
›
› return $this->instantiate($this->transport, $this->endpointFactory, $registeredNamespaces);
› }
}
/var/www/html/automation-direct/vendor/pimcore/opensearch-client/src/OpenSearchClientFactory.php:69 {
Pimcore\Bundle\OpenSearchClientBundle\OpenSearchClientFactory::createOpenSearchClient(LoggerInterface $logger, array $config): Client …
›
› return $clientBuilder->build();
› }
}
/var/www/html/automation-direct/var/cache/dev/ContainerDFQB5sJ/App_KernelDevDebugContainer.php:3697 {
ContainerDFQB5sJ\App_KernelDevDebugContainer::getPimcore_OpenSearch_CustomClient_DefaultService($container) …
› {
› return $container->services['pimcore.openSearch.custom_client.default'] = new \Pimcore\Bundle\OpenSearchClientBundle\SearchClient\SearchClient(\Pimcore\Bundle\OpenSearchClientBundle\OpenSearchClientFactory::createOpenSearchClient(($container->services['monolog.logger.pimcore.opensearch.default'] ?? self::getMonolog_Logger_Pimcore_Opensearch_DefaultService($container)), ['hosts' => ['http://localhost:9200'], 'ssl_verification' => false, 'logger_channel' => 'pimcore.opensearch.default', 'log_404_errors' => false, 'username' => 'admin', 'password' => 'admin']));
› }
}
/var/www/html/automation-direct/var/cache/dev/ContainerDFQB5sJ/App_KernelDevDebugContainer.php:4732 {
ContainerDFQB5sJ\App_KernelDevDebugContainer::getIndexQueueServiceInterfaceService($container) …
› }
› $e = ($container->services['pimcore.openSearch.custom_client.default'] ?? self::getPimcore_OpenSearch_CustomClient_DefaultService($container));
›
}
/var/www/html/automation-direct/var/cache/dev/ContainerDFQB5sJ/App_KernelDevDebugContainer.php:5385 {
ContainerDFQB5sJ\App_KernelDevDebugContainer::getCollectionServiceService($container) …
› {
› $a = ($container->privates['Pimcore\\Bundle\\GenericDataIndexBundle\\Service\\SearchIndex\\IndexQueueServiceInterface'] ?? self::getIndexQueueServiceInterfaceService($container));
›
}
/var/www/html/automation-direct/var/cache/dev/ContainerDFQB5sJ/App_KernelDevDebugContainer.php:5551 {
ContainerDFQB5sJ\App_KernelDevDebugContainer::getPublicShareServiceService($container) …
› {
› $a = ($container->privates['Pimcore\\Bundle\\PortalEngineBundle\\Service\\Collection\\CollectionService'] ?? self::getCollectionServiceService($container));
›
}
/var/www/html/automation-direct/var/cache/dev/ContainerDFQB5sJ/App_KernelDevDebugContainer.php:5359 {
ContainerDFQB5sJ\App_KernelDevDebugContainer::getSecuritySubscriberService($container) …
› }
› $c = ($container->privates['Pimcore\\Bundle\\PortalEngineBundle\\Service\\PublicShare\\PublicShareService'] ?? self::getPublicShareServiceService($container));
›
}
/var/www/html/automation-direct/var/cache/dev/ContainerDFQB5sJ/App_KernelDevDebugContainer.php:3177 {
ContainerDFQB5sJ\App_KernelDevDebugContainer::ContainerDFQB5sJ\{closure} …
› $instance->addListener('pimcore.dataobject.postDelete', [#[\Closure(name: 'Pimcore\\Bundle\\PortalEngineBundle\\EventSubscriber\\SaveUserSubscriber')] fn () => ($container->privates['Pimcore\\Bundle\\PortalEngineBundle\\EventSubscriber\\SaveUserSubscriber'] ?? $container->load('getSaveUserSubscriberService')), 'onPostDelete'], 0);
› $instance->addListener('kernel.controller', [#[\Closure(name: 'Pimcore\\Bundle\\PortalEngineBundle\\EventSubscriber\\SecuritySubscriber')] fn () => ($container->privates['Pimcore\\Bundle\\PortalEngineBundle\\EventSubscriber\\SecuritySubscriber'] ?? self::getSecuritySubscriberService($container)), 'onKernelController'], 19);
› $instance->addListener('pimcore.dataobject.preUpdate', [#[\Closure(name: 'Pimcore\\Bundle\\PortalEngineBundle\\EventSubscriber\\SecuritySubscriber')] fn () => ($container->privates['Pimcore\\Bundle\\PortalEngineBundle\\EventSubscriber\\SecuritySubscriber'] ?? self::getSecuritySubscriberService($container)), 'onPreUpdate'], 0);
}
/var/www/html/automation-direct/vendor/symfony/event-dispatcher/EventDispatcher.php:235 {
Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName): void …
› if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {
› $listener[0] = $listener[0]();
› $listener[1] ??= '__invoke';
}
/var/www/html/automation-direct/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/var/www/html/automation-direct/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:276 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
›
› foreach ($this->dispatcher->getListeners($eventName) as $listener) {
› $priority = $this->getListenerPriority($eventName, $listener);
}
/var/www/html/automation-direct/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:133 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› $this->preProcess($eventName);
› try {
}
/var/www/html/automation-direct/vendor/symfony/http-kernel/HttpKernel.php:169 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new ControllerEvent($this, $controller, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::CONTROLLER);
› $controller = $event->getController();
}
/var/www/html/automation-direct/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
$type: 1
}
}
/var/www/html/automation-direct/vendor/symfony/http-kernel/Kernel.php:197 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
$type: 1
$catch: true
}
}
/var/www/html/automation-direct/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
}
}
/var/www/html/automation-direct/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/html/automation-direct/public/index.php:20 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments: {
"/var/www/html/automation-direct/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1769178253
"timestamp_rfc3339" => "2026-01-23T14:24:13.344+00:00"
"message" => "User Deprecated: Passing an instance of \OpenSearch\Transport to OpenSearch\Namespaces\AbstractNamespace::__construct() is deprecated in 2.4.0 and will be removed in 3.0.0. Pass an instance of \OpenSearch\TransportInterface instead."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#3137
#message: "User Deprecated: Passing an instance of \OpenSearch\Transport to OpenSearch\Namespaces\AbstractNamespace::__construct() is deprecated in 2.4.0 and will be removed in 3.0.0. Pass an instance of \OpenSearch\TransportInterface instead."
#code: 0
#file: "/var/www/html/automation-direct/vendor/opensearch-project/opensearch-php/src/OpenSearch/Namespaces/AbstractNamespace.php"
#line: 57
#severity: E_USER_DEPRECATED
trace: {
/var/www/html/automation-direct/vendor/opensearch-project/opensearch-php/src/OpenSearch/Namespaces/AbstractNamespace.php:57 {
OpenSearch\Namespaces\AbstractNamespace->__construct(OpenSearch\TransportInterface|OpenSearch\Transport $transport, OpenSearch\EndpointFactoryInterface|callable $endpointFactory) …
› if (!$transport instanceof TransportInterface) {
› @trigger_error('Passing an instance of \OpenSearch\Transport to ' . __METHOD__ . '() is deprecated in 2.4.0 and will be removed in 3.0.0. Pass an instance of \OpenSearch\TransportInterface instead.', E_USER_DEPRECATED);
› // @phpstan-ignore property.deprecated
}
/var/www/html/automation-direct/vendor/opensearch-project/opensearch-php/src/OpenSearch/Client.php:395 {
OpenSearch\Client->__construct(OpenSearch\TransportInterface|OpenSearch\Transport $transport, OpenSearch\EndpointFactoryInterface|callable|null $endpointFactory = null, array $registeredNamespaces = []) …
› $this->transforms = new TransformsNamespace($transport, $this->endpointFactory);
› $this->wlm = new WlmNamespace($transport, $this->endpointFactory);
›
}
/var/www/html/automation-direct/vendor/opensearch-project/opensearch-php/src/OpenSearch/ClientBuilder.php:706 {
OpenSearch\ClientBuilder->instantiate(Transport $transport, EndpointFactoryInterface $endpointFactory, array $registeredNamespaces): Client …
› {
› return new Client($transport, $endpointFactory, $registeredNamespaces);
› }
}
/var/www/html/automation-direct/vendor/opensearch-project/opensearch-php/src/OpenSearch/ClientBuilder.php:701 {
OpenSearch\ClientBuilder->build(): Client …
›
› return $this->instantiate($this->transport, $this->endpointFactory, $registeredNamespaces);
› }
}
/var/www/html/automation-direct/vendor/pimcore/opensearch-client/src/OpenSearchClientFactory.php:69 {
Pimcore\Bundle\OpenSearchClientBundle\OpenSearchClientFactory::createOpenSearchClient(LoggerInterface $logger, array $config): Client …
›
› return $clientBuilder->build();
› }
}
/var/www/html/automation-direct/var/cache/dev/ContainerDFQB5sJ/App_KernelDevDebugContainer.php:3697 {
ContainerDFQB5sJ\App_KernelDevDebugContainer::getPimcore_OpenSearch_CustomClient_DefaultService($container) …
› {
› return $container->services['pimcore.openSearch.custom_client.default'] = new \Pimcore\Bundle\OpenSearchClientBundle\SearchClient\SearchClient(\Pimcore\Bundle\OpenSearchClientBundle\OpenSearchClientFactory::createOpenSearchClient(($container->services['monolog.logger.pimcore.opensearch.default'] ?? self::getMonolog_Logger_Pimcore_Opensearch_DefaultService($container)), ['hosts' => ['http://localhost:9200'], 'ssl_verification' => false, 'logger_channel' => 'pimcore.opensearch.default', 'log_404_errors' => false, 'username' => 'admin', 'password' => 'admin']));
› }
}
/var/www/html/automation-direct/var/cache/dev/ContainerDFQB5sJ/App_KernelDevDebugContainer.php:4732 {
ContainerDFQB5sJ\App_KernelDevDebugContainer::getIndexQueueServiceInterfaceService($container) …
› }
› $e = ($container->services['pimcore.openSearch.custom_client.default'] ?? self::getPimcore_OpenSearch_CustomClient_DefaultService($container));
›
}
/var/www/html/automation-direct/var/cache/dev/ContainerDFQB5sJ/App_KernelDevDebugContainer.php:5385 {
ContainerDFQB5sJ\App_KernelDevDebugContainer::getCollectionServiceService($container) …
› {
› $a = ($container->privates['Pimcore\\Bundle\\GenericDataIndexBundle\\Service\\SearchIndex\\IndexQueueServiceInterface'] ?? self::getIndexQueueServiceInterfaceService($container));
›
}
/var/www/html/automation-direct/var/cache/dev/ContainerDFQB5sJ/App_KernelDevDebugContainer.php:5551 {
ContainerDFQB5sJ\App_KernelDevDebugContainer::getPublicShareServiceService($container) …
› {
› $a = ($container->privates['Pimcore\\Bundle\\PortalEngineBundle\\Service\\Collection\\CollectionService'] ?? self::getCollectionServiceService($container));
›
}
/var/www/html/automation-direct/var/cache/dev/ContainerDFQB5sJ/App_KernelDevDebugContainer.php:5359 {
ContainerDFQB5sJ\App_KernelDevDebugContainer::getSecuritySubscriberService($container) …
› }
› $c = ($container->privates['Pimcore\\Bundle\\PortalEngineBundle\\Service\\PublicShare\\PublicShareService'] ?? self::getPublicShareServiceService($container));
›
}
/var/www/html/automation-direct/var/cache/dev/ContainerDFQB5sJ/App_KernelDevDebugContainer.php:3177 {
ContainerDFQB5sJ\App_KernelDevDebugContainer::ContainerDFQB5sJ\{closure} …
› $instance->addListener('pimcore.dataobject.postDelete', [#[\Closure(name: 'Pimcore\\Bundle\\PortalEngineBundle\\EventSubscriber\\SaveUserSubscriber')] fn () => ($container->privates['Pimcore\\Bundle\\PortalEngineBundle\\EventSubscriber\\SaveUserSubscriber'] ?? $container->load('getSaveUserSubscriberService')), 'onPostDelete'], 0);
› $instance->addListener('kernel.controller', [#[\Closure(name: 'Pimcore\\Bundle\\PortalEngineBundle\\EventSubscriber\\SecuritySubscriber')] fn () => ($container->privates['Pimcore\\Bundle\\PortalEngineBundle\\EventSubscriber\\SecuritySubscriber'] ?? self::getSecuritySubscriberService($container)), 'onKernelController'], 19);
› $instance->addListener('pimcore.dataobject.preUpdate', [#[\Closure(name: 'Pimcore\\Bundle\\PortalEngineBundle\\EventSubscriber\\SecuritySubscriber')] fn () => ($container->privates['Pimcore\\Bundle\\PortalEngineBundle\\EventSubscriber\\SecuritySubscriber'] ?? self::getSecuritySubscriberService($container)), 'onPreUpdate'], 0);
}
/var/www/html/automation-direct/vendor/symfony/event-dispatcher/EventDispatcher.php:235 {
Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName): void …
› if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {
› $listener[0] = $listener[0]();
› $listener[1] ??= '__invoke';
}
/var/www/html/automation-direct/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/var/www/html/automation-direct/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:276 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
›
› foreach ($this->dispatcher->getListeners($eventName) as $listener) {
› $priority = $this->getListenerPriority($eventName, $listener);
}
/var/www/html/automation-direct/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:133 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› $this->preProcess($eventName);
› try {
}
/var/www/html/automation-direct/vendor/symfony/http-kernel/HttpKernel.php:169 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new ControllerEvent($this, $controller, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::CONTROLLER);
› $controller = $event->getController();
}
/var/www/html/automation-direct/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
$type: 1
}
}
/var/www/html/automation-direct/vendor/symfony/http-kernel/Kernel.php:197 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
$type: 1
$catch: true
}
}
/var/www/html/automation-direct/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
}
}
/var/www/html/automation-direct/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/html/automation-direct/public/index.php:20 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments: {
"/var/www/html/automation-direct/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1769178253
"timestamp_rfc3339" => "2026-01-23T14:24:13.346+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller"
"listener" => "Pimcore\Bundle\CoreBundle\EventListener\Frontend\DocumentFallbackListener::onKernelController"
]
"channel" => "event"
]
[
"timestamp" => 1769178253
"timestamp_rfc3339" => "2026-01-23T14:24:13.346+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller"
"listener" => "Pimcore\Bundle\CoreBundle\EventListener\Frontend\ElementListener::onKernelController"
]
"channel" => "event"
]
[
"timestamp" => 1769178253
"timestamp_rfc3339" => "2026-01-23T14:24:13.346+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller"
"listener" => "Pimcore\Bundle\PersonalizationBundle\Targeting\EventListener\Frontend\TargetingElementListener::onKernelController"
]
"channel" => "event"
]
[
"timestamp" => 1769178253
"timestamp_rfc3339" => "2026-01-23T14:24:13.346+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller"
"listener" => "Pimcore\Bundle\PortalEngineBundle\EventSubscriber\SecuritySubscriber::onKernelController"
]
"channel" => "event"
]
[
"timestamp" => 1769178253
"timestamp_rfc3339" => "2026-01-23T14:24:13.346+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller"
"listener" => "Pimcore\Bundle\CoreBundle\EventListener\Frontend\GlobalTemplateVariablesListener::onKernelController"
]
"channel" => "event"
]
[
"timestamp" => 1769178253
"timestamp_rfc3339" => "2026-01-23T14:24:13.346+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller"
"listener" => "Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector::onKernelController"
]
"channel" => "event"
]
[
"timestamp" => 1769178253
"timestamp_rfc3339" => "2026-01-23T14:24:13.346+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller"
"listener" => "IPSecurityBundle\Model\IPSecurity::onLoadingPimcore"
]
"channel" => "event"
]
[
"timestamp" => 1769178253
"timestamp_rfc3339" => "2026-01-23T14:24:13.346+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller"
"listener" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelController"
]
"channel" => "event"
]
[
"timestamp" => 1769178253
"timestamp_rfc3339" => "2026-01-23T14:24:13.346+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller"
"listener" => "Pimcore\Bundle\PortalEngineBundle\EventSubscriber\PrefixSubscriber::onKernelController"
]
"channel" => "event"
]
[
"timestamp" => 1769178253
"timestamp_rfc3339" => "2026-01-23T14:24:13.346+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller"
"listener" => "Pimcore\Bundle\CoreBundle\EventListener\EventedControllerListener::onKernelController"
]
"channel" => "event"
]
[
"timestamp" => 1769178253
"timestamp_rfc3339" => "2026-01-23T14:24:13.347+00:00"
"message" => "User Deprecated: The annotation mapping driver is deprecated and will be removed in Doctrine ORM 3.0, please migrate to the attribute or XML driver. (AnnotationDriver.php:65 called by App_KernelDevDebugContainer.php:6571, https://github.com/doctrine/orm/issues/10098, package doctrine/orm)"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#3177
#message: "User Deprecated: The annotation mapping driver is deprecated and will be removed in Doctrine ORM 3.0, please migrate to the attribute or XML driver. (AnnotationDriver.php:65 called by App_KernelDevDebugContainer.php:6571, https://github.com/doctrine/orm/issues/10098, package doctrine/orm)"
#code: 0
#file: "/var/www/html/automation-direct/vendor/doctrine/deprecations/src/Deprecation.php"
#line: 208
#severity: E_USER_DEPRECATED
trace: {
/var/www/html/automation-direct/vendor/doctrine/deprecations/src/Deprecation.php:208 {
Doctrine\Deprecations\Deprecation::delegateTriggerToBackend(string $message, array $backtrace, string $link, string $package): void …
›
› @trigger_error($message, E_USER_DEPRECATED);
› }
}
/var/www/html/automation-direct/vendor/doctrine/deprecations/src/Deprecation.php:108 {
Doctrine\Deprecations\Deprecation::trigger(string $package, string $link, string $message, ...$args): void …
›
› self::delegateTriggerToBackend($message, $backtrace, $link, $package);
› }
}
/var/www/html/automation-direct/vendor/doctrine/orm/src/Mapping/Driver/AnnotationDriver.php:65 {
Doctrine\ORM\Mapping\Driver\AnnotationDriver->__construct($reader, $paths = null, bool $reportFieldsWhereDeclared = false) …
› {
› Deprecation::trigger(
› 'doctrine/orm',
}
/var/www/html/automation-direct/var/cache/dev/ContainerDFQB5sJ/App_KernelDevDebugContainer.php:6571 {
ContainerDFQB5sJ\App_KernelDevDebugContainer::getDoctrine_Orm_PimcoreDirectEditConfigurationService($container) …
› $a = new \Doctrine\Persistence\Mapping\Driver\MappingDriverChain();
› $a->addDriver(new \Doctrine\ORM\Mapping\Driver\AnnotationDriver(($container->privates['annotations.cached_reader'] ?? $container->load('getAnnotations_CachedReaderService')), [(\dirname(__DIR__, 4).'/vendor/pimcore/direct-edit/src/Entity')], false), 'Pimcore\\Bundle\\DirectEditBundle\\Entity');
›
}
/var/www/html/automation-direct/var/cache/dev/ContainerDFQB5sJ/App_KernelDevDebugContainer.php:2806 {
ContainerDFQB5sJ\App_KernelDevDebugContainer::getDoctrine_Orm_PimcoreDirectEditEntityManagerService($container, $lazyLoad = true) …
›
› $instance = ($lazyLoad->__construct(($container->services['doctrine.dbal.default_connection'] ?? self::getDoctrine_Dbal_DefaultConnectionService($container)), ($container->privates['doctrine.orm.pimcore_direct_edit_configuration'] ?? self::getDoctrine_Orm_PimcoreDirectEditConfigurationService($container)), ($container->privates['doctrine.dbal.default_connection.event_manager'] ?? self::getDoctrine_Dbal_DefaultConnection_EventManagerService($container))) && false ?: $lazyLoad);
›
}
/var/www/html/automation-direct/var/cache/dev/ContainerDFQB5sJ/App_KernelDevDebugContainer.php:2797 {
ContainerDFQB5sJ\App_KernelDevDebugContainer::ContainerDFQB5sJ\{closure} …
› if (true === $lazyLoad) {
› return $container->services['doctrine.orm.pimcore_direct_edit_entity_manager'] = $container->createProxy('EntityManagerGhostEbeb667', static fn () => \EntityManagerGhostEbeb667::createLazyGhost(static fn ($proxy) => self::getDoctrine_Orm_PimcoreDirectEditEntityManagerService($container, $proxy)));
› }
}
/var/www/html/automation-direct/vendor/symfony/var-exporter/Internal/LazyObjectState.php:60 {
Symfony\Component\VarExporter\Internal\LazyObjectState->initialize($instance, $propertyName, $writeScope) …
›
› ($this->initializer)($instance);
› } catch (\Throwable $e) {
}
/var/www/html/automation-direct/vendor/symfony/var-exporter/LazyGhostTrait.php:153 {
ContainerDFQB5sJ\EntityManagerGhostEbeb667->__get&($name): mixed …
›
› if ($property?->isInitialized($this) ?? LazyObjectState::STATUS_UNINITIALIZED_PARTIAL !== $state->initialize($this, $name, $writeScope ?? $scope)) {
› goto get_in_scope;
}
/var/www/html/automation-direct/vendor/doctrine/orm/src/EntityManager.php:206 {
Doctrine\ORM\EntityManager->getMetadataFactory() …
› {
› return $this->metadataFactory;
› }
}
/var/www/html/automation-direct/vendor/doctrine/persistence/src/Persistence/AbstractManagerRegistry.php:194 {
Doctrine\Persistence\AbstractManagerRegistry->getManagerForClass(string $class) …
›
› if (! $manager->getMetadataFactory()->isTransient($class)) {
› return $manager;
}
/var/www/html/automation-direct/vendor/symfony/doctrine-bridge/ArgumentResolver/EntityValueResolver.php:85 {
Symfony\Bridge\Doctrine\ArgumentResolver\EntityValueResolver->getManager(?string $name, string $class): ObjectManager …
› if (null === $name) {
› return $this->registry->getManagerForClass($class);
› }
}
/var/www/html/automation-direct/vendor/symfony/doctrine-bridge/ArgumentResolver/EntityValueResolver.php:53 {
Symfony\Bridge\Doctrine\ArgumentResolver\EntityValueResolver->resolve(Request $request, ArgumentMetadata $argument): array …
› }
› if (!$manager = $this->getManager($options->objectManager, $options->class)) {
› return [];
}
/var/www/html/automation-direct/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php:60 {
Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver->resolve(Request $request, ArgumentMetadata $argument): iterable …
›
› yield from $this->inner->resolve($request, $argument);
›
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
$argument: Symfony\Component\HttpKernel\ControllerMetadata\ArgumentMetadata {#3154 …}
}
}
/var/www/html/automation-direct/vendor/symfony/http-kernel/Controller/ArgumentResolver.php:91 {
Symfony\Component\HttpKernel\Controller\ArgumentResolver->getArguments(Request $request, callable $controller, ?ReflectionFunctionAbstract $reflector = null): array …
› $count = 0;
› foreach ($resolver->resolve($request, $metadata) as $argument) {
› ++$count;
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
$argument: Symfony\Component\HttpKernel\ControllerMetadata\ArgumentMetadata {#3154 …}
}
}
/var/www/html/automation-direct/vendor/symfony/http-kernel/Controller/TraceableArgumentResolver.php:40 {
Symfony\Component\HttpKernel\Controller\TraceableArgumentResolver->getArguments(Request $request, callable $controller): array …
› try {
› return $this->resolver->getArguments($request, $controller, $reflector);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
$controller: [ …2]
$reflector: ReflectionMethod {#2570 …}
}
}
/var/www/html/automation-direct/vendor/symfony/http-kernel/HttpKernel.php:173 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› // controller arguments
› $arguments = $this->argumentResolver->getArguments($request, $controller, $event->getControllerReflector());
›
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
$controller: [ …2]
...: {
ReflectionMethod {#2570 …}
}
}
}
/var/www/html/automation-direct/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
$type: 1
}
}
/var/www/html/automation-direct/vendor/symfony/http-kernel/Kernel.php:197 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
$type: 1
$catch: true
}
}
/var/www/html/automation-direct/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
}
}
/var/www/html/automation-direct/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/html/automation-direct/public/index.php:20 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments: {
"/var/www/html/automation-direct/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1769178253
"timestamp_rfc3339" => "2026-01-23T14:24:13.347+00:00"
"message" => "User Deprecated: In ORM 3.0, the AttributeDriver will report fields for the classes where they are declared. This may uncover invalid mapping configurations. To opt into the new mode also with the AnnotationDriver today, set the "reportFieldsWhereDeclared" constructor parameter to true. (AnnotationDriver.php:75 called by App_KernelDevDebugContainer.php:6571, https://github.com/doctrine/orm/pull/10455, package doctrine/orm)"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#3176
#message: "User Deprecated: In ORM 3.0, the AttributeDriver will report fields for the classes where they are declared. This may uncover invalid mapping configurations. To opt into the new mode also with the AnnotationDriver today, set the "reportFieldsWhereDeclared" constructor parameter to true. (AnnotationDriver.php:75 called by App_KernelDevDebugContainer.php:6571, https://github.com/doctrine/orm/pull/10455, package doctrine/orm)"
#code: 0
#file: "/var/www/html/automation-direct/vendor/doctrine/deprecations/src/Deprecation.php"
#line: 208
#severity: E_USER_DEPRECATED
trace: {
/var/www/html/automation-direct/vendor/doctrine/deprecations/src/Deprecation.php:208 {
Doctrine\Deprecations\Deprecation::delegateTriggerToBackend(string $message, array $backtrace, string $link, string $package): void …
›
› @trigger_error($message, E_USER_DEPRECATED);
› }
}
/var/www/html/automation-direct/vendor/doctrine/deprecations/src/Deprecation.php:108 {
Doctrine\Deprecations\Deprecation::trigger(string $package, string $link, string $message, ...$args): void …
›
› self::delegateTriggerToBackend($message, $backtrace, $link, $package);
› }
}
/var/www/html/automation-direct/vendor/doctrine/orm/src/Mapping/Driver/AnnotationDriver.php:75 {
Doctrine\ORM\Mapping\Driver\AnnotationDriver->__construct($reader, $paths = null, bool $reportFieldsWhereDeclared = false) …
› if (! $reportFieldsWhereDeclared) {
› Deprecation::trigger(
› 'doctrine/orm',
}
/var/www/html/automation-direct/var/cache/dev/ContainerDFQB5sJ/App_KernelDevDebugContainer.php:6571 {
ContainerDFQB5sJ\App_KernelDevDebugContainer::getDoctrine_Orm_PimcoreDirectEditConfigurationService($container) …
› $a = new \Doctrine\Persistence\Mapping\Driver\MappingDriverChain();
› $a->addDriver(new \Doctrine\ORM\Mapping\Driver\AnnotationDriver(($container->privates['annotations.cached_reader'] ?? $container->load('getAnnotations_CachedReaderService')), [(\dirname(__DIR__, 4).'/vendor/pimcore/direct-edit/src/Entity')], false), 'Pimcore\\Bundle\\DirectEditBundle\\Entity');
›
}
/var/www/html/automation-direct/var/cache/dev/ContainerDFQB5sJ/App_KernelDevDebugContainer.php:2806 {
ContainerDFQB5sJ\App_KernelDevDebugContainer::getDoctrine_Orm_PimcoreDirectEditEntityManagerService($container, $lazyLoad = true) …
›
› $instance = ($lazyLoad->__construct(($container->services['doctrine.dbal.default_connection'] ?? self::getDoctrine_Dbal_DefaultConnectionService($container)), ($container->privates['doctrine.orm.pimcore_direct_edit_configuration'] ?? self::getDoctrine_Orm_PimcoreDirectEditConfigurationService($container)), ($container->privates['doctrine.dbal.default_connection.event_manager'] ?? self::getDoctrine_Dbal_DefaultConnection_EventManagerService($container))) && false ?: $lazyLoad);
›
}
/var/www/html/automation-direct/var/cache/dev/ContainerDFQB5sJ/App_KernelDevDebugContainer.php:2797 {
ContainerDFQB5sJ\App_KernelDevDebugContainer::ContainerDFQB5sJ\{closure} …
› if (true === $lazyLoad) {
› return $container->services['doctrine.orm.pimcore_direct_edit_entity_manager'] = $container->createProxy('EntityManagerGhostEbeb667', static fn () => \EntityManagerGhostEbeb667::createLazyGhost(static fn ($proxy) => self::getDoctrine_Orm_PimcoreDirectEditEntityManagerService($container, $proxy)));
› }
}
/var/www/html/automation-direct/vendor/symfony/var-exporter/Internal/LazyObjectState.php:60 {
Symfony\Component\VarExporter\Internal\LazyObjectState->initialize($instance, $propertyName, $writeScope) …
›
› ($this->initializer)($instance);
› } catch (\Throwable $e) {
}
/var/www/html/automation-direct/vendor/symfony/var-exporter/LazyGhostTrait.php:153 {
ContainerDFQB5sJ\EntityManagerGhostEbeb667->__get&($name): mixed …
›
› if ($property?->isInitialized($this) ?? LazyObjectState::STATUS_UNINITIALIZED_PARTIAL !== $state->initialize($this, $name, $writeScope ?? $scope)) {
› goto get_in_scope;
}
/var/www/html/automation-direct/vendor/doctrine/orm/src/EntityManager.php:206 {
Doctrine\ORM\EntityManager->getMetadataFactory() …
› {
› return $this->metadataFactory;
› }
}
/var/www/html/automation-direct/vendor/doctrine/persistence/src/Persistence/AbstractManagerRegistry.php:194 {
Doctrine\Persistence\AbstractManagerRegistry->getManagerForClass(string $class) …
›
› if (! $manager->getMetadataFactory()->isTransient($class)) {
› return $manager;
}
/var/www/html/automation-direct/vendor/symfony/doctrine-bridge/ArgumentResolver/EntityValueResolver.php:85 {
Symfony\Bridge\Doctrine\ArgumentResolver\EntityValueResolver->getManager(?string $name, string $class): ObjectManager …
› if (null === $name) {
› return $this->registry->getManagerForClass($class);
› }
}
/var/www/html/automation-direct/vendor/symfony/doctrine-bridge/ArgumentResolver/EntityValueResolver.php:53 {
Symfony\Bridge\Doctrine\ArgumentResolver\EntityValueResolver->resolve(Request $request, ArgumentMetadata $argument): array …
› }
› if (!$manager = $this->getManager($options->objectManager, $options->class)) {
› return [];
}
/var/www/html/automation-direct/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php:60 {
Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver->resolve(Request $request, ArgumentMetadata $argument): iterable …
›
› yield from $this->inner->resolve($request, $argument);
›
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
$argument: Symfony\Component\HttpKernel\ControllerMetadata\ArgumentMetadata {#3154 …}
}
}
/var/www/html/automation-direct/vendor/symfony/http-kernel/Controller/ArgumentResolver.php:91 {
Symfony\Component\HttpKernel\Controller\ArgumentResolver->getArguments(Request $request, callable $controller, ?ReflectionFunctionAbstract $reflector = null): array …
› $count = 0;
› foreach ($resolver->resolve($request, $metadata) as $argument) {
› ++$count;
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
$argument: Symfony\Component\HttpKernel\ControllerMetadata\ArgumentMetadata {#3154 …}
}
}
/var/www/html/automation-direct/vendor/symfony/http-kernel/Controller/TraceableArgumentResolver.php:40 {
Symfony\Component\HttpKernel\Controller\TraceableArgumentResolver->getArguments(Request $request, callable $controller): array …
› try {
› return $this->resolver->getArguments($request, $controller, $reflector);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
$controller: [ …2]
$reflector: ReflectionMethod {#2570 …}
}
}
/var/www/html/automation-direct/vendor/symfony/http-kernel/HttpKernel.php:173 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› // controller arguments
› $arguments = $this->argumentResolver->getArguments($request, $controller, $event->getControllerReflector());
›
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
$controller: [ …2]
...: {
ReflectionMethod {#2570 …}
}
}
}
/var/www/html/automation-direct/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
$type: 1
}
}
/var/www/html/automation-direct/vendor/symfony/http-kernel/Kernel.php:197 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
$type: 1
$catch: true
}
}
/var/www/html/automation-direct/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
}
}
/var/www/html/automation-direct/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/html/automation-direct/public/index.php:20 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments: {
"/var/www/html/automation-direct/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1769178253
"timestamp_rfc3339" => "2026-01-23T14:24:13.354+00:00"
"message" => "User Deprecated: Not enabling lazy ghost objects is deprecated and will not be supported in Doctrine ORM 3.0. Ensure Doctrine\ORM\Configuration::setLazyGhostObjectEnabled(true) is called to enable them. (ProxyFactory.php:166 called by EntityManager.php:177, https://github.com/doctrine/orm/pull/10837/, package doctrine/orm)"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#3292
#message: "User Deprecated: Not enabling lazy ghost objects is deprecated and will not be supported in Doctrine ORM 3.0. Ensure Doctrine\ORM\Configuration::setLazyGhostObjectEnabled(true) is called to enable them. (ProxyFactory.php:166 called by EntityManager.php:177, https://github.com/doctrine/orm/pull/10837/, package doctrine/orm)"
#code: 0
#file: "/var/www/html/automation-direct/vendor/doctrine/deprecations/src/Deprecation.php"
#line: 208
#severity: E_USER_DEPRECATED
trace: {
/var/www/html/automation-direct/vendor/doctrine/deprecations/src/Deprecation.php:208 {
Doctrine\Deprecations\Deprecation::delegateTriggerToBackend(string $message, array $backtrace, string $link, string $package): void …
›
› @trigger_error($message, E_USER_DEPRECATED);
› }
}
/var/www/html/automation-direct/vendor/doctrine/deprecations/src/Deprecation.php:108 {
Doctrine\Deprecations\Deprecation::trigger(string $package, string $link, string $message, ...$args): void …
›
› self::delegateTriggerToBackend($message, $backtrace, $link, $package);
› }
}
/var/www/html/automation-direct/vendor/doctrine/orm/src/Proxy/ProxyFactory.php:166 {
Doctrine\ORM\Proxy\ProxyFactory->__construct(EntityManagerInterface $em, $proxyDir, $proxyNs, $autoGenerate = self::AUTOGENERATE_NEVER) …
› if (PHP_VERSION_ID >= 80100) {
› Deprecation::trigger(
› 'doctrine/orm',
}
/var/www/html/automation-direct/vendor/doctrine/orm/src/EntityManager.php:177 {
Doctrine\ORM\EntityManager->__construct(Connection $conn, Configuration $config, ?EventManager $eventManager = null) …
› $this->unitOfWork = new UnitOfWork($this);
› $this->proxyFactory = new ProxyFactory(
› $this,
}
/var/www/html/automation-direct/var/cache/dev/ContainerDFQB5sJ/App_KernelDevDebugContainer.php:2806 {
ContainerDFQB5sJ\App_KernelDevDebugContainer::getDoctrine_Orm_PimcoreDirectEditEntityManagerService($container, $lazyLoad = true) …
›
› $instance = ($lazyLoad->__construct(($container->services['doctrine.dbal.default_connection'] ?? self::getDoctrine_Dbal_DefaultConnectionService($container)), ($container->privates['doctrine.orm.pimcore_direct_edit_configuration'] ?? self::getDoctrine_Orm_PimcoreDirectEditConfigurationService($container)), ($container->privates['doctrine.dbal.default_connection.event_manager'] ?? self::getDoctrine_Dbal_DefaultConnection_EventManagerService($container))) && false ?: $lazyLoad);
›
}
/var/www/html/automation-direct/var/cache/dev/ContainerDFQB5sJ/App_KernelDevDebugContainer.php:2797 {
ContainerDFQB5sJ\App_KernelDevDebugContainer::ContainerDFQB5sJ\{closure} …
› if (true === $lazyLoad) {
› return $container->services['doctrine.orm.pimcore_direct_edit_entity_manager'] = $container->createProxy('EntityManagerGhostEbeb667', static fn () => \EntityManagerGhostEbeb667::createLazyGhost(static fn ($proxy) => self::getDoctrine_Orm_PimcoreDirectEditEntityManagerService($container, $proxy)));
› }
}
/var/www/html/automation-direct/vendor/symfony/var-exporter/Internal/LazyObjectState.php:60 {
Symfony\Component\VarExporter\Internal\LazyObjectState->initialize($instance, $propertyName, $writeScope) …
›
› ($this->initializer)($instance);
› } catch (\Throwable $e) {
}
/var/www/html/automation-direct/vendor/symfony/var-exporter/LazyGhostTrait.php:153 {
ContainerDFQB5sJ\EntityManagerGhostEbeb667->__get&($name): mixed …
›
› if ($property?->isInitialized($this) ?? LazyObjectState::STATUS_UNINITIALIZED_PARTIAL !== $state->initialize($this, $name, $writeScope ?? $scope)) {
› goto get_in_scope;
}
/var/www/html/automation-direct/vendor/doctrine/orm/src/EntityManager.php:206 {
Doctrine\ORM\EntityManager->getMetadataFactory() …
› {
› return $this->metadataFactory;
› }
}
/var/www/html/automation-direct/vendor/doctrine/persistence/src/Persistence/AbstractManagerRegistry.php:194 {
Doctrine\Persistence\AbstractManagerRegistry->getManagerForClass(string $class) …
›
› if (! $manager->getMetadataFactory()->isTransient($class)) {
› return $manager;
}
/var/www/html/automation-direct/vendor/symfony/doctrine-bridge/ArgumentResolver/EntityValueResolver.php:85 {
Symfony\Bridge\Doctrine\ArgumentResolver\EntityValueResolver->getManager(?string $name, string $class): ObjectManager …
› if (null === $name) {
› return $this->registry->getManagerForClass($class);
› }
}
/var/www/html/automation-direct/vendor/symfony/doctrine-bridge/ArgumentResolver/EntityValueResolver.php:53 {
Symfony\Bridge\Doctrine\ArgumentResolver\EntityValueResolver->resolve(Request $request, ArgumentMetadata $argument): array …
› }
› if (!$manager = $this->getManager($options->objectManager, $options->class)) {
› return [];
}
/var/www/html/automation-direct/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php:60 {
Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver->resolve(Request $request, ArgumentMetadata $argument): iterable …
›
› yield from $this->inner->resolve($request, $argument);
›
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
$argument: Symfony\Component\HttpKernel\ControllerMetadata\ArgumentMetadata {#3154 …}
}
}
/var/www/html/automation-direct/vendor/symfony/http-kernel/Controller/ArgumentResolver.php:91 {
Symfony\Component\HttpKernel\Controller\ArgumentResolver->getArguments(Request $request, callable $controller, ?ReflectionFunctionAbstract $reflector = null): array …
› $count = 0;
› foreach ($resolver->resolve($request, $metadata) as $argument) {
› ++$count;
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
$argument: Symfony\Component\HttpKernel\ControllerMetadata\ArgumentMetadata {#3154 …}
}
}
/var/www/html/automation-direct/vendor/symfony/http-kernel/Controller/TraceableArgumentResolver.php:40 {
Symfony\Component\HttpKernel\Controller\TraceableArgumentResolver->getArguments(Request $request, callable $controller): array …
› try {
› return $this->resolver->getArguments($request, $controller, $reflector);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
$controller: [ …2]
$reflector: ReflectionMethod {#2570 …}
}
}
/var/www/html/automation-direct/vendor/symfony/http-kernel/HttpKernel.php:173 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› // controller arguments
› $arguments = $this->argumentResolver->getArguments($request, $controller, $event->getControllerReflector());
›
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
$controller: [ …2]
...: {
ReflectionMethod {#2570 …}
}
}
}
/var/www/html/automation-direct/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
$type: 1
}
}
/var/www/html/automation-direct/vendor/symfony/http-kernel/Kernel.php:197 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
$type: 1
$catch: true
}
}
/var/www/html/automation-direct/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
}
}
/var/www/html/automation-direct/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/html/automation-direct/public/index.php:20 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments: {
"/var/www/html/automation-direct/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1769178253
"timestamp_rfc3339" => "2026-01-23T14:24:13.379+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT * FROM settings_store WHERE id = ? AND scope = ?"
"params" => [
1 => "BUNDLE_INSTALLED__Pimcore\Bundle\SeoBundle\PimcoreSeoBundle"
2 => "pimcore"
]
"types" => [
1 => 2
2 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1769178253
"timestamp_rfc3339" => "2026-01-23T14:24:13.380+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT * FROM settings_store WHERE id = ? AND scope = ?"
"params" => [
1 => "BUNDLE_INSTALLED__Pimcore\Bundle\SeoBundle\PimcoreSeoBundle"
2 => "pimcore"
]
"types" => [
1 => 2
2 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1769178253
"timestamp_rfc3339" => "2026-01-23T14:24:13.384+00:00"
"message" => "Uncaught PHP Exception Symfony\Component\DependencyInjection\Exception\RuntimeException: "Cannot autowire argument $authenticationLoginListener of "App\Controller\AccountController::registerAction()": it references class "App\EventListener\AuthenticationLoginListener" but no such service exists." at Container.php line 398"
"priority" => 500
"priorityName" => "CRITICAL"
"context" => [
"exception" => Symfony\Component\DependencyInjection\Exception\RuntimeException {#3421
#message: "Cannot autowire argument $authenticationLoginListener of "App\Controller\AccountController::registerAction()": it references class "App\EventListener\AuthenticationLoginListener" but no such service exists."
#code: 0
#file: "/var/www/html/automation-direct/vendor/symfony/dependency-injection/Container.php"
#line: 398
trace: {
/var/www/html/automation-direct/vendor/symfony/dependency-injection/Container.php:398 {
Symfony\Component\DependencyInjection\Container->getService(string|false $registry, string $id, ?string $method, string|bool $load): mixed …
› if (\is_string($load)) {
› throw new RuntimeException($load);
› }
}
/var/www/html/automation-direct/vendor/symfony/dependency-injection/Argument/ServiceLocator.php:40 {
Symfony\Component\DependencyInjection\Argument\ServiceLocator->get(string $id): mixed …
› 1 => $this->serviceMap[$id][0],
› default => ($this->factory)(...$this->serviceMap[$id]),
› };
arguments: {
$registry: "privates"
$id: ".errored..service_locator.R2r9YCA.App\EventListener\AuthenticationLoginListener"
$method: null
$load: "Cannot autowire service ".service_locator.R2r9YCA": it references class "App\EventListener\AuthenticationLoginListener" but no such service exists."
}
}
/var/www/html/automation-direct/vendor/symfony/http-kernel/Controller/ArgumentResolver/ServiceValueResolver.php:84 {
Symfony\Component\HttpKernel\Controller\ArgumentResolver\ServiceValueResolver->resolve(Request $request, ArgumentMetadata $argument): array …
› try {
› return [$this->container->get($controller)->get($argument->getName())];
› } catch (RuntimeException $e) {
arguments: {
$id: "authenticationLoginListener"
}
}
/var/www/html/automation-direct/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php:60 {
Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver->resolve(Request $request, ArgumentMetadata $argument): iterable …
›
› yield from $this->inner->resolve($request, $argument);
›
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
$argument: Symfony\Component\HttpKernel\ControllerMetadata\ArgumentMetadata {#3154 …}
}
}
/var/www/html/automation-direct/vendor/symfony/http-kernel/Controller/ArgumentResolver.php:91 {
Symfony\Component\HttpKernel\Controller\ArgumentResolver->getArguments(Request $request, callable $controller, ?ReflectionFunctionAbstract $reflector = null): array …
› $count = 0;
› foreach ($resolver->resolve($request, $metadata) as $argument) {
› ++$count;
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
$argument: Symfony\Component\HttpKernel\ControllerMetadata\ArgumentMetadata {#3154 …}
}
}
/var/www/html/automation-direct/vendor/symfony/http-kernel/Controller/TraceableArgumentResolver.php:40 {
Symfony\Component\HttpKernel\Controller\TraceableArgumentResolver->getArguments(Request $request, callable $controller): array …
› try {
› return $this->resolver->getArguments($request, $controller, $reflector);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
$controller: [ …2]
$reflector: ReflectionMethod {#2570 …}
}
}
/var/www/html/automation-direct/vendor/symfony/http-kernel/HttpKernel.php:173 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› // controller arguments
› $arguments = $this->argumentResolver->getArguments($request, $controller, $event->getControllerReflector());
›
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
$controller: [ …2]
...: {
ReflectionMethod {#2570 …}
}
}
}
/var/www/html/automation-direct/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
$type: 1
}
}
/var/www/html/automation-direct/vendor/symfony/http-kernel/Kernel.php:197 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
$type: 1
$catch: true
}
}
/var/www/html/automation-direct/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
}
}
/var/www/html/automation-direct/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/html/automation-direct/public/index.php:20 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments: {
"/var/www/html/automation-direct/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "request"
]
[
"timestamp" => 1769178253
"timestamp_rfc3339" => "2026-01-23T14:24:13.447+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.exception"
"listener" => "Pimcore\Bundle\SeoBundle\EventListener\ResponseExceptionListener::onKernelException"
]
"channel" => "event"
]
[
"timestamp" => 1769178253
"timestamp_rfc3339" => "2026-01-23T14:24:13.447+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.exception"
"listener" => "Pimcore\Bundle\SeoBundle\EventListener\RoutingListener::onKernelException"
]
"channel" => "event"
]
[
"timestamp" => 1769178253
"timestamp_rfc3339" => "2026-01-23T14:24:13.447+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.exception"
"listener" => "Scheb\TwoFactorBundle\Security\Http\Firewall\ExceptionListener::onKernelException"
]
"channel" => "event"
]
[
"timestamp" => 1769178253
"timestamp_rfc3339" => "2026-01-23T14:24:13.447+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.exception"
"listener" => "Symfony\Component\Security\Http\Firewall\ExceptionListener::onKernelException"
]
"channel" => "event"
]
[
"timestamp" => 1769178253
"timestamp_rfc3339" => "2026-01-23T14:24:13.447+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.exception"
"listener" => "Symfony\WebpackEncoreBundle\EventListener\ExceptionListener::onKernelException"
]
"channel" => "event"
]
[
"timestamp" => 1769178253
"timestamp_rfc3339" => "2026-01-23T14:24:13.447+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.exception"
"listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::logKernelException"
]
"channel" => "event"
]
[
"timestamp" => 1769178253
"timestamp_rfc3339" => "2026-01-23T14:24:13.447+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.exception"
"listener" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelException"
]
"channel" => "event"
]
[
"timestamp" => 1769178253
"timestamp_rfc3339" => "2026-01-23T14:24:13.447+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.exception"
"listener" => "Pimcore\Bundle\AdminBundle\EventListener\AdminExceptionListener::onKernelException"
]
"channel" => "event"
]
[
"timestamp" => 1769178253
"timestamp_rfc3339" => "2026-01-23T14:24:13.447+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.exception"
"listener" => "Pimcore\Bundle\CoreBundle\EventListener\ResponseExceptionListener::onKernelException"
]
"channel" => "event"
]
[
"timestamp" => 1769178253
"timestamp_rfc3339" => "2026-01-23T14:24:13.447+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.exception"
"listener" => "Pimcore\Bundle\PortalEngineBundle\EventSubscriber\ResponseExceptionSubscriber::onKernelException"
]
"channel" => "event"
]
[
"timestamp" => 1769178253
"timestamp_rfc3339" => "2026-01-23T14:24:13.447+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.exception"
"listener" => "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelException"
]
"channel" => "event"
]
[
"timestamp" => 1769178253
"timestamp_rfc3339" => "2026-01-23T14:24:13.447+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.exception"
"listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::onKernelException"
]
"channel" => "event"
]
[
"timestamp" => 1769178253
"timestamp_rfc3339" => "2026-01-23T14:24:13.447+00:00"
"message" => "Listener "{listener}" stopped propagation of the event "{event}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.exception"
"listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::onKernelException"
]
"channel" => "event"
]
[
"timestamp" => 1769178253
"timestamp_rfc3339" => "2026-01-23T14:24:13.464+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Pimcore\Bundle\CoreBundle\EventListener\Frontend\FullPageCacheListener::stopPropagationCheck"
]
"channel" => "event"
]
[
"timestamp" => 1769178253
"timestamp_rfc3339" => "2026-01-23T14:24:13.464+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Pimcore\Bundle\CoreBundle\EventListener\ResponseHeaderListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1769178253
"timestamp_rfc3339" => "2026-01-23T14:24:13.464+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Pimcore\Bundle\CoreBundle\EventListener\ResponseStackListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1769178253
"timestamp_rfc3339" => "2026-01-23T14:24:13.464+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Scheb\TwoFactorBundle\Security\TwoFactor\Provider\TwoFactorProviderPreparationListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1769178253
"timestamp_rfc3339" => "2026-01-23T14:24:13.464+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\Security\Http\Firewall\ContextListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1769178253
"timestamp_rfc3339" => "2026-01-23T14:24:13.464+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\Security\Http\Firewall\ContextListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1769178253
"timestamp_rfc3339" => "2026-01-23T14:24:13.464+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\Security\Http\Firewall\ContextListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1769178253
"timestamp_rfc3339" => "2026-01-23T14:24:13.464+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\Security\Http\Firewall\ContextListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1769178253
"timestamp_rfc3339" => "2026-01-23T14:24:13.464+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\HttpKernel\EventListener\ResponseListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1769178253
"timestamp_rfc3339" => "2026-01-23T14:24:13.464+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\WebLink\EventListener\AddLinkHeaderListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1769178253
"timestamp_rfc3339" => "2026-01-23T14:24:13.464+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1769178253
"timestamp_rfc3339" => "2026-01-23T14:24:13.464+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\Security\Http\RememberMe\ResponseListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1769178253
"timestamp_rfc3339" => "2026-01-23T14:24:13.464+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Pimcore\Bundle\AdminBundle\EventListener\AdminSecurityListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1769178253
"timestamp_rfc3339" => "2026-01-23T14:24:13.464+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Pimcore\Bundle\AdminBundle\EventListener\HttpCacheListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1769178253
"timestamp_rfc3339" => "2026-01-23T14:24:13.464+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Pimcore\Bundle\AdminBundle\EventListener\EnablePreviewTimeSliderListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1769178253
"timestamp_rfc3339" => "2026-01-23T14:24:13.464+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Pimcore\Bundle\EcommerceFrameworkBundle\EventListener\Frontend\TrackingCodeFlashMessageListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1769178253
"timestamp_rfc3339" => "2026-01-23T14:24:13.464+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Pimcore\Bundle\GenericDataIndexBundle\EventSubscriber\DebugSubscriber::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1769178253
"timestamp_rfc3339" => "2026-01-23T14:24:13.464+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Pimcore\Bundle\CoreBundle\EventListener\PimcoreHeaderListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1769178253
"timestamp_rfc3339" => "2026-01-23T14:24:13.464+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Pimcore\Bundle\CoreBundle\EventListener\Frontend\LocaleListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1769178253
"timestamp_rfc3339" => "2026-01-23T14:24:13.464+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Pimcore\Bundle\CoreBundle\EventListener\Frontend\GlobalTemplateVariablesListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1769178253
"timestamp_rfc3339" => "2026-01-23T14:24:13.464+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Pimcore\Bundle\CoreBundle\EventListener\Frontend\HardlinkCanonicalListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1769178253
"timestamp_rfc3339" => "2026-01-23T14:24:13.464+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Pimcore\Bundle\CoreBundle\EventListener\Frontend\BlockStateListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1769178253
"timestamp_rfc3339" => "2026-01-23T14:24:13.464+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Pimcore\Bundle\CoreBundle\EventListener\EventedControllerListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1769178253
"timestamp_rfc3339" => "2026-01-23T14:24:13.464+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Pimcore\Bundle\CoreBundle\EventListener\Frontend\EditmodeListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1769178253
"timestamp_rfc3339" => "2026-01-23T14:24:13.464+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Pimcore\Bundle\CoreBundle\EventListener\Frontend\InternalWysiwygHtmlAttributeFilterListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1769178253
"timestamp_rfc3339" => "2026-01-23T14:24:13.464+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "closure"
]
"channel" => "event"
]
[
"timestamp" => 1769178253
"timestamp_rfc3339" => "2026-01-23T14:24:13.464+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\HttpKernel\EventListener\CacheAttributeListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1769178253
"timestamp_rfc3339" => "2026-01-23T14:24:13.464+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1769178253
"timestamp_rfc3339" => "2026-01-23T14:24:13.464+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Pimcore\Bundle\GoogleMarketingBundle\EventListener\Frontend\GoogleTagManagerListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1769178253
"timestamp_rfc3339" => "2026-01-23T14:24:13.464+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Pimcore\Bundle\GoogleMarketingBundle\EventListener\Frontend\GoogleAnalyticsCodeListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1769178253
"timestamp_rfc3339" => "2026-01-23T14:24:13.464+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Pimcore\Bundle\PersonalizationBundle\Targeting\EventListener\TargetingListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1769178253
"timestamp_rfc3339" => "2026-01-23T14:24:13.464+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Pimcore\Bundle\CoreBundle\EventListener\Frontend\FullPageCacheListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1769178253
"timestamp_rfc3339" => "2026-01-23T14:24:13.464+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Pimcore\Bundle\CoreBundle\EventListener\Frontend\StaticPageGeneratorListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1769178253
"timestamp_rfc3339" => "2026-01-23T14:24:13.464+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Pimcore\Bundle\PersonalizationBundle\Targeting\EventListener\ToolbarListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1769178253
"timestamp_rfc3339" => "2026-01-23T14:24:13.464+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::removeCspHeader"
]
"channel" => "event"
]
[
"timestamp" => 1769178253
"timestamp_rfc3339" => "2026-01-23T14:24:13.464+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1769178253
"timestamp_rfc3339" => "2026-01-23T14:24:13.464+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener::onResponse"
]
"channel" => "event"
]
[
"timestamp" => 1769178253
"timestamp_rfc3339" => "2026-01-23T14:24:13.464+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1769178253
"timestamp_rfc3339" => "2026-01-23T14:24:13.465+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.finish_request"
"listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelFinishRequest"
]
"channel" => "event"
]
[
"timestamp" => 1769178253
"timestamp_rfc3339" => "2026-01-23T14:24:13.465+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.finish_request"
"listener" => "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelFinishRequest"
]
"channel" => "event"
]
[
"timestamp" => 1769178253
"timestamp_rfc3339" => "2026-01-23T14:24:13.465+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.finish_request"
"listener" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelFinishRequest"
]
"channel" => "event"
]
[
"timestamp" => 1769178253
"timestamp_rfc3339" => "2026-01-23T14:24:13.465+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.finish_request"
"listener" => "Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener::resetAssets"
]
"channel" => "event"
]
[
"timestamp" => 1769178253
"timestamp_rfc3339" => "2026-01-23T14:24:13.465+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.finish_request"
"listener" => "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelFinishRequest"
]
"channel" => "event"
]
]
3579 => [
[
"timestamp" => 1769178253
"timestamp_rfc3339" => "2026-01-23T14:24:13.385+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT * FROM settings_store WHERE id = ? AND scope = ?"
"params" => [
1 => "BUNDLE_INSTALLED__Pimcore\Bundle\SeoBundle\PimcoreSeoBundle"
2 => "pimcore"
]
"types" => [
1 => 2
2 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1769178253
"timestamp_rfc3339" => "2026-01-23T14:24:13.386+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => """
SELECT * FROM redirects WHERE\n
(\n
(source = ? AND (`type` = ? OR `type` = ?)) OR\n
(source = ? AND `type` = ?) OR\n
(source = ? AND `type` = ?)\n
) AND active = 1 AND (regex IS NULL OR regex = 0) AND (expiry > UNIX_TIMESTAMP() OR expiry IS NULL) AND sourceSite IS NULL AND priority = 99 ORDER BY `priority` DESC
"""
"params" => [
1 => "/en/account/register"
2 => "path"
3 => "auto_create"
4 => "/en/account/register"
5 => "path_query"
6 => "https://automation-direct.pimcoredemos.com/en/account/register"
7 => "entire_uri"
]
"types" => [
1 => 2
2 => 2
3 => 2
4 => 2
5 => 2
6 => 2
7 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1769178253
"timestamp_rfc3339" => "2026-01-23T14:24:13.387+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure"
]
"channel" => "event"
]
[
"timestamp" => 1769178253
"timestamp_rfc3339" => "2026-01-23T14:24:13.387+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Pimcore\Bundle\AdminBundle\EventListener\CustomAdminEntryPointCheckListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1769178253
"timestamp_rfc3339" => "2026-01-23T14:24:13.387+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Pimcore\Bundle\CoreBundle\EventListener\Frontend\RoutingListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1769178253
"timestamp_rfc3339" => "2026-01-23T14:24:13.387+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Pimcore\Bundle\CoreBundle\EventListener\Frontend\StaticPageGeneratorListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1769178253
"timestamp_rfc3339" => "2026-01-23T14:24:13.387+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\Component\HttpKernel\EventListener\ValidateRequestListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1769178253
"timestamp_rfc3339" => "2026-01-23T14:24:13.387+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Pimcore\Bundle\SeoBundle\EventListener\RoutingListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1769178253
"timestamp_rfc3339" => "2026-01-23T14:24:13.387+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1769178253
"timestamp_rfc3339" => "2026-01-23T14:24:13.387+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Pimcore\Bundle\AdminBundle\EventListener\AdminSessionBagListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1769178253
"timestamp_rfc3339" => "2026-01-23T14:24:13.387+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Pimcore\Bundle\PersonalizationBundle\Targeting\EventListener\TargetingSessionBagListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1769178253
"timestamp_rfc3339" => "2026-01-23T14:24:13.387+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Pimcore\Bundle\EcommerceFrameworkBundle\EventListener\SessionBagListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1769178253
"timestamp_rfc3339" => "2026-01-23T14:24:13.387+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Pimcore\Bundle\CoreBundle\EventListener\MaintenancePageListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1769178253
"timestamp_rfc3339" => "2026-01-23T14:24:13.387+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Pimcore\Bundle\CoreBundle\EventListener\Frontend\FullPageCacheListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1769178253
"timestamp_rfc3339" => "2026-01-23T14:24:13.387+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::setDefaultLocale"
]
"channel" => "event"
]
[
"timestamp" => 1769178253
"timestamp_rfc3339" => "2026-01-23T14:24:13.387+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Pimcore\Bundle\GoogleMarketingBundle\EventListener\Frontend\GoogleSearchConsoleVerificationListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1769178253
"timestamp_rfc3339" => "2026-01-23T14:24:13.387+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Pimcore\Bundle\PortalEngineBundle\EventSubscriber\RequestSubscriber::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1769178253
"timestamp_rfc3339" => "2026-01-23T14:24:13.387+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Pimcore\Bundle\PortalEngineBundle\EventSubscriber\TimezoneSubscriber::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1769178253
"timestamp_rfc3339" => "2026-01-23T14:24:13.387+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1769178253
"timestamp_rfc3339" => "2026-01-23T14:24:13.387+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Pimcore\Bundle\CoreBundle\EventListener\PimcoreContextListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1769178253
"timestamp_rfc3339" => "2026-01-23T14:24:13.387+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Pimcore\Bundle\CoreBundle\EventListener\Frontend\DocumentFallbackListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1769178253
"timestamp_rfc3339" => "2026-01-23T14:24:13.387+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1769178253
"timestamp_rfc3339" => "2026-01-23T14:24:13.387+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1769178253
"timestamp_rfc3339" => "2026-01-23T14:24:13.387+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Pimcore\Bundle\AdminBundle\EventListener\CsrfProtectionListener::handleRequest"
]
"channel" => "event"
]
[
"timestamp" => 1769178253
"timestamp_rfc3339" => "2026-01-23T14:24:13.387+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::configureLogoutUrlGenerator"
]
"channel" => "event"
]
[
"timestamp" => 1769178253
"timestamp_rfc3339" => "2026-01-23T14:24:13.387+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1769178253
"timestamp_rfc3339" => "2026-01-23T14:24:13.387+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Pimcore\Bundle\PersonalizationBundle\Targeting\EventListener\TargetingListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1769178253
"timestamp_rfc3339" => "2026-01-23T14:24:13.387+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Pimcore\Bundle\CoreBundle\EventListener\Frontend\LocaleListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1769178253
"timestamp_rfc3339" => "2026-01-23T14:24:13.387+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Knp\Bundle\PaginatorBundle\Subscriber\SlidingPaginationSubscriber::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1769178253
"timestamp_rfc3339" => "2026-01-23T14:24:13.387+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Scheb\TwoFactorBundle\Security\TwoFactor\Event\TwoFactorFormListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1769178253
"timestamp_rfc3339" => "2026-01-23T14:24:13.387+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Pimcore\Bundle\AdminBundle\EventListener\UserPerspectiveListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1769178253
"timestamp_rfc3339" => "2026-01-23T14:24:13.387+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Pimcore\Bundle\AdminBundle\EventListener\UsageStatisticsListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1769178253
"timestamp_rfc3339" => "2026-01-23T14:24:13.387+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Pimcore\Bundle\EcommerceFrameworkBundle\EventListener\Frontend\TrackingCodeFlashMessageListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1769178253
"timestamp_rfc3339" => "2026-01-23T14:24:13.387+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "CustomerManagementFrameworkBundle\Event\Frontend\UrlActivityTracker::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1769178253
"timestamp_rfc3339" => "2026-01-23T14:24:13.387+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Pimcore\Bundle\CoreBundle\EventListener\TranslationDebugListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1769178253
"timestamp_rfc3339" => "2026-01-23T14:24:13.387+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Pimcore\Bundle\CoreBundle\EventListener\Frontend\BlockStateListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1769178253
"timestamp_rfc3339" => "2026-01-23T14:24:13.387+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Pimcore\Bundle\CoreBundle\EventListener\Frontend\EditmodeListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1769178253
"timestamp_rfc3339" => "2026-01-23T14:24:13.387+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Pimcore\Bundle\CoreBundle\EventListener\Frontend\OutputTimestampListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1769178253
"timestamp_rfc3339" => "2026-01-23T14:24:13.387+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "CustomerManagementFrameworkBundle\Event\Frontend\UrlActivityTracker::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1769178253
"timestamp_rfc3339" => "2026-01-23T14:24:13.387+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Pimcore\Bundle\CoreBundle\EventListener\WebDebugToolbarListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1769178253
"timestamp_rfc3339" => "2026-01-23T14:24:13.389+00:00"
"message" => "Resolved editmode to {editmode}"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"editmode" => "false"
"params" => [
"param" => false
"adminRequest" => false
"user" => false
]
]
"channel" => "init"
]
[
"timestamp" => 1769178253
"timestamp_rfc3339" => "2026-01-23T14:24:13.389+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller"
"listener" => "Pimcore\Bundle\CoreBundle\EventListener\Frontend\DocumentFallbackListener::onKernelController"
]
"channel" => "event"
]
[
"timestamp" => 1769178253
"timestamp_rfc3339" => "2026-01-23T14:24:13.389+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller"
"listener" => "Pimcore\Bundle\CoreBundle\EventListener\Frontend\ElementListener::onKernelController"
]
"channel" => "event"
]
[
"timestamp" => 1769178253
"timestamp_rfc3339" => "2026-01-23T14:24:13.389+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller"
"listener" => "Pimcore\Bundle\PersonalizationBundle\Targeting\EventListener\Frontend\TargetingElementListener::onKernelController"
]
"channel" => "event"
]
[
"timestamp" => 1769178253
"timestamp_rfc3339" => "2026-01-23T14:24:13.389+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller"
"listener" => "Pimcore\Bundle\PortalEngineBundle\EventSubscriber\SecuritySubscriber::onKernelController"
]
"channel" => "event"
]
[
"timestamp" => 1769178253
"timestamp_rfc3339" => "2026-01-23T14:24:13.389+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller"
"listener" => "Pimcore\Bundle\CoreBundle\EventListener\Frontend\GlobalTemplateVariablesListener::onKernelController"
]
"channel" => "event"
]
[
"timestamp" => 1769178253
"timestamp_rfc3339" => "2026-01-23T14:24:13.389+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller"
"listener" => "Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector::onKernelController"
]
"channel" => "event"
]
[
"timestamp" => 1769178253
"timestamp_rfc3339" => "2026-01-23T14:24:13.389+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller"
"listener" => "IPSecurityBundle\Model\IPSecurity::onLoadingPimcore"
]
"channel" => "event"
]
[
"timestamp" => 1769178253
"timestamp_rfc3339" => "2026-01-23T14:24:13.389+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller"
"listener" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelController"
]
"channel" => "event"
]
[
"timestamp" => 1769178253
"timestamp_rfc3339" => "2026-01-23T14:24:13.389+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller"
"listener" => "Pimcore\Bundle\PortalEngineBundle\EventSubscriber\PrefixSubscriber::onKernelController"
]
"channel" => "event"
]
[
"timestamp" => 1769178253
"timestamp_rfc3339" => "2026-01-23T14:24:13.389+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller"
"listener" => "Pimcore\Bundle\CoreBundle\EventListener\EventedControllerListener::onKernelController"
]
"channel" => "event"
]
[
"timestamp" => 1769178253
"timestamp_rfc3339" => "2026-01-23T14:24:13.390+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller_arguments"
"listener" => "Symfony\Component\Security\Http\EventListener\IsGrantedAttributeListener::onKernelControllerArguments"
]
"channel" => "event"
]
[
"timestamp" => 1769178253
"timestamp_rfc3339" => "2026-01-23T14:24:13.390+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller_arguments"
"listener" => "Symfony\Component\HttpKernel\EventListener\CacheAttributeListener::onKernelControllerArguments"
]
"channel" => "event"
]
[
"timestamp" => 1769178253
"timestamp_rfc3339" => "2026-01-23T14:24:13.390+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller_arguments"
"listener" => "Pimcore\Bundle\CoreBundle\EventListener\ResponseHeaderListener::onKernelControllerArguments"
]
"channel" => "event"
]
[
"timestamp" => 1769178253
"timestamp_rfc3339" => "2026-01-23T14:24:13.390+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller_arguments"
"listener" => "ContainerDFQB5sJ\RequestPayloadValueResolverGhost3590451::onKernelControllerArguments"
]
"channel" => "event"
]
[
"timestamp" => 1769178253
"timestamp_rfc3339" => "2026-01-23T14:24:13.390+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller_arguments"
"listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::onControllerArguments"
]
"channel" => "event"
]
[
"timestamp" => 1769178253
"timestamp_rfc3339" => "2026-01-23T14:24:13.446+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Pimcore\Bundle\CoreBundle\EventListener\Frontend\FullPageCacheListener::stopPropagationCheck"
]
"channel" => "event"
]
[
"timestamp" => 1769178253
"timestamp_rfc3339" => "2026-01-23T14:24:13.446+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Pimcore\Bundle\CoreBundle\EventListener\ResponseHeaderListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1769178253
"timestamp_rfc3339" => "2026-01-23T14:24:13.446+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Pimcore\Bundle\CoreBundle\EventListener\ResponseStackListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1769178253
"timestamp_rfc3339" => "2026-01-23T14:24:13.446+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Scheb\TwoFactorBundle\Security\TwoFactor\Provider\TwoFactorProviderPreparationListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1769178253
"timestamp_rfc3339" => "2026-01-23T14:24:13.446+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\Security\Http\Firewall\ContextListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1769178253
"timestamp_rfc3339" => "2026-01-23T14:24:13.446+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\Security\Http\Firewall\ContextListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1769178253
"timestamp_rfc3339" => "2026-01-23T14:24:13.446+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\Security\Http\Firewall\ContextListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1769178253
"timestamp_rfc3339" => "2026-01-23T14:24:13.446+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\Security\Http\Firewall\ContextListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1769178253
"timestamp_rfc3339" => "2026-01-23T14:24:13.446+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\HttpKernel\EventListener\ResponseListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1769178253
"timestamp_rfc3339" => "2026-01-23T14:24:13.446+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\WebLink\EventListener\AddLinkHeaderListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1769178253
"timestamp_rfc3339" => "2026-01-23T14:24:13.446+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1769178253
"timestamp_rfc3339" => "2026-01-23T14:24:13.446+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\Security\Http\RememberMe\ResponseListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1769178253
"timestamp_rfc3339" => "2026-01-23T14:24:13.446+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Pimcore\Bundle\AdminBundle\EventListener\AdminSecurityListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1769178253
"timestamp_rfc3339" => "2026-01-23T14:24:13.446+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Pimcore\Bundle\AdminBundle\EventListener\HttpCacheListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1769178253
"timestamp_rfc3339" => "2026-01-23T14:24:13.446+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Pimcore\Bundle\AdminBundle\EventListener\EnablePreviewTimeSliderListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1769178253
"timestamp_rfc3339" => "2026-01-23T14:24:13.446+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Pimcore\Bundle\EcommerceFrameworkBundle\EventListener\Frontend\TrackingCodeFlashMessageListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1769178253
"timestamp_rfc3339" => "2026-01-23T14:24:13.446+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Pimcore\Bundle\GenericDataIndexBundle\EventSubscriber\DebugSubscriber::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1769178253
"timestamp_rfc3339" => "2026-01-23T14:24:13.446+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Pimcore\Bundle\CoreBundle\EventListener\PimcoreHeaderListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1769178253
"timestamp_rfc3339" => "2026-01-23T14:24:13.446+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Pimcore\Bundle\CoreBundle\EventListener\Frontend\LocaleListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1769178253
"timestamp_rfc3339" => "2026-01-23T14:24:13.446+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Pimcore\Bundle\CoreBundle\EventListener\Frontend\GlobalTemplateVariablesListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1769178253
"timestamp_rfc3339" => "2026-01-23T14:24:13.446+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Pimcore\Bundle\CoreBundle\EventListener\Frontend\HardlinkCanonicalListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1769178253
"timestamp_rfc3339" => "2026-01-23T14:24:13.446+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Pimcore\Bundle\CoreBundle\EventListener\Frontend\BlockStateListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1769178253
"timestamp_rfc3339" => "2026-01-23T14:24:13.446+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Pimcore\Bundle\CoreBundle\EventListener\EventedControllerListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1769178253
"timestamp_rfc3339" => "2026-01-23T14:24:13.446+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Pimcore\Bundle\CoreBundle\EventListener\Frontend\EditmodeListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1769178253
"timestamp_rfc3339" => "2026-01-23T14:24:13.446+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Pimcore\Bundle\CoreBundle\EventListener\Frontend\InternalWysiwygHtmlAttributeFilterListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1769178253
"timestamp_rfc3339" => "2026-01-23T14:24:13.446+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "closure"
]
"channel" => "event"
]
[
"timestamp" => 1769178253
"timestamp_rfc3339" => "2026-01-23T14:24:13.446+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\HttpKernel\EventListener\CacheAttributeListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1769178253
"timestamp_rfc3339" => "2026-01-23T14:24:13.446+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1769178253
"timestamp_rfc3339" => "2026-01-23T14:24:13.446+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Pimcore\Bundle\GoogleMarketingBundle\EventListener\Frontend\GoogleTagManagerListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1769178253
"timestamp_rfc3339" => "2026-01-23T14:24:13.446+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Pimcore\Bundle\GoogleMarketingBundle\EventListener\Frontend\GoogleAnalyticsCodeListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1769178253
"timestamp_rfc3339" => "2026-01-23T14:24:13.446+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Pimcore\Bundle\PersonalizationBundle\Targeting\EventListener\TargetingListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1769178253
"timestamp_rfc3339" => "2026-01-23T14:24:13.446+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Pimcore\Bundle\CoreBundle\EventListener\Frontend\FullPageCacheListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1769178253
"timestamp_rfc3339" => "2026-01-23T14:24:13.446+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Pimcore\Bundle\CoreBundle\EventListener\Frontend\StaticPageGeneratorListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1769178253
"timestamp_rfc3339" => "2026-01-23T14:24:13.446+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Pimcore\Bundle\PersonalizationBundle\Targeting\EventListener\ToolbarListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1769178253
"timestamp_rfc3339" => "2026-01-23T14:24:13.446+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::removeCspHeader"
]
"channel" => "event"
]
[
"timestamp" => 1769178253
"timestamp_rfc3339" => "2026-01-23T14:24:13.446+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1769178253
"timestamp_rfc3339" => "2026-01-23T14:24:13.446+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener::onResponse"
]
"channel" => "event"
]
[
"timestamp" => 1769178253
"timestamp_rfc3339" => "2026-01-23T14:24:13.446+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1769178253
"timestamp_rfc3339" => "2026-01-23T14:24:13.447+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.finish_request"
"listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelFinishRequest"
]
"channel" => "event"
]
[
"timestamp" => 1769178253
"timestamp_rfc3339" => "2026-01-23T14:24:13.447+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.finish_request"
"listener" => "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelFinishRequest"
]
"channel" => "event"
]
[
"timestamp" => 1769178253
"timestamp_rfc3339" => "2026-01-23T14:24:13.447+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.finish_request"
"listener" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelFinishRequest"
]
"channel" => "event"
]
[
"timestamp" => 1769178253
"timestamp_rfc3339" => "2026-01-23T14:24:13.447+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.finish_request"
"listener" => "Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener::resetAssets"
]
"channel" => "event"
]
[
"timestamp" => 1769178253
"timestamp_rfc3339" => "2026-01-23T14:24:13.447+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.finish_request"
"listener" => "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelFinishRequest"
]
"channel" => "event"
]
]
]
-errorCount: [
"" => 0
2 => 1
3579 => 0
]
-requestStack: Symfony\Component\HttpKernel\Debug\VirtualRequestStack {#920 …}
} |