| logger |
Symfony\Bridge\Monolog\Processor\DebugProcessor {#227
-records: [
"" => [
[
"timestamp" => 1765196479
"timestamp_rfc3339" => "2025-12-08T12:21:19.360+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 "FiftyDeg\SyliusDegditorBasePlugin\FiftyDegSyliusDegditorBasePlugin" now to avoid errors or add an explicit @return annotation to suppress this message."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#33
#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 "FiftyDeg\SyliusDegditorBasePlugin\FiftyDegSyliusDegditorBasePlugin" now to avoid errors or add an explicit @return annotation to suppress this message."
#code: 0
#file: "/var/www/demo/sylius/staging/releases/38/vendor/symfony/error-handler/DebugClassLoader.php"
#line: 347
#severity: E_USER_DEPRECATED
trace: {
/var/www/demo/sylius/staging/releases/38/vendor/symfony/error-handler/DebugClassLoader.php:347 {
App\Kernel->registerBundles(): iterable …
› foreach ($deprecations as $message) {
› @trigger_error($message, \E_USER_DEPRECATED);
› }
}
/var/www/demo/sylius/staging/releases/38/vendor/symfony/http-kernel/Kernel.php:339 {
Symfony\Component\HttpKernel\Kernel->initializeBundles(): void …
› $this->bundles = [];
› foreach ($this->registerBundles() as $bundle) {
› $name = $bundle->getName();
}
/var/www/demo/sylius/staging/releases/38/vendor/symfony/http-kernel/Kernel.php:743 {
Symfony\Component\HttpKernel\Kernel->preBoot(): ContainerInterface …
›
› $this->initializeBundles();
› $this->initializeContainer();
}
/var/www/demo/sylius/staging/releases/38/vendor/symfony/http-kernel/Kernel.php:170 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› if (!$this->booted) {
› $container = $this->container ?? $this->preBoot();
›
}
/var/www/demo/sylius/staging/releases/38/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
}
/var/www/demo/sylius/staging/releases/38/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/demo/sylius/staging/releases/38/public/index.php:5 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments: {
"/var/www/demo/sylius/staging/releases/38/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1765196479
"timestamp_rfc3339" => "2025-12-08T12:21:19.360+00:00"
"message" => "User Deprecated: The Liip\ImagineBundle\Templating\FilterTrait trait is deprecated since version 2.7 and will be removed in 3.0; use Twig instead."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#265
#message: "User Deprecated: The Liip\ImagineBundle\Templating\FilterTrait trait is deprecated since version 2.7 and will be removed in 3.0; use Twig instead."
#code: 0
#file: "/var/www/demo/sylius/staging/releases/38/vendor/liip/imagine-bundle/Templating/FilterTrait.php"
#line: 14
#severity: E_USER_DEPRECATED
trace: {
/var/www/demo/sylius/staging/releases/38/vendor/liip/imagine-bundle/Templating/FilterTrait.php:14 {
include_once …
›
› @trigger_error('The '.FilterTrait::class.' trait is deprecated since version 2.7 and will be removed in 3.0; use Twig instead.', E_USER_DEPRECATED);
›
}
/var/www/demo/sylius/staging/releases/38/var/cache/dev/ContainerIkK1428/App_KernelDevDebugContainer.php:1609 {
ContainerIkK1428\App_KernelDevDebugContainer::ContainerIkK1428\{closure} …
› include_once \dirname(__DIR__, 4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Twig/MenuExtension.php';
› include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Templating/FilterTrait.php';
› include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Templating/FilterExtension.php';
}
/var/www/demo/sylius/staging/releases/38/vendor/symfony/dependency-injection/Container.php:144 {
Symfony\Component\DependencyInjection\Container->set(string $id, ?object $service): void …
› unset($this->privates['service_container']);
› $initialize($this);
› }
}
/var/www/demo/sylius/staging/releases/38/vendor/symfony/http-kernel/Kernel.php:410 {
Symfony\Component\HttpKernel\Kernel->initializeContainer(): void …
› self::$freshCache[$cachePath] = true;
› $this->container->set('kernel', $this);
› error_reporting($errorLevel);
}
/var/www/demo/sylius/staging/releases/38/vendor/symfony/http-kernel/Kernel.php:744 {
Symfony\Component\HttpKernel\Kernel->preBoot(): ContainerInterface …
› $this->initializeBundles();
› $this->initializeContainer();
›
}
/var/www/demo/sylius/staging/releases/38/vendor/symfony/http-kernel/Kernel.php:170 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› if (!$this->booted) {
› $container = $this->container ?? $this->preBoot();
›
}
/var/www/demo/sylius/staging/releases/38/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
}
/var/www/demo/sylius/staging/releases/38/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/demo/sylius/staging/releases/38/public/index.php:5 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments: {
"/var/www/demo/sylius/staging/releases/38/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1765196479
"timestamp_rfc3339" => "2025-12-08T12:21:19.360+00:00"
"message" => "User Deprecated: The Liip\ImagineBundle\Templating\FilterExtension class is deprecated since version 2.7 and will be removed in 3.0; configure "liip_imagine.twig.mode" to "lazy" instead."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#254
#message: "User Deprecated: The Liip\ImagineBundle\Templating\FilterExtension class is deprecated since version 2.7 and will be removed in 3.0; configure "liip_imagine.twig.mode" to "lazy" instead."
#code: 0
#file: "/var/www/demo/sylius/staging/releases/38/vendor/liip/imagine-bundle/Templating/FilterExtension.php"
#line: 14
#severity: E_USER_DEPRECATED
trace: {
/var/www/demo/sylius/staging/releases/38/vendor/liip/imagine-bundle/Templating/FilterExtension.php:14 {
include_once …
›
› @trigger_error('The '.FilterExtension::class.' class is deprecated since version 2.7 and will be removed in 3.0; configure "liip_imagine.twig.mode" to "lazy" instead.', E_USER_DEPRECATED);
›
}
/var/www/demo/sylius/staging/releases/38/var/cache/dev/ContainerIkK1428/App_KernelDevDebugContainer.php:1610 {
ContainerIkK1428\App_KernelDevDebugContainer::ContainerIkK1428\{closure} …
› include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Templating/FilterTrait.php';
› include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Templating/FilterExtension.php';
› include_once \dirname(__DIR__, 4).'/vendor/monsieurbiz/sylius-media-manager-plugin/src/Twig/Extension/FilterExtensionDecorator.php';
}
/var/www/demo/sylius/staging/releases/38/vendor/symfony/dependency-injection/Container.php:144 {
Symfony\Component\DependencyInjection\Container->set(string $id, ?object $service): void …
› unset($this->privates['service_container']);
› $initialize($this);
› }
}
/var/www/demo/sylius/staging/releases/38/vendor/symfony/http-kernel/Kernel.php:410 {
Symfony\Component\HttpKernel\Kernel->initializeContainer(): void …
› self::$freshCache[$cachePath] = true;
› $this->container->set('kernel', $this);
› error_reporting($errorLevel);
}
/var/www/demo/sylius/staging/releases/38/vendor/symfony/http-kernel/Kernel.php:744 {
Symfony\Component\HttpKernel\Kernel->preBoot(): ContainerInterface …
› $this->initializeBundles();
› $this->initializeContainer();
›
}
/var/www/demo/sylius/staging/releases/38/vendor/symfony/http-kernel/Kernel.php:170 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› if (!$this->booted) {
› $container = $this->container ?? $this->preBoot();
›
}
/var/www/demo/sylius/staging/releases/38/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
}
/var/www/demo/sylius/staging/releases/38/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/demo/sylius/staging/releases/38/public/index.php:5 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments: {
"/var/www/demo/sylius/staging/releases/38/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1765196479
"timestamp_rfc3339" => "2025-12-08T12:21:19.367+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 today, set the "reportFieldsWhereDeclared" constructor parameter to true. (AttributeDriver.php:77 called by App_KernelDevDebugContainer.php:6302, https://github.com/doctrine/orm/pull/10455, package doctrine/orm)"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#175
#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 today, set the "reportFieldsWhereDeclared" constructor parameter to true. (AttributeDriver.php:77 called by App_KernelDevDebugContainer.php:6302, https://github.com/doctrine/orm/pull/10455, package doctrine/orm)"
#code: 0
#file: "/var/www/demo/sylius/staging/releases/38/vendor/doctrine/deprecations/src/Deprecation.php"
#line: 208
#severity: E_USER_DEPRECATED
trace: {
/var/www/demo/sylius/staging/releases/38/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/demo/sylius/staging/releases/38/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/demo/sylius/staging/releases/38/vendor/doctrine/orm/src/Mapping/Driver/AttributeDriver.php:77 {
Doctrine\ORM\Mapping\Driver\AttributeDriver->__construct(array $paths, bool $reportFieldsWhereDeclared = false) …
› if (! $reportFieldsWhereDeclared) {
› Deprecation::trigger(
› 'doctrine/orm',
}
/var/www/demo/sylius/staging/releases/38/var/cache/dev/ContainerIkK1428/App_KernelDevDebugContainer.php:6302 {
ContainerIkK1428\App_KernelDevDebugContainer::getDoctrine_Orm_DefaultAttributeMetadataDriverService($container) …
› {
› return $container->privates['doctrine.orm.default_attribute_metadata_driver'] = new \Doctrine\ORM\Mapping\Driver\AttributeDriver([(\dirname(__DIR__, 4).'/src/Entity'), (\dirname(__DIR__, 4).'/vendor/fifty-deg/sylius-degditor-base-plugin/src/Entity'), (\dirname(__DIR__, 4).'/vendor/gewebe/sylius-vat-plugin/src/Entity'), (\dirname(__DIR__, 4).'/vendor/sylius/paypal-plugin/src/Entity'), (\dirname(__DIR__, 4).'/vendor/wilma-digital/sylius-productrequest/src/Entity'), (\dirname(__DIR__, 4).'/vendor/monsieurbiz/sylius-rich-editor-plugin/src/Entity')], false);
› }
}
/var/www/demo/sylius/staging/releases/38/var/cache/dev/ContainerIkK1428/App_KernelDevDebugContainer.php:2491 {
ContainerIkK1428\App_KernelDevDebugContainer::getResourceMappingDriverChainService($container) …
› $b = ($container->privates['doctrine.orm.default_xml_metadata_driver'] ?? self::getDoctrine_Orm_DefaultXmlMetadataDriverService($container));
› $c = ($container->privates['doctrine.orm.default_attribute_metadata_driver'] ?? self::getDoctrine_Orm_DefaultAttributeMetadataDriverService($container));
›
}
/var/www/demo/sylius/staging/releases/38/var/cache/dev/ContainerIkK1428/App_KernelDevDebugContainer.php:6318 {
ContainerIkK1428\App_KernelDevDebugContainer::getDoctrine_Orm_DefaultConfigurationService($container) …
› $instance->setResultCache(($container->privates['cache.doctrine.orm.default.result'] ?? self::getCache_Doctrine_Orm_Default_ResultService($container)));
› $instance->setMetadataDriverImpl(new \Doctrine\Bundle\DoctrineBundle\Mapping\MappingDriver(($container->services['Sylius\\Bundle\\ResourceBundle\\Doctrine\\ResourceMappingDriverChain'] ?? self::getResourceMappingDriverChainService($container)), new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($container->getService ??= $container->getService(...), [
› 'doctrine.ulid_generator' => ['privates', 'doctrine.ulid_generator', 'getDoctrine_UlidGeneratorService', true],
}
/var/www/demo/sylius/staging/releases/38/var/cache/dev/ContainerIkK1428/App_KernelDevDebugContainer.php:2743 {
ContainerIkK1428\App_KernelDevDebugContainer::getDoctrine_Orm_DefaultEntityManagerService($container, $lazyLoad = true) …
›
› $instance = ($lazyLoad->__construct(($container->services['doctrine.dbal.default_connection'] ?? self::getDoctrine_Dbal_DefaultConnectionService($container)), ($container->privates['doctrine.orm.default_configuration'] ?? self::getDoctrine_Orm_DefaultConfigurationService($container)), ($container->privates['doctrine.dbal.default_connection.event_manager'] ?? self::getDoctrine_Dbal_DefaultConnection_EventManagerService($container))) && false ?: $lazyLoad);
›
}
/var/www/demo/sylius/staging/releases/38/var/cache/dev/ContainerIkK1428/App_KernelDevDebugContainer.php:2734 {
ContainerIkK1428\App_KernelDevDebugContainer::ContainerIkK1428\{closure} …
› if (true === $lazyLoad) {
› return $container->services['doctrine.orm.default_entity_manager'] = $container->createProxy('EntityManagerGhost614a58f', static fn () => \EntityManagerGhost614a58f::createLazyGhost(static fn ($proxy) => self::getDoctrine_Orm_DefaultEntityManagerService($container, $proxy)));
› }
}
/var/www/demo/sylius/staging/releases/38/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/demo/sylius/staging/releases/38/vendor/symfony/var-exporter/LazyGhostTrait.php:153 {
ContainerIkK1428\EntityManagerGhost614a58f->__get&($name): mixed …
›
› if ($property?->isInitialized($this) ?? LazyObjectState::STATUS_UNINITIALIZED_PARTIAL !== $state->initialize($this, $name, $writeScope ?? $scope)) {
› goto get_in_scope;
}
/var/www/demo/sylius/staging/releases/38/vendor/doctrine/orm/src/EntityManager.php:880 {
Doctrine\ORM\EntityManager->getConfiguration() …
› {
› return $this->config;
› }
}
/var/www/demo/sylius/staging/releases/38/vendor/sylius/sylius/src/Sylius/Bundle/CoreBundle/SyliusCoreBundle.php:108 {
Sylius\Bundle\CoreBundle\SyliusCoreBundle->setDefaultOutputWalker(string $outputWalkerClass): void …
› ->get('doctrine.orm.entity_manager')
› ->getConfiguration()
› ->setDefaultQueryHint(
}
/var/www/demo/sylius/staging/releases/38/vendor/sylius/sylius/src/Sylius/Bundle/CoreBundle/SyliusCoreBundle.php:68 {
Sylius\Bundle\CoreBundle\SyliusCoreBundle->boot(): void …
› if ($this->container->getParameter('sylius_core.order_by_identifier')) {
› $this->setDefaultOutputWalker(OrderByIdentifierSqlWalker::class);
› }
}
/var/www/demo/sylius/staging/releases/38/vendor/symfony/http-kernel/Kernel.php:125 {
Symfony\Component\HttpKernel\Kernel->boot(): void …
› $bundle->setContainer($this->container);
› $bundle->boot();
› }
}
/var/www/demo/sylius/staging/releases/38/vendor/symfony/http-kernel/Kernel.php:177 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› $this->boot();
› ++$this->requestStackSize;
}
/var/www/demo/sylius/staging/releases/38/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
}
/var/www/demo/sylius/staging/releases/38/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/demo/sylius/staging/releases/38/public/index.php:5 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments: {
"/var/www/demo/sylius/staging/releases/38/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1765196479
"timestamp_rfc3339" => "2025-12-08T12:21:19.373+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 {#472
#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/demo/sylius/staging/releases/38/vendor/doctrine/deprecations/src/Deprecation.php"
#line: 208
#severity: E_USER_DEPRECATED
trace: {
/var/www/demo/sylius/staging/releases/38/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/demo/sylius/staging/releases/38/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/demo/sylius/staging/releases/38/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/demo/sylius/staging/releases/38/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/demo/sylius/staging/releases/38/var/cache/dev/ContainerIkK1428/App_KernelDevDebugContainer.php:2743 {
ContainerIkK1428\App_KernelDevDebugContainer::getDoctrine_Orm_DefaultEntityManagerService($container, $lazyLoad = true) …
›
› $instance = ($lazyLoad->__construct(($container->services['doctrine.dbal.default_connection'] ?? self::getDoctrine_Dbal_DefaultConnectionService($container)), ($container->privates['doctrine.orm.default_configuration'] ?? self::getDoctrine_Orm_DefaultConfigurationService($container)), ($container->privates['doctrine.dbal.default_connection.event_manager'] ?? self::getDoctrine_Dbal_DefaultConnection_EventManagerService($container))) && false ?: $lazyLoad);
›
}
/var/www/demo/sylius/staging/releases/38/var/cache/dev/ContainerIkK1428/App_KernelDevDebugContainer.php:2734 {
ContainerIkK1428\App_KernelDevDebugContainer::ContainerIkK1428\{closure} …
› if (true === $lazyLoad) {
› return $container->services['doctrine.orm.default_entity_manager'] = $container->createProxy('EntityManagerGhost614a58f', static fn () => \EntityManagerGhost614a58f::createLazyGhost(static fn ($proxy) => self::getDoctrine_Orm_DefaultEntityManagerService($container, $proxy)));
› }
}
/var/www/demo/sylius/staging/releases/38/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/demo/sylius/staging/releases/38/vendor/symfony/var-exporter/LazyGhostTrait.php:153 {
ContainerIkK1428\EntityManagerGhost614a58f->__get&($name): mixed …
›
› if ($property?->isInitialized($this) ?? LazyObjectState::STATUS_UNINITIALIZED_PARTIAL !== $state->initialize($this, $name, $writeScope ?? $scope)) {
› goto get_in_scope;
}
/var/www/demo/sylius/staging/releases/38/vendor/doctrine/orm/src/EntityManager.php:880 {
Doctrine\ORM\EntityManager->getConfiguration() …
› {
› return $this->config;
› }
}
/var/www/demo/sylius/staging/releases/38/vendor/sylius/sylius/src/Sylius/Bundle/CoreBundle/SyliusCoreBundle.php:108 {
Sylius\Bundle\CoreBundle\SyliusCoreBundle->setDefaultOutputWalker(string $outputWalkerClass): void …
› ->get('doctrine.orm.entity_manager')
› ->getConfiguration()
› ->setDefaultQueryHint(
}
/var/www/demo/sylius/staging/releases/38/vendor/sylius/sylius/src/Sylius/Bundle/CoreBundle/SyliusCoreBundle.php:68 {
Sylius\Bundle\CoreBundle\SyliusCoreBundle->boot(): void …
› if ($this->container->getParameter('sylius_core.order_by_identifier')) {
› $this->setDefaultOutputWalker(OrderByIdentifierSqlWalker::class);
› }
}
/var/www/demo/sylius/staging/releases/38/vendor/symfony/http-kernel/Kernel.php:125 {
Symfony\Component\HttpKernel\Kernel->boot(): void …
› $bundle->setContainer($this->container);
› $bundle->boot();
› }
}
/var/www/demo/sylius/staging/releases/38/vendor/symfony/http-kernel/Kernel.php:177 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› $this->boot();
› ++$this->requestStackSize;
}
/var/www/demo/sylius/staging/releases/38/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
}
/var/www/demo/sylius/staging/releases/38/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/demo/sylius/staging/releases/38/public/index.php:5 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments: {
"/var/www/demo/sylius/staging/releases/38/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "deprecation"
]
]
60 => [
[
"timestamp" => 1765196479
"timestamp_rfc3339" => "2025-12-08T12:21:19.417+00:00"
"message" => "User Deprecated: Method "Payum\Core\Model\DetailsAggregateInterface::getDetails()" might add "?object" as a native return type declaration in the future. Do the same in implementation "Sylius\Bundle\PayumBundle\Model\PaymentSecurityToken" now to avoid errors or add an explicit @return annotation to suppress this message."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#4891
#message: "User Deprecated: Method "Payum\Core\Model\DetailsAggregateInterface::getDetails()" might add "?object" as a native return type declaration in the future. Do the same in implementation "Sylius\Bundle\PayumBundle\Model\PaymentSecurityToken" now to avoid errors or add an explicit @return annotation to suppress this message."
#code: 0
#file: "/var/www/demo/sylius/staging/releases/38/vendor/symfony/error-handler/DebugClassLoader.php"
#line: 347
#severity: E_USER_DEPRECATED
trace: {
/var/www/demo/sylius/staging/releases/38/vendor/symfony/error-handler/DebugClassLoader.php:347 {
require_once …
› foreach ($deprecations as $message) {
› @trigger_error($message, \E_USER_DEPRECATED);
› }
}
/var/www/demo/sylius/staging/releases/38/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/ColocatedMappingDriver.php:188 {
Doctrine\ORM\Mapping\Driver\AttributeDriver->getAllClassNames() …
›
› require_once $sourceFile;
›
}
/var/www/demo/sylius/staging/releases/38/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriverChain.php:104 {
Doctrine\Persistence\Mapping\Driver\MappingDriverChain->getAllClassNames() …
› if (! isset($driverClasses[$oid])) {
› $driverClasses[$oid] = $driver->getAllClassNames();
› }
}
/var/www/demo/sylius/staging/releases/38/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriverChain.php:117 {
Doctrine\Persistence\Mapping\Driver\MappingDriverChain->getAllClassNames() …
› if ($this->defaultDriver !== null) {
› foreach ($this->defaultDriver->getAllClassNames() as $className) {
› $classNames[$className] = true;
}
/var/www/demo/sylius/staging/releases/38/vendor/doctrine/doctrine-bundle/src/Mapping/MappingDriver.php:23 {
Doctrine\Bundle\DoctrineBundle\Mapping\MappingDriver->getAllClassNames(): array …
› {
› return $this->driver->getAllClassNames();
› }
}
/var/www/demo/sylius/staging/releases/38/vendor/sylius/resource-bundle/src/Bundle/EventListener/ORMMappedSuperClassSubscriber.php:62 {
Sylius\Bundle\ResourceBundle\EventListener\ORMMappedSuperClassSubscriber->setAssociationMappings(ClassMetadata $metadata, Configuration $configuration): void …
› foreach ($parents as $parent) {
› if (false === in_array($parent, $metadataDriver->getAllClassNames(), true)) {
› continue;
}
/var/www/demo/sylius/staging/releases/38/vendor/sylius/resource-bundle/src/Bundle/EventListener/ORMMappedSuperClassSubscriber.php:42 {
Sylius\Bundle\ResourceBundle\EventListener\ORMMappedSuperClassSubscriber->loadClassMetadata(LoadClassMetadataEventArgs $eventArgs): void …
› if (!$metadata->isMappedSuperclass) {
› $this->setAssociationMappings($metadata, $eventArgs->getEntityManager()->getConfiguration());
› } else {
}
/var/www/demo/sylius/staging/releases/38/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php:56 {
Symfony\Bridge\Doctrine\ContainerAwareEventManager->dispatchEvent(string $eventName, ?EventArgs $eventArgs = null): void …
› foreach ($this->listeners[$eventName] as $hash => $listener) {
› $listener->{$this->methods[$eventName][$hash]}($eventArgs);
› }
}
/var/www/demo/sylius/staging/releases/38/vendor/doctrine/orm/src/Mapping/ClassMetadataFactory.php:250 {
Doctrine\ORM\Mapping\ClassMetadataFactory->doLoadMetadata($class, $parent, $rootEntityFound, array $nonSuperclassParents) …
› $eventArgs = new LoadClassMetadataEventArgs($class, $this->em);
› $this->evm->dispatchEvent(Events::loadClassMetadata, $eventArgs);
› }
}
/var/www/demo/sylius/staging/releases/38/vendor/doctrine/doctrine-bundle/src/Mapping/ClassMetadataFactory.php:18 {
Doctrine\Bundle\DoctrineBundle\Mapping\ClassMetadataFactory->doLoadMetadata($class, $parent, $rootEntityFound, array $nonSuperclassParents): void …
› {
› parent::doLoadMetadata($class, $parent, $rootEntityFound, $nonSuperclassParents);
›
}
/var/www/demo/sylius/staging/releases/38/vendor/doctrine/persistence/src/Persistence/Mapping/AbstractClassMetadataFactory.php:343 {
Doctrine\Persistence\Mapping\AbstractClassMetadataFactory->loadMetadata(string $name) …
›
› $this->doLoadMetadata($class, $parent, $rootEntityFound, $visited);
›
}
/var/www/demo/sylius/staging/releases/38/vendor/doctrine/persistence/src/Persistence/Mapping/AbstractClassMetadataFactory.php:207 {
Doctrine\Persistence\Mapping\AbstractClassMetadataFactory->getMetadataFor(string $className) …
› } else {
› $loadedMetadata = $this->loadMetadata($realClassName);
› $classNames = array_combine(
}
/var/www/demo/sylius/staging/releases/38/vendor/doctrine/orm/src/EntityManager.php:329 {
Doctrine\ORM\EntityManager->getClassMetadata($className) …
› {
› return $this->metadataFactory->getMetadataFor($className);
› }
}
/var/www/demo/sylius/staging/releases/38/var/cache/dev/ContainerIkK1428/App_KernelDevDebugContainer.php:3902 {
ContainerIkK1428\App_KernelDevDebugContainer::getSylius_Repository_PaymentMethodService($container) …
›
› return $container->services['sylius.repository.payment_method'] = new \Sylius\Bundle\CoreBundle\Doctrine\ORM\PaymentMethodRepository($a, $a->getClassMetadata('App\\Entity\\Payment\\PaymentMethod'));
› }
}
/var/www/demo/sylius/staging/releases/38/var/cache/dev/ContainerIkK1428/App_KernelDevDebugContainer.php:8116 {
ContainerIkK1428\App_KernelDevDebugContainer::getSylius_Provider_PaymentRequest_DefaultActionService($container) …
› {
› $a = ($container->services['sylius.repository.payment_method'] ?? self::getSylius_Repository_PaymentMethodService($container));
›
}
/var/www/demo/sylius/staging/releases/38/var/cache/dev/ContainerIkK1428/App_KernelDevDebugContainer.php:5515 {
ContainerIkK1428\App_KernelDevDebugContainer::getApiPlatform_Openapi_SerializerContextBuilderService($container) …
›
› return $container->privates['api_platform.openapi.serializer_context_builder'] = new \ApiPlatform\OpenApi\Serializer\SerializerContextBuilder(new \ApiPlatform\Serializer\SerializerFilterContextBuilder($a, $b, new \Sylius\Bundle\ApiBundle\Serializer\ContextBuilder\PaymentRequestActionAwareContextBuilder(new \Sylius\Bundle\ApiBundle\Serializer\ContextBuilder\UriVariablesAwareContextBuilder(new \Sylius\Bundle\ApiBundle\Serializer\ContextBuilder\UriVariablesAwareContextBuilder(new \Sylius\Bundle\ApiBundle\Serializer\ContextBuilder\UriVariablesAwareContextBuilder(new \Sylius\Bundle\ApiBundle\Serializer\ContextBuilder\UriVariablesAwareContextBuilder(new \Sylius\Bundle\ApiBundle\Serializer\ContextBuilder\UriVariablesAwareContextBuilder(new \Sylius\Bundle\ApiBundle\Serializer\ContextBuilder\UriVariablesAwareContextBuilder(new \Sylius\Bundle\ApiBundle\Serializer\ContextBuilder\UriVariablesAwareContextBuilder(new \Sylius\Bundle\ApiBundle\Serializer\ContextBuilder\UriVariablesAwareContextBuilder(new \Sylius\Bundle\ApiBundle\Serializer\ContextBuilder\UriVariablesAwareContextBuilder(new \Sylius\Bundle\ApiBundle\Serializer\ContextBuilder\LoggedInShopUserIdAwareContextBuilder(new \Sylius\Bundle\ApiBundle\Serializer\ContextBuilder\HttpRequestMethodTypeContextBuilder(new \Sylius\Bundle\ApiBundle\Serializer\ContextBuilder\LocaleContextBuilder(new \Sylius\Bundle\ApiBundle\Serializer\ContextBuilder\LocaleCodeAwareContextBuilder(new \Sylius\Bundle\ApiBundle\Serializer\ContextBuilder\ChannelContextBuilder(new \Sylius\Bundle\ApiBundle\Serializer\ContextBuilder\LoggedInCustomerEmailAwareContextBuilder(new \Sylius\Bundle\ApiBundle\Serializer\ContextBuilder\ChannelCodeAwareContextBuilder(new \ApiPlatform\Serializer\SerializerContextBuilder($a, true), 'Sylius\\Bundle\\ApiBundle\\Attribute\\ChannelCodeAware', 'channelCode', $c), 'Sylius\\Bundle\\ApiBundle\\Attribute\\LoggedInCustomerEmailAware', 'email', $d), $c), 'Sylius\\Bundle\\ApiBundle\\Attribute\\LocaleCodeAware', 'localeCode', $e), $e)), 'Sylius\\Bundle\\ApiBundle\\Attribute\\ShopUserIdAware', 'shopUserId', $d), 'Sylius\\Bundle\\ApiBundle\\Attribute\\ShipmentIdAware', 'shipmentId', 'Sylius\\Component\\Core\\Model\\ShipmentInterface'), 'Sylius\\Bundle\\ApiBundle\\Attribute\\PaymentIdAware', 'paymentId', 'Sylius\\Component\\Core\\Model\\PaymentInterface'), 'Sylius\\Bundle\\ApiBundle\\Attribute\\PaymentRequestHashAware', 'hash', 'Sylius\\Component\\Payment\\Model\\PaymentRequestInterface'), 'Sylius\\Bundle\\ApiBundle\\Attribute\\OrderTokenValueAware', 'orderTokenValue', 'Sylius\\Component\\Core\\Model\\OrderInterface'), 'Sylius\\Bundle\\ApiBundle\\Attribute\\OrderItemIdAware', 'orderItemId', 'Sylius\\Component\\Core\\Model\\OrderItemInterface'), 'Sylius\\Bundle\\ApiBundle\\Attribute\\PromotionCodeAware', 'promotionCode', 'Sylius\\Component\\Core\\Model\\PromotionInterface'), 'Sylius\\Bundle\\ApiBundle\\Attribute\\TokenAware', 'token', 'Sylius\\Bundle\\ApiBundle\\Command\\Admin\\Account\\ResetPassword'), 'Sylius\\Bundle\\ApiBundle\\Attribute\\TokenAware', 'token', 'Sylius\\Bundle\\ApiBundle\\Command\\Account\\ResetPassword'), 'Sylius\\Bundle\\ApiBundle\\Attribute\\TokenAware', 'token', 'Sylius\\Bundle\\ApiBundle\\Command\\Account\\VerifyShopUser'), 'Sylius\\Bundle\\ApiBundle\\Attribute\\PaymentRequestActionAware', 'action', ($container->privates['sylius.provider.payment_request.default_action'] ?? self::getSylius_Provider_PaymentRequest_DefaultActionService($container)))));
› }
}
/var/www/demo/sylius/staging/releases/38/var/cache/dev/ContainerIkK1428/App_KernelDevDebugContainer.php:2553 {
ContainerIkK1428\App_KernelDevDebugContainer::getApiPlatform_StateProvider_ParameterValidatorService($container) …
›
› return $container->services['api_platform.state_provider.parameter_validator'] = new \ApiPlatform\Symfony\Validator\State\ParameterValidatorProvider($a, new \ApiPlatform\State\Provider\ReadProvider($b, ($container->privates['api_platform.openapi.serializer_context_builder'] ?? self::getApiPlatform_Openapi_SerializerContextBuilderService($container)), ($container->privates['monolog.logger'] ?? self::getMonolog_LoggerService($container))));
› }
}
/var/www/demo/sylius/staging/releases/38/var/cache/dev/ContainerIkK1428/App_KernelDevDebugContainer.php:5332 {
ContainerIkK1428\App_KernelDevDebugContainer::getApiPlatform_Listener_Request_ReadService($container) …
› {
› $a = ($container->services['api_platform.state_provider.parameter_validator'] ?? self::getApiPlatform_StateProvider_ParameterValidatorService($container));
›
}
/var/www/demo/sylius/staging/releases/38/var/cache/dev/ContainerIkK1428/App_KernelDevDebugContainer.php:2880 {
ContainerIkK1428\App_KernelDevDebugContainer::ContainerIkK1428\{closure} …
› $instance->addListener('kernel.request', [#[\Closure(name: 'api_platform.listener.request.add_format', class: 'ApiPlatform\\Symfony\\EventListener\\AddFormatListener')] fn () => ($container->privates['api_platform.listener.request.add_format'] ?? self::getApiPlatform_Listener_Request_AddFormatService($container)), 'onKernelRequest'], 28);
› $instance->addListener('kernel.request', [#[\Closure(name: 'api_platform.listener.request.read', class: 'ApiPlatform\\Symfony\\EventListener\\ReadListener')] fn () => ($container->privates['api_platform.listener.request.read'] ?? self::getApiPlatform_Listener_Request_ReadService($container)), 'onKernelRequest'], 4);
› $instance->addListener('kernel.request', [#[\Closure(name: 'api_platform.listener.request.deserialize', class: 'ApiPlatform\\Symfony\\EventListener\\DeserializeListener')] fn () => ($container->privates['api_platform.listener.request.deserialize'] ?? self::getApiPlatform_Listener_Request_DeserializeService($container)), 'onKernelRequest'], 2);
}
/var/www/demo/sylius/staging/releases/38/vendor/symfony/event-dispatcher/EventDispatcher.php:221 {
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/demo/sylius/staging/releases/38/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/demo/sylius/staging/releases/38/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:256 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
›
› foreach ($this->dispatcher->getListeners($eventName) as $listener) {
› $priority = $this->getListenerPriority($eventName, $listener);
}
/var/www/demo/sylius/staging/releases/38/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:120 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› $this->preProcess($eventName);
› try {
}
/var/www/demo/sylius/staging/releases/38/vendor/symfony/http-kernel/HttpKernel.php:159 {
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/demo/sylius/staging/releases/38/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) {
}
/var/www/demo/sylius/staging/releases/38/vendor/symfony/http-kernel/Kernel.php:182 {
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 {
}
/var/www/demo/sylius/staging/releases/38/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
}
/var/www/demo/sylius/staging/releases/38/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/demo/sylius/staging/releases/38/public/index.php:5 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments: {
"/var/www/demo/sylius/staging/releases/38/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1765196479
"timestamp_rfc3339" => "2025-12-08T12:21:19.468+00:00"
"message" => "Connecting with parameters {params}"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"params" => [
"driver" => "pdo_mysql"
"idle_connection_ttl" => 600
"host" => "127.0.0.1"
"port" => null
"user" => "sylius_demo"
"password" => "<redacted>"
"driverOptions" => []
"defaultTableOptions" => []
"dbname" => "sylius_demo_staging"
"serverVersion" => "8.0.37"
"charset" => "utf8mb4"
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1765196479
"timestamp_rfc3339" => "2025-12-08T12:21:19.470+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.code AS code_1, t0.name AS name_2, t0.color AS color_3, t0.description AS description_4, t0.enabled AS enabled_5, t0.hostname AS hostname_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.id AS id_9, t0.theme_name AS theme_name_10, t0.tax_calculation_strategy AS tax_calculation_strategy_11, t0.contact_email AS contact_email_12, t0.contact_phone_number AS contact_phone_number_13, t0.skipping_shipping_step_allowed AS skipping_shipping_step_allowed_14, t0.skipping_payment_step_allowed AS skipping_payment_step_allowed_15, t0.account_verification_required AS account_verification_required_16, t0.shipping_address_in_checkout_required AS shipping_address_in_checkout_required_17, t0.gally_active AS gally_active_18, t0.gally_product_index_batch_size AS gally_product_index_batch_size_19, t0.gally_category_index_batch_size AS gally_category_index_batch_size_20, t0.default_locale_id AS default_locale_id_21, t22.code AS code_23, t22.created_at AS created_at_24, t22.updated_at AS updated_at_25, t22.id AS id_26, t0.base_currency_id AS base_currency_id_27, t28.code AS code_29, t28.created_at AS created_at_30, t28.updated_at AS updated_at_31, t28.id AS id_32, t0.default_tax_zone_id AS default_tax_zone_id_33, t0.menu_taxon_id AS menu_taxon_id_34, t0.shop_billing_data_id AS shop_billing_data_id_35, t0.channel_price_history_config_id AS channel_price_history_config_id_36 FROM sylius_channel t0 INNER JOIN sylius_locale t22 ON t0.default_locale_id = t22.id INNER JOIN sylius_currency t28 ON t0.base_currency_id = t28.id WHERE t0.hostname = ? AND t0.enabled = ? ORDER BY t0.id ASC LIMIT 1"
"params" => [
1 => "staging.sylius.demo.wilma.dev"
2 => 1
]
"types" => [
1 => 2
2 => 5
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1765196479
"timestamp_rfc3339" => "2025-12-08T12:21:19.472+00:00"
"message" => "Executing query: {sql}"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT COUNT(*) FROM sylius_channel t0"
]
"channel" => "doctrine"
]
[
"timestamp" => 1765196479
"timestamp_rfc3339" => "2025-12-08T12:21:19.472+00:00"
"message" => "Executing query: {sql}"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.code AS code_1, t0.name AS name_2, t0.color AS color_3, t0.description AS description_4, t0.enabled AS enabled_5, t0.hostname AS hostname_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.id AS id_9, t0.theme_name AS theme_name_10, t0.tax_calculation_strategy AS tax_calculation_strategy_11, t0.contact_email AS contact_email_12, t0.contact_phone_number AS contact_phone_number_13, t0.skipping_shipping_step_allowed AS skipping_shipping_step_allowed_14, t0.skipping_payment_step_allowed AS skipping_payment_step_allowed_15, t0.account_verification_required AS account_verification_required_16, t0.shipping_address_in_checkout_required AS shipping_address_in_checkout_required_17, t0.gally_active AS gally_active_18, t0.gally_product_index_batch_size AS gally_product_index_batch_size_19, t0.gally_category_index_batch_size AS gally_category_index_batch_size_20, t0.default_locale_id AS default_locale_id_21, t22.code AS code_23, t22.created_at AS created_at_24, t22.updated_at AS updated_at_25, t22.id AS id_26, t0.base_currency_id AS base_currency_id_27, t28.code AS code_29, t28.created_at AS created_at_30, t28.updated_at AS updated_at_31, t28.id AS id_32, t0.default_tax_zone_id AS default_tax_zone_id_33, t0.menu_taxon_id AS menu_taxon_id_34, t0.shop_billing_data_id AS shop_billing_data_id_35, t0.channel_price_history_config_id AS channel_price_history_config_id_36 FROM sylius_channel t0 INNER JOIN sylius_locale t22 ON t0.default_locale_id = t22.id INNER JOIN sylius_currency t28 ON t0.base_currency_id = t28.id LIMIT 1"
]
"channel" => "doctrine"
]
[
"timestamp" => 1765196479
"timestamp_rfc3339" => "2025-12-08T12:21:19.479+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.code AS code_1, t0.created_at AS created_at_2, t0.updated_at AS updated_at_3, t0.id AS id_4 FROM sylius_locale t0 INNER JOIN sylius_channel_locales ON t0.id = sylius_channel_locales.locale_id WHERE sylius_channel_locales.channel_id = ?"
"params" => [
1 => 1
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1765196479
"timestamp_rfc3339" => "2025-12-08T12:21:19.492+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT COUNT(m0_.id) AS sclr_0 FROM monsieurbiz_cms_page m0_ INNER JOIN monsieurbiz_cms_page_translation m1_ ON m0_.id = m1_.translatable_id AND (m1_.locale = ?) WHERE m1_.slug = ? AND EXISTS (SELECT 1 FROM monsieurbiz_cms_page_channels m2_ WHERE m2_.page_id = m0_.id AND m2_.channel_id IN (?)) AND m0_.enabled = 1 AND m0_.enabled = 1 AND (m0_.publish_at IS NULL OR m0_.publish_at <= ?) AND (m0_.unpublish_at IS NULL OR m0_.unpublish_at >= ?)"
"params" => [
1 => "en_US"
2 => "taxons/category/caps"
3 => 1
4 => "2025-12-08 12:21:19"
5 => "2025-12-08 12:21:19"
]
"types" => [
1 => 2
2 => 2
3 => 1
4 => 2
5 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1765196479
"timestamp_rfc3339" => "2025-12-08T12:21:19.495+00:00"
"message" => "Matched route "{route}"."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"route" => "sylius_shop_product_index"
"route_parameters" => [
"_route" => "sylius_shop_product_index"
"_controller" => "sylius.controller.product::indexAction"
"_sylius" => [
"template" => "@SyliusShop/product/index.html.twig"
"grid" => "sylius_shop_product"
]
"_locale" => "en_US"
"slug" => "category/caps"
]
"request_uri" => "https://staging.sylius.demo.wilma.dev/en_US/taxons/category/caps?sorting%5Bsorting%5D=desc"
"method" => "GET"
]
"channel" => "request"
]
[
"timestamp" => 1765196479
"timestamp_rfc3339" => "2025-12-08T12:21:19.502+00:00"
"message" => "Checking for authenticator support."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"firewall_name" => "shop"
"authenticators" => 3
]
"channel" => "security"
]
[
"timestamp" => 1765196479
"timestamp_rfc3339" => "2025-12-08T12:21:19.502+00:00"
"message" => "Checking support on authenticator."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"firewall_name" => "shop"
"authenticator" => "Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticator"
]
"channel" => "security"
]
[
"timestamp" => 1765196479
"timestamp_rfc3339" => "2025-12-08T12:21:19.502+00:00"
"message" => "Authenticator does not support the request."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"firewall_name" => "shop"
"authenticator" => "Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticator"
]
"channel" => "security"
]
[
"timestamp" => 1765196479
"timestamp_rfc3339" => "2025-12-08T12:21:19.502+00:00"
"message" => "Checking support on authenticator."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"firewall_name" => "shop"
"authenticator" => "Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticator"
]
"channel" => "security"
]
[
"timestamp" => 1765196479
"timestamp_rfc3339" => "2025-12-08T12:21:19.502+00:00"
"message" => "Authenticator does not support the request."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"firewall_name" => "shop"
"authenticator" => "Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticator"
]
"channel" => "security"
]
[
"timestamp" => 1765196479
"timestamp_rfc3339" => "2025-12-08T12:21:19.502+00:00"
"message" => "Checking support on authenticator."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"firewall_name" => "shop"
"authenticator" => "Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticator"
]
"channel" => "security"
]
[
"timestamp" => 1765196479
"timestamp_rfc3339" => "2025-12-08T12:21:19.502+00:00"
"message" => "Authenticator does not support the request."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"firewall_name" => "shop"
"authenticator" => "Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticator"
]
"channel" => "security"
]
[
"timestamp" => 1765196479
"timestamp_rfc3339" => "2025-12-08T12:21:19.502+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" => 1765196479
"timestamp_rfc3339" => "2025-12-08T12:21:19.502+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Sylius\Bundle\ResourceBundle\Storage\CookieStorage::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1765196479
"timestamp_rfc3339" => "2025-12-08T12:21:19.502+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" => 1765196479
"timestamp_rfc3339" => "2025-12-08T12:21:19.502+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\Bridge\Doctrine\Middleware\IdleConnection\Listener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1765196479
"timestamp_rfc3339" => "2025-12-08T12:21:19.502+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" => 1765196479
"timestamp_rfc3339" => "2025-12-08T12:21:19.502+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" => 1765196479
"timestamp_rfc3339" => "2025-12-08T12:21:19.502+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Sylius\Bundle\ApiBundle\EventSubscriber\KernelRequestEventSubscriber::validateApi"
]
"channel" => "event"
]
[
"timestamp" => 1765196479
"timestamp_rfc3339" => "2025-12-08T12:21:19.502+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" => 1765196479
"timestamp_rfc3339" => "2025-12-08T12:21:19.502+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Sylius\Resource\Symfony\EventListener\AddFormatListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1765196479
"timestamp_rfc3339" => "2025-12-08T12:21:19.502+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "ApiPlatform\Symfony\EventListener\AddFormatListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1765196479
"timestamp_rfc3339" => "2025-12-08T12:21:19.502+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" => 1765196479
"timestamp_rfc3339" => "2025-12-08T12:21:19.502+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Sylius\Bundle\ShopBundle\EventListener\NonChannelLocaleListener::restrictRequestLocale"
]
"channel" => "event"
]
[
"timestamp" => 1765196479
"timestamp_rfc3339" => "2025-12-08T12:21:19.502+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "FOS\RestBundle\EventListener\BodyListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1765196479
"timestamp_rfc3339" => "2025-12-08T12:21:19.502+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" => 1765196479
"timestamp_rfc3339" => "2025-12-08T12:21:19.502+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" => 1765196479
"timestamp_rfc3339" => "2025-12-08T12:21:19.502+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Sylius\Bundle\LocaleBundle\Listener\RequestLocaleSetter::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1765196479
"timestamp_rfc3339" => "2025-12-08T12:21:19.502+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "ApiPlatform\Symfony\EventListener\ReadListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1765196479
"timestamp_rfc3339" => "2025-12-08T12:21:19.502+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Sylius\Bundle\CoreBundle\EventListener\LocaleAwareListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1765196479
"timestamp_rfc3339" => "2025-12-08T12:21:19.502+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "ApiPlatform\Symfony\EventListener\DeserializeListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1765196479
"timestamp_rfc3339" => "2025-12-08T12:21:19.502+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Sylius\Bundle\AdminBundle\EventListener\AdminFilterSubscriber::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1765196479
"timestamp_rfc3339" => "2025-12-08T12:21:19.502+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Sylius\Bundle\CoreBundle\Checkout\CheckoutResolver::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1765196479
"timestamp_rfc3339" => "2025-12-08T12:21:19.502+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\UX\LiveComponent\EventListener\LiveComponentSubscriber::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1765196479
"timestamp_rfc3339" => "2025-12-08T12:21:19.512+00:00"
"message" => "User Deprecated: Since sylius/grid 1.8: Sylius\Component\Grid\Filter\MoneyFilter is deprecated, replace it with your own implementation."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#6133
#message: "User Deprecated: Since sylius/grid 1.8: Sylius\Component\Grid\Filter\MoneyFilter is deprecated, replace it with your own implementation."
#code: 0
#file: "/var/www/demo/sylius/staging/releases/38/vendor/sylius/grid-bundle/src/Component/Filter/MoneyFilter.php"
#line: 19
#severity: E_USER_DEPRECATED
trace: {
/var/www/demo/sylius/staging/releases/38/vendor/sylius/grid-bundle/src/Component/Filter/MoneyFilter.php:19 {
include_once …
›
› \trigger_deprecation('sylius/grid', '1.8', '%s is deprecated, replace it with your own implementation.', MoneyFilter::class);
›
}
/var/www/demo/sylius/staging/releases/38/var/cache/dev/ContainerIkK1428/getSylius_Registry_GridFilterService.php:31 {
ContainerIkK1428\getSylius_Registry_GridFilterService::do($container, $lazyLoad = true) …
› include_once \dirname(__DIR__, 4).'/vendor/sylius/grid-bundle/src/Component/Filter/SelectFilter.php';
› include_once \dirname(__DIR__, 4).'/vendor/sylius/grid-bundle/src/Component/Filter/MoneyFilter.php';
› include_once \dirname(__DIR__, 4).'/vendor/gally/sylius-plugin/src/Search/FilterConverter.php';
}
/var/www/demo/sylius/staging/releases/38/var/cache/dev/ContainerIkK1428/App_KernelDevDebugContainer.php:2382 {
ContainerIkK1428\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/var/www/demo/sylius/staging/releases/38/var/cache/dev/ContainerIkK1428/getSylius_Grid_FiltersApplicatorService.php:26 {
ContainerIkK1428\getSylius_Grid_FiltersApplicatorService::do($container, $lazyLoad = true) …
›
› return $container->services['sylius.grid.filters_applicator'] = new \Sylius\Component\Grid\Filtering\FiltersApplicator(($container->services['sylius.registry.grid_filter'] ?? $container->load('getSylius_Registry_GridFilterService')), ($container->services['sylius.grid.filters_criteria_resolver'] ??= new \Sylius\Component\Grid\Filtering\FiltersCriteriaResolver()));
› }
}
/var/www/demo/sylius/staging/releases/38/var/cache/dev/ContainerIkK1428/App_KernelDevDebugContainer.php:2382 {
ContainerIkK1428\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/var/www/demo/sylius/staging/releases/38/var/cache/dev/ContainerIkK1428/getProviderService.php:25 {
ContainerIkK1428\getProviderService::do($container, $lazyLoad = true) …
›
› return $container->services['Sylius\\Component\\Grid\\Data\\Provider'] = new \Sylius\Component\Grid\Data\Provider(($container->privates['.service_locator.GIuJv7e'] ??= new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($container->getService ??= $container->getService(...), [], [])), new \Gally\SyliusPlugin\Grid\DataProvider(($container->services['Sylius\\Component\\Grid\\Data\\DataSourceProviderInterface'] ?? $container->load('getDataSourceProviderInterfaceService')), ($container->services['sylius.grid.filters_applicator'] ?? $container->load('getSylius_Grid_FiltersApplicatorService')), ($container->services['sylius.grid.sorter'] ?? $container->load('getSylius_Grid_SorterService')), ($container->services['sylius.context.channel'] ?? self::getSylius_Context_ChannelService($container))));
› }
}
/var/www/demo/sylius/staging/releases/38/var/cache/dev/ContainerIkK1428/App_KernelDevDebugContainer.php:2382 {
ContainerIkK1428\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/var/www/demo/sylius/staging/releases/38/var/cache/dev/ContainerIkK1428/getSylius_Grid_ResourceViewFactoryService.php:24 {
ContainerIkK1428\getSylius_Grid_ResourceViewFactoryService::do($container, $lazyLoad = true) …
›
› return $container->services['sylius.grid.resource_view_factory'] = new \Sylius\Bundle\ResourceBundle\Grid\View\ResourceGridViewFactory(($container->services['Sylius\\Component\\Grid\\Data\\Provider'] ?? $container->load('getProviderService')), ($container->privates['sylius.resource_controller.parameters_parser'] ?? $container->load('getSylius_ResourceController_ParametersParserService')));
› }
}
/var/www/demo/sylius/staging/releases/38/var/cache/dev/ContainerIkK1428/App_KernelDevDebugContainer.php:2382 {
ContainerIkK1428\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/var/www/demo/sylius/staging/releases/38/var/cache/dev/ContainerIkK1428/getSylius_ResourceController_ResourcesResolver_GridAwareService.php:25 {
ContainerIkK1428\getSylius_ResourceController_ResourcesResolver_GridAwareService::do($container, $lazyLoad = true) …
›
› return $container->services['sylius.resource_controller.resources_resolver.grid_aware'] = new \Sylius\Bundle\ResourceBundle\Grid\Controller\ResourcesResolver(new \Sylius\Bundle\ResourceBundle\Controller\ResourcesResolver(), ($container->services['sylius.grid.chain_provider'] ?? $container->load('getSylius_Grid_ChainProviderService')), ($container->services['sylius.grid.resource_view_factory'] ?? $container->load('getSylius_Grid_ResourceViewFactoryService')));
› }
}
/var/www/demo/sylius/staging/releases/38/var/cache/dev/ContainerIkK1428/App_KernelDevDebugContainer.php:2382 {
ContainerIkK1428\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/var/www/demo/sylius/staging/releases/38/var/cache/dev/ContainerIkK1428/getSylius_ResourceController_ResourcesCollectionProviderService.php:24 {
ContainerIkK1428\getSylius_ResourceController_ResourcesCollectionProviderService::do($container, $lazyLoad = true) …
›
› return $container->privates['sylius.resource_controller.resources_collection_provider'] = new \Sylius\Bundle\ResourceBundle\Controller\ResourcesCollectionProvider(($container->services['sylius.resource_controller.resources_resolver.grid_aware'] ?? $container->load('getSylius_ResourceController_ResourcesResolver_GridAwareService')), NULL);
› }
}
/var/www/demo/sylius/staging/releases/38/var/cache/dev/ContainerIkK1428/App_KernelDevDebugContainer.php:2382 {
ContainerIkK1428\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/var/www/demo/sylius/staging/releases/38/var/cache/dev/ContainerIkK1428/getSylius_Controller_ProductService.php:31 {
ContainerIkK1428\getSylius_Controller_ProductService::do($container, $lazyLoad = true) …
›
› $container->services['sylius.controller.product'] = $instance = new \Sylius\Bundle\ResourceBundle\Controller\ResourceController(($container->privates['sylius.resource_registry'] ?? self::getSylius_ResourceRegistryService($container))->get('sylius.product'), ($container->privates['sylius.resource_controller.request_configuration_factory'] ?? $container->load('getSylius_ResourceController_RequestConfigurationFactoryService')), ($container->privates['sylius.resource_controller.view_handler'] ?? $container->load('getSylius_ResourceController_ViewHandlerService')), ($container->services['sylius.repository.product'] ?? self::getSylius_Repository_ProductService($container)), ($container->services['Sylius\\Component\\Product\\Factory\\ProductFactoryInterface'] ?? $container->load('getProductFactoryInterfaceService')), ($container->privates['sylius_paypal.factory.paypal_payment_method_new_resource'] ?? $container->load('getSyliusPaypal_Factory_PaypalPaymentMethodNewResourceService')), ($container->services['doctrine.orm.default_entity_manager'] ?? self::getDoctrine_Orm_DefaultEntityManagerService($container)), ($container->privates['sylius.resource_controller.single_resource_provider'] ??= new \Sylius\Bundle\ResourceBundle\Controller\SingleResourceProvider()), ($container->privates['sylius.resource_controller.resources_collection_provider'] ?? $container->load('getSylius_ResourceController_ResourcesCollectionProviderService')), ($container->privates['sylius.resource_controller.form_factory'] ?? $container->load('getSylius_ResourceController_FormFactoryService')), ($container->privates['sylius_admin.resource_controller.redirect_handler'] ?? $container->load('getSyliusAdmin_ResourceController_RedirectHandlerService')), ($container->privates['sylius.resource_controller.flash_helper'] ?? $container->load('getSylius_ResourceController_FlashHelperService')), ($container->privates['sylius.resource_controller.authorization_checker.disabled'] ??= new \Sylius\Bundle\ResourceBundle\Controller\DisabledAuthorizationChecker()), ($container->privates['sylius.resource_controller.event_dispatcher'] ?? $container->load('getSylius_ResourceController_EventDispatcherService')), ($container->privates['sylius.resource_controller.state_machine'] ?? $container->load('getSylius_ResourceController_StateMachineService')), ($container->privates['sylius.custom_resource_controller.resource_update_handler'] ?? $container->load('getSylius_CustomResourceController_ResourceUpdateHandlerService')), ($container->privates['sylius.custom_resource_controller.resource_delete_handler'] ?? $container->load('getSylius_CustomResourceController_ResourceDeleteHandlerService')));
›
}
/var/www/demo/sylius/staging/releases/38/var/cache/dev/ContainerIkK1428/App_KernelDevDebugContainer.php:2382 {
ContainerIkK1428\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/var/www/demo/sylius/staging/releases/38/vendor/symfony/dependency-injection/Container.php:221 {
Symfony\Component\DependencyInjection\Container::make(self $container, string $id, int $invalidBehavior): ?object …
› if (isset($container->fileMap[$id])) {
› return /* self::IGNORE_ON_UNINITIALIZED_REFERENCE */ 4 === $invalidBehavior ? null : $container->load($container->fileMap[$id]);
› } elseif (isset($container->methodMap[$id])) {
}
/var/www/demo/sylius/staging/releases/38/vendor/symfony/dependency-injection/Container.php:203 {
Symfony\Component\DependencyInjection\Container->get(string $id, int $invalidBehavior = self::EXCEPTION_ON_INVALID_REFERENCE): ?object …
› ?? $this->services[$id = $this->aliases[$id] ?? $id]
› ?? ('service_container' === $id ? $this : ($this->factories[$id] ?? self::$make ??= self::make(...))($this, $id, $invalidBehavior));
› }
}
/var/www/demo/sylius/staging/releases/38/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php:38 {
Symfony\Component\HttpKernel\Controller\ContainerControllerResolver->instantiateController(string $class): object …
› if ($this->container->has($class)) {
› return $this->container->get($class);
› }
}
/var/www/demo/sylius/staging/releases/38/vendor/symfony/framework-bundle/Controller/ControllerResolver.php:25 {
Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver->instantiateController(string $class): object …
› {
› $controller = parent::instantiateController($class);
›
}
/var/www/demo/sylius/staging/releases/38/vendor/symfony/http-kernel/Controller/ControllerResolver.php:127 {
Symfony\Component\HttpKernel\Controller\ControllerResolver->createController(string $controller): callable …
› try {
› $controller = [$this->instantiateController($class), $method];
› } catch (\Error|\LogicException $e) {
}
/var/www/demo/sylius/staging/releases/38/vendor/symfony/http-kernel/Controller/ControllerResolver.php:95 {
Symfony\Component\HttpKernel\Controller\ControllerResolver->getController(Request $request): callable|false …
› try {
› $callable = $this->createController($controller);
› } catch (\InvalidArgumentException $e) {
}
/var/www/demo/sylius/staging/releases/38/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php:33 {
Symfony\Component\HttpKernel\Controller\TraceableControllerResolver->getController(Request $request): callable|false …
› try {
› return $this->resolver->getController($request);
› } finally {
}
/var/www/demo/sylius/staging/releases/38/vendor/symfony/http-kernel/HttpKernel.php:166 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› // load controller
› if (false === $controller = $this->resolver->getController($request)) {
› throw new NotFoundHttpException(\sprintf('Unable to find the controller for path "%s". The route is wrongly configured.', $request->getPathInfo()));
}
/var/www/demo/sylius/staging/releases/38/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) {
}
/var/www/demo/sylius/staging/releases/38/vendor/symfony/http-kernel/Kernel.php:182 {
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 {
}
/var/www/demo/sylius/staging/releases/38/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
}
/var/www/demo/sylius/staging/releases/38/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/demo/sylius/staging/releases/38/public/index.php:5 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments: {
"/var/www/demo/sylius/staging/releases/38/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1765196479
"timestamp_rfc3339" => "2025-12-08T12:21:19.513+00:00"
"message" => "User Deprecated: Method "Sylius\Component\Grid\Data\ExpressionBuilderInterface::andX()" might add "mixed" as a native return type declaration in the future. Do the same in implementation "Gally\SyliusPlugin\Grid\Gally\ExpressionBuilder" now to avoid errors or add an explicit @return annotation to suppress this message."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#6142
#message: "User Deprecated: Method "Sylius\Component\Grid\Data\ExpressionBuilderInterface::andX()" might add "mixed" as a native return type declaration in the future. Do the same in implementation "Gally\SyliusPlugin\Grid\Gally\ExpressionBuilder" now to avoid errors or add an explicit @return annotation to suppress this message."
#code: 0
#file: "/var/www/demo/sylius/staging/releases/38/vendor/symfony/error-handler/DebugClassLoader.php"
#line: 347
#severity: E_USER_DEPRECATED
trace: {
/var/www/demo/sylius/staging/releases/38/vendor/symfony/error-handler/DebugClassLoader.php:347 {
Gally\SyliusPlugin\Search\FilterConverter->__construct() …
› foreach ($deprecations as $message) {
› @trigger_error($message, \E_USER_DEPRECATED);
› }
}
/var/www/demo/sylius/staging/releases/38/var/cache/dev/ContainerIkK1428/getSylius_Registry_GridFilterService.php:48 {
ContainerIkK1428\getSylius_Registry_GridFilterService::do($container, $lazyLoad = true) …
› $instance->register('shop_string', new \Sylius\Component\Grid\Filter\StringFilter());
› $instance->register('gally_dynamic_filter', new \Gally\SyliusPlugin\Grid\Filter\GallyDynamicFilter(($container->privates['Gally\\SyliusPlugin\\Search\\FilterConverter'] ??= new \Gally\SyliusPlugin\Search\FilterConverter()), ($container->privates['Gally\\SyliusPlugin\\Config\\ConfigManager'] ?? self::getConfigManagerService($container))));
›
}
/var/www/demo/sylius/staging/releases/38/var/cache/dev/ContainerIkK1428/App_KernelDevDebugContainer.php:2382 {
ContainerIkK1428\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/var/www/demo/sylius/staging/releases/38/var/cache/dev/ContainerIkK1428/getSylius_Grid_FiltersApplicatorService.php:26 {
ContainerIkK1428\getSylius_Grid_FiltersApplicatorService::do($container, $lazyLoad = true) …
›
› return $container->services['sylius.grid.filters_applicator'] = new \Sylius\Component\Grid\Filtering\FiltersApplicator(($container->services['sylius.registry.grid_filter'] ?? $container->load('getSylius_Registry_GridFilterService')), ($container->services['sylius.grid.filters_criteria_resolver'] ??= new \Sylius\Component\Grid\Filtering\FiltersCriteriaResolver()));
› }
}
/var/www/demo/sylius/staging/releases/38/var/cache/dev/ContainerIkK1428/App_KernelDevDebugContainer.php:2382 {
ContainerIkK1428\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/var/www/demo/sylius/staging/releases/38/var/cache/dev/ContainerIkK1428/getProviderService.php:25 {
ContainerIkK1428\getProviderService::do($container, $lazyLoad = true) …
›
› return $container->services['Sylius\\Component\\Grid\\Data\\Provider'] = new \Sylius\Component\Grid\Data\Provider(($container->privates['.service_locator.GIuJv7e'] ??= new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($container->getService ??= $container->getService(...), [], [])), new \Gally\SyliusPlugin\Grid\DataProvider(($container->services['Sylius\\Component\\Grid\\Data\\DataSourceProviderInterface'] ?? $container->load('getDataSourceProviderInterfaceService')), ($container->services['sylius.grid.filters_applicator'] ?? $container->load('getSylius_Grid_FiltersApplicatorService')), ($container->services['sylius.grid.sorter'] ?? $container->load('getSylius_Grid_SorterService')), ($container->services['sylius.context.channel'] ?? self::getSylius_Context_ChannelService($container))));
› }
}
/var/www/demo/sylius/staging/releases/38/var/cache/dev/ContainerIkK1428/App_KernelDevDebugContainer.php:2382 {
ContainerIkK1428\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/var/www/demo/sylius/staging/releases/38/var/cache/dev/ContainerIkK1428/getSylius_Grid_ResourceViewFactoryService.php:24 {
ContainerIkK1428\getSylius_Grid_ResourceViewFactoryService::do($container, $lazyLoad = true) …
›
› return $container->services['sylius.grid.resource_view_factory'] = new \Sylius\Bundle\ResourceBundle\Grid\View\ResourceGridViewFactory(($container->services['Sylius\\Component\\Grid\\Data\\Provider'] ?? $container->load('getProviderService')), ($container->privates['sylius.resource_controller.parameters_parser'] ?? $container->load('getSylius_ResourceController_ParametersParserService')));
› }
}
/var/www/demo/sylius/staging/releases/38/var/cache/dev/ContainerIkK1428/App_KernelDevDebugContainer.php:2382 {
ContainerIkK1428\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/var/www/demo/sylius/staging/releases/38/var/cache/dev/ContainerIkK1428/getSylius_ResourceController_ResourcesResolver_GridAwareService.php:25 {
ContainerIkK1428\getSylius_ResourceController_ResourcesResolver_GridAwareService::do($container, $lazyLoad = true) …
›
› return $container->services['sylius.resource_controller.resources_resolver.grid_aware'] = new \Sylius\Bundle\ResourceBundle\Grid\Controller\ResourcesResolver(new \Sylius\Bundle\ResourceBundle\Controller\ResourcesResolver(), ($container->services['sylius.grid.chain_provider'] ?? $container->load('getSylius_Grid_ChainProviderService')), ($container->services['sylius.grid.resource_view_factory'] ?? $container->load('getSylius_Grid_ResourceViewFactoryService')));
› }
}
/var/www/demo/sylius/staging/releases/38/var/cache/dev/ContainerIkK1428/App_KernelDevDebugContainer.php:2382 {
ContainerIkK1428\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/var/www/demo/sylius/staging/releases/38/var/cache/dev/ContainerIkK1428/getSylius_ResourceController_ResourcesCollectionProviderService.php:24 {
ContainerIkK1428\getSylius_ResourceController_ResourcesCollectionProviderService::do($container, $lazyLoad = true) …
›
› return $container->privates['sylius.resource_controller.resources_collection_provider'] = new \Sylius\Bundle\ResourceBundle\Controller\ResourcesCollectionProvider(($container->services['sylius.resource_controller.resources_resolver.grid_aware'] ?? $container->load('getSylius_ResourceController_ResourcesResolver_GridAwareService')), NULL);
› }
}
/var/www/demo/sylius/staging/releases/38/var/cache/dev/ContainerIkK1428/App_KernelDevDebugContainer.php:2382 {
ContainerIkK1428\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/var/www/demo/sylius/staging/releases/38/var/cache/dev/ContainerIkK1428/getSylius_Controller_ProductService.php:31 {
ContainerIkK1428\getSylius_Controller_ProductService::do($container, $lazyLoad = true) …
›
› $container->services['sylius.controller.product'] = $instance = new \Sylius\Bundle\ResourceBundle\Controller\ResourceController(($container->privates['sylius.resource_registry'] ?? self::getSylius_ResourceRegistryService($container))->get('sylius.product'), ($container->privates['sylius.resource_controller.request_configuration_factory'] ?? $container->load('getSylius_ResourceController_RequestConfigurationFactoryService')), ($container->privates['sylius.resource_controller.view_handler'] ?? $container->load('getSylius_ResourceController_ViewHandlerService')), ($container->services['sylius.repository.product'] ?? self::getSylius_Repository_ProductService($container)), ($container->services['Sylius\\Component\\Product\\Factory\\ProductFactoryInterface'] ?? $container->load('getProductFactoryInterfaceService')), ($container->privates['sylius_paypal.factory.paypal_payment_method_new_resource'] ?? $container->load('getSyliusPaypal_Factory_PaypalPaymentMethodNewResourceService')), ($container->services['doctrine.orm.default_entity_manager'] ?? self::getDoctrine_Orm_DefaultEntityManagerService($container)), ($container->privates['sylius.resource_controller.single_resource_provider'] ??= new \Sylius\Bundle\ResourceBundle\Controller\SingleResourceProvider()), ($container->privates['sylius.resource_controller.resources_collection_provider'] ?? $container->load('getSylius_ResourceController_ResourcesCollectionProviderService')), ($container->privates['sylius.resource_controller.form_factory'] ?? $container->load('getSylius_ResourceController_FormFactoryService')), ($container->privates['sylius_admin.resource_controller.redirect_handler'] ?? $container->load('getSyliusAdmin_ResourceController_RedirectHandlerService')), ($container->privates['sylius.resource_controller.flash_helper'] ?? $container->load('getSylius_ResourceController_FlashHelperService')), ($container->privates['sylius.resource_controller.authorization_checker.disabled'] ??= new \Sylius\Bundle\ResourceBundle\Controller\DisabledAuthorizationChecker()), ($container->privates['sylius.resource_controller.event_dispatcher'] ?? $container->load('getSylius_ResourceController_EventDispatcherService')), ($container->privates['sylius.resource_controller.state_machine'] ?? $container->load('getSylius_ResourceController_StateMachineService')), ($container->privates['sylius.custom_resource_controller.resource_update_handler'] ?? $container->load('getSylius_CustomResourceController_ResourceUpdateHandlerService')), ($container->privates['sylius.custom_resource_controller.resource_delete_handler'] ?? $container->load('getSylius_CustomResourceController_ResourceDeleteHandlerService')));
›
}
/var/www/demo/sylius/staging/releases/38/var/cache/dev/ContainerIkK1428/App_KernelDevDebugContainer.php:2382 {
ContainerIkK1428\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/var/www/demo/sylius/staging/releases/38/vendor/symfony/dependency-injection/Container.php:221 {
Symfony\Component\DependencyInjection\Container::make(self $container, string $id, int $invalidBehavior): ?object …
› if (isset($container->fileMap[$id])) {
› return /* self::IGNORE_ON_UNINITIALIZED_REFERENCE */ 4 === $invalidBehavior ? null : $container->load($container->fileMap[$id]);
› } elseif (isset($container->methodMap[$id])) {
}
/var/www/demo/sylius/staging/releases/38/vendor/symfony/dependency-injection/Container.php:203 {
Symfony\Component\DependencyInjection\Container->get(string $id, int $invalidBehavior = self::EXCEPTION_ON_INVALID_REFERENCE): ?object …
› ?? $this->services[$id = $this->aliases[$id] ?? $id]
› ?? ('service_container' === $id ? $this : ($this->factories[$id] ?? self::$make ??= self::make(...))($this, $id, $invalidBehavior));
› }
}
/var/www/demo/sylius/staging/releases/38/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php:38 {
Symfony\Component\HttpKernel\Controller\ContainerControllerResolver->instantiateController(string $class): object …
› if ($this->container->has($class)) {
› return $this->container->get($class);
› }
}
/var/www/demo/sylius/staging/releases/38/vendor/symfony/framework-bundle/Controller/ControllerResolver.php:25 {
Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver->instantiateController(string $class): object …
› {
› $controller = parent::instantiateController($class);
›
}
/var/www/demo/sylius/staging/releases/38/vendor/symfony/http-kernel/Controller/ControllerResolver.php:127 {
Symfony\Component\HttpKernel\Controller\ControllerResolver->createController(string $controller): callable …
› try {
› $controller = [$this->instantiateController($class), $method];
› } catch (\Error|\LogicException $e) {
}
/var/www/demo/sylius/staging/releases/38/vendor/symfony/http-kernel/Controller/ControllerResolver.php:95 {
Symfony\Component\HttpKernel\Controller\ControllerResolver->getController(Request $request): callable|false …
› try {
› $callable = $this->createController($controller);
› } catch (\InvalidArgumentException $e) {
}
/var/www/demo/sylius/staging/releases/38/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php:33 {
Symfony\Component\HttpKernel\Controller\TraceableControllerResolver->getController(Request $request): callable|false …
› try {
› return $this->resolver->getController($request);
› } finally {
}
/var/www/demo/sylius/staging/releases/38/vendor/symfony/http-kernel/HttpKernel.php:166 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› // load controller
› if (false === $controller = $this->resolver->getController($request)) {
› throw new NotFoundHttpException(\sprintf('Unable to find the controller for path "%s". The route is wrongly configured.', $request->getPathInfo()));
}
/var/www/demo/sylius/staging/releases/38/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) {
}
/var/www/demo/sylius/staging/releases/38/vendor/symfony/http-kernel/Kernel.php:182 {
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 {
}
/var/www/demo/sylius/staging/releases/38/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
}
/var/www/demo/sylius/staging/releases/38/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/demo/sylius/staging/releases/38/public/index.php:5 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments: {
"/var/www/demo/sylius/staging/releases/38/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1765196479
"timestamp_rfc3339" => "2025-12-08T12:21:19.513+00:00"
"message" => "User Deprecated: Method "Sylius\Component\Grid\Data\ExpressionBuilderInterface::orX()" might add "mixed" as a native return type declaration in the future. Do the same in implementation "Gally\SyliusPlugin\Grid\Gally\ExpressionBuilder" now to avoid errors or add an explicit @return annotation to suppress this message."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#6143
#message: "User Deprecated: Method "Sylius\Component\Grid\Data\ExpressionBuilderInterface::orX()" might add "mixed" as a native return type declaration in the future. Do the same in implementation "Gally\SyliusPlugin\Grid\Gally\ExpressionBuilder" now to avoid errors or add an explicit @return annotation to suppress this message."
#code: 0
#file: "/var/www/demo/sylius/staging/releases/38/vendor/symfony/error-handler/DebugClassLoader.php"
#line: 347
#severity: E_USER_DEPRECATED
trace: {
/var/www/demo/sylius/staging/releases/38/vendor/symfony/error-handler/DebugClassLoader.php:347 {
Gally\SyliusPlugin\Search\FilterConverter->__construct() …
› foreach ($deprecations as $message) {
› @trigger_error($message, \E_USER_DEPRECATED);
› }
}
/var/www/demo/sylius/staging/releases/38/var/cache/dev/ContainerIkK1428/getSylius_Registry_GridFilterService.php:48 {
ContainerIkK1428\getSylius_Registry_GridFilterService::do($container, $lazyLoad = true) …
› $instance->register('shop_string', new \Sylius\Component\Grid\Filter\StringFilter());
› $instance->register('gally_dynamic_filter', new \Gally\SyliusPlugin\Grid\Filter\GallyDynamicFilter(($container->privates['Gally\\SyliusPlugin\\Search\\FilterConverter'] ??= new \Gally\SyliusPlugin\Search\FilterConverter()), ($container->privates['Gally\\SyliusPlugin\\Config\\ConfigManager'] ?? self::getConfigManagerService($container))));
›
}
/var/www/demo/sylius/staging/releases/38/var/cache/dev/ContainerIkK1428/App_KernelDevDebugContainer.php:2382 {
ContainerIkK1428\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/var/www/demo/sylius/staging/releases/38/var/cache/dev/ContainerIkK1428/getSylius_Grid_FiltersApplicatorService.php:26 {
ContainerIkK1428\getSylius_Grid_FiltersApplicatorService::do($container, $lazyLoad = true) …
›
› return $container->services['sylius.grid.filters_applicator'] = new \Sylius\Component\Grid\Filtering\FiltersApplicator(($container->services['sylius.registry.grid_filter'] ?? $container->load('getSylius_Registry_GridFilterService')), ($container->services['sylius.grid.filters_criteria_resolver'] ??= new \Sylius\Component\Grid\Filtering\FiltersCriteriaResolver()));
› }
}
/var/www/demo/sylius/staging/releases/38/var/cache/dev/ContainerIkK1428/App_KernelDevDebugContainer.php:2382 {
ContainerIkK1428\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/var/www/demo/sylius/staging/releases/38/var/cache/dev/ContainerIkK1428/getProviderService.php:25 {
ContainerIkK1428\getProviderService::do($container, $lazyLoad = true) …
›
› return $container->services['Sylius\\Component\\Grid\\Data\\Provider'] = new \Sylius\Component\Grid\Data\Provider(($container->privates['.service_locator.GIuJv7e'] ??= new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($container->getService ??= $container->getService(...), [], [])), new \Gally\SyliusPlugin\Grid\DataProvider(($container->services['Sylius\\Component\\Grid\\Data\\DataSourceProviderInterface'] ?? $container->load('getDataSourceProviderInterfaceService')), ($container->services['sylius.grid.filters_applicator'] ?? $container->load('getSylius_Grid_FiltersApplicatorService')), ($container->services['sylius.grid.sorter'] ?? $container->load('getSylius_Grid_SorterService')), ($container->services['sylius.context.channel'] ?? self::getSylius_Context_ChannelService($container))));
› }
}
/var/www/demo/sylius/staging/releases/38/var/cache/dev/ContainerIkK1428/App_KernelDevDebugContainer.php:2382 {
ContainerIkK1428\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/var/www/demo/sylius/staging/releases/38/var/cache/dev/ContainerIkK1428/getSylius_Grid_ResourceViewFactoryService.php:24 {
ContainerIkK1428\getSylius_Grid_ResourceViewFactoryService::do($container, $lazyLoad = true) …
›
› return $container->services['sylius.grid.resource_view_factory'] = new \Sylius\Bundle\ResourceBundle\Grid\View\ResourceGridViewFactory(($container->services['Sylius\\Component\\Grid\\Data\\Provider'] ?? $container->load('getProviderService')), ($container->privates['sylius.resource_controller.parameters_parser'] ?? $container->load('getSylius_ResourceController_ParametersParserService')));
› }
}
/var/www/demo/sylius/staging/releases/38/var/cache/dev/ContainerIkK1428/App_KernelDevDebugContainer.php:2382 {
ContainerIkK1428\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/var/www/demo/sylius/staging/releases/38/var/cache/dev/ContainerIkK1428/getSylius_ResourceController_ResourcesResolver_GridAwareService.php:25 {
ContainerIkK1428\getSylius_ResourceController_ResourcesResolver_GridAwareService::do($container, $lazyLoad = true) …
›
› return $container->services['sylius.resource_controller.resources_resolver.grid_aware'] = new \Sylius\Bundle\ResourceBundle\Grid\Controller\ResourcesResolver(new \Sylius\Bundle\ResourceBundle\Controller\ResourcesResolver(), ($container->services['sylius.grid.chain_provider'] ?? $container->load('getSylius_Grid_ChainProviderService')), ($container->services['sylius.grid.resource_view_factory'] ?? $container->load('getSylius_Grid_ResourceViewFactoryService')));
› }
}
/var/www/demo/sylius/staging/releases/38/var/cache/dev/ContainerIkK1428/App_KernelDevDebugContainer.php:2382 {
ContainerIkK1428\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/var/www/demo/sylius/staging/releases/38/var/cache/dev/ContainerIkK1428/getSylius_ResourceController_ResourcesCollectionProviderService.php:24 {
ContainerIkK1428\getSylius_ResourceController_ResourcesCollectionProviderService::do($container, $lazyLoad = true) …
›
› return $container->privates['sylius.resource_controller.resources_collection_provider'] = new \Sylius\Bundle\ResourceBundle\Controller\ResourcesCollectionProvider(($container->services['sylius.resource_controller.resources_resolver.grid_aware'] ?? $container->load('getSylius_ResourceController_ResourcesResolver_GridAwareService')), NULL);
› }
}
/var/www/demo/sylius/staging/releases/38/var/cache/dev/ContainerIkK1428/App_KernelDevDebugContainer.php:2382 {
ContainerIkK1428\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/var/www/demo/sylius/staging/releases/38/var/cache/dev/ContainerIkK1428/getSylius_Controller_ProductService.php:31 {
ContainerIkK1428\getSylius_Controller_ProductService::do($container, $lazyLoad = true) …
›
› $container->services['sylius.controller.product'] = $instance = new \Sylius\Bundle\ResourceBundle\Controller\ResourceController(($container->privates['sylius.resource_registry'] ?? self::getSylius_ResourceRegistryService($container))->get('sylius.product'), ($container->privates['sylius.resource_controller.request_configuration_factory'] ?? $container->load('getSylius_ResourceController_RequestConfigurationFactoryService')), ($container->privates['sylius.resource_controller.view_handler'] ?? $container->load('getSylius_ResourceController_ViewHandlerService')), ($container->services['sylius.repository.product'] ?? self::getSylius_Repository_ProductService($container)), ($container->services['Sylius\\Component\\Product\\Factory\\ProductFactoryInterface'] ?? $container->load('getProductFactoryInterfaceService')), ($container->privates['sylius_paypal.factory.paypal_payment_method_new_resource'] ?? $container->load('getSyliusPaypal_Factory_PaypalPaymentMethodNewResourceService')), ($container->services['doctrine.orm.default_entity_manager'] ?? self::getDoctrine_Orm_DefaultEntityManagerService($container)), ($container->privates['sylius.resource_controller.single_resource_provider'] ??= new \Sylius\Bundle\ResourceBundle\Controller\SingleResourceProvider()), ($container->privates['sylius.resource_controller.resources_collection_provider'] ?? $container->load('getSylius_ResourceController_ResourcesCollectionProviderService')), ($container->privates['sylius.resource_controller.form_factory'] ?? $container->load('getSylius_ResourceController_FormFactoryService')), ($container->privates['sylius_admin.resource_controller.redirect_handler'] ?? $container->load('getSyliusAdmin_ResourceController_RedirectHandlerService')), ($container->privates['sylius.resource_controller.flash_helper'] ?? $container->load('getSylius_ResourceController_FlashHelperService')), ($container->privates['sylius.resource_controller.authorization_checker.disabled'] ??= new \Sylius\Bundle\ResourceBundle\Controller\DisabledAuthorizationChecker()), ($container->privates['sylius.resource_controller.event_dispatcher'] ?? $container->load('getSylius_ResourceController_EventDispatcherService')), ($container->privates['sylius.resource_controller.state_machine'] ?? $container->load('getSylius_ResourceController_StateMachineService')), ($container->privates['sylius.custom_resource_controller.resource_update_handler'] ?? $container->load('getSylius_CustomResourceController_ResourceUpdateHandlerService')), ($container->privates['sylius.custom_resource_controller.resource_delete_handler'] ?? $container->load('getSylius_CustomResourceController_ResourceDeleteHandlerService')));
›
}
/var/www/demo/sylius/staging/releases/38/var/cache/dev/ContainerIkK1428/App_KernelDevDebugContainer.php:2382 {
ContainerIkK1428\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/var/www/demo/sylius/staging/releases/38/vendor/symfony/dependency-injection/Container.php:221 {
Symfony\Component\DependencyInjection\Container::make(self $container, string $id, int $invalidBehavior): ?object …
› if (isset($container->fileMap[$id])) {
› return /* self::IGNORE_ON_UNINITIALIZED_REFERENCE */ 4 === $invalidBehavior ? null : $container->load($container->fileMap[$id]);
› } elseif (isset($container->methodMap[$id])) {
}
/var/www/demo/sylius/staging/releases/38/vendor/symfony/dependency-injection/Container.php:203 {
Symfony\Component\DependencyInjection\Container->get(string $id, int $invalidBehavior = self::EXCEPTION_ON_INVALID_REFERENCE): ?object …
› ?? $this->services[$id = $this->aliases[$id] ?? $id]
› ?? ('service_container' === $id ? $this : ($this->factories[$id] ?? self::$make ??= self::make(...))($this, $id, $invalidBehavior));
› }
}
/var/www/demo/sylius/staging/releases/38/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php:38 {
Symfony\Component\HttpKernel\Controller\ContainerControllerResolver->instantiateController(string $class): object …
› if ($this->container->has($class)) {
› return $this->container->get($class);
› }
}
/var/www/demo/sylius/staging/releases/38/vendor/symfony/framework-bundle/Controller/ControllerResolver.php:25 {
Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver->instantiateController(string $class): object …
› {
› $controller = parent::instantiateController($class);
›
}
/var/www/demo/sylius/staging/releases/38/vendor/symfony/http-kernel/Controller/ControllerResolver.php:127 {
Symfony\Component\HttpKernel\Controller\ControllerResolver->createController(string $controller): callable …
› try {
› $controller = [$this->instantiateController($class), $method];
› } catch (\Error|\LogicException $e) {
}
/var/www/demo/sylius/staging/releases/38/vendor/symfony/http-kernel/Controller/ControllerResolver.php:95 {
Symfony\Component\HttpKernel\Controller\ControllerResolver->getController(Request $request): callable|false …
› try {
› $callable = $this->createController($controller);
› } catch (\InvalidArgumentException $e) {
}
/var/www/demo/sylius/staging/releases/38/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php:33 {
Symfony\Component\HttpKernel\Controller\TraceableControllerResolver->getController(Request $request): callable|false …
› try {
› return $this->resolver->getController($request);
› } finally {
}
/var/www/demo/sylius/staging/releases/38/vendor/symfony/http-kernel/HttpKernel.php:166 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› // load controller
› if (false === $controller = $this->resolver->getController($request)) {
› throw new NotFoundHttpException(\sprintf('Unable to find the controller for path "%s". The route is wrongly configured.', $request->getPathInfo()));
}
/var/www/demo/sylius/staging/releases/38/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) {
}
/var/www/demo/sylius/staging/releases/38/vendor/symfony/http-kernel/Kernel.php:182 {
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 {
}
/var/www/demo/sylius/staging/releases/38/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
}
/var/www/demo/sylius/staging/releases/38/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/demo/sylius/staging/releases/38/public/index.php:5 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments: {
"/var/www/demo/sylius/staging/releases/38/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1765196479
"timestamp_rfc3339" => "2025-12-08T12:21:19.513+00:00"
"message" => "User Deprecated: Method "Sylius\Component\Grid\Data\ExpressionBuilderInterface::comparison()" might add "mixed" as a native return type declaration in the future. Do the same in implementation "Gally\SyliusPlugin\Grid\Gally\ExpressionBuilder" now to avoid errors or add an explicit @return annotation to suppress this message."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#6144
#message: "User Deprecated: Method "Sylius\Component\Grid\Data\ExpressionBuilderInterface::comparison()" might add "mixed" as a native return type declaration in the future. Do the same in implementation "Gally\SyliusPlugin\Grid\Gally\ExpressionBuilder" now to avoid errors or add an explicit @return annotation to suppress this message."
#code: 0
#file: "/var/www/demo/sylius/staging/releases/38/vendor/symfony/error-handler/DebugClassLoader.php"
#line: 347
#severity: E_USER_DEPRECATED
trace: {
/var/www/demo/sylius/staging/releases/38/vendor/symfony/error-handler/DebugClassLoader.php:347 {
Gally\SyliusPlugin\Search\FilterConverter->__construct() …
› foreach ($deprecations as $message) {
› @trigger_error($message, \E_USER_DEPRECATED);
› }
}
/var/www/demo/sylius/staging/releases/38/var/cache/dev/ContainerIkK1428/getSylius_Registry_GridFilterService.php:48 {
ContainerIkK1428\getSylius_Registry_GridFilterService::do($container, $lazyLoad = true) …
› $instance->register('shop_string', new \Sylius\Component\Grid\Filter\StringFilter());
› $instance->register('gally_dynamic_filter', new \Gally\SyliusPlugin\Grid\Filter\GallyDynamicFilter(($container->privates['Gally\\SyliusPlugin\\Search\\FilterConverter'] ??= new \Gally\SyliusPlugin\Search\FilterConverter()), ($container->privates['Gally\\SyliusPlugin\\Config\\ConfigManager'] ?? self::getConfigManagerService($container))));
›
}
/var/www/demo/sylius/staging/releases/38/var/cache/dev/ContainerIkK1428/App_KernelDevDebugContainer.php:2382 {
ContainerIkK1428\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/var/www/demo/sylius/staging/releases/38/var/cache/dev/ContainerIkK1428/getSylius_Grid_FiltersApplicatorService.php:26 {
ContainerIkK1428\getSylius_Grid_FiltersApplicatorService::do($container, $lazyLoad = true) …
›
› return $container->services['sylius.grid.filters_applicator'] = new \Sylius\Component\Grid\Filtering\FiltersApplicator(($container->services['sylius.registry.grid_filter'] ?? $container->load('getSylius_Registry_GridFilterService')), ($container->services['sylius.grid.filters_criteria_resolver'] ??= new \Sylius\Component\Grid\Filtering\FiltersCriteriaResolver()));
› }
}
/var/www/demo/sylius/staging/releases/38/var/cache/dev/ContainerIkK1428/App_KernelDevDebugContainer.php:2382 {
ContainerIkK1428\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/var/www/demo/sylius/staging/releases/38/var/cache/dev/ContainerIkK1428/getProviderService.php:25 {
ContainerIkK1428\getProviderService::do($container, $lazyLoad = true) …
›
› return $container->services['Sylius\\Component\\Grid\\Data\\Provider'] = new \Sylius\Component\Grid\Data\Provider(($container->privates['.service_locator.GIuJv7e'] ??= new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($container->getService ??= $container->getService(...), [], [])), new \Gally\SyliusPlugin\Grid\DataProvider(($container->services['Sylius\\Component\\Grid\\Data\\DataSourceProviderInterface'] ?? $container->load('getDataSourceProviderInterfaceService')), ($container->services['sylius.grid.filters_applicator'] ?? $container->load('getSylius_Grid_FiltersApplicatorService')), ($container->services['sylius.grid.sorter'] ?? $container->load('getSylius_Grid_SorterService')), ($container->services['sylius.context.channel'] ?? self::getSylius_Context_ChannelService($container))));
› }
}
/var/www/demo/sylius/staging/releases/38/var/cache/dev/ContainerIkK1428/App_KernelDevDebugContainer.php:2382 {
ContainerIkK1428\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/var/www/demo/sylius/staging/releases/38/var/cache/dev/ContainerIkK1428/getSylius_Grid_ResourceViewFactoryService.php:24 {
ContainerIkK1428\getSylius_Grid_ResourceViewFactoryService::do($container, $lazyLoad = true) …
›
› return $container->services['sylius.grid.resource_view_factory'] = new \Sylius\Bundle\ResourceBundle\Grid\View\ResourceGridViewFactory(($container->services['Sylius\\Component\\Grid\\Data\\Provider'] ?? $container->load('getProviderService')), ($container->privates['sylius.resource_controller.parameters_parser'] ?? $container->load('getSylius_ResourceController_ParametersParserService')));
› }
}
/var/www/demo/sylius/staging/releases/38/var/cache/dev/ContainerIkK1428/App_KernelDevDebugContainer.php:2382 {
ContainerIkK1428\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/var/www/demo/sylius/staging/releases/38/var/cache/dev/ContainerIkK1428/getSylius_ResourceController_ResourcesResolver_GridAwareService.php:25 {
ContainerIkK1428\getSylius_ResourceController_ResourcesResolver_GridAwareService::do($container, $lazyLoad = true) …
›
› return $container->services['sylius.resource_controller.resources_resolver.grid_aware'] = new \Sylius\Bundle\ResourceBundle\Grid\Controller\ResourcesResolver(new \Sylius\Bundle\ResourceBundle\Controller\ResourcesResolver(), ($container->services['sylius.grid.chain_provider'] ?? $container->load('getSylius_Grid_ChainProviderService')), ($container->services['sylius.grid.resource_view_factory'] ?? $container->load('getSylius_Grid_ResourceViewFactoryService')));
› }
}
/var/www/demo/sylius/staging/releases/38/var/cache/dev/ContainerIkK1428/App_KernelDevDebugContainer.php:2382 {
ContainerIkK1428\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/var/www/demo/sylius/staging/releases/38/var/cache/dev/ContainerIkK1428/getSylius_ResourceController_ResourcesCollectionProviderService.php:24 {
ContainerIkK1428\getSylius_ResourceController_ResourcesCollectionProviderService::do($container, $lazyLoad = true) …
›
› return $container->privates['sylius.resource_controller.resources_collection_provider'] = new \Sylius\Bundle\ResourceBundle\Controller\ResourcesCollectionProvider(($container->services['sylius.resource_controller.resources_resolver.grid_aware'] ?? $container->load('getSylius_ResourceController_ResourcesResolver_GridAwareService')), NULL);
› }
}
/var/www/demo/sylius/staging/releases/38/var/cache/dev/ContainerIkK1428/App_KernelDevDebugContainer.php:2382 {
ContainerIkK1428\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/var/www/demo/sylius/staging/releases/38/var/cache/dev/ContainerIkK1428/getSylius_Controller_ProductService.php:31 {
ContainerIkK1428\getSylius_Controller_ProductService::do($container, $lazyLoad = true) …
›
› $container->services['sylius.controller.product'] = $instance = new \Sylius\Bundle\ResourceBundle\Controller\ResourceController(($container->privates['sylius.resource_registry'] ?? self::getSylius_ResourceRegistryService($container))->get('sylius.product'), ($container->privates['sylius.resource_controller.request_configuration_factory'] ?? $container->load('getSylius_ResourceController_RequestConfigurationFactoryService')), ($container->privates['sylius.resource_controller.view_handler'] ?? $container->load('getSylius_ResourceController_ViewHandlerService')), ($container->services['sylius.repository.product'] ?? self::getSylius_Repository_ProductService($container)), ($container->services['Sylius\\Component\\Product\\Factory\\ProductFactoryInterface'] ?? $container->load('getProductFactoryInterfaceService')), ($container->privates['sylius_paypal.factory.paypal_payment_method_new_resource'] ?? $container->load('getSyliusPaypal_Factory_PaypalPaymentMethodNewResourceService')), ($container->services['doctrine.orm.default_entity_manager'] ?? self::getDoctrine_Orm_DefaultEntityManagerService($container)), ($container->privates['sylius.resource_controller.single_resource_provider'] ??= new \Sylius\Bundle\ResourceBundle\Controller\SingleResourceProvider()), ($container->privates['sylius.resource_controller.resources_collection_provider'] ?? $container->load('getSylius_ResourceController_ResourcesCollectionProviderService')), ($container->privates['sylius.resource_controller.form_factory'] ?? $container->load('getSylius_ResourceController_FormFactoryService')), ($container->privates['sylius_admin.resource_controller.redirect_handler'] ?? $container->load('getSyliusAdmin_ResourceController_RedirectHandlerService')), ($container->privates['sylius.resource_controller.flash_helper'] ?? $container->load('getSylius_ResourceController_FlashHelperService')), ($container->privates['sylius.resource_controller.authorization_checker.disabled'] ??= new \Sylius\Bundle\ResourceBundle\Controller\DisabledAuthorizationChecker()), ($container->privates['sylius.resource_controller.event_dispatcher'] ?? $container->load('getSylius_ResourceController_EventDispatcherService')), ($container->privates['sylius.resource_controller.state_machine'] ?? $container->load('getSylius_ResourceController_StateMachineService')), ($container->privates['sylius.custom_resource_controller.resource_update_handler'] ?? $container->load('getSylius_CustomResourceController_ResourceUpdateHandlerService')), ($container->privates['sylius.custom_resource_controller.resource_delete_handler'] ?? $container->load('getSylius_CustomResourceController_ResourceDeleteHandlerService')));
›
}
/var/www/demo/sylius/staging/releases/38/var/cache/dev/ContainerIkK1428/App_KernelDevDebugContainer.php:2382 {
ContainerIkK1428\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/var/www/demo/sylius/staging/releases/38/vendor/symfony/dependency-injection/Container.php:221 {
Symfony\Component\DependencyInjection\Container::make(self $container, string $id, int $invalidBehavior): ?object …
› if (isset($container->fileMap[$id])) {
› return /* self::IGNORE_ON_UNINITIALIZED_REFERENCE */ 4 === $invalidBehavior ? null : $container->load($container->fileMap[$id]);
› } elseif (isset($container->methodMap[$id])) {
}
/var/www/demo/sylius/staging/releases/38/vendor/symfony/dependency-injection/Container.php:203 {
Symfony\Component\DependencyInjection\Container->get(string $id, int $invalidBehavior = self::EXCEPTION_ON_INVALID_REFERENCE): ?object …
› ?? $this->services[$id = $this->aliases[$id] ?? $id]
› ?? ('service_container' === $id ? $this : ($this->factories[$id] ?? self::$make ??= self::make(...))($this, $id, $invalidBehavior));
› }
}
/var/www/demo/sylius/staging/releases/38/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php:38 {
Symfony\Component\HttpKernel\Controller\ContainerControllerResolver->instantiateController(string $class): object …
› if ($this->container->has($class)) {
› return $this->container->get($class);
› }
}
/var/www/demo/sylius/staging/releases/38/vendor/symfony/framework-bundle/Controller/ControllerResolver.php:25 {
Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver->instantiateController(string $class): object …
› {
› $controller = parent::instantiateController($class);
›
}
/var/www/demo/sylius/staging/releases/38/vendor/symfony/http-kernel/Controller/ControllerResolver.php:127 {
Symfony\Component\HttpKernel\Controller\ControllerResolver->createController(string $controller): callable …
› try {
› $controller = [$this->instantiateController($class), $method];
› } catch (\Error|\LogicException $e) {
}
/var/www/demo/sylius/staging/releases/38/vendor/symfony/http-kernel/Controller/ControllerResolver.php:95 {
Symfony\Component\HttpKernel\Controller\ControllerResolver->getController(Request $request): callable|false …
› try {
› $callable = $this->createController($controller);
› } catch (\InvalidArgumentException $e) {
}
/var/www/demo/sylius/staging/releases/38/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php:33 {
Symfony\Component\HttpKernel\Controller\TraceableControllerResolver->getController(Request $request): callable|false …
› try {
› return $this->resolver->getController($request);
› } finally {
}
/var/www/demo/sylius/staging/releases/38/vendor/symfony/http-kernel/HttpKernel.php:166 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› // load controller
› if (false === $controller = $this->resolver->getController($request)) {
› throw new NotFoundHttpException(\sprintf('Unable to find the controller for path "%s". The route is wrongly configured.', $request->getPathInfo()));
}
/var/www/demo/sylius/staging/releases/38/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) {
}
/var/www/demo/sylius/staging/releases/38/vendor/symfony/http-kernel/Kernel.php:182 {
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 {
}
/var/www/demo/sylius/staging/releases/38/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
}
/var/www/demo/sylius/staging/releases/38/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/demo/sylius/staging/releases/38/public/index.php:5 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments: {
"/var/www/demo/sylius/staging/releases/38/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1765196479
"timestamp_rfc3339" => "2025-12-08T12:21:19.513+00:00"
"message" => "User Deprecated: Method "Sylius\Component\Grid\Data\ExpressionBuilderInterface::equals()" might add "mixed" as a native return type declaration in the future. Do the same in implementation "Gally\SyliusPlugin\Grid\Gally\ExpressionBuilder" now to avoid errors or add an explicit @return annotation to suppress this message."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#6145
#message: "User Deprecated: Method "Sylius\Component\Grid\Data\ExpressionBuilderInterface::equals()" might add "mixed" as a native return type declaration in the future. Do the same in implementation "Gally\SyliusPlugin\Grid\Gally\ExpressionBuilder" now to avoid errors or add an explicit @return annotation to suppress this message."
#code: 0
#file: "/var/www/demo/sylius/staging/releases/38/vendor/symfony/error-handler/DebugClassLoader.php"
#line: 347
#severity: E_USER_DEPRECATED
trace: {
/var/www/demo/sylius/staging/releases/38/vendor/symfony/error-handler/DebugClassLoader.php:347 {
Gally\SyliusPlugin\Search\FilterConverter->__construct() …
› foreach ($deprecations as $message) {
› @trigger_error($message, \E_USER_DEPRECATED);
› }
}
/var/www/demo/sylius/staging/releases/38/var/cache/dev/ContainerIkK1428/getSylius_Registry_GridFilterService.php:48 {
ContainerIkK1428\getSylius_Registry_GridFilterService::do($container, $lazyLoad = true) …
› $instance->register('shop_string', new \Sylius\Component\Grid\Filter\StringFilter());
› $instance->register('gally_dynamic_filter', new \Gally\SyliusPlugin\Grid\Filter\GallyDynamicFilter(($container->privates['Gally\\SyliusPlugin\\Search\\FilterConverter'] ??= new \Gally\SyliusPlugin\Search\FilterConverter()), ($container->privates['Gally\\SyliusPlugin\\Config\\ConfigManager'] ?? self::getConfigManagerService($container))));
›
}
/var/www/demo/sylius/staging/releases/38/var/cache/dev/ContainerIkK1428/App_KernelDevDebugContainer.php:2382 {
ContainerIkK1428\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/var/www/demo/sylius/staging/releases/38/var/cache/dev/ContainerIkK1428/getSylius_Grid_FiltersApplicatorService.php:26 {
ContainerIkK1428\getSylius_Grid_FiltersApplicatorService::do($container, $lazyLoad = true) …
›
› return $container->services['sylius.grid.filters_applicator'] = new \Sylius\Component\Grid\Filtering\FiltersApplicator(($container->services['sylius.registry.grid_filter'] ?? $container->load('getSylius_Registry_GridFilterService')), ($container->services['sylius.grid.filters_criteria_resolver'] ??= new \Sylius\Component\Grid\Filtering\FiltersCriteriaResolver()));
› }
}
/var/www/demo/sylius/staging/releases/38/var/cache/dev/ContainerIkK1428/App_KernelDevDebugContainer.php:2382 {
ContainerIkK1428\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/var/www/demo/sylius/staging/releases/38/var/cache/dev/ContainerIkK1428/getProviderService.php:25 {
ContainerIkK1428\getProviderService::do($container, $lazyLoad = true) …
›
› return $container->services['Sylius\\Component\\Grid\\Data\\Provider'] = new \Sylius\Component\Grid\Data\Provider(($container->privates['.service_locator.GIuJv7e'] ??= new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($container->getService ??= $container->getService(...), [], [])), new \Gally\SyliusPlugin\Grid\DataProvider(($container->services['Sylius\\Component\\Grid\\Data\\DataSourceProviderInterface'] ?? $container->load('getDataSourceProviderInterfaceService')), ($container->services['sylius.grid.filters_applicator'] ?? $container->load('getSylius_Grid_FiltersApplicatorService')), ($container->services['sylius.grid.sorter'] ?? $container->load('getSylius_Grid_SorterService')), ($container->services['sylius.context.channel'] ?? self::getSylius_Context_ChannelService($container))));
› }
}
/var/www/demo/sylius/staging/releases/38/var/cache/dev/ContainerIkK1428/App_KernelDevDebugContainer.php:2382 {
ContainerIkK1428\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/var/www/demo/sylius/staging/releases/38/var/cache/dev/ContainerIkK1428/getSylius_Grid_ResourceViewFactoryService.php:24 {
ContainerIkK1428\getSylius_Grid_ResourceViewFactoryService::do($container, $lazyLoad = true) …
›
› return $container->services['sylius.grid.resource_view_factory'] = new \Sylius\Bundle\ResourceBundle\Grid\View\ResourceGridViewFactory(($container->services['Sylius\\Component\\Grid\\Data\\Provider'] ?? $container->load('getProviderService')), ($container->privates['sylius.resource_controller.parameters_parser'] ?? $container->load('getSylius_ResourceController_ParametersParserService')));
› }
}
/var/www/demo/sylius/staging/releases/38/var/cache/dev/ContainerIkK1428/App_KernelDevDebugContainer.php:2382 {
ContainerIkK1428\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/var/www/demo/sylius/staging/releases/38/var/cache/dev/ContainerIkK1428/getSylius_ResourceController_ResourcesResolver_GridAwareService.php:25 {
ContainerIkK1428\getSylius_ResourceController_ResourcesResolver_GridAwareService::do($container, $lazyLoad = true) …
›
› return $container->services['sylius.resource_controller.resources_resolver.grid_aware'] = new \Sylius\Bundle\ResourceBundle\Grid\Controller\ResourcesResolver(new \Sylius\Bundle\ResourceBundle\Controller\ResourcesResolver(), ($container->services['sylius.grid.chain_provider'] ?? $container->load('getSylius_Grid_ChainProviderService')), ($container->services['sylius.grid.resource_view_factory'] ?? $container->load('getSylius_Grid_ResourceViewFactoryService')));
› }
}
/var/www/demo/sylius/staging/releases/38/var/cache/dev/ContainerIkK1428/App_KernelDevDebugContainer.php:2382 {
ContainerIkK1428\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/var/www/demo/sylius/staging/releases/38/var/cache/dev/ContainerIkK1428/getSylius_ResourceController_ResourcesCollectionProviderService.php:24 {
ContainerIkK1428\getSylius_ResourceController_ResourcesCollectionProviderService::do($container, $lazyLoad = true) …
›
› return $container->privates['sylius.resource_controller.resources_collection_provider'] = new \Sylius\Bundle\ResourceBundle\Controller\ResourcesCollectionProvider(($container->services['sylius.resource_controller.resources_resolver.grid_aware'] ?? $container->load('getSylius_ResourceController_ResourcesResolver_GridAwareService')), NULL);
› }
}
/var/www/demo/sylius/staging/releases/38/var/cache/dev/ContainerIkK1428/App_KernelDevDebugContainer.php:2382 {
ContainerIkK1428\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/var/www/demo/sylius/staging/releases/38/var/cache/dev/ContainerIkK1428/getSylius_Controller_ProductService.php:31 {
ContainerIkK1428\getSylius_Controller_ProductService::do($container, $lazyLoad = true) …
›
› $container->services['sylius.controller.product'] = $instance = new \Sylius\Bundle\ResourceBundle\Controller\ResourceController(($container->privates['sylius.resource_registry'] ?? self::getSylius_ResourceRegistryService($container))->get('sylius.product'), ($container->privates['sylius.resource_controller.request_configuration_factory'] ?? $container->load('getSylius_ResourceController_RequestConfigurationFactoryService')), ($container->privates['sylius.resource_controller.view_handler'] ?? $container->load('getSylius_ResourceController_ViewHandlerService')), ($container->services['sylius.repository.product'] ?? self::getSylius_Repository_ProductService($container)), ($container->services['Sylius\\Component\\Product\\Factory\\ProductFactoryInterface'] ?? $container->load('getProductFactoryInterfaceService')), ($container->privates['sylius_paypal.factory.paypal_payment_method_new_resource'] ?? $container->load('getSyliusPaypal_Factory_PaypalPaymentMethodNewResourceService')), ($container->services['doctrine.orm.default_entity_manager'] ?? self::getDoctrine_Orm_DefaultEntityManagerService($container)), ($container->privates['sylius.resource_controller.single_resource_provider'] ??= new \Sylius\Bundle\ResourceBundle\Controller\SingleResourceProvider()), ($container->privates['sylius.resource_controller.resources_collection_provider'] ?? $container->load('getSylius_ResourceController_ResourcesCollectionProviderService')), ($container->privates['sylius.resource_controller.form_factory'] ?? $container->load('getSylius_ResourceController_FormFactoryService')), ($container->privates['sylius_admin.resource_controller.redirect_handler'] ?? $container->load('getSyliusAdmin_ResourceController_RedirectHandlerService')), ($container->privates['sylius.resource_controller.flash_helper'] ?? $container->load('getSylius_ResourceController_FlashHelperService')), ($container->privates['sylius.resource_controller.authorization_checker.disabled'] ??= new \Sylius\Bundle\ResourceBundle\Controller\DisabledAuthorizationChecker()), ($container->privates['sylius.resource_controller.event_dispatcher'] ?? $container->load('getSylius_ResourceController_EventDispatcherService')), ($container->privates['sylius.resource_controller.state_machine'] ?? $container->load('getSylius_ResourceController_StateMachineService')), ($container->privates['sylius.custom_resource_controller.resource_update_handler'] ?? $container->load('getSylius_CustomResourceController_ResourceUpdateHandlerService')), ($container->privates['sylius.custom_resource_controller.resource_delete_handler'] ?? $container->load('getSylius_CustomResourceController_ResourceDeleteHandlerService')));
›
}
/var/www/demo/sylius/staging/releases/38/var/cache/dev/ContainerIkK1428/App_KernelDevDebugContainer.php:2382 {
ContainerIkK1428\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/var/www/demo/sylius/staging/releases/38/vendor/symfony/dependency-injection/Container.php:221 {
Symfony\Component\DependencyInjection\Container::make(self $container, string $id, int $invalidBehavior): ?object …
› if (isset($container->fileMap[$id])) {
› return /* self::IGNORE_ON_UNINITIALIZED_REFERENCE */ 4 === $invalidBehavior ? null : $container->load($container->fileMap[$id]);
› } elseif (isset($container->methodMap[$id])) {
}
/var/www/demo/sylius/staging/releases/38/vendor/symfony/dependency-injection/Container.php:203 {
Symfony\Component\DependencyInjection\Container->get(string $id, int $invalidBehavior = self::EXCEPTION_ON_INVALID_REFERENCE): ?object …
› ?? $this->services[$id = $this->aliases[$id] ?? $id]
› ?? ('service_container' === $id ? $this : ($this->factories[$id] ?? self::$make ??= self::make(...))($this, $id, $invalidBehavior));
› }
}
/var/www/demo/sylius/staging/releases/38/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php:38 {
Symfony\Component\HttpKernel\Controller\ContainerControllerResolver->instantiateController(string $class): object …
› if ($this->container->has($class)) {
› return $this->container->get($class);
› }
}
/var/www/demo/sylius/staging/releases/38/vendor/symfony/framework-bundle/Controller/ControllerResolver.php:25 {
Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver->instantiateController(string $class): object …
› {
› $controller = parent::instantiateController($class);
›
}
/var/www/demo/sylius/staging/releases/38/vendor/symfony/http-kernel/Controller/ControllerResolver.php:127 {
Symfony\Component\HttpKernel\Controller\ControllerResolver->createController(string $controller): callable …
› try {
› $controller = [$this->instantiateController($class), $method];
› } catch (\Error|\LogicException $e) {
}
/var/www/demo/sylius/staging/releases/38/vendor/symfony/http-kernel/Controller/ControllerResolver.php:95 {
Symfony\Component\HttpKernel\Controller\ControllerResolver->getController(Request $request): callable|false …
› try {
› $callable = $this->createController($controller);
› } catch (\InvalidArgumentException $e) {
}
/var/www/demo/sylius/staging/releases/38/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php:33 {
Symfony\Component\HttpKernel\Controller\TraceableControllerResolver->getController(Request $request): callable|false …
› try {
› return $this->resolver->getController($request);
› } finally {
}
/var/www/demo/sylius/staging/releases/38/vendor/symfony/http-kernel/HttpKernel.php:166 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› // load controller
› if (false === $controller = $this->resolver->getController($request)) {
› throw new NotFoundHttpException(\sprintf('Unable to find the controller for path "%s". The route is wrongly configured.', $request->getPathInfo()));
}
/var/www/demo/sylius/staging/releases/38/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) {
}
/var/www/demo/sylius/staging/releases/38/vendor/symfony/http-kernel/Kernel.php:182 {
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 {
}
/var/www/demo/sylius/staging/releases/38/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
}
/var/www/demo/sylius/staging/releases/38/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/demo/sylius/staging/releases/38/public/index.php:5 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments: {
"/var/www/demo/sylius/staging/releases/38/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1765196479
"timestamp_rfc3339" => "2025-12-08T12:21:19.513+00:00"
"message" => "User Deprecated: Method "Sylius\Component\Grid\Data\ExpressionBuilderInterface::notEquals()" might add "mixed" as a native return type declaration in the future. Do the same in implementation "Gally\SyliusPlugin\Grid\Gally\ExpressionBuilder" now to avoid errors or add an explicit @return annotation to suppress this message."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#6146
#message: "User Deprecated: Method "Sylius\Component\Grid\Data\ExpressionBuilderInterface::notEquals()" might add "mixed" as a native return type declaration in the future. Do the same in implementation "Gally\SyliusPlugin\Grid\Gally\ExpressionBuilder" now to avoid errors or add an explicit @return annotation to suppress this message."
#code: 0
#file: "/var/www/demo/sylius/staging/releases/38/vendor/symfony/error-handler/DebugClassLoader.php"
#line: 347
#severity: E_USER_DEPRECATED
trace: {
/var/www/demo/sylius/staging/releases/38/vendor/symfony/error-handler/DebugClassLoader.php:347 {
Gally\SyliusPlugin\Search\FilterConverter->__construct() …
› foreach ($deprecations as $message) {
› @trigger_error($message, \E_USER_DEPRECATED);
› }
}
/var/www/demo/sylius/staging/releases/38/var/cache/dev/ContainerIkK1428/getSylius_Registry_GridFilterService.php:48 {
ContainerIkK1428\getSylius_Registry_GridFilterService::do($container, $lazyLoad = true) …
› $instance->register('shop_string', new \Sylius\Component\Grid\Filter\StringFilter());
› $instance->register('gally_dynamic_filter', new \Gally\SyliusPlugin\Grid\Filter\GallyDynamicFilter(($container->privates['Gally\\SyliusPlugin\\Search\\FilterConverter'] ??= new \Gally\SyliusPlugin\Search\FilterConverter()), ($container->privates['Gally\\SyliusPlugin\\Config\\ConfigManager'] ?? self::getConfigManagerService($container))));
›
}
/var/www/demo/sylius/staging/releases/38/var/cache/dev/ContainerIkK1428/App_KernelDevDebugContainer.php:2382 {
ContainerIkK1428\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/var/www/demo/sylius/staging/releases/38/var/cache/dev/ContainerIkK1428/getSylius_Grid_FiltersApplicatorService.php:26 {
ContainerIkK1428\getSylius_Grid_FiltersApplicatorService::do($container, $lazyLoad = true) …
›
› return $container->services['sylius.grid.filters_applicator'] = new \Sylius\Component\Grid\Filtering\FiltersApplicator(($container->services['sylius.registry.grid_filter'] ?? $container->load('getSylius_Registry_GridFilterService')), ($container->services['sylius.grid.filters_criteria_resolver'] ??= new \Sylius\Component\Grid\Filtering\FiltersCriteriaResolver()));
› }
}
/var/www/demo/sylius/staging/releases/38/var/cache/dev/ContainerIkK1428/App_KernelDevDebugContainer.php:2382 {
ContainerIkK1428\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/var/www/demo/sylius/staging/releases/38/var/cache/dev/ContainerIkK1428/getProviderService.php:25 {
ContainerIkK1428\getProviderService::do($container, $lazyLoad = true) …
›
› return $container->services['Sylius\\Component\\Grid\\Data\\Provider'] = new \Sylius\Component\Grid\Data\Provider(($container->privates['.service_locator.GIuJv7e'] ??= new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($container->getService ??= $container->getService(...), [], [])), new \Gally\SyliusPlugin\Grid\DataProvider(($container->services['Sylius\\Component\\Grid\\Data\\DataSourceProviderInterface'] ?? $container->load('getDataSourceProviderInterfaceService')), ($container->services['sylius.grid.filters_applicator'] ?? $container->load('getSylius_Grid_FiltersApplicatorService')), ($container->services['sylius.grid.sorter'] ?? $container->load('getSylius_Grid_SorterService')), ($container->services['sylius.context.channel'] ?? self::getSylius_Context_ChannelService($container))));
› }
}
/var/www/demo/sylius/staging/releases/38/var/cache/dev/ContainerIkK1428/App_KernelDevDebugContainer.php:2382 {
ContainerIkK1428\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/var/www/demo/sylius/staging/releases/38/var/cache/dev/ContainerIkK1428/getSylius_Grid_ResourceViewFactoryService.php:24 {
ContainerIkK1428\getSylius_Grid_ResourceViewFactoryService::do($container, $lazyLoad = true) …
›
› return $container->services['sylius.grid.resource_view_factory'] = new \Sylius\Bundle\ResourceBundle\Grid\View\ResourceGridViewFactory(($container->services['Sylius\\Component\\Grid\\Data\\Provider'] ?? $container->load('getProviderService')), ($container->privates['sylius.resource_controller.parameters_parser'] ?? $container->load('getSylius_ResourceController_ParametersParserService')));
› }
}
/var/www/demo/sylius/staging/releases/38/var/cache/dev/ContainerIkK1428/App_KernelDevDebugContainer.php:2382 {
ContainerIkK1428\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/var/www/demo/sylius/staging/releases/38/var/cache/dev/ContainerIkK1428/getSylius_ResourceController_ResourcesResolver_GridAwareService.php:25 {
ContainerIkK1428\getSylius_ResourceController_ResourcesResolver_GridAwareService::do($container, $lazyLoad = true) …
›
› return $container->services['sylius.resource_controller.resources_resolver.grid_aware'] = new \Sylius\Bundle\ResourceBundle\Grid\Controller\ResourcesResolver(new \Sylius\Bundle\ResourceBundle\Controller\ResourcesResolver(), ($container->services['sylius.grid.chain_provider'] ?? $container->load('getSylius_Grid_ChainProviderService')), ($container->services['sylius.grid.resource_view_factory'] ?? $container->load('getSylius_Grid_ResourceViewFactoryService')));
› }
}
/var/www/demo/sylius/staging/releases/38/var/cache/dev/ContainerIkK1428/App_KernelDevDebugContainer.php:2382 {
ContainerIkK1428\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/var/www/demo/sylius/staging/releases/38/var/cache/dev/ContainerIkK1428/getSylius_ResourceController_ResourcesCollectionProviderService.php:24 {
ContainerIkK1428\getSylius_ResourceController_ResourcesCollectionProviderService::do($container, $lazyLoad = true) …
›
› return $container->privates['sylius.resource_controller.resources_collection_provider'] = new \Sylius\Bundle\ResourceBundle\Controller\ResourcesCollectionProvider(($container->services['sylius.resource_controller.resources_resolver.grid_aware'] ?? $container->load('getSylius_ResourceController_ResourcesResolver_GridAwareService')), NULL);
› }
}
/var/www/demo/sylius/staging/releases/38/var/cache/dev/ContainerIkK1428/App_KernelDevDebugContainer.php:2382 {
ContainerIkK1428\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/var/www/demo/sylius/staging/releases/38/var/cache/dev/ContainerIkK1428/getSylius_Controller_ProductService.php:31 {
ContainerIkK1428\getSylius_Controller_ProductService::do($container, $lazyLoad = true) …
›
› $container->services['sylius.controller.product'] = $instance = new \Sylius\Bundle\ResourceBundle\Controller\ResourceController(($container->privates['sylius.resource_registry'] ?? self::getSylius_ResourceRegistryService($container))->get('sylius.product'), ($container->privates['sylius.resource_controller.request_configuration_factory'] ?? $container->load('getSylius_ResourceController_RequestConfigurationFactoryService')), ($container->privates['sylius.resource_controller.view_handler'] ?? $container->load('getSylius_ResourceController_ViewHandlerService')), ($container->services['sylius.repository.product'] ?? self::getSylius_Repository_ProductService($container)), ($container->services['Sylius\\Component\\Product\\Factory\\ProductFactoryInterface'] ?? $container->load('getProductFactoryInterfaceService')), ($container->privates['sylius_paypal.factory.paypal_payment_method_new_resource'] ?? $container->load('getSyliusPaypal_Factory_PaypalPaymentMethodNewResourceService')), ($container->services['doctrine.orm.default_entity_manager'] ?? self::getDoctrine_Orm_DefaultEntityManagerService($container)), ($container->privates['sylius.resource_controller.single_resource_provider'] ??= new \Sylius\Bundle\ResourceBundle\Controller\SingleResourceProvider()), ($container->privates['sylius.resource_controller.resources_collection_provider'] ?? $container->load('getSylius_ResourceController_ResourcesCollectionProviderService')), ($container->privates['sylius.resource_controller.form_factory'] ?? $container->load('getSylius_ResourceController_FormFactoryService')), ($container->privates['sylius_admin.resource_controller.redirect_handler'] ?? $container->load('getSyliusAdmin_ResourceController_RedirectHandlerService')), ($container->privates['sylius.resource_controller.flash_helper'] ?? $container->load('getSylius_ResourceController_FlashHelperService')), ($container->privates['sylius.resource_controller.authorization_checker.disabled'] ??= new \Sylius\Bundle\ResourceBundle\Controller\DisabledAuthorizationChecker()), ($container->privates['sylius.resource_controller.event_dispatcher'] ?? $container->load('getSylius_ResourceController_EventDispatcherService')), ($container->privates['sylius.resource_controller.state_machine'] ?? $container->load('getSylius_ResourceController_StateMachineService')), ($container->privates['sylius.custom_resource_controller.resource_update_handler'] ?? $container->load('getSylius_CustomResourceController_ResourceUpdateHandlerService')), ($container->privates['sylius.custom_resource_controller.resource_delete_handler'] ?? $container->load('getSylius_CustomResourceController_ResourceDeleteHandlerService')));
›
}
/var/www/demo/sylius/staging/releases/38/var/cache/dev/ContainerIkK1428/App_KernelDevDebugContainer.php:2382 {
ContainerIkK1428\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/var/www/demo/sylius/staging/releases/38/vendor/symfony/dependency-injection/Container.php:221 {
Symfony\Component\DependencyInjection\Container::make(self $container, string $id, int $invalidBehavior): ?object …
› if (isset($container->fileMap[$id])) {
› return /* self::IGNORE_ON_UNINITIALIZED_REFERENCE */ 4 === $invalidBehavior ? null : $container->load($container->fileMap[$id]);
› } elseif (isset($container->methodMap[$id])) {
}
/var/www/demo/sylius/staging/releases/38/vendor/symfony/dependency-injection/Container.php:203 {
Symfony\Component\DependencyInjection\Container->get(string $id, int $invalidBehavior = self::EXCEPTION_ON_INVALID_REFERENCE): ?object …
› ?? $this->services[$id = $this->aliases[$id] ?? $id]
› ?? ('service_container' === $id ? $this : ($this->factories[$id] ?? self::$make ??= self::make(...))($this, $id, $invalidBehavior));
› }
}
/var/www/demo/sylius/staging/releases/38/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php:38 {
Symfony\Component\HttpKernel\Controller\ContainerControllerResolver->instantiateController(string $class): object …
› if ($this->container->has($class)) {
› return $this->container->get($class);
› }
}
/var/www/demo/sylius/staging/releases/38/vendor/symfony/framework-bundle/Controller/ControllerResolver.php:25 {
Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver->instantiateController(string $class): object …
› {
› $controller = parent::instantiateController($class);
›
}
/var/www/demo/sylius/staging/releases/38/vendor/symfony/http-kernel/Controller/ControllerResolver.php:127 {
Symfony\Component\HttpKernel\Controller\ControllerResolver->createController(string $controller): callable …
› try {
› $controller = [$this->instantiateController($class), $method];
› } catch (\Error|\LogicException $e) {
}
/var/www/demo/sylius/staging/releases/38/vendor/symfony/http-kernel/Controller/ControllerResolver.php:95 {
Symfony\Component\HttpKernel\Controller\ControllerResolver->getController(Request $request): callable|false …
› try {
› $callable = $this->createController($controller);
› } catch (\InvalidArgumentException $e) {
}
/var/www/demo/sylius/staging/releases/38/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php:33 {
Symfony\Component\HttpKernel\Controller\TraceableControllerResolver->getController(Request $request): callable|false …
› try {
› return $this->resolver->getController($request);
› } finally {
}
/var/www/demo/sylius/staging/releases/38/vendor/symfony/http-kernel/HttpKernel.php:166 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› // load controller
› if (false === $controller = $this->resolver->getController($request)) {
› throw new NotFoundHttpException(\sprintf('Unable to find the controller for path "%s". The route is wrongly configured.', $request->getPathInfo()));
}
/var/www/demo/sylius/staging/releases/38/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) {
}
/var/www/demo/sylius/staging/releases/38/vendor/symfony/http-kernel/Kernel.php:182 {
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 {
}
/var/www/demo/sylius/staging/releases/38/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
}
/var/www/demo/sylius/staging/releases/38/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/demo/sylius/staging/releases/38/public/index.php:5 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments: {
"/var/www/demo/sylius/staging/releases/38/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1765196479
"timestamp_rfc3339" => "2025-12-08T12:21:19.513+00:00"
"message" => "User Deprecated: Method "Sylius\Component\Grid\Data\ExpressionBuilderInterface::lessThan()" might add "mixed" as a native return type declaration in the future. Do the same in implementation "Gally\SyliusPlugin\Grid\Gally\ExpressionBuilder" now to avoid errors or add an explicit @return annotation to suppress this message."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#6147
#message: "User Deprecated: Method "Sylius\Component\Grid\Data\ExpressionBuilderInterface::lessThan()" might add "mixed" as a native return type declaration in the future. Do the same in implementation "Gally\SyliusPlugin\Grid\Gally\ExpressionBuilder" now to avoid errors or add an explicit @return annotation to suppress this message."
#code: 0
#file: "/var/www/demo/sylius/staging/releases/38/vendor/symfony/error-handler/DebugClassLoader.php"
#line: 347
#severity: E_USER_DEPRECATED
trace: {
/var/www/demo/sylius/staging/releases/38/vendor/symfony/error-handler/DebugClassLoader.php:347 {
Gally\SyliusPlugin\Search\FilterConverter->__construct() …
› foreach ($deprecations as $message) {
› @trigger_error($message, \E_USER_DEPRECATED);
› }
}
/var/www/demo/sylius/staging/releases/38/var/cache/dev/ContainerIkK1428/getSylius_Registry_GridFilterService.php:48 {
ContainerIkK1428\getSylius_Registry_GridFilterService::do($container, $lazyLoad = true) …
› $instance->register('shop_string', new \Sylius\Component\Grid\Filter\StringFilter());
› $instance->register('gally_dynamic_filter', new \Gally\SyliusPlugin\Grid\Filter\GallyDynamicFilter(($container->privates['Gally\\SyliusPlugin\\Search\\FilterConverter'] ??= new \Gally\SyliusPlugin\Search\FilterConverter()), ($container->privates['Gally\\SyliusPlugin\\Config\\ConfigManager'] ?? self::getConfigManagerService($container))));
›
}
/var/www/demo/sylius/staging/releases/38/var/cache/dev/ContainerIkK1428/App_KernelDevDebugContainer.php:2382 {
ContainerIkK1428\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/var/www/demo/sylius/staging/releases/38/var/cache/dev/ContainerIkK1428/getSylius_Grid_FiltersApplicatorService.php:26 {
ContainerIkK1428\getSylius_Grid_FiltersApplicatorService::do($container, $lazyLoad = true) …
›
› return $container->services['sylius.grid.filters_applicator'] = new \Sylius\Component\Grid\Filtering\FiltersApplicator(($container->services['sylius.registry.grid_filter'] ?? $container->load('getSylius_Registry_GridFilterService')), ($container->services['sylius.grid.filters_criteria_resolver'] ??= new \Sylius\Component\Grid\Filtering\FiltersCriteriaResolver()));
› }
}
/var/www/demo/sylius/staging/releases/38/var/cache/dev/ContainerIkK1428/App_KernelDevDebugContainer.php:2382 {
ContainerIkK1428\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/var/www/demo/sylius/staging/releases/38/var/cache/dev/ContainerIkK1428/getProviderService.php:25 {
ContainerIkK1428\getProviderService::do($container, $lazyLoad = true) …
›
› return $container->services['Sylius\\Component\\Grid\\Data\\Provider'] = new \Sylius\Component\Grid\Data\Provider(($container->privates['.service_locator.GIuJv7e'] ??= new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($container->getService ??= $container->getService(...), [], [])), new \Gally\SyliusPlugin\Grid\DataProvider(($container->services['Sylius\\Component\\Grid\\Data\\DataSourceProviderInterface'] ?? $container->load('getDataSourceProviderInterfaceService')), ($container->services['sylius.grid.filters_applicator'] ?? $container->load('getSylius_Grid_FiltersApplicatorService')), ($container->services['sylius.grid.sorter'] ?? $container->load('getSylius_Grid_SorterService')), ($container->services['sylius.context.channel'] ?? self::getSylius_Context_ChannelService($container))));
› }
}
/var/www/demo/sylius/staging/releases/38/var/cache/dev/ContainerIkK1428/App_KernelDevDebugContainer.php:2382 {
ContainerIkK1428\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/var/www/demo/sylius/staging/releases/38/var/cache/dev/ContainerIkK1428/getSylius_Grid_ResourceViewFactoryService.php:24 {
ContainerIkK1428\getSylius_Grid_ResourceViewFactoryService::do($container, $lazyLoad = true) …
›
› return $container->services['sylius.grid.resource_view_factory'] = new \Sylius\Bundle\ResourceBundle\Grid\View\ResourceGridViewFactory(($container->services['Sylius\\Component\\Grid\\Data\\Provider'] ?? $container->load('getProviderService')), ($container->privates['sylius.resource_controller.parameters_parser'] ?? $container->load('getSylius_ResourceController_ParametersParserService')));
› }
}
/var/www/demo/sylius/staging/releases/38/var/cache/dev/ContainerIkK1428/App_KernelDevDebugContainer.php:2382 {
ContainerIkK1428\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/var/www/demo/sylius/staging/releases/38/var/cache/dev/ContainerIkK1428/getSylius_ResourceController_ResourcesResolver_GridAwareService.php:25 {
ContainerIkK1428\getSylius_ResourceController_ResourcesResolver_GridAwareService::do($container, $lazyLoad = true) …
›
› return $container->services['sylius.resource_controller.resources_resolver.grid_aware'] = new \Sylius\Bundle\ResourceBundle\Grid\Controller\ResourcesResolver(new \Sylius\Bundle\ResourceBundle\Controller\ResourcesResolver(), ($container->services['sylius.grid.chain_provider'] ?? $container->load('getSylius_Grid_ChainProviderService')), ($container->services['sylius.grid.resource_view_factory'] ?? $container->load('getSylius_Grid_ResourceViewFactoryService')));
› }
}
/var/www/demo/sylius/staging/releases/38/var/cache/dev/ContainerIkK1428/App_KernelDevDebugContainer.php:2382 {
ContainerIkK1428\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/var/www/demo/sylius/staging/releases/38/var/cache/dev/ContainerIkK1428/getSylius_ResourceController_ResourcesCollectionProviderService.php:24 {
ContainerIkK1428\getSylius_ResourceController_ResourcesCollectionProviderService::do($container, $lazyLoad = true) …
›
› return $container->privates['sylius.resource_controller.resources_collection_provider'] = new \Sylius\Bundle\ResourceBundle\Controller\ResourcesCollectionProvider(($container->services['sylius.resource_controller.resources_resolver.grid_aware'] ?? $container->load('getSylius_ResourceController_ResourcesResolver_GridAwareService')), NULL);
› }
}
/var/www/demo/sylius/staging/releases/38/var/cache/dev/ContainerIkK1428/App_KernelDevDebugContainer.php:2382 {
ContainerIkK1428\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/var/www/demo/sylius/staging/releases/38/var/cache/dev/ContainerIkK1428/getSylius_Controller_ProductService.php:31 {
ContainerIkK1428\getSylius_Controller_ProductService::do($container, $lazyLoad = true) …
›
› $container->services['sylius.controller.product'] = $instance = new \Sylius\Bundle\ResourceBundle\Controller\ResourceController(($container->privates['sylius.resource_registry'] ?? self::getSylius_ResourceRegistryService($container))->get('sylius.product'), ($container->privates['sylius.resource_controller.request_configuration_factory'] ?? $container->load('getSylius_ResourceController_RequestConfigurationFactoryService')), ($container->privates['sylius.resource_controller.view_handler'] ?? $container->load('getSylius_ResourceController_ViewHandlerService')), ($container->services['sylius.repository.product'] ?? self::getSylius_Repository_ProductService($container)), ($container->services['Sylius\\Component\\Product\\Factory\\ProductFactoryInterface'] ?? $container->load('getProductFactoryInterfaceService')), ($container->privates['sylius_paypal.factory.paypal_payment_method_new_resource'] ?? $container->load('getSyliusPaypal_Factory_PaypalPaymentMethodNewResourceService')), ($container->services['doctrine.orm.default_entity_manager'] ?? self::getDoctrine_Orm_DefaultEntityManagerService($container)), ($container->privates['sylius.resource_controller.single_resource_provider'] ??= new \Sylius\Bundle\ResourceBundle\Controller\SingleResourceProvider()), ($container->privates['sylius.resource_controller.resources_collection_provider'] ?? $container->load('getSylius_ResourceController_ResourcesCollectionProviderService')), ($container->privates['sylius.resource_controller.form_factory'] ?? $container->load('getSylius_ResourceController_FormFactoryService')), ($container->privates['sylius_admin.resource_controller.redirect_handler'] ?? $container->load('getSyliusAdmin_ResourceController_RedirectHandlerService')), ($container->privates['sylius.resource_controller.flash_helper'] ?? $container->load('getSylius_ResourceController_FlashHelperService')), ($container->privates['sylius.resource_controller.authorization_checker.disabled'] ??= new \Sylius\Bundle\ResourceBundle\Controller\DisabledAuthorizationChecker()), ($container->privates['sylius.resource_controller.event_dispatcher'] ?? $container->load('getSylius_ResourceController_EventDispatcherService')), ($container->privates['sylius.resource_controller.state_machine'] ?? $container->load('getSylius_ResourceController_StateMachineService')), ($container->privates['sylius.custom_resource_controller.resource_update_handler'] ?? $container->load('getSylius_CustomResourceController_ResourceUpdateHandlerService')), ($container->privates['sylius.custom_resource_controller.resource_delete_handler'] ?? $container->load('getSylius_CustomResourceController_ResourceDeleteHandlerService')));
›
}
/var/www/demo/sylius/staging/releases/38/var/cache/dev/ContainerIkK1428/App_KernelDevDebugContainer.php:2382 {
ContainerIkK1428\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/var/www/demo/sylius/staging/releases/38/vendor/symfony/dependency-injection/Container.php:221 {
Symfony\Component\DependencyInjection\Container::make(self $container, string $id, int $invalidBehavior): ?object …
› if (isset($container->fileMap[$id])) {
› return /* self::IGNORE_ON_UNINITIALIZED_REFERENCE */ 4 === $invalidBehavior ? null : $container->load($container->fileMap[$id]);
› } elseif (isset($container->methodMap[$id])) {
}
/var/www/demo/sylius/staging/releases/38/vendor/symfony/dependency-injection/Container.php:203 {
Symfony\Component\DependencyInjection\Container->get(string $id, int $invalidBehavior = self::EXCEPTION_ON_INVALID_REFERENCE): ?object …
› ?? $this->services[$id = $this->aliases[$id] ?? $id]
› ?? ('service_container' === $id ? $this : ($this->factories[$id] ?? self::$make ??= self::make(...))($this, $id, $invalidBehavior));
› }
}
/var/www/demo/sylius/staging/releases/38/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php:38 {
Symfony\Component\HttpKernel\Controller\ContainerControllerResolver->instantiateController(string $class): object …
› if ($this->container->has($class)) {
› return $this->container->get($class);
› }
}
/var/www/demo/sylius/staging/releases/38/vendor/symfony/framework-bundle/Controller/ControllerResolver.php:25 {
Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver->instantiateController(string $class): object …
› {
› $controller = parent::instantiateController($class);
›
}
/var/www/demo/sylius/staging/releases/38/vendor/symfony/http-kernel/Controller/ControllerResolver.php:127 {
Symfony\Component\HttpKernel\Controller\ControllerResolver->createController(string $controller): callable …
› try {
› $controller = [$this->instantiateController($class), $method];
› } catch (\Error|\LogicException $e) {
}
/var/www/demo/sylius/staging/releases/38/vendor/symfony/http-kernel/Controller/ControllerResolver.php:95 {
Symfony\Component\HttpKernel\Controller\ControllerResolver->getController(Request $request): callable|false …
› try {
› $callable = $this->createController($controller);
› } catch (\InvalidArgumentException $e) {
}
/var/www/demo/sylius/staging/releases/38/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php:33 {
Symfony\Component\HttpKernel\Controller\TraceableControllerResolver->getController(Request $request): callable|false …
› try {
› return $this->resolver->getController($request);
› } finally {
}
/var/www/demo/sylius/staging/releases/38/vendor/symfony/http-kernel/HttpKernel.php:166 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› // load controller
› if (false === $controller = $this->resolver->getController($request)) {
› throw new NotFoundHttpException(\sprintf('Unable to find the controller for path "%s". The route is wrongly configured.', $request->getPathInfo()));
}
/var/www/demo/sylius/staging/releases/38/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) {
}
/var/www/demo/sylius/staging/releases/38/vendor/symfony/http-kernel/Kernel.php:182 {
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 {
}
/var/www/demo/sylius/staging/releases/38/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
}
/var/www/demo/sylius/staging/releases/38/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/demo/sylius/staging/releases/38/public/index.php:5 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments: {
"/var/www/demo/sylius/staging/releases/38/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1765196479
"timestamp_rfc3339" => "2025-12-08T12:21:19.513+00:00"
"message" => "User Deprecated: Method "Sylius\Component\Grid\Data\ExpressionBuilderInterface::lessThanOrEqual()" might add "mixed" as a native return type declaration in the future. Do the same in implementation "Gally\SyliusPlugin\Grid\Gally\ExpressionBuilder" now to avoid errors or add an explicit @return annotation to suppress this message."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#6148
#message: "User Deprecated: Method "Sylius\Component\Grid\Data\ExpressionBuilderInterface::lessThanOrEqual()" might add "mixed" as a native return type declaration in the future. Do the same in implementation "Gally\SyliusPlugin\Grid\Gally\ExpressionBuilder" now to avoid errors or add an explicit @return annotation to suppress this message."
#code: 0
#file: "/var/www/demo/sylius/staging/releases/38/vendor/symfony/error-handler/DebugClassLoader.php"
#line: 347
#severity: E_USER_DEPRECATED
trace: {
/var/www/demo/sylius/staging/releases/38/vendor/symfony/error-handler/DebugClassLoader.php:347 {
Gally\SyliusPlugin\Search\FilterConverter->__construct() …
› foreach ($deprecations as $message) {
› @trigger_error($message, \E_USER_DEPRECATED);
› }
}
/var/www/demo/sylius/staging/releases/38/var/cache/dev/ContainerIkK1428/getSylius_Registry_GridFilterService.php:48 {
ContainerIkK1428\getSylius_Registry_GridFilterService::do($container, $lazyLoad = true) …
› $instance->register('shop_string', new \Sylius\Component\Grid\Filter\StringFilter());
› $instance->register('gally_dynamic_filter', new \Gally\SyliusPlugin\Grid\Filter\GallyDynamicFilter(($container->privates['Gally\\SyliusPlugin\\Search\\FilterConverter'] ??= new \Gally\SyliusPlugin\Search\FilterConverter()), ($container->privates['Gally\\SyliusPlugin\\Config\\ConfigManager'] ?? self::getConfigManagerService($container))));
›
}
/var/www/demo/sylius/staging/releases/38/var/cache/dev/ContainerIkK1428/App_KernelDevDebugContainer.php:2382 {
ContainerIkK1428\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/var/www/demo/sylius/staging/releases/38/var/cache/dev/ContainerIkK1428/getSylius_Grid_FiltersApplicatorService.php:26 {
ContainerIkK1428\getSylius_Grid_FiltersApplicatorService::do($container, $lazyLoad = true) …
›
› return $container->services['sylius.grid.filters_applicator'] = new \Sylius\Component\Grid\Filtering\FiltersApplicator(($container->services['sylius.registry.grid_filter'] ?? $container->load('getSylius_Registry_GridFilterService')), ($container->services['sylius.grid.filters_criteria_resolver'] ??= new \Sylius\Component\Grid\Filtering\FiltersCriteriaResolver()));
› }
}
/var/www/demo/sylius/staging/releases/38/var/cache/dev/ContainerIkK1428/App_KernelDevDebugContainer.php:2382 {
ContainerIkK1428\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/var/www/demo/sylius/staging/releases/38/var/cache/dev/ContainerIkK1428/getProviderService.php:25 {
ContainerIkK1428\getProviderService::do($container, $lazyLoad = true) …
›
› return $container->services['Sylius\\Component\\Grid\\Data\\Provider'] = new \Sylius\Component\Grid\Data\Provider(($container->privates['.service_locator.GIuJv7e'] ??= new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($container->getService ??= $container->getService(...), [], [])), new \Gally\SyliusPlugin\Grid\DataProvider(($container->services['Sylius\\Component\\Grid\\Data\\DataSourceProviderInterface'] ?? $container->load('getDataSourceProviderInterfaceService')), ($container->services['sylius.grid.filters_applicator'] ?? $container->load('getSylius_Grid_FiltersApplicatorService')), ($container->services['sylius.grid.sorter'] ?? $container->load('getSylius_Grid_SorterService')), ($container->services['sylius.context.channel'] ?? self::getSylius_Context_ChannelService($container))));
› }
}
/var/www/demo/sylius/staging/releases/38/var/cache/dev/ContainerIkK1428/App_KernelDevDebugContainer.php:2382 {
ContainerIkK1428\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/var/www/demo/sylius/staging/releases/38/var/cache/dev/ContainerIkK1428/getSylius_Grid_ResourceViewFactoryService.php:24 {
ContainerIkK1428\getSylius_Grid_ResourceViewFactoryService::do($container, $lazyLoad = true) …
›
› return $container->services['sylius.grid.resource_view_factory'] = new \Sylius\Bundle\ResourceBundle\Grid\View\ResourceGridViewFactory(($container->services['Sylius\\Component\\Grid\\Data\\Provider'] ?? $container->load('getProviderService')), ($container->privates['sylius.resource_controller.parameters_parser'] ?? $container->load('getSylius_ResourceController_ParametersParserService')));
› }
}
/var/www/demo/sylius/staging/releases/38/var/cache/dev/ContainerIkK1428/App_KernelDevDebugContainer.php:2382 {
ContainerIkK1428\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/var/www/demo/sylius/staging/releases/38/var/cache/dev/ContainerIkK1428/getSylius_ResourceController_ResourcesResolver_GridAwareService.php:25 {
ContainerIkK1428\getSylius_ResourceController_ResourcesResolver_GridAwareService::do($container, $lazyLoad = true) …
›
› return $container->services['sylius.resource_controller.resources_resolver.grid_aware'] = new \Sylius\Bundle\ResourceBundle\Grid\Controller\ResourcesResolver(new \Sylius\Bundle\ResourceBundle\Controller\ResourcesResolver(), ($container->services['sylius.grid.chain_provider'] ?? $container->load('getSylius_Grid_ChainProviderService')), ($container->services['sylius.grid.resource_view_factory'] ?? $container->load('getSylius_Grid_ResourceViewFactoryService')));
› }
}
/var/www/demo/sylius/staging/releases/38/var/cache/dev/ContainerIkK1428/App_KernelDevDebugContainer.php:2382 {
ContainerIkK1428\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/var/www/demo/sylius/staging/releases/38/var/cache/dev/ContainerIkK1428/getSylius_ResourceController_ResourcesCollectionProviderService.php:24 {
ContainerIkK1428\getSylius_ResourceController_ResourcesCollectionProviderService::do($container, $lazyLoad = true) …
›
› return $container->privates['sylius.resource_controller.resources_collection_provider'] = new \Sylius\Bundle\ResourceBundle\Controller\ResourcesCollectionProvider(($container->services['sylius.resource_controller.resources_resolver.grid_aware'] ?? $container->load('getSylius_ResourceController_ResourcesResolver_GridAwareService')), NULL);
› }
}
/var/www/demo/sylius/staging/releases/38/var/cache/dev/ContainerIkK1428/App_KernelDevDebugContainer.php:2382 {
ContainerIkK1428\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/var/www/demo/sylius/staging/releases/38/var/cache/dev/ContainerIkK1428/getSylius_Controller_ProductService.php:31 {
ContainerIkK1428\getSylius_Controller_ProductService::do($container, $lazyLoad = true) …
›
› $container->services['sylius.controller.product'] = $instance = new \Sylius\Bundle\ResourceBundle\Controller\ResourceController(($container->privates['sylius.resource_registry'] ?? self::getSylius_ResourceRegistryService($container))->get('sylius.product'), ($container->privates['sylius.resource_controller.request_configuration_factory'] ?? $container->load('getSylius_ResourceController_RequestConfigurationFactoryService')), ($container->privates['sylius.resource_controller.view_handler'] ?? $container->load('getSylius_ResourceController_ViewHandlerService')), ($container->services['sylius.repository.product'] ?? self::getSylius_Repository_ProductService($container)), ($container->services['Sylius\\Component\\Product\\Factory\\ProductFactoryInterface'] ?? $container->load('getProductFactoryInterfaceService')), ($container->privates['sylius_paypal.factory.paypal_payment_method_new_resource'] ?? $container->load('getSyliusPaypal_Factory_PaypalPaymentMethodNewResourceService')), ($container->services['doctrine.orm.default_entity_manager'] ?? self::getDoctrine_Orm_DefaultEntityManagerService($container)), ($container->privates['sylius.resource_controller.single_resource_provider'] ??= new \Sylius\Bundle\ResourceBundle\Controller\SingleResourceProvider()), ($container->privates['sylius.resource_controller.resources_collection_provider'] ?? $container->load('getSylius_ResourceController_ResourcesCollectionProviderService')), ($container->privates['sylius.resource_controller.form_factory'] ?? $container->load('getSylius_ResourceController_FormFactoryService')), ($container->privates['sylius_admin.resource_controller.redirect_handler'] ?? $container->load('getSyliusAdmin_ResourceController_RedirectHandlerService')), ($container->privates['sylius.resource_controller.flash_helper'] ?? $container->load('getSylius_ResourceController_FlashHelperService')), ($container->privates['sylius.resource_controller.authorization_checker.disabled'] ??= new \Sylius\Bundle\ResourceBundle\Controller\DisabledAuthorizationChecker()), ($container->privates['sylius.resource_controller.event_dispatcher'] ?? $container->load('getSylius_ResourceController_EventDispatcherService')), ($container->privates['sylius.resource_controller.state_machine'] ?? $container->load('getSylius_ResourceController_StateMachineService')), ($container->privates['sylius.custom_resource_controller.resource_update_handler'] ?? $container->load('getSylius_CustomResourceController_ResourceUpdateHandlerService')), ($container->privates['sylius.custom_resource_controller.resource_delete_handler'] ?? $container->load('getSylius_CustomResourceController_ResourceDeleteHandlerService')));
›
}
/var/www/demo/sylius/staging/releases/38/var/cache/dev/ContainerIkK1428/App_KernelDevDebugContainer.php:2382 {
ContainerIkK1428\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/var/www/demo/sylius/staging/releases/38/vendor/symfony/dependency-injection/Container.php:221 {
Symfony\Component\DependencyInjection\Container::make(self $container, string $id, int $invalidBehavior): ?object …
› if (isset($container->fileMap[$id])) {
› return /* self::IGNORE_ON_UNINITIALIZED_REFERENCE */ 4 === $invalidBehavior ? null : $container->load($container->fileMap[$id]);
› } elseif (isset($container->methodMap[$id])) {
}
/var/www/demo/sylius/staging/releases/38/vendor/symfony/dependency-injection/Container.php:203 {
Symfony\Component\DependencyInjection\Container->get(string $id, int $invalidBehavior = self::EXCEPTION_ON_INVALID_REFERENCE): ?object …
› ?? $this->services[$id = $this->aliases[$id] ?? $id]
› ?? ('service_container' === $id ? $this : ($this->factories[$id] ?? self::$make ??= self::make(...))($this, $id, $invalidBehavior));
› }
}
/var/www/demo/sylius/staging/releases/38/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php:38 {
Symfony\Component\HttpKernel\Controller\ContainerControllerResolver->instantiateController(string $class): object …
› if ($this->container->has($class)) {
› return $this->container->get($class);
› }
}
/var/www/demo/sylius/staging/releases/38/vendor/symfony/framework-bundle/Controller/ControllerResolver.php:25 {
Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver->instantiateController(string $class): object …
› {
› $controller = parent::instantiateController($class);
›
}
/var/www/demo/sylius/staging/releases/38/vendor/symfony/http-kernel/Controller/ControllerResolver.php:127 {
Symfony\Component\HttpKernel\Controller\ControllerResolver->createController(string $controller): callable …
› try {
› $controller = [$this->instantiateController($class), $method];
› } catch (\Error|\LogicException $e) {
}
/var/www/demo/sylius/staging/releases/38/vendor/symfony/http-kernel/Controller/ControllerResolver.php:95 {
Symfony\Component\HttpKernel\Controller\ControllerResolver->getController(Request $request): callable|false …
› try {
› $callable = $this->createController($controller);
› } catch (\InvalidArgumentException $e) {
}
/var/www/demo/sylius/staging/releases/38/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php:33 {
Symfony\Component\HttpKernel\Controller\TraceableControllerResolver->getController(Request $request): callable|false …
› try {
› return $this->resolver->getController($request);
› } finally {
}
/var/www/demo/sylius/staging/releases/38/vendor/symfony/http-kernel/HttpKernel.php:166 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› // load controller
› if (false === $controller = $this->resolver->getController($request)) {
› throw new NotFoundHttpException(\sprintf('Unable to find the controller for path "%s". The route is wrongly configured.', $request->getPathInfo()));
}
/var/www/demo/sylius/staging/releases/38/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) {
}
/var/www/demo/sylius/staging/releases/38/vendor/symfony/http-kernel/Kernel.php:182 {
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 {
}
/var/www/demo/sylius/staging/releases/38/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
}
/var/www/demo/sylius/staging/releases/38/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/demo/sylius/staging/releases/38/public/index.php:5 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments: {
"/var/www/demo/sylius/staging/releases/38/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1765196479
"timestamp_rfc3339" => "2025-12-08T12:21:19.513+00:00"
"message" => "User Deprecated: Method "Sylius\Component\Grid\Data\ExpressionBuilderInterface::greaterThan()" might add "mixed" as a native return type declaration in the future. Do the same in implementation "Gally\SyliusPlugin\Grid\Gally\ExpressionBuilder" now to avoid errors or add an explicit @return annotation to suppress this message."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#6149
#message: "User Deprecated: Method "Sylius\Component\Grid\Data\ExpressionBuilderInterface::greaterThan()" might add "mixed" as a native return type declaration in the future. Do the same in implementation "Gally\SyliusPlugin\Grid\Gally\ExpressionBuilder" now to avoid errors or add an explicit @return annotation to suppress this message."
#code: 0
#file: "/var/www/demo/sylius/staging/releases/38/vendor/symfony/error-handler/DebugClassLoader.php"
#line: 347
#severity: E_USER_DEPRECATED
trace: {
/var/www/demo/sylius/staging/releases/38/vendor/symfony/error-handler/DebugClassLoader.php:347 {
Gally\SyliusPlugin\Search\FilterConverter->__construct() …
› foreach ($deprecations as $message) {
› @trigger_error($message, \E_USER_DEPRECATED);
› }
}
/var/www/demo/sylius/staging/releases/38/var/cache/dev/ContainerIkK1428/getSylius_Registry_GridFilterService.php:48 {
ContainerIkK1428\getSylius_Registry_GridFilterService::do($container, $lazyLoad = true) …
› $instance->register('shop_string', new \Sylius\Component\Grid\Filter\StringFilter());
› $instance->register('gally_dynamic_filter', new \Gally\SyliusPlugin\Grid\Filter\GallyDynamicFilter(($container->privates['Gally\\SyliusPlugin\\Search\\FilterConverter'] ??= new \Gally\SyliusPlugin\Search\FilterConverter()), ($container->privates['Gally\\SyliusPlugin\\Config\\ConfigManager'] ?? self::getConfigManagerService($container))));
›
}
/var/www/demo/sylius/staging/releases/38/var/cache/dev/ContainerIkK1428/App_KernelDevDebugContainer.php:2382 {
ContainerIkK1428\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/var/www/demo/sylius/staging/releases/38/var/cache/dev/ContainerIkK1428/getSylius_Grid_FiltersApplicatorService.php:26 {
ContainerIkK1428\getSylius_Grid_FiltersApplicatorService::do($container, $lazyLoad = true) …
›
› return $container->services['sylius.grid.filters_applicator'] = new \Sylius\Component\Grid\Filtering\FiltersApplicator(($container->services['sylius.registry.grid_filter'] ?? $container->load('getSylius_Registry_GridFilterService')), ($container->services['sylius.grid.filters_criteria_resolver'] ??= new \Sylius\Component\Grid\Filtering\FiltersCriteriaResolver()));
› }
}
/var/www/demo/sylius/staging/releases/38/var/cache/dev/ContainerIkK1428/App_KernelDevDebugContainer.php:2382 {
ContainerIkK1428\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/var/www/demo/sylius/staging/releases/38/var/cache/dev/ContainerIkK1428/getProviderService.php:25 {
ContainerIkK1428\getProviderService::do($container, $lazyLoad = true) …
›
› return $container->services['Sylius\\Component\\Grid\\Data\\Provider'] = new \Sylius\Component\Grid\Data\Provider(($container->privates['.service_locator.GIuJv7e'] ??= new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($container->getService ??= $container->getService(...), [], [])), new \Gally\SyliusPlugin\Grid\DataProvider(($container->services['Sylius\\Component\\Grid\\Data\\DataSourceProviderInterface'] ?? $container->load('getDataSourceProviderInterfaceService')), ($container->services['sylius.grid.filters_applicator'] ?? $container->load('getSylius_Grid_FiltersApplicatorService')), ($container->services['sylius.grid.sorter'] ?? $container->load('getSylius_Grid_SorterService')), ($container->services['sylius.context.channel'] ?? self::getSylius_Context_ChannelService($container))));
› }
}
/var/www/demo/sylius/staging/releases/38/var/cache/dev/ContainerIkK1428/App_KernelDevDebugContainer.php:2382 {
ContainerIkK1428\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/var/www/demo/sylius/staging/releases/38/var/cache/dev/ContainerIkK1428/getSylius_Grid_ResourceViewFactoryService.php:24 {
ContainerIkK1428\getSylius_Grid_ResourceViewFactoryService::do($container, $lazyLoad = true) …
›
› return $container->services['sylius.grid.resource_view_factory'] = new \Sylius\Bundle\ResourceBundle\Grid\View\ResourceGridViewFactory(($container->services['Sylius\\Component\\Grid\\Data\\Provider'] ?? $container->load('getProviderService')), ($container->privates['sylius.resource_controller.parameters_parser'] ?? $container->load('getSylius_ResourceController_ParametersParserService')));
› }
}
/var/www/demo/sylius/staging/releases/38/var/cache/dev/ContainerIkK1428/App_KernelDevDebugContainer.php:2382 {
ContainerIkK1428\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/var/www/demo/sylius/staging/releases/38/var/cache/dev/ContainerIkK1428/getSylius_ResourceController_ResourcesResolver_GridAwareService.php:25 {
ContainerIkK1428\getSylius_ResourceController_ResourcesResolver_GridAwareService::do($container, $lazyLoad = true) …
›
› return $container->services['sylius.resource_controller.resources_resolver.grid_aware'] = new \Sylius\Bundle\ResourceBundle\Grid\Controller\ResourcesResolver(new \Sylius\Bundle\ResourceBundle\Controller\ResourcesResolver(), ($container->services['sylius.grid.chain_provider'] ?? $container->load('getSylius_Grid_ChainProviderService')), ($container->services['sylius.grid.resource_view_factory'] ?? $container->load('getSylius_Grid_ResourceViewFactoryService')));
› }
}
/var/www/demo/sylius/staging/releases/38/var/cache/dev/ContainerIkK1428/App_KernelDevDebugContainer.php:2382 {
ContainerIkK1428\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/var/www/demo/sylius/staging/releases/38/var/cache/dev/ContainerIkK1428/getSylius_ResourceController_ResourcesCollectionProviderService.php:24 {
ContainerIkK1428\getSylius_ResourceController_ResourcesCollectionProviderService::do($container, $lazyLoad = true) …
›
› return $container->privates['sylius.resource_controller.resources_collection_provider'] = new \Sylius\Bundle\ResourceBundle\Controller\ResourcesCollectionProvider(($container->services['sylius.resource_controller.resources_resolver.grid_aware'] ?? $container->load('getSylius_ResourceController_ResourcesResolver_GridAwareService')), NULL);
› }
}
/var/www/demo/sylius/staging/releases/38/var/cache/dev/ContainerIkK1428/App_KernelDevDebugContainer.php:2382 {
ContainerIkK1428\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/var/www/demo/sylius/staging/releases/38/var/cache/dev/ContainerIkK1428/getSylius_Controller_ProductService.php:31 {
ContainerIkK1428\getSylius_Controller_ProductService::do($container, $lazyLoad = true) …
›
› $container->services['sylius.controller.product'] = $instance = new \Sylius\Bundle\ResourceBundle\Controller\ResourceController(($container->privates['sylius.resource_registry'] ?? self::getSylius_ResourceRegistryService($container))->get('sylius.product'), ($container->privates['sylius.resource_controller.request_configuration_factory'] ?? $container->load('getSylius_ResourceController_RequestConfigurationFactoryService')), ($container->privates['sylius.resource_controller.view_handler'] ?? $container->load('getSylius_ResourceController_ViewHandlerService')), ($container->services['sylius.repository.product'] ?? self::getSylius_Repository_ProductService($container)), ($container->services['Sylius\\Component\\Product\\Factory\\ProductFactoryInterface'] ?? $container->load('getProductFactoryInterfaceService')), ($container->privates['sylius_paypal.factory.paypal_payment_method_new_resource'] ?? $container->load('getSyliusPaypal_Factory_PaypalPaymentMethodNewResourceService')), ($container->services['doctrine.orm.default_entity_manager'] ?? self::getDoctrine_Orm_DefaultEntityManagerService($container)), ($container->privates['sylius.resource_controller.single_resource_provider'] ??= new \Sylius\Bundle\ResourceBundle\Controller\SingleResourceProvider()), ($container->privates['sylius.resource_controller.resources_collection_provider'] ?? $container->load('getSylius_ResourceController_ResourcesCollectionProviderService')), ($container->privates['sylius.resource_controller.form_factory'] ?? $container->load('getSylius_ResourceController_FormFactoryService')), ($container->privates['sylius_admin.resource_controller.redirect_handler'] ?? $container->load('getSyliusAdmin_ResourceController_RedirectHandlerService')), ($container->privates['sylius.resource_controller.flash_helper'] ?? $container->load('getSylius_ResourceController_FlashHelperService')), ($container->privates['sylius.resource_controller.authorization_checker.disabled'] ??= new \Sylius\Bundle\ResourceBundle\Controller\DisabledAuthorizationChecker()), ($container->privates['sylius.resource_controller.event_dispatcher'] ?? $container->load('getSylius_ResourceController_EventDispatcherService')), ($container->privates['sylius.resource_controller.state_machine'] ?? $container->load('getSylius_ResourceController_StateMachineService')), ($container->privates['sylius.custom_resource_controller.resource_update_handler'] ?? $container->load('getSylius_CustomResourceController_ResourceUpdateHandlerService')), ($container->privates['sylius.custom_resource_controller.resource_delete_handler'] ?? $container->load('getSylius_CustomResourceController_ResourceDeleteHandlerService')));
›
}
/var/www/demo/sylius/staging/releases/38/var/cache/dev/ContainerIkK1428/App_KernelDevDebugContainer.php:2382 {
ContainerIkK1428\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/var/www/demo/sylius/staging/releases/38/vendor/symfony/dependency-injection/Container.php:221 {
Symfony\Component\DependencyInjection\Container::make(self $container, string $id, int $invalidBehavior): ?object …
› if (isset($container->fileMap[$id])) {
› return /* self::IGNORE_ON_UNINITIALIZED_REFERENCE */ 4 === $invalidBehavior ? null : $container->load($container->fileMap[$id]);
› } elseif (isset($container->methodMap[$id])) {
}
/var/www/demo/sylius/staging/releases/38/vendor/symfony/dependency-injection/Container.php:203 {
Symfony\Component\DependencyInjection\Container->get(string $id, int $invalidBehavior = self::EXCEPTION_ON_INVALID_REFERENCE): ?object …
› ?? $this->services[$id = $this->aliases[$id] ?? $id]
› ?? ('service_container' === $id ? $this : ($this->factories[$id] ?? self::$make ??= self::make(...))($this, $id, $invalidBehavior));
› }
}
/var/www/demo/sylius/staging/releases/38/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php:38 {
Symfony\Component\HttpKernel\Controller\ContainerControllerResolver->instantiateController(string $class): object …
› if ($this->container->has($class)) {
› return $this->container->get($class);
› }
}
/var/www/demo/sylius/staging/releases/38/vendor/symfony/framework-bundle/Controller/ControllerResolver.php:25 {
Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver->instantiateController(string $class): object …
› {
› $controller = parent::instantiateController($class);
›
}
/var/www/demo/sylius/staging/releases/38/vendor/symfony/http-kernel/Controller/ControllerResolver.php:127 {
Symfony\Component\HttpKernel\Controller\ControllerResolver->createController(string $controller): callable …
› try {
› $controller = [$this->instantiateController($class), $method];
› } catch (\Error|\LogicException $e) {
}
/var/www/demo/sylius/staging/releases/38/vendor/symfony/http-kernel/Controller/ControllerResolver.php:95 {
Symfony\Component\HttpKernel\Controller\ControllerResolver->getController(Request $request): callable|false …
› try {
› $callable = $this->createController($controller);
› } catch (\InvalidArgumentException $e) {
}
/var/www/demo/sylius/staging/releases/38/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php:33 {
Symfony\Component\HttpKernel\Controller\TraceableControllerResolver->getController(Request $request): callable|false …
› try {
› return $this->resolver->getController($request);
› } finally {
}
/var/www/demo/sylius/staging/releases/38/vendor/symfony/http-kernel/HttpKernel.php:166 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› // load controller
› if (false === $controller = $this->resolver->getController($request)) {
› throw new NotFoundHttpException(\sprintf('Unable to find the controller for path "%s". The route is wrongly configured.', $request->getPathInfo()));
}
/var/www/demo/sylius/staging/releases/38/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) {
}
/var/www/demo/sylius/staging/releases/38/vendor/symfony/http-kernel/Kernel.php:182 {
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 {
}
/var/www/demo/sylius/staging/releases/38/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
}
/var/www/demo/sylius/staging/releases/38/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/demo/sylius/staging/releases/38/public/index.php:5 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments: {
"/var/www/demo/sylius/staging/releases/38/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1765196479
"timestamp_rfc3339" => "2025-12-08T12:21:19.513+00:00"
"message" => "User Deprecated: Method "Sylius\Component\Grid\Data\ExpressionBuilderInterface::greaterThanOrEqual()" might add "mixed" as a native return type declaration in the future. Do the same in implementation "Gally\SyliusPlugin\Grid\Gally\ExpressionBuilder" now to avoid errors or add an explicit @return annotation to suppress this message."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#6150
#message: "User Deprecated: Method "Sylius\Component\Grid\Data\ExpressionBuilderInterface::greaterThanOrEqual()" might add "mixed" as a native return type declaration in the future. Do the same in implementation "Gally\SyliusPlugin\Grid\Gally\ExpressionBuilder" now to avoid errors or add an explicit @return annotation to suppress this message."
#code: 0
#file: "/var/www/demo/sylius/staging/releases/38/vendor/symfony/error-handler/DebugClassLoader.php"
#line: 347
#severity: E_USER_DEPRECATED
trace: {
/var/www/demo/sylius/staging/releases/38/vendor/symfony/error-handler/DebugClassLoader.php:347 {
Gally\SyliusPlugin\Search\FilterConverter->__construct() …
› foreach ($deprecations as $message) {
› @trigger_error($message, \E_USER_DEPRECATED);
› }
}
/var/www/demo/sylius/staging/releases/38/var/cache/dev/ContainerIkK1428/getSylius_Registry_GridFilterService.php:48 {
ContainerIkK1428\getSylius_Registry_GridFilterService::do($container, $lazyLoad = true) …
› $instance->register('shop_string', new \Sylius\Component\Grid\Filter\StringFilter());
› $instance->register('gally_dynamic_filter', new \Gally\SyliusPlugin\Grid\Filter\GallyDynamicFilter(($container->privates['Gally\\SyliusPlugin\\Search\\FilterConverter'] ??= new \Gally\SyliusPlugin\Search\FilterConverter()), ($container->privates['Gally\\SyliusPlugin\\Config\\ConfigManager'] ?? self::getConfigManagerService($container))));
›
}
/var/www/demo/sylius/staging/releases/38/var/cache/dev/ContainerIkK1428/App_KernelDevDebugContainer.php:2382 {
ContainerIkK1428\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/var/www/demo/sylius/staging/releases/38/var/cache/dev/ContainerIkK1428/getSylius_Grid_FiltersApplicatorService.php:26 {
ContainerIkK1428\getSylius_Grid_FiltersApplicatorService::do($container, $lazyLoad = true) …
›
› return $container->services['sylius.grid.filters_applicator'] = new \Sylius\Component\Grid\Filtering\FiltersApplicator(($container->services['sylius.registry.grid_filter'] ?? $container->load('getSylius_Registry_GridFilterService')), ($container->services['sylius.grid.filters_criteria_resolver'] ??= new \Sylius\Component\Grid\Filtering\FiltersCriteriaResolver()));
› }
}
/var/www/demo/sylius/staging/releases/38/var/cache/dev/ContainerIkK1428/App_KernelDevDebugContainer.php:2382 {
ContainerIkK1428\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/var/www/demo/sylius/staging/releases/38/var/cache/dev/ContainerIkK1428/getProviderService.php:25 {
ContainerIkK1428\getProviderService::do($container, $lazyLoad = true) …
›
› return $container->services['Sylius\\Component\\Grid\\Data\\Provider'] = new \Sylius\Component\Grid\Data\Provider(($container->privates['.service_locator.GIuJv7e'] ??= new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($container->getService ??= $container->getService(...), [], [])), new \Gally\SyliusPlugin\Grid\DataProvider(($container->services['Sylius\\Component\\Grid\\Data\\DataSourceProviderInterface'] ?? $container->load('getDataSourceProviderInterfaceService')), ($container->services['sylius.grid.filters_applicator'] ?? $container->load('getSylius_Grid_FiltersApplicatorService')), ($container->services['sylius.grid.sorter'] ?? $container->load('getSylius_Grid_SorterService')), ($container->services['sylius.context.channel'] ?? self::getSylius_Context_ChannelService($container))));
› }
}
/var/www/demo/sylius/staging/releases/38/var/cache/dev/ContainerIkK1428/App_KernelDevDebugContainer.php:2382 {
ContainerIkK1428\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/var/www/demo/sylius/staging/releases/38/var/cache/dev/ContainerIkK1428/getSylius_Grid_ResourceViewFactoryService.php:24 {
ContainerIkK1428\getSylius_Grid_ResourceViewFactoryService::do($container, $lazyLoad = true) …
›
› return $container->services['sylius.grid.resource_view_factory'] = new \Sylius\Bundle\ResourceBundle\Grid\View\ResourceGridViewFactory(($container->services['Sylius\\Component\\Grid\\Data\\Provider'] ?? $container->load('getProviderService')), ($container->privates['sylius.resource_controller.parameters_parser'] ?? $container->load('getSylius_ResourceController_ParametersParserService')));
› }
}
/var/www/demo/sylius/staging/releases/38/var/cache/dev/ContainerIkK1428/App_KernelDevDebugContainer.php:2382 {
ContainerIkK1428\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/var/www/demo/sylius/staging/releases/38/var/cache/dev/ContainerIkK1428/getSylius_ResourceController_ResourcesResolver_GridAwareService.php:25 {
ContainerIkK1428\getSylius_ResourceController_ResourcesResolver_GridAwareService::do($container, $lazyLoad = true) …
›
› return $container->services['sylius.resource_controller.resources_resolver.grid_aware'] = new \Sylius\Bundle\ResourceBundle\Grid\Controller\ResourcesResolver(new \Sylius\Bundle\ResourceBundle\Controller\ResourcesResolver(), ($container->services['sylius.grid.chain_provider'] ?? $container->load('getSylius_Grid_ChainProviderService')), ($container->services['sylius.grid.resource_view_factory'] ?? $container->load('getSylius_Grid_ResourceViewFactoryService')));
› }
}
/var/www/demo/sylius/staging/releases/38/var/cache/dev/ContainerIkK1428/App_KernelDevDebugContainer.php:2382 {
ContainerIkK1428\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/var/www/demo/sylius/staging/releases/38/var/cache/dev/ContainerIkK1428/getSylius_ResourceController_ResourcesCollectionProviderService.php:24 {
ContainerIkK1428\getSylius_ResourceController_ResourcesCollectionProviderService::do($container, $lazyLoad = true) …
›
› return $container->privates['sylius.resource_controller.resources_collection_provider'] = new \Sylius\Bundle\ResourceBundle\Controller\ResourcesCollectionProvider(($container->services['sylius.resource_controller.resources_resolver.grid_aware'] ?? $container->load('getSylius_ResourceController_ResourcesResolver_GridAwareService')), NULL);
› }
}
/var/www/demo/sylius/staging/releases/38/var/cache/dev/ContainerIkK1428/App_KernelDevDebugContainer.php:2382 {
ContainerIkK1428\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/var/www/demo/sylius/staging/releases/38/var/cache/dev/ContainerIkK1428/getSylius_Controller_ProductService.php:31 {
ContainerIkK1428\getSylius_Controller_ProductService::do($container, $lazyLoad = true) …
›
› $container->services['sylius.controller.product'] = $instance = new \Sylius\Bundle\ResourceBundle\Controller\ResourceController(($container->privates['sylius.resource_registry'] ?? self::getSylius_ResourceRegistryService($container))->get('sylius.product'), ($container->privates['sylius.resource_controller.request_configuration_factory'] ?? $container->load('getSylius_ResourceController_RequestConfigurationFactoryService')), ($container->privates['sylius.resource_controller.view_handler'] ?? $container->load('getSylius_ResourceController_ViewHandlerService')), ($container->services['sylius.repository.product'] ?? self::getSylius_Repository_ProductService($container)), ($container->services['Sylius\\Component\\Product\\Factory\\ProductFactoryInterface'] ?? $container->load('getProductFactoryInterfaceService')), ($container->privates['sylius_paypal.factory.paypal_payment_method_new_resource'] ?? $container->load('getSyliusPaypal_Factory_PaypalPaymentMethodNewResourceService')), ($container->services['doctrine.orm.default_entity_manager'] ?? self::getDoctrine_Orm_DefaultEntityManagerService($container)), ($container->privates['sylius.resource_controller.single_resource_provider'] ??= new \Sylius\Bundle\ResourceBundle\Controller\SingleResourceProvider()), ($container->privates['sylius.resource_controller.resources_collection_provider'] ?? $container->load('getSylius_ResourceController_ResourcesCollectionProviderService')), ($container->privates['sylius.resource_controller.form_factory'] ?? $container->load('getSylius_ResourceController_FormFactoryService')), ($container->privates['sylius_admin.resource_controller.redirect_handler'] ?? $container->load('getSyliusAdmin_ResourceController_RedirectHandlerService')), ($container->privates['sylius.resource_controller.flash_helper'] ?? $container->load('getSylius_ResourceController_FlashHelperService')), ($container->privates['sylius.resource_controller.authorization_checker.disabled'] ??= new \Sylius\Bundle\ResourceBundle\Controller\DisabledAuthorizationChecker()), ($container->privates['sylius.resource_controller.event_dispatcher'] ?? $container->load('getSylius_ResourceController_EventDispatcherService')), ($container->privates['sylius.resource_controller.state_machine'] ?? $container->load('getSylius_ResourceController_StateMachineService')), ($container->privates['sylius.custom_resource_controller.resource_update_handler'] ?? $container->load('getSylius_CustomResourceController_ResourceUpdateHandlerService')), ($container->privates['sylius.custom_resource_controller.resource_delete_handler'] ?? $container->load('getSylius_CustomResourceController_ResourceDeleteHandlerService')));
›
}
/var/www/demo/sylius/staging/releases/38/var/cache/dev/ContainerIkK1428/App_KernelDevDebugContainer.php:2382 {
ContainerIkK1428\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/var/www/demo/sylius/staging/releases/38/vendor/symfony/dependency-injection/Container.php:221 {
Symfony\Component\DependencyInjection\Container::make(self $container, string $id, int $invalidBehavior): ?object …
› if (isset($container->fileMap[$id])) {
› return /* self::IGNORE_ON_UNINITIALIZED_REFERENCE */ 4 === $invalidBehavior ? null : $container->load($container->fileMap[$id]);
› } elseif (isset($container->methodMap[$id])) {
}
/var/www/demo/sylius/staging/releases/38/vendor/symfony/dependency-injection/Container.php:203 {
Symfony\Component\DependencyInjection\Container->get(string $id, int $invalidBehavior = self::EXCEPTION_ON_INVALID_REFERENCE): ?object …
› ?? $this->services[$id = $this->aliases[$id] ?? $id]
› ?? ('service_container' === $id ? $this : ($this->factories[$id] ?? self::$make ??= self::make(...))($this, $id, $invalidBehavior));
› }
}
/var/www/demo/sylius/staging/releases/38/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php:38 {
Symfony\Component\HttpKernel\Controller\ContainerControllerResolver->instantiateController(string $class): object …
› if ($this->container->has($class)) {
› return $this->container->get($class);
› }
}
/var/www/demo/sylius/staging/releases/38/vendor/symfony/framework-bundle/Controller/ControllerResolver.php:25 {
Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver->instantiateController(string $class): object …
› {
› $controller = parent::instantiateController($class);
›
}
/var/www/demo/sylius/staging/releases/38/vendor/symfony/http-kernel/Controller/ControllerResolver.php:127 {
Symfony\Component\HttpKernel\Controller\ControllerResolver->createController(string $controller): callable …
› try {
› $controller = [$this->instantiateController($class), $method];
› } catch (\Error|\LogicException $e) {
}
/var/www/demo/sylius/staging/releases/38/vendor/symfony/http-kernel/Controller/ControllerResolver.php:95 {
Symfony\Component\HttpKernel\Controller\ControllerResolver->getController(Request $request): callable|false …
› try {
› $callable = $this->createController($controller);
› } catch (\InvalidArgumentException $e) {
}
/var/www/demo/sylius/staging/releases/38/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php:33 {
Symfony\Component\HttpKernel\Controller\TraceableControllerResolver->getController(Request $request): callable|false …
› try {
› return $this->resolver->getController($request);
› } finally {
}
/var/www/demo/sylius/staging/releases/38/vendor/symfony/http-kernel/HttpKernel.php:166 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› // load controller
› if (false === $controller = $this->resolver->getController($request)) {
› throw new NotFoundHttpException(\sprintf('Unable to find the controller for path "%s". The route is wrongly configured.', $request->getPathInfo()));
}
/var/www/demo/sylius/staging/releases/38/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) {
}
/var/www/demo/sylius/staging/releases/38/vendor/symfony/http-kernel/Kernel.php:182 {
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 {
}
/var/www/demo/sylius/staging/releases/38/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
}
/var/www/demo/sylius/staging/releases/38/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/demo/sylius/staging/releases/38/public/index.php:5 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments: {
"/var/www/demo/sylius/staging/releases/38/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1765196479
"timestamp_rfc3339" => "2025-12-08T12:21:19.513+00:00"
"message" => "User Deprecated: Method "Sylius\Component\Grid\Data\ExpressionBuilderInterface::in()" might add "mixed" as a native return type declaration in the future. Do the same in implementation "Gally\SyliusPlugin\Grid\Gally\ExpressionBuilder" now to avoid errors or add an explicit @return annotation to suppress this message."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#6151
#message: "User Deprecated: Method "Sylius\Component\Grid\Data\ExpressionBuilderInterface::in()" might add "mixed" as a native return type declaration in the future. Do the same in implementation "Gally\SyliusPlugin\Grid\Gally\ExpressionBuilder" now to avoid errors or add an explicit @return annotation to suppress this message."
#code: 0
#file: "/var/www/demo/sylius/staging/releases/38/vendor/symfony/error-handler/DebugClassLoader.php"
#line: 347
#severity: E_USER_DEPRECATED
trace: {
/var/www/demo/sylius/staging/releases/38/vendor/symfony/error-handler/DebugClassLoader.php:347 {
Gally\SyliusPlugin\Search\FilterConverter->__construct() …
› foreach ($deprecations as $message) {
› @trigger_error($message, \E_USER_DEPRECATED);
› }
}
/var/www/demo/sylius/staging/releases/38/var/cache/dev/ContainerIkK1428/getSylius_Registry_GridFilterService.php:48 {
ContainerIkK1428\getSylius_Registry_GridFilterService::do($container, $lazyLoad = true) …
› $instance->register('shop_string', new \Sylius\Component\Grid\Filter\StringFilter());
› $instance->register('gally_dynamic_filter', new \Gally\SyliusPlugin\Grid\Filter\GallyDynamicFilter(($container->privates['Gally\\SyliusPlugin\\Search\\FilterConverter'] ??= new \Gally\SyliusPlugin\Search\FilterConverter()), ($container->privates['Gally\\SyliusPlugin\\Config\\ConfigManager'] ?? self::getConfigManagerService($container))));
›
}
/var/www/demo/sylius/staging/releases/38/var/cache/dev/ContainerIkK1428/App_KernelDevDebugContainer.php:2382 {
ContainerIkK1428\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/var/www/demo/sylius/staging/releases/38/var/cache/dev/ContainerIkK1428/getSylius_Grid_FiltersApplicatorService.php:26 {
ContainerIkK1428\getSylius_Grid_FiltersApplicatorService::do($container, $lazyLoad = true) …
›
› return $container->services['sylius.grid.filters_applicator'] = new \Sylius\Component\Grid\Filtering\FiltersApplicator(($container->services['sylius.registry.grid_filter'] ?? $container->load('getSylius_Registry_GridFilterService')), ($container->services['sylius.grid.filters_criteria_resolver'] ??= new \Sylius\Component\Grid\Filtering\FiltersCriteriaResolver()));
› }
}
/var/www/demo/sylius/staging/releases/38/var/cache/dev/ContainerIkK1428/App_KernelDevDebugContainer.php:2382 {
ContainerIkK1428\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/var/www/demo/sylius/staging/releases/38/var/cache/dev/ContainerIkK1428/getProviderService.php:25 {
ContainerIkK1428\getProviderService::do($container, $lazyLoad = true) …
›
› return $container->services['Sylius\\Component\\Grid\\Data\\Provider'] = new \Sylius\Component\Grid\Data\Provider(($container->privates['.service_locator.GIuJv7e'] ??= new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($container->getService ??= $container->getService(...), [], [])), new \Gally\SyliusPlugin\Grid\DataProvider(($container->services['Sylius\\Component\\Grid\\Data\\DataSourceProviderInterface'] ?? $container->load('getDataSourceProviderInterfaceService')), ($container->services['sylius.grid.filters_applicator'] ?? $container->load('getSylius_Grid_FiltersApplicatorService')), ($container->services['sylius.grid.sorter'] ?? $container->load('getSylius_Grid_SorterService')), ($container->services['sylius.context.channel'] ?? self::getSylius_Context_ChannelService($container))));
› }
}
/var/www/demo/sylius/staging/releases/38/var/cache/dev/ContainerIkK1428/App_KernelDevDebugContainer.php:2382 {
ContainerIkK1428\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/var/www/demo/sylius/staging/releases/38/var/cache/dev/ContainerIkK1428/getSylius_Grid_ResourceViewFactoryService.php:24 {
ContainerIkK1428\getSylius_Grid_ResourceViewFactoryService::do($container, $lazyLoad = true) …
›
› return $container->services['sylius.grid.resource_view_factory'] = new \Sylius\Bundle\ResourceBundle\Grid\View\ResourceGridViewFactory(($container->services['Sylius\\Component\\Grid\\Data\\Provider'] ?? $container->load('getProviderService')), ($container->privates['sylius.resource_controller.parameters_parser'] ?? $container->load('getSylius_ResourceController_ParametersParserService')));
› }
}
/var/www/demo/sylius/staging/releases/38/var/cache/dev/ContainerIkK1428/App_KernelDevDebugContainer.php:2382 {
ContainerIkK1428\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/var/www/demo/sylius/staging/releases/38/var/cache/dev/ContainerIkK1428/getSylius_ResourceController_ResourcesResolver_GridAwareService.php:25 {
ContainerIkK1428\getSylius_ResourceController_ResourcesResolver_GridAwareService::do($container, $lazyLoad = true) …
›
› return $container->services['sylius.resource_controller.resources_resolver.grid_aware'] = new \Sylius\Bundle\ResourceBundle\Grid\Controller\ResourcesResolver(new \Sylius\Bundle\ResourceBundle\Controller\ResourcesResolver(), ($container->services['sylius.grid.chain_provider'] ?? $container->load('getSylius_Grid_ChainProviderService')), ($container->services['sylius.grid.resource_view_factory'] ?? $container->load('getSylius_Grid_ResourceViewFactoryService')));
› }
}
/var/www/demo/sylius/staging/releases/38/var/cache/dev/ContainerIkK1428/App_KernelDevDebugContainer.php:2382 {
ContainerIkK1428\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/var/www/demo/sylius/staging/releases/38/var/cache/dev/ContainerIkK1428/getSylius_ResourceController_ResourcesCollectionProviderService.php:24 {
ContainerIkK1428\getSylius_ResourceController_ResourcesCollectionProviderService::do($container, $lazyLoad = true) …
›
› return $container->privates['sylius.resource_controller.resources_collection_provider'] = new \Sylius\Bundle\ResourceBundle\Controller\ResourcesCollectionProvider(($container->services['sylius.resource_controller.resources_resolver.grid_aware'] ?? $container->load('getSylius_ResourceController_ResourcesResolver_GridAwareService')), NULL);
› }
}
/var/www/demo/sylius/staging/releases/38/var/cache/dev/ContainerIkK1428/App_KernelDevDebugContainer.php:2382 {
ContainerIkK1428\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/var/www/demo/sylius/staging/releases/38/var/cache/dev/ContainerIkK1428/getSylius_Controller_ProductService.php:31 {
ContainerIkK1428\getSylius_Controller_ProductService::do($container, $lazyLoad = true) …
›
› $container->services['sylius.controller.product'] = $instance = new \Sylius\Bundle\ResourceBundle\Controller\ResourceController(($container->privates['sylius.resource_registry'] ?? self::getSylius_ResourceRegistryService($container))->get('sylius.product'), ($container->privates['sylius.resource_controller.request_configuration_factory'] ?? $container->load('getSylius_ResourceController_RequestConfigurationFactoryService')), ($container->privates['sylius.resource_controller.view_handler'] ?? $container->load('getSylius_ResourceController_ViewHandlerService')), ($container->services['sylius.repository.product'] ?? self::getSylius_Repository_ProductService($container)), ($container->services['Sylius\\Component\\Product\\Factory\\ProductFactoryInterface'] ?? $container->load('getProductFactoryInterfaceService')), ($container->privates['sylius_paypal.factory.paypal_payment_method_new_resource'] ?? $container->load('getSyliusPaypal_Factory_PaypalPaymentMethodNewResourceService')), ($container->services['doctrine.orm.default_entity_manager'] ?? self::getDoctrine_Orm_DefaultEntityManagerService($container)), ($container->privates['sylius.resource_controller.single_resource_provider'] ??= new \Sylius\Bundle\ResourceBundle\Controller\SingleResourceProvider()), ($container->privates['sylius.resource_controller.resources_collection_provider'] ?? $container->load('getSylius_ResourceController_ResourcesCollectionProviderService')), ($container->privates['sylius.resource_controller.form_factory'] ?? $container->load('getSylius_ResourceController_FormFactoryService')), ($container->privates['sylius_admin.resource_controller.redirect_handler'] ?? $container->load('getSyliusAdmin_ResourceController_RedirectHandlerService')), ($container->privates['sylius.resource_controller.flash_helper'] ?? $container->load('getSylius_ResourceController_FlashHelperService')), ($container->privates['sylius.resource_controller.authorization_checker.disabled'] ??= new \Sylius\Bundle\ResourceBundle\Controller\DisabledAuthorizationChecker()), ($container->privates['sylius.resource_controller.event_dispatcher'] ?? $container->load('getSylius_ResourceController_EventDispatcherService')), ($container->privates['sylius.resource_controller.state_machine'] ?? $container->load('getSylius_ResourceController_StateMachineService')), ($container->privates['sylius.custom_resource_controller.resource_update_handler'] ?? $container->load('getSylius_CustomResourceController_ResourceUpdateHandlerService')), ($container->privates['sylius.custom_resource_controller.resource_delete_handler'] ?? $container->load('getSylius_CustomResourceController_ResourceDeleteHandlerService')));
›
}
/var/www/demo/sylius/staging/releases/38/var/cache/dev/ContainerIkK1428/App_KernelDevDebugContainer.php:2382 {
ContainerIkK1428\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/var/www/demo/sylius/staging/releases/38/vendor/symfony/dependency-injection/Container.php:221 {
Symfony\Component\DependencyInjection\Container::make(self $container, string $id, int $invalidBehavior): ?object …
› if (isset($container->fileMap[$id])) {
› return /* self::IGNORE_ON_UNINITIALIZED_REFERENCE */ 4 === $invalidBehavior ? null : $container->load($container->fileMap[$id]);
› } elseif (isset($container->methodMap[$id])) {
}
/var/www/demo/sylius/staging/releases/38/vendor/symfony/dependency-injection/Container.php:203 {
Symfony\Component\DependencyInjection\Container->get(string $id, int $invalidBehavior = self::EXCEPTION_ON_INVALID_REFERENCE): ?object …
› ?? $this->services[$id = $this->aliases[$id] ?? $id]
› ?? ('service_container' === $id ? $this : ($this->factories[$id] ?? self::$make ??= self::make(...))($this, $id, $invalidBehavior));
› }
}
/var/www/demo/sylius/staging/releases/38/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php:38 {
Symfony\Component\HttpKernel\Controller\ContainerControllerResolver->instantiateController(string $class): object …
› if ($this->container->has($class)) {
› return $this->container->get($class);
› }
}
/var/www/demo/sylius/staging/releases/38/vendor/symfony/framework-bundle/Controller/ControllerResolver.php:25 {
Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver->instantiateController(string $class): object …
› {
› $controller = parent::instantiateController($class);
›
}
/var/www/demo/sylius/staging/releases/38/vendor/symfony/http-kernel/Controller/ControllerResolver.php:127 {
Symfony\Component\HttpKernel\Controller\ControllerResolver->createController(string $controller): callable …
› try {
› $controller = [$this->instantiateController($class), $method];
› } catch (\Error|\LogicException $e) {
}
/var/www/demo/sylius/staging/releases/38/vendor/symfony/http-kernel/Controller/ControllerResolver.php:95 {
Symfony\Component\HttpKernel\Controller\ControllerResolver->getController(Request $request): callable|false …
› try {
› $callable = $this->createController($controller);
› } catch (\InvalidArgumentException $e) {
}
/var/www/demo/sylius/staging/releases/38/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php:33 {
Symfony\Component\HttpKernel\Controller\TraceableControllerResolver->getController(Request $request): callable|false …
› try {
› return $this->resolver->getController($request);
› } finally {
}
/var/www/demo/sylius/staging/releases/38/vendor/symfony/http-kernel/HttpKernel.php:166 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› // load controller
› if (false === $controller = $this->resolver->getController($request)) {
› throw new NotFoundHttpException(\sprintf('Unable to find the controller for path "%s". The route is wrongly configured.', $request->getPathInfo()));
}
/var/www/demo/sylius/staging/releases/38/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) {
}
/var/www/demo/sylius/staging/releases/38/vendor/symfony/http-kernel/Kernel.php:182 {
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 {
}
/var/www/demo/sylius/staging/releases/38/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
}
/var/www/demo/sylius/staging/releases/38/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/demo/sylius/staging/releases/38/public/index.php:5 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments: {
"/var/www/demo/sylius/staging/releases/38/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1765196479
"timestamp_rfc3339" => "2025-12-08T12:21:19.513+00:00"
"message" => "User Deprecated: Method "Sylius\Component\Grid\Data\ExpressionBuilderInterface::notIn()" might add "mixed" as a native return type declaration in the future. Do the same in implementation "Gally\SyliusPlugin\Grid\Gally\ExpressionBuilder" now to avoid errors or add an explicit @return annotation to suppress this message."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#6152
#message: "User Deprecated: Method "Sylius\Component\Grid\Data\ExpressionBuilderInterface::notIn()" might add "mixed" as a native return type declaration in the future. Do the same in implementation "Gally\SyliusPlugin\Grid\Gally\ExpressionBuilder" now to avoid errors or add an explicit @return annotation to suppress this message."
#code: 0
#file: "/var/www/demo/sylius/staging/releases/38/vendor/symfony/error-handler/DebugClassLoader.php"
#line: 347
#severity: E_USER_DEPRECATED
trace: {
/var/www/demo/sylius/staging/releases/38/vendor/symfony/error-handler/DebugClassLoader.php:347 {
Gally\SyliusPlugin\Search\FilterConverter->__construct() …
› foreach ($deprecations as $message) {
› @trigger_error($message, \E_USER_DEPRECATED);
› }
}
/var/www/demo/sylius/staging/releases/38/var/cache/dev/ContainerIkK1428/getSylius_Registry_GridFilterService.php:48 {
ContainerIkK1428\getSylius_Registry_GridFilterService::do($container, $lazyLoad = true) …
› $instance->register('shop_string', new \Sylius\Component\Grid\Filter\StringFilter());
› $instance->register('gally_dynamic_filter', new \Gally\SyliusPlugin\Grid\Filter\GallyDynamicFilter(($container->privates['Gally\\SyliusPlugin\\Search\\FilterConverter'] ??= new \Gally\SyliusPlugin\Search\FilterConverter()), ($container->privates['Gally\\SyliusPlugin\\Config\\ConfigManager'] ?? self::getConfigManagerService($container))));
›
}
/var/www/demo/sylius/staging/releases/38/var/cache/dev/ContainerIkK1428/App_KernelDevDebugContainer.php:2382 {
ContainerIkK1428\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/var/www/demo/sylius/staging/releases/38/var/cache/dev/ContainerIkK1428/getSylius_Grid_FiltersApplicatorService.php:26 {
ContainerIkK1428\getSylius_Grid_FiltersApplicatorService::do($container, $lazyLoad = true) …
›
› return $container->services['sylius.grid.filters_applicator'] = new \Sylius\Component\Grid\Filtering\FiltersApplicator(($container->services['sylius.registry.grid_filter'] ?? $container->load('getSylius_Registry_GridFilterService')), ($container->services['sylius.grid.filters_criteria_resolver'] ??= new \Sylius\Component\Grid\Filtering\FiltersCriteriaResolver()));
› }
}
/var/www/demo/sylius/staging/releases/38/var/cache/dev/ContainerIkK1428/App_KernelDevDebugContainer.php:2382 {
ContainerIkK1428\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/var/www/demo/sylius/staging/releases/38/var/cache/dev/ContainerIkK1428/getProviderService.php:25 {
ContainerIkK1428\getProviderService::do($container, $lazyLoad = true) …
›
› return $container->services['Sylius\\Component\\Grid\\Data\\Provider'] = new \Sylius\Component\Grid\Data\Provider(($container->privates['.service_locator.GIuJv7e'] ??= new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($container->getService ??= $container->getService(...), [], [])), new \Gally\SyliusPlugin\Grid\DataProvider(($container->services['Sylius\\Component\\Grid\\Data\\DataSourceProviderInterface'] ?? $container->load('getDataSourceProviderInterfaceService')), ($container->services['sylius.grid.filters_applicator'] ?? $container->load('getSylius_Grid_FiltersApplicatorService')), ($container->services['sylius.grid.sorter'] ?? $container->load('getSylius_Grid_SorterService')), ($container->services['sylius.context.channel'] ?? self::getSylius_Context_ChannelService($container))));
› }
}
/var/www/demo/sylius/staging/releases/38/var/cache/dev/ContainerIkK1428/App_KernelDevDebugContainer.php:2382 {
ContainerIkK1428\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/var/www/demo/sylius/staging/releases/38/var/cache/dev/ContainerIkK1428/getSylius_Grid_ResourceViewFactoryService.php:24 {
ContainerIkK1428\getSylius_Grid_ResourceViewFactoryService::do($container, $lazyLoad = true) …
›
› return $container->services['sylius.grid.resource_view_factory'] = new \Sylius\Bundle\ResourceBundle\Grid\View\ResourceGridViewFactory(($container->services['Sylius\\Component\\Grid\\Data\\Provider'] ?? $container->load('getProviderService')), ($container->privates['sylius.resource_controller.parameters_parser'] ?? $container->load('getSylius_ResourceController_ParametersParserService')));
› }
}
/var/www/demo/sylius/staging/releases/38/var/cache/dev/ContainerIkK1428/App_KernelDevDebugContainer.php:2382 {
ContainerIkK1428\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/var/www/demo/sylius/staging/releases/38/var/cache/dev/ContainerIkK1428/getSylius_ResourceController_ResourcesResolver_GridAwareService.php:25 {
ContainerIkK1428\getSylius_ResourceController_ResourcesResolver_GridAwareService::do($container, $lazyLoad = true) …
›
› return $container->services['sylius.resource_controller.resources_resolver.grid_aware'] = new \Sylius\Bundle\ResourceBundle\Grid\Controller\ResourcesResolver(new \Sylius\Bundle\ResourceBundle\Controller\ResourcesResolver(), ($container->services['sylius.grid.chain_provider'] ?? $container->load('getSylius_Grid_ChainProviderService')), ($container->services['sylius.grid.resource_view_factory'] ?? $container->load('getSylius_Grid_ResourceViewFactoryService')));
› }
}
/var/www/demo/sylius/staging/releases/38/var/cache/dev/ContainerIkK1428/App_KernelDevDebugContainer.php:2382 {
ContainerIkK1428\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/var/www/demo/sylius/staging/releases/38/var/cache/dev/ContainerIkK1428/getSylius_ResourceController_ResourcesCollectionProviderService.php:24 {
ContainerIkK1428\getSylius_ResourceController_ResourcesCollectionProviderService::do($container, $lazyLoad = true) …
›
› return $container->privates['sylius.resource_controller.resources_collection_provider'] = new \Sylius\Bundle\ResourceBundle\Controller\ResourcesCollectionProvider(($container->services['sylius.resource_controller.resources_resolver.grid_aware'] ?? $container->load('getSylius_ResourceController_ResourcesResolver_GridAwareService')), NULL);
› }
}
/var/www/demo/sylius/staging/releases/38/var/cache/dev/ContainerIkK1428/App_KernelDevDebugContainer.php:2382 {
ContainerIkK1428\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/var/www/demo/sylius/staging/releases/38/var/cache/dev/ContainerIkK1428/getSylius_Controller_ProductService.php:31 {
ContainerIkK1428\getSylius_Controller_ProductService::do($container, $lazyLoad = true) …
›
› $container->services['sylius.controller.product'] = $instance = new \Sylius\Bundle\ResourceBundle\Controller\ResourceController(($container->privates['sylius.resource_registry'] ?? self::getSylius_ResourceRegistryService($container))->get('sylius.product'), ($container->privates['sylius.resource_controller.request_configuration_factory'] ?? $container->load('getSylius_ResourceController_RequestConfigurationFactoryService')), ($container->privates['sylius.resource_controller.view_handler'] ?? $container->load('getSylius_ResourceController_ViewHandlerService')), ($container->services['sylius.repository.product'] ?? self::getSylius_Repository_ProductService($container)), ($container->services['Sylius\\Component\\Product\\Factory\\ProductFactoryInterface'] ?? $container->load('getProductFactoryInterfaceService')), ($container->privates['sylius_paypal.factory.paypal_payment_method_new_resource'] ?? $container->load('getSyliusPaypal_Factory_PaypalPaymentMethodNewResourceService')), ($container->services['doctrine.orm.default_entity_manager'] ?? self::getDoctrine_Orm_DefaultEntityManagerService($container)), ($container->privates['sylius.resource_controller.single_resource_provider'] ??= new \Sylius\Bundle\ResourceBundle\Controller\SingleResourceProvider()), ($container->privates['sylius.resource_controller.resources_collection_provider'] ?? $container->load('getSylius_ResourceController_ResourcesCollectionProviderService')), ($container->privates['sylius.resource_controller.form_factory'] ?? $container->load('getSylius_ResourceController_FormFactoryService')), ($container->privates['sylius_admin.resource_controller.redirect_handler'] ?? $container->load('getSyliusAdmin_ResourceController_RedirectHandlerService')), ($container->privates['sylius.resource_controller.flash_helper'] ?? $container->load('getSylius_ResourceController_FlashHelperService')), ($container->privates['sylius.resource_controller.authorization_checker.disabled'] ??= new \Sylius\Bundle\ResourceBundle\Controller\DisabledAuthorizationChecker()), ($container->privates['sylius.resource_controller.event_dispatcher'] ?? $container->load('getSylius_ResourceController_EventDispatcherService')), ($container->privates['sylius.resource_controller.state_machine'] ?? $container->load('getSylius_ResourceController_StateMachineService')), ($container->privates['sylius.custom_resource_controller.resource_update_handler'] ?? $container->load('getSylius_CustomResourceController_ResourceUpdateHandlerService')), ($container->privates['sylius.custom_resource_controller.resource_delete_handler'] ?? $container->load('getSylius_CustomResourceController_ResourceDeleteHandlerService')));
›
}
/var/www/demo/sylius/staging/releases/38/var/cache/dev/ContainerIkK1428/App_KernelDevDebugContainer.php:2382 {
ContainerIkK1428\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/var/www/demo/sylius/staging/releases/38/vendor/symfony/dependency-injection/Container.php:221 {
Symfony\Component\DependencyInjection\Container::make(self $container, string $id, int $invalidBehavior): ?object …
› if (isset($container->fileMap[$id])) {
› return /* self::IGNORE_ON_UNINITIALIZED_REFERENCE */ 4 === $invalidBehavior ? null : $container->load($container->fileMap[$id]);
› } elseif (isset($container->methodMap[$id])) {
}
/var/www/demo/sylius/staging/releases/38/vendor/symfony/dependency-injection/Container.php:203 {
Symfony\Component\DependencyInjection\Container->get(string $id, int $invalidBehavior = self::EXCEPTION_ON_INVALID_REFERENCE): ?object …
› ?? $this->services[$id = $this->aliases[$id] ?? $id]
› ?? ('service_container' === $id ? $this : ($this->factories[$id] ?? self::$make ??= self::make(...))($this, $id, $invalidBehavior));
› }
}
/var/www/demo/sylius/staging/releases/38/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php:38 {
Symfony\Component\HttpKernel\Controller\ContainerControllerResolver->instantiateController(string $class): object …
› if ($this->container->has($class)) {
› return $this->container->get($class);
› }
}
/var/www/demo/sylius/staging/releases/38/vendor/symfony/framework-bundle/Controller/ControllerResolver.php:25 {
Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver->instantiateController(string $class): object …
› {
› $controller = parent::instantiateController($class);
›
}
/var/www/demo/sylius/staging/releases/38/vendor/symfony/http-kernel/Controller/ControllerResolver.php:127 {
Symfony\Component\HttpKernel\Controller\ControllerResolver->createController(string $controller): callable …
› try {
› $controller = [$this->instantiateController($class), $method];
› } catch (\Error|\LogicException $e) {
}
/var/www/demo/sylius/staging/releases/38/vendor/symfony/http-kernel/Controller/ControllerResolver.php:95 {
Symfony\Component\HttpKernel\Controller\ControllerResolver->getController(Request $request): callable|false …
› try {
› $callable = $this->createController($controller);
› } catch (\InvalidArgumentException $e) {
}
/var/www/demo/sylius/staging/releases/38/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php:33 {
Symfony\Component\HttpKernel\Controller\TraceableControllerResolver->getController(Request $request): callable|false …
› try {
› return $this->resolver->getController($request);
› } finally {
}
/var/www/demo/sylius/staging/releases/38/vendor/symfony/http-kernel/HttpKernel.php:166 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› // load controller
› if (false === $controller = $this->resolver->getController($request)) {
› throw new NotFoundHttpException(\sprintf('Unable to find the controller for path "%s". The route is wrongly configured.', $request->getPathInfo()));
}
/var/www/demo/sylius/staging/releases/38/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) {
}
/var/www/demo/sylius/staging/releases/38/vendor/symfony/http-kernel/Kernel.php:182 {
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 {
}
/var/www/demo/sylius/staging/releases/38/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
}
/var/www/demo/sylius/staging/releases/38/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/demo/sylius/staging/releases/38/public/index.php:5 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments: {
"/var/www/demo/sylius/staging/releases/38/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1765196479
"timestamp_rfc3339" => "2025-12-08T12:21:19.513+00:00"
"message" => "User Deprecated: Method "Sylius\Component\Grid\Data\ExpressionBuilderInterface::isNull()" might add "mixed" as a native return type declaration in the future. Do the same in implementation "Gally\SyliusPlugin\Grid\Gally\ExpressionBuilder" now to avoid errors or add an explicit @return annotation to suppress this message."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#6153
#message: "User Deprecated: Method "Sylius\Component\Grid\Data\ExpressionBuilderInterface::isNull()" might add "mixed" as a native return type declaration in the future. Do the same in implementation "Gally\SyliusPlugin\Grid\Gally\ExpressionBuilder" now to avoid errors or add an explicit @return annotation to suppress this message."
#code: 0
#file: "/var/www/demo/sylius/staging/releases/38/vendor/symfony/error-handler/DebugClassLoader.php"
#line: 347
#severity: E_USER_DEPRECATED
trace: {
/var/www/demo/sylius/staging/releases/38/vendor/symfony/error-handler/DebugClassLoader.php:347 {
Gally\SyliusPlugin\Search\FilterConverter->__construct() …
› foreach ($deprecations as $message) {
› @trigger_error($message, \E_USER_DEPRECATED);
› }
}
/var/www/demo/sylius/staging/releases/38/var/cache/dev/ContainerIkK1428/getSylius_Registry_GridFilterService.php:48 {
ContainerIkK1428\getSylius_Registry_GridFilterService::do($container, $lazyLoad = true) …
› $instance->register('shop_string', new \Sylius\Component\Grid\Filter\StringFilter());
› $instance->register('gally_dynamic_filter', new \Gally\SyliusPlugin\Grid\Filter\GallyDynamicFilter(($container->privates['Gally\\SyliusPlugin\\Search\\FilterConverter'] ??= new \Gally\SyliusPlugin\Search\FilterConverter()), ($container->privates['Gally\\SyliusPlugin\\Config\\ConfigManager'] ?? self::getConfigManagerService($container))));
›
}
/var/www/demo/sylius/staging/releases/38/var/cache/dev/ContainerIkK1428/App_KernelDevDebugContainer.php:2382 {
ContainerIkK1428\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/var/www/demo/sylius/staging/releases/38/var/cache/dev/ContainerIkK1428/getSylius_Grid_FiltersApplicatorService.php:26 {
ContainerIkK1428\getSylius_Grid_FiltersApplicatorService::do($container, $lazyLoad = true) …
›
› return $container->services['sylius.grid.filters_applicator'] = new \Sylius\Component\Grid\Filtering\FiltersApplicator(($container->services['sylius.registry.grid_filter'] ?? $container->load('getSylius_Registry_GridFilterService')), ($container->services['sylius.grid.filters_criteria_resolver'] ??= new \Sylius\Component\Grid\Filtering\FiltersCriteriaResolver()));
› }
}
/var/www/demo/sylius/staging/releases/38/var/cache/dev/ContainerIkK1428/App_KernelDevDebugContainer.php:2382 {
ContainerIkK1428\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/var/www/demo/sylius/staging/releases/38/var/cache/dev/ContainerIkK1428/getProviderService.php:25 {
ContainerIkK1428\getProviderService::do($container, $lazyLoad = true) …
›
› return $container->services['Sylius\\Component\\Grid\\Data\\Provider'] = new \Sylius\Component\Grid\Data\Provider(($container->privates['.service_locator.GIuJv7e'] ??= new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($container->getService ??= $container->getService(...), [], [])), new \Gally\SyliusPlugin\Grid\DataProvider(($container->services['Sylius\\Component\\Grid\\Data\\DataSourceProviderInterface'] ?? $container->load('getDataSourceProviderInterfaceService')), ($container->services['sylius.grid.filters_applicator'] ?? $container->load('getSylius_Grid_FiltersApplicatorService')), ($container->services['sylius.grid.sorter'] ?? $container->load('getSylius_Grid_SorterService')), ($container->services['sylius.context.channel'] ?? self::getSylius_Context_ChannelService($container))));
› }
}
/var/www/demo/sylius/staging/releases/38/var/cache/dev/ContainerIkK1428/App_KernelDevDebugContainer.php:2382 {
ContainerIkK1428\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/var/www/demo/sylius/staging/releases/38/var/cache/dev/ContainerIkK1428/getSylius_Grid_ResourceViewFactoryService.php:24 {
ContainerIkK1428\getSylius_Grid_ResourceViewFactoryService::do($container, $lazyLoad = true) …
›
› return $container->services['sylius.grid.resource_view_factory'] = new \Sylius\Bundle\ResourceBundle\Grid\View\ResourceGridViewFactory(($container->services['Sylius\\Component\\Grid\\Data\\Provider'] ?? $container->load('getProviderService')), ($container->privates['sylius.resource_controller.parameters_parser'] ?? $container->load('getSylius_ResourceController_ParametersParserService')));
› }
}
/var/www/demo/sylius/staging/releases/38/var/cache/dev/ContainerIkK1428/App_KernelDevDebugContainer.php:2382 {
ContainerIkK1428\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/var/www/demo/sylius/staging/releases/38/var/cache/dev/ContainerIkK1428/getSylius_ResourceController_ResourcesResolver_GridAwareService.php:25 {
ContainerIkK1428\getSylius_ResourceController_ResourcesResolver_GridAwareService::do($container, $lazyLoad = true) …
›
› return $container->services['sylius.resource_controller.resources_resolver.grid_aware'] = new \Sylius\Bundle\ResourceBundle\Grid\Controller\ResourcesResolver(new \Sylius\Bundle\ResourceBundle\Controller\ResourcesResolver(), ($container->services['sylius.grid.chain_provider'] ?? $container->load('getSylius_Grid_ChainProviderService')), ($container->services['sylius.grid.resource_view_factory'] ?? $container->load('getSylius_Grid_ResourceViewFactoryService')));
› }
}
/var/www/demo/sylius/staging/releases/38/var/cache/dev/ContainerIkK1428/App_KernelDevDebugContainer.php:2382 {
ContainerIkK1428\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/var/www/demo/sylius/staging/releases/38/var/cache/dev/ContainerIkK1428/getSylius_ResourceController_ResourcesCollectionProviderService.php:24 {
ContainerIkK1428\getSylius_ResourceController_ResourcesCollectionProviderService::do($container, $lazyLoad = true) …
›
› return $container->privates['sylius.resource_controller.resources_collection_provider'] = new \Sylius\Bundle\ResourceBundle\Controller\ResourcesCollectionProvider(($container->services['sylius.resource_controller.resources_resolver.grid_aware'] ?? $container->load('getSylius_ResourceController_ResourcesResolver_GridAwareService')), NULL);
› }
}
/var/www/demo/sylius/staging/releases/38/var/cache/dev/ContainerIkK1428/App_KernelDevDebugContainer.php:2382 {
ContainerIkK1428\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/var/www/demo/sylius/staging/releases/38/var/cache/dev/ContainerIkK1428/getSylius_Controller_ProductService.php:31 {
ContainerIkK1428\getSylius_Controller_ProductService::do($container, $lazyLoad = true) …
›
› $container->services['sylius.controller.product'] = $instance = new \Sylius\Bundle\ResourceBundle\Controller\ResourceController(($container->privates['sylius.resource_registry'] ?? self::getSylius_ResourceRegistryService($container))->get('sylius.product'), ($container->privates['sylius.resource_controller.request_configuration_factory'] ?? $container->load('getSylius_ResourceController_RequestConfigurationFactoryService')), ($container->privates['sylius.resource_controller.view_handler'] ?? $container->load('getSylius_ResourceController_ViewHandlerService')), ($container->services['sylius.repository.product'] ?? self::getSylius_Repository_ProductService($container)), ($container->services['Sylius\\Component\\Product\\Factory\\ProductFactoryInterface'] ?? $container->load('getProductFactoryInterfaceService')), ($container->privates['sylius_paypal.factory.paypal_payment_method_new_resource'] ?? $container->load('getSyliusPaypal_Factory_PaypalPaymentMethodNewResourceService')), ($container->services['doctrine.orm.default_entity_manager'] ?? self::getDoctrine_Orm_DefaultEntityManagerService($container)), ($container->privates['sylius.resource_controller.single_resource_provider'] ??= new \Sylius\Bundle\ResourceBundle\Controller\SingleResourceProvider()), ($container->privates['sylius.resource_controller.resources_collection_provider'] ?? $container->load('getSylius_ResourceController_ResourcesCollectionProviderService')), ($container->privates['sylius.resource_controller.form_factory'] ?? $container->load('getSylius_ResourceController_FormFactoryService')), ($container->privates['sylius_admin.resource_controller.redirect_handler'] ?? $container->load('getSyliusAdmin_ResourceController_RedirectHandlerService')), ($container->privates['sylius.resource_controller.flash_helper'] ?? $container->load('getSylius_ResourceController_FlashHelperService')), ($container->privates['sylius.resource_controller.authorization_checker.disabled'] ??= new \Sylius\Bundle\ResourceBundle\Controller\DisabledAuthorizationChecker()), ($container->privates['sylius.resource_controller.event_dispatcher'] ?? $container->load('getSylius_ResourceController_EventDispatcherService')), ($container->privates['sylius.resource_controller.state_machine'] ?? $container->load('getSylius_ResourceController_StateMachineService')), ($container->privates['sylius.custom_resource_controller.resource_update_handler'] ?? $container->load('getSylius_CustomResourceController_ResourceUpdateHandlerService')), ($container->privates['sylius.custom_resource_controller.resource_delete_handler'] ?? $container->load('getSylius_CustomResourceController_ResourceDeleteHandlerService')));
›
}
/var/www/demo/sylius/staging/releases/38/var/cache/dev/ContainerIkK1428/App_KernelDevDebugContainer.php:2382 {
ContainerIkK1428\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/var/www/demo/sylius/staging/releases/38/vendor/symfony/dependency-injection/Container.php:221 {
Symfony\Component\DependencyInjection\Container::make(self $container, string $id, int $invalidBehavior): ?object …
› if (isset($container->fileMap[$id])) {
› return /* self::IGNORE_ON_UNINITIALIZED_REFERENCE */ 4 === $invalidBehavior ? null : $container->load($container->fileMap[$id]);
› } elseif (isset($container->methodMap[$id])) {
}
/var/www/demo/sylius/staging/releases/38/vendor/symfony/dependency-injection/Container.php:203 {
Symfony\Component\DependencyInjection\Container->get(string $id, int $invalidBehavior = self::EXCEPTION_ON_INVALID_REFERENCE): ?object …
› ?? $this->services[$id = $this->aliases[$id] ?? $id]
› ?? ('service_container' === $id ? $this : ($this->factories[$id] ?? self::$make ??= self::make(...))($this, $id, $invalidBehavior));
› }
}
/var/www/demo/sylius/staging/releases/38/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php:38 {
Symfony\Component\HttpKernel\Controller\ContainerControllerResolver->instantiateController(string $class): object …
› if ($this->container->has($class)) {
› return $this->container->get($class);
› }
}
/var/www/demo/sylius/staging/releases/38/vendor/symfony/framework-bundle/Controller/ControllerResolver.php:25 {
Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver->instantiateController(string $class): object …
› {
› $controller = parent::instantiateController($class);
›
}
/var/www/demo/sylius/staging/releases/38/vendor/symfony/http-kernel/Controller/ControllerResolver.php:127 {
Symfony\Component\HttpKernel\Controller\ControllerResolver->createController(string $controller): callable …
› try {
› $controller = [$this->instantiateController($class), $method];
› } catch (\Error|\LogicException $e) {
}
/var/www/demo/sylius/staging/releases/38/vendor/symfony/http-kernel/Controller/ControllerResolver.php:95 {
Symfony\Component\HttpKernel\Controller\ControllerResolver->getController(Request $request): callable|false …
› try {
› $callable = $this->createController($controller);
› } catch (\InvalidArgumentException $e) {
}
/var/www/demo/sylius/staging/releases/38/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php:33 {
Symfony\Component\HttpKernel\Controller\TraceableControllerResolver->getController(Request $request): callable|false …
› try {
› return $this->resolver->getController($request);
› } finally {
}
/var/www/demo/sylius/staging/releases/38/vendor/symfony/http-kernel/HttpKernel.php:166 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› // load controller
› if (false === $controller = $this->resolver->getController($request)) {
› throw new NotFoundHttpException(\sprintf('Unable to find the controller for path "%s". The route is wrongly configured.', $request->getPathInfo()));
}
/var/www/demo/sylius/staging/releases/38/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) {
}
/var/www/demo/sylius/staging/releases/38/vendor/symfony/http-kernel/Kernel.php:182 {
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 {
}
/var/www/demo/sylius/staging/releases/38/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
}
/var/www/demo/sylius/staging/releases/38/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/demo/sylius/staging/releases/38/public/index.php:5 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments: {
"/var/www/demo/sylius/staging/releases/38/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1765196479
"timestamp_rfc3339" => "2025-12-08T12:21:19.513+00:00"
"message" => "User Deprecated: Method "Sylius\Component\Grid\Data\ExpressionBuilderInterface::isNotNull()" might add "mixed" as a native return type declaration in the future. Do the same in implementation "Gally\SyliusPlugin\Grid\Gally\ExpressionBuilder" now to avoid errors or add an explicit @return annotation to suppress this message."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#6154
#message: "User Deprecated: Method "Sylius\Component\Grid\Data\ExpressionBuilderInterface::isNotNull()" might add "mixed" as a native return type declaration in the future. Do the same in implementation "Gally\SyliusPlugin\Grid\Gally\ExpressionBuilder" now to avoid errors or add an explicit @return annotation to suppress this message."
#code: 0
#file: "/var/www/demo/sylius/staging/releases/38/vendor/symfony/error-handler/DebugClassLoader.php"
#line: 347
#severity: E_USER_DEPRECATED
trace: {
/var/www/demo/sylius/staging/releases/38/vendor/symfony/error-handler/DebugClassLoader.php:347 {
Gally\SyliusPlugin\Search\FilterConverter->__construct() …
› foreach ($deprecations as $message) {
› @trigger_error($message, \E_USER_DEPRECATED);
› }
}
/var/www/demo/sylius/staging/releases/38/var/cache/dev/ContainerIkK1428/getSylius_Registry_GridFilterService.php:48 {
ContainerIkK1428\getSylius_Registry_GridFilterService::do($container, $lazyLoad = true) …
› $instance->register('shop_string', new \Sylius\Component\Grid\Filter\StringFilter());
› $instance->register('gally_dynamic_filter', new \Gally\SyliusPlugin\Grid\Filter\GallyDynamicFilter(($container->privates['Gally\\SyliusPlugin\\Search\\FilterConverter'] ??= new \Gally\SyliusPlugin\Search\FilterConverter()), ($container->privates['Gally\\SyliusPlugin\\Config\\ConfigManager'] ?? self::getConfigManagerService($container))));
›
}
/var/www/demo/sylius/staging/releases/38/var/cache/dev/ContainerIkK1428/App_KernelDevDebugContainer.php:2382 {
ContainerIkK1428\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/var/www/demo/sylius/staging/releases/38/var/cache/dev/ContainerIkK1428/getSylius_Grid_FiltersApplicatorService.php:26 {
ContainerIkK1428\getSylius_Grid_FiltersApplicatorService::do($container, $lazyLoad = true) …
›
› return $container->services['sylius.grid.filters_applicator'] = new \Sylius\Component\Grid\Filtering\FiltersApplicator(($container->services['sylius.registry.grid_filter'] ?? $container->load('getSylius_Registry_GridFilterService')), ($container->services['sylius.grid.filters_criteria_resolver'] ??= new \Sylius\Component\Grid\Filtering\FiltersCriteriaResolver()));
› }
}
/var/www/demo/sylius/staging/releases/38/var/cache/dev/ContainerIkK1428/App_KernelDevDebugContainer.php:2382 {
ContainerIkK1428\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/var/www/demo/sylius/staging/releases/38/var/cache/dev/ContainerIkK1428/getProviderService.php:25 {
ContainerIkK1428\getProviderService::do($container, $lazyLoad = true) …
›
› return $container->services['Sylius\\Component\\Grid\\Data\\Provider'] = new \Sylius\Component\Grid\Data\Provider(($container->privates['.service_locator.GIuJv7e'] ??= new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($container->getService ??= $container->getService(...), [], [])), new \Gally\SyliusPlugin\Grid\DataProvider(($container->services['Sylius\\Component\\Grid\\Data\\DataSourceProviderInterface'] ?? $container->load('getDataSourceProviderInterfaceService')), ($container->services['sylius.grid.filters_applicator'] ?? $container->load('getSylius_Grid_FiltersApplicatorService')), ($container->services['sylius.grid.sorter'] ?? $container->load('getSylius_Grid_SorterService')), ($container->services['sylius.context.channel'] ?? self::getSylius_Context_ChannelService($container))));
› }
}
/var/www/demo/sylius/staging/releases/38/var/cache/dev/ContainerIkK1428/App_KernelDevDebugContainer.php:2382 {
ContainerIkK1428\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/var/www/demo/sylius/staging/releases/38/var/cache/dev/ContainerIkK1428/getSylius_Grid_ResourceViewFactoryService.php:24 {
ContainerIkK1428\getSylius_Grid_ResourceViewFactoryService::do($container, $lazyLoad = true) …
›
› return $container->services['sylius.grid.resource_view_factory'] = new \Sylius\Bundle\ResourceBundle\Grid\View\ResourceGridViewFactory(($container->services['Sylius\\Component\\Grid\\Data\\Provider'] ?? $container->load('getProviderService')), ($container->privates['sylius.resource_controller.parameters_parser'] ?? $container->load('getSylius_ResourceController_ParametersParserService')));
› }
}
/var/www/demo/sylius/staging/releases/38/var/cache/dev/ContainerIkK1428/App_KernelDevDebugContainer.php:2382 {
ContainerIkK1428\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/var/www/demo/sylius/staging/releases/38/var/cache/dev/ContainerIkK1428/getSylius_ResourceController_ResourcesResolver_GridAwareService.php:25 {
ContainerIkK1428\getSylius_ResourceController_ResourcesResolver_GridAwareService::do($container, $lazyLoad = true) …
›
› return $container->services['sylius.resource_controller.resources_resolver.grid_aware'] = new \Sylius\Bundle\ResourceBundle\Grid\Controller\ResourcesResolver(new \Sylius\Bundle\ResourceBundle\Controller\ResourcesResolver(), ($container->services['sylius.grid.chain_provider'] ?? $container->load('getSylius_Grid_ChainProviderService')), ($container->services['sylius.grid.resource_view_factory'] ?? $container->load('getSylius_Grid_ResourceViewFactoryService')));
› }
}
/var/www/demo/sylius/staging/releases/38/var/cache/dev/ContainerIkK1428/App_KernelDevDebugContainer.php:2382 {
ContainerIkK1428\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/var/www/demo/sylius/staging/releases/38/var/cache/dev/ContainerIkK1428/getSylius_ResourceController_ResourcesCollectionProviderService.php:24 {
ContainerIkK1428\getSylius_ResourceController_ResourcesCollectionProviderService::do($container, $lazyLoad = true) …
›
› return $container->privates['sylius.resource_controller.resources_collection_provider'] = new \Sylius\Bundle\ResourceBundle\Controller\ResourcesCollectionProvider(($container->services['sylius.resource_controller.resources_resolver.grid_aware'] ?? $container->load('getSylius_ResourceController_ResourcesResolver_GridAwareService')), NULL);
› }
}
/var/www/demo/sylius/staging/releases/38/var/cache/dev/ContainerIkK1428/App_KernelDevDebugContainer.php:2382 {
ContainerIkK1428\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/var/www/demo/sylius/staging/releases/38/var/cache/dev/ContainerIkK1428/getSylius_Controller_ProductService.php:31 {
ContainerIkK1428\getSylius_Controller_ProductService::do($container, $lazyLoad = true) …
›
› $container->services['sylius.controller.product'] = $instance = new \Sylius\Bundle\ResourceBundle\Controller\ResourceController(($container->privates['sylius.resource_registry'] ?? self::getSylius_ResourceRegistryService($container))->get('sylius.product'), ($container->privates['sylius.resource_controller.request_configuration_factory'] ?? $container->load('getSylius_ResourceController_RequestConfigurationFactoryService')), ($container->privates['sylius.resource_controller.view_handler'] ?? $container->load('getSylius_ResourceController_ViewHandlerService')), ($container->services['sylius.repository.product'] ?? self::getSylius_Repository_ProductService($container)), ($container->services['Sylius\\Component\\Product\\Factory\\ProductFactoryInterface'] ?? $container->load('getProductFactoryInterfaceService')), ($container->privates['sylius_paypal.factory.paypal_payment_method_new_resource'] ?? $container->load('getSyliusPaypal_Factory_PaypalPaymentMethodNewResourceService')), ($container->services['doctrine.orm.default_entity_manager'] ?? self::getDoctrine_Orm_DefaultEntityManagerService($container)), ($container->privates['sylius.resource_controller.single_resource_provider'] ??= new \Sylius\Bundle\ResourceBundle\Controller\SingleResourceProvider()), ($container->privates['sylius.resource_controller.resources_collection_provider'] ?? $container->load('getSylius_ResourceController_ResourcesCollectionProviderService')), ($container->privates['sylius.resource_controller.form_factory'] ?? $container->load('getSylius_ResourceController_FormFactoryService')), ($container->privates['sylius_admin.resource_controller.redirect_handler'] ?? $container->load('getSyliusAdmin_ResourceController_RedirectHandlerService')), ($container->privates['sylius.resource_controller.flash_helper'] ?? $container->load('getSylius_ResourceController_FlashHelperService')), ($container->privates['sylius.resource_controller.authorization_checker.disabled'] ??= new \Sylius\Bundle\ResourceBundle\Controller\DisabledAuthorizationChecker()), ($container->privates['sylius.resource_controller.event_dispatcher'] ?? $container->load('getSylius_ResourceController_EventDispatcherService')), ($container->privates['sylius.resource_controller.state_machine'] ?? $container->load('getSylius_ResourceController_StateMachineService')), ($container->privates['sylius.custom_resource_controller.resource_update_handler'] ?? $container->load('getSylius_CustomResourceController_ResourceUpdateHandlerService')), ($container->privates['sylius.custom_resource_controller.resource_delete_handler'] ?? $container->load('getSylius_CustomResourceController_ResourceDeleteHandlerService')));
›
}
/var/www/demo/sylius/staging/releases/38/var/cache/dev/ContainerIkK1428/App_KernelDevDebugContainer.php:2382 {
ContainerIkK1428\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/var/www/demo/sylius/staging/releases/38/vendor/symfony/dependency-injection/Container.php:221 {
Symfony\Component\DependencyInjection\Container::make(self $container, string $id, int $invalidBehavior): ?object …
› if (isset($container->fileMap[$id])) {
› return /* self::IGNORE_ON_UNINITIALIZED_REFERENCE */ 4 === $invalidBehavior ? null : $container->load($container->fileMap[$id]);
› } elseif (isset($container->methodMap[$id])) {
}
/var/www/demo/sylius/staging/releases/38/vendor/symfony/dependency-injection/Container.php:203 {
Symfony\Component\DependencyInjection\Container->get(string $id, int $invalidBehavior = self::EXCEPTION_ON_INVALID_REFERENCE): ?object …
› ?? $this->services[$id = $this->aliases[$id] ?? $id]
› ?? ('service_container' === $id ? $this : ($this->factories[$id] ?? self::$make ??= self::make(...))($this, $id, $invalidBehavior));
› }
}
/var/www/demo/sylius/staging/releases/38/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php:38 {
Symfony\Component\HttpKernel\Controller\ContainerControllerResolver->instantiateController(string $class): object …
› if ($this->container->has($class)) {
› return $this->container->get($class);
› }
}
/var/www/demo/sylius/staging/releases/38/vendor/symfony/framework-bundle/Controller/ControllerResolver.php:25 {
Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver->instantiateController(string $class): object …
› {
› $controller = parent::instantiateController($class);
›
}
/var/www/demo/sylius/staging/releases/38/vendor/symfony/http-kernel/Controller/ControllerResolver.php:127 {
Symfony\Component\HttpKernel\Controller\ControllerResolver->createController(string $controller): callable …
› try {
› $controller = [$this->instantiateController($class), $method];
› } catch (\Error|\LogicException $e) {
}
/var/www/demo/sylius/staging/releases/38/vendor/symfony/http-kernel/Controller/ControllerResolver.php:95 {
Symfony\Component\HttpKernel\Controller\ControllerResolver->getController(Request $request): callable|false …
› try {
› $callable = $this->createController($controller);
› } catch (\InvalidArgumentException $e) {
}
/var/www/demo/sylius/staging/releases/38/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php:33 {
Symfony\Component\HttpKernel\Controller\TraceableControllerResolver->getController(Request $request): callable|false …
› try {
› return $this->resolver->getController($request);
› } finally {
}
/var/www/demo/sylius/staging/releases/38/vendor/symfony/http-kernel/HttpKernel.php:166 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› // load controller
› if (false === $controller = $this->resolver->getController($request)) {
› throw new NotFoundHttpException(\sprintf('Unable to find the controller for path "%s". The route is wrongly configured.', $request->getPathInfo()));
}
/var/www/demo/sylius/staging/releases/38/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) {
}
/var/www/demo/sylius/staging/releases/38/vendor/symfony/http-kernel/Kernel.php:182 {
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 {
}
/var/www/demo/sylius/staging/releases/38/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
}
/var/www/demo/sylius/staging/releases/38/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/demo/sylius/staging/releases/38/public/index.php:5 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments: {
"/var/www/demo/sylius/staging/releases/38/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1765196479
"timestamp_rfc3339" => "2025-12-08T12:21:19.513+00:00"
"message" => "User Deprecated: Method "Sylius\Component\Grid\Data\ExpressionBuilderInterface::like()" might add "mixed" as a native return type declaration in the future. Do the same in implementation "Gally\SyliusPlugin\Grid\Gally\ExpressionBuilder" now to avoid errors or add an explicit @return annotation to suppress this message."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#6155
#message: "User Deprecated: Method "Sylius\Component\Grid\Data\ExpressionBuilderInterface::like()" might add "mixed" as a native return type declaration in the future. Do the same in implementation "Gally\SyliusPlugin\Grid\Gally\ExpressionBuilder" now to avoid errors or add an explicit @return annotation to suppress this message."
#code: 0
#file: "/var/www/demo/sylius/staging/releases/38/vendor/symfony/error-handler/DebugClassLoader.php"
#line: 347
#severity: E_USER_DEPRECATED
trace: {
/var/www/demo/sylius/staging/releases/38/vendor/symfony/error-handler/DebugClassLoader.php:347 {
Gally\SyliusPlugin\Search\FilterConverter->__construct() …
› foreach ($deprecations as $message) {
› @trigger_error($message, \E_USER_DEPRECATED);
› }
}
/var/www/demo/sylius/staging/releases/38/var/cache/dev/ContainerIkK1428/getSylius_Registry_GridFilterService.php:48 {
ContainerIkK1428\getSylius_Registry_GridFilterService::do($container, $lazyLoad = true) …
› $instance->register('shop_string', new \Sylius\Component\Grid\Filter\StringFilter());
› $instance->register('gally_dynamic_filter', new \Gally\SyliusPlugin\Grid\Filter\GallyDynamicFilter(($container->privates['Gally\\SyliusPlugin\\Search\\FilterConverter'] ??= new \Gally\SyliusPlugin\Search\FilterConverter()), ($container->privates['Gally\\SyliusPlugin\\Config\\ConfigManager'] ?? self::getConfigManagerService($container))));
›
}
/var/www/demo/sylius/staging/releases/38/var/cache/dev/ContainerIkK1428/App_KernelDevDebugContainer.php:2382 {
ContainerIkK1428\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/var/www/demo/sylius/staging/releases/38/var/cache/dev/ContainerIkK1428/getSylius_Grid_FiltersApplicatorService.php:26 {
ContainerIkK1428\getSylius_Grid_FiltersApplicatorService::do($container, $lazyLoad = true) …
›
› return $container->services['sylius.grid.filters_applicator'] = new \Sylius\Component\Grid\Filtering\FiltersApplicator(($container->services['sylius.registry.grid_filter'] ?? $container->load('getSylius_Registry_GridFilterService')), ($container->services['sylius.grid.filters_criteria_resolver'] ??= new \Sylius\Component\Grid\Filtering\FiltersCriteriaResolver()));
› }
}
/var/www/demo/sylius/staging/releases/38/var/cache/dev/ContainerIkK1428/App_KernelDevDebugContainer.php:2382 {
ContainerIkK1428\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/var/www/demo/sylius/staging/releases/38/var/cache/dev/ContainerIkK1428/getProviderService.php:25 {
ContainerIkK1428\getProviderService::do($container, $lazyLoad = true) …
›
› return $container->services['Sylius\\Component\\Grid\\Data\\Provider'] = new \Sylius\Component\Grid\Data\Provider(($container->privates['.service_locator.GIuJv7e'] ??= new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($container->getService ??= $container->getService(...), [], [])), new \Gally\SyliusPlugin\Grid\DataProvider(($container->services['Sylius\\Component\\Grid\\Data\\DataSourceProviderInterface'] ?? $container->load('getDataSourceProviderInterfaceService')), ($container->services['sylius.grid.filters_applicator'] ?? $container->load('getSylius_Grid_FiltersApplicatorService')), ($container->services['sylius.grid.sorter'] ?? $container->load('getSylius_Grid_SorterService')), ($container->services['sylius.context.channel'] ?? self::getSylius_Context_ChannelService($container))));
› }
}
/var/www/demo/sylius/staging/releases/38/var/cache/dev/ContainerIkK1428/App_KernelDevDebugContainer.php:2382 {
ContainerIkK1428\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/var/www/demo/sylius/staging/releases/38/var/cache/dev/ContainerIkK1428/getSylius_Grid_ResourceViewFactoryService.php:24 {
ContainerIkK1428\getSylius_Grid_ResourceViewFactoryService::do($container, $lazyLoad = true) …
›
› return $container->services['sylius.grid.resource_view_factory'] = new \Sylius\Bundle\ResourceBundle\Grid\View\ResourceGridViewFactory(($container->services['Sylius\\Component\\Grid\\Data\\Provider'] ?? $container->load('getProviderService')), ($container->privates['sylius.resource_controller.parameters_parser'] ?? $container->load('getSylius_ResourceController_ParametersParserService')));
› }
}
/var/www/demo/sylius/staging/releases/38/var/cache/dev/ContainerIkK1428/App_KernelDevDebugContainer.php:2382 {
ContainerIkK1428\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/var/www/demo/sylius/staging/releases/38/var/cache/dev/ContainerIkK1428/getSylius_ResourceController_ResourcesResolver_GridAwareService.php:25 {
ContainerIkK1428\getSylius_ResourceController_ResourcesResolver_GridAwareService::do($container, $lazyLoad = true) …
›
› return $container->services['sylius.resource_controller.resources_resolver.grid_aware'] = new \Sylius\Bundle\ResourceBundle\Grid\Controller\ResourcesResolver(new \Sylius\Bundle\ResourceBundle\Controller\ResourcesResolver(), ($container->services['sylius.grid.chain_provider'] ?? $container->load('getSylius_Grid_ChainProviderService')), ($container->services['sylius.grid.resource_view_factory'] ?? $container->load('getSylius_Grid_ResourceViewFactoryService')));
› }
}
/var/www/demo/sylius/staging/releases/38/var/cache/dev/ContainerIkK1428/App_KernelDevDebugContainer.php:2382 {
ContainerIkK1428\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/var/www/demo/sylius/staging/releases/38/var/cache/dev/ContainerIkK1428/getSylius_ResourceController_ResourcesCollectionProviderService.php:24 {
ContainerIkK1428\getSylius_ResourceController_ResourcesCollectionProviderService::do($container, $lazyLoad = true) …
›
› return $container->privates['sylius.resource_controller.resources_collection_provider'] = new \Sylius\Bundle\ResourceBundle\Controller\ResourcesCollectionProvider(($container->services['sylius.resource_controller.resources_resolver.grid_aware'] ?? $container->load('getSylius_ResourceController_ResourcesResolver_GridAwareService')), NULL);
› }
}
/var/www/demo/sylius/staging/releases/38/var/cache/dev/ContainerIkK1428/App_KernelDevDebugContainer.php:2382 {
ContainerIkK1428\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/var/www/demo/sylius/staging/releases/38/var/cache/dev/ContainerIkK1428/getSylius_Controller_ProductService.php:31 {
ContainerIkK1428\getSylius_Controller_ProductService::do($container, $lazyLoad = true) …
›
› $container->services['sylius.controller.product'] = $instance = new \Sylius\Bundle\ResourceBundle\Controller\ResourceController(($container->privates['sylius.resource_registry'] ?? self::getSylius_ResourceRegistryService($container))->get('sylius.product'), ($container->privates['sylius.resource_controller.request_configuration_factory'] ?? $container->load('getSylius_ResourceController_RequestConfigurationFactoryService')), ($container->privates['sylius.resource_controller.view_handler'] ?? $container->load('getSylius_ResourceController_ViewHandlerService')), ($container->services['sylius.repository.product'] ?? self::getSylius_Repository_ProductService($container)), ($container->services['Sylius\\Component\\Product\\Factory\\ProductFactoryInterface'] ?? $container->load('getProductFactoryInterfaceService')), ($container->privates['sylius_paypal.factory.paypal_payment_method_new_resource'] ?? $container->load('getSyliusPaypal_Factory_PaypalPaymentMethodNewResourceService')), ($container->services['doctrine.orm.default_entity_manager'] ?? self::getDoctrine_Orm_DefaultEntityManagerService($container)), ($container->privates['sylius.resource_controller.single_resource_provider'] ??= new \Sylius\Bundle\ResourceBundle\Controller\SingleResourceProvider()), ($container->privates['sylius.resource_controller.resources_collection_provider'] ?? $container->load('getSylius_ResourceController_ResourcesCollectionProviderService')), ($container->privates['sylius.resource_controller.form_factory'] ?? $container->load('getSylius_ResourceController_FormFactoryService')), ($container->privates['sylius_admin.resource_controller.redirect_handler'] ?? $container->load('getSyliusAdmin_ResourceController_RedirectHandlerService')), ($container->privates['sylius.resource_controller.flash_helper'] ?? $container->load('getSylius_ResourceController_FlashHelperService')), ($container->privates['sylius.resource_controller.authorization_checker.disabled'] ??= new \Sylius\Bundle\ResourceBundle\Controller\DisabledAuthorizationChecker()), ($container->privates['sylius.resource_controller.event_dispatcher'] ?? $container->load('getSylius_ResourceController_EventDispatcherService')), ($container->privates['sylius.resource_controller.state_machine'] ?? $container->load('getSylius_ResourceController_StateMachineService')), ($container->privates['sylius.custom_resource_controller.resource_update_handler'] ?? $container->load('getSylius_CustomResourceController_ResourceUpdateHandlerService')), ($container->privates['sylius.custom_resource_controller.resource_delete_handler'] ?? $container->load('getSylius_CustomResourceController_ResourceDeleteHandlerService')));
›
}
/var/www/demo/sylius/staging/releases/38/var/cache/dev/ContainerIkK1428/App_KernelDevDebugContainer.php:2382 {
ContainerIkK1428\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/var/www/demo/sylius/staging/releases/38/vendor/symfony/dependency-injection/Container.php:221 {
Symfony\Component\DependencyInjection\Container::make(self $container, string $id, int $invalidBehavior): ?object …
› if (isset($container->fileMap[$id])) {
› return /* self::IGNORE_ON_UNINITIALIZED_REFERENCE */ 4 === $invalidBehavior ? null : $container->load($container->fileMap[$id]);
› } elseif (isset($container->methodMap[$id])) {
}
/var/www/demo/sylius/staging/releases/38/vendor/symfony/dependency-injection/Container.php:203 {
Symfony\Component\DependencyInjection\Container->get(string $id, int $invalidBehavior = self::EXCEPTION_ON_INVALID_REFERENCE): ?object …
› ?? $this->services[$id = $this->aliases[$id] ?? $id]
› ?? ('service_container' === $id ? $this : ($this->factories[$id] ?? self::$make ??= self::make(...))($this, $id, $invalidBehavior));
› }
}
/var/www/demo/sylius/staging/releases/38/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php:38 {
Symfony\Component\HttpKernel\Controller\ContainerControllerResolver->instantiateController(string $class): object …
› if ($this->container->has($class)) {
› return $this->container->get($class);
› }
}
/var/www/demo/sylius/staging/releases/38/vendor/symfony/framework-bundle/Controller/ControllerResolver.php:25 {
Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver->instantiateController(string $class): object …
› {
› $controller = parent::instantiateController($class);
›
}
/var/www/demo/sylius/staging/releases/38/vendor/symfony/http-kernel/Controller/ControllerResolver.php:127 {
Symfony\Component\HttpKernel\Controller\ControllerResolver->createController(string $controller): callable …
› try {
› $controller = [$this->instantiateController($class), $method];
› } catch (\Error|\LogicException $e) {
}
/var/www/demo/sylius/staging/releases/38/vendor/symfony/http-kernel/Controller/ControllerResolver.php:95 {
Symfony\Component\HttpKernel\Controller\ControllerResolver->getController(Request $request): callable|false …
› try {
› $callable = $this->createController($controller);
› } catch (\InvalidArgumentException $e) {
}
/var/www/demo/sylius/staging/releases/38/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php:33 {
Symfony\Component\HttpKernel\Controller\TraceableControllerResolver->getController(Request $request): callable|false …
› try {
› return $this->resolver->getController($request);
› } finally {
}
/var/www/demo/sylius/staging/releases/38/vendor/symfony/http-kernel/HttpKernel.php:166 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› // load controller
› if (false === $controller = $this->resolver->getController($request)) {
› throw new NotFoundHttpException(\sprintf('Unable to find the controller for path "%s". The route is wrongly configured.', $request->getPathInfo()));
}
/var/www/demo/sylius/staging/releases/38/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) {
}
/var/www/demo/sylius/staging/releases/38/vendor/symfony/http-kernel/Kernel.php:182 {
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 {
}
/var/www/demo/sylius/staging/releases/38/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
}
/var/www/demo/sylius/staging/releases/38/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/demo/sylius/staging/releases/38/public/index.php:5 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments: {
"/var/www/demo/sylius/staging/releases/38/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1765196479
"timestamp_rfc3339" => "2025-12-08T12:21:19.513+00:00"
"message" => "User Deprecated: Method "Sylius\Component\Grid\Data\ExpressionBuilderInterface::notLike()" might add "mixed" as a native return type declaration in the future. Do the same in implementation "Gally\SyliusPlugin\Grid\Gally\ExpressionBuilder" now to avoid errors or add an explicit @return annotation to suppress this message."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#6156
#message: "User Deprecated: Method "Sylius\Component\Grid\Data\ExpressionBuilderInterface::notLike()" might add "mixed" as a native return type declaration in the future. Do the same in implementation "Gally\SyliusPlugin\Grid\Gally\ExpressionBuilder" now to avoid errors or add an explicit @return annotation to suppress this message."
#code: 0
#file: "/var/www/demo/sylius/staging/releases/38/vendor/symfony/error-handler/DebugClassLoader.php"
#line: 347
#severity: E_USER_DEPRECATED
trace: {
/var/www/demo/sylius/staging/releases/38/vendor/symfony/error-handler/DebugClassLoader.php:347 {
Gally\SyliusPlugin\Search\FilterConverter->__construct() …
› foreach ($deprecations as $message) {
› @trigger_error($message, \E_USER_DEPRECATED);
› }
}
/var/www/demo/sylius/staging/releases/38/var/cache/dev/ContainerIkK1428/getSylius_Registry_GridFilterService.php:48 {
ContainerIkK1428\getSylius_Registry_GridFilterService::do($container, $lazyLoad = true) …
› $instance->register('shop_string', new \Sylius\Component\Grid\Filter\StringFilter());
› $instance->register('gally_dynamic_filter', new \Gally\SyliusPlugin\Grid\Filter\GallyDynamicFilter(($container->privates['Gally\\SyliusPlugin\\Search\\FilterConverter'] ??= new \Gally\SyliusPlugin\Search\FilterConverter()), ($container->privates['Gally\\SyliusPlugin\\Config\\ConfigManager'] ?? self::getConfigManagerService($container))));
›
}
/var/www/demo/sylius/staging/releases/38/var/cache/dev/ContainerIkK1428/App_KernelDevDebugContainer.php:2382 {
ContainerIkK1428\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/var/www/demo/sylius/staging/releases/38/var/cache/dev/ContainerIkK1428/getSylius_Grid_FiltersApplicatorService.php:26 {
ContainerIkK1428\getSylius_Grid_FiltersApplicatorService::do($container, $lazyLoad = true) …
›
› return $container->services['sylius.grid.filters_applicator'] = new \Sylius\Component\Grid\Filtering\FiltersApplicator(($container->services['sylius.registry.grid_filter'] ?? $container->load('getSylius_Registry_GridFilterService')), ($container->services['sylius.grid.filters_criteria_resolver'] ??= new \Sylius\Component\Grid\Filtering\FiltersCriteriaResolver()));
› }
}
/var/www/demo/sylius/staging/releases/38/var/cache/dev/ContainerIkK1428/App_KernelDevDebugContainer.php:2382 {
ContainerIkK1428\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/var/www/demo/sylius/staging/releases/38/var/cache/dev/ContainerIkK1428/getProviderService.php:25 {
ContainerIkK1428\getProviderService::do($container, $lazyLoad = true) …
›
› return $container->services['Sylius\\Component\\Grid\\Data\\Provider'] = new \Sylius\Component\Grid\Data\Provider(($container->privates['.service_locator.GIuJv7e'] ??= new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($container->getService ??= $container->getService(...), [], [])), new \Gally\SyliusPlugin\Grid\DataProvider(($container->services['Sylius\\Component\\Grid\\Data\\DataSourceProviderInterface'] ?? $container->load('getDataSourceProviderInterfaceService')), ($container->services['sylius.grid.filters_applicator'] ?? $container->load('getSylius_Grid_FiltersApplicatorService')), ($container->services['sylius.grid.sorter'] ?? $container->load('getSylius_Grid_SorterService')), ($container->services['sylius.context.channel'] ?? self::getSylius_Context_ChannelService($container))));
› }
}
/var/www/demo/sylius/staging/releases/38/var/cache/dev/ContainerIkK1428/App_KernelDevDebugContainer.php:2382 {
ContainerIkK1428\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/var/www/demo/sylius/staging/releases/38/var/cache/dev/ContainerIkK1428/getSylius_Grid_ResourceViewFactoryService.php:24 {
ContainerIkK1428\getSylius_Grid_ResourceViewFactoryService::do($container, $lazyLoad = true) …
›
› return $container->services['sylius.grid.resource_view_factory'] = new \Sylius\Bundle\ResourceBundle\Grid\View\ResourceGridViewFactory(($container->services['Sylius\\Component\\Grid\\Data\\Provider'] ?? $container->load('getProviderService')), ($container->privates['sylius.resource_controller.parameters_parser'] ?? $container->load('getSylius_ResourceController_ParametersParserService')));
› }
}
/var/www/demo/sylius/staging/releases/38/var/cache/dev/ContainerIkK1428/App_KernelDevDebugContainer.php:2382 {
ContainerIkK1428\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/var/www/demo/sylius/staging/releases/38/var/cache/dev/ContainerIkK1428/getSylius_ResourceController_ResourcesResolver_GridAwareService.php:25 {
ContainerIkK1428\getSylius_ResourceController_ResourcesResolver_GridAwareService::do($container, $lazyLoad = true) …
›
› return $container->services['sylius.resource_controller.resources_resolver.grid_aware'] = new \Sylius\Bundle\ResourceBundle\Grid\Controller\ResourcesResolver(new \Sylius\Bundle\ResourceBundle\Controller\ResourcesResolver(), ($container->services['sylius.grid.chain_provider'] ?? $container->load('getSylius_Grid_ChainProviderService')), ($container->services['sylius.grid.resource_view_factory'] ?? $container->load('getSylius_Grid_ResourceViewFactoryService')));
› }
}
/var/www/demo/sylius/staging/releases/38/var/cache/dev/ContainerIkK1428/App_KernelDevDebugContainer.php:2382 {
ContainerIkK1428\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/var/www/demo/sylius/staging/releases/38/var/cache/dev/ContainerIkK1428/getSylius_ResourceController_ResourcesCollectionProviderService.php:24 {
ContainerIkK1428\getSylius_ResourceController_ResourcesCollectionProviderService::do($container, $lazyLoad = true) …
›
› return $container->privates['sylius.resource_controller.resources_collection_provider'] = new \Sylius\Bundle\ResourceBundle\Controller\ResourcesCollectionProvider(($container->services['sylius.resource_controller.resources_resolver.grid_aware'] ?? $container->load('getSylius_ResourceController_ResourcesResolver_GridAwareService')), NULL);
› }
}
/var/www/demo/sylius/staging/releases/38/var/cache/dev/ContainerIkK1428/App_KernelDevDebugContainer.php:2382 {
ContainerIkK1428\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/var/www/demo/sylius/staging/releases/38/var/cache/dev/ContainerIkK1428/getSylius_Controller_ProductService.php:31 {
ContainerIkK1428\getSylius_Controller_ProductService::do($container, $lazyLoad = true) …
›
› $container->services['sylius.controller.product'] = $instance = new \Sylius\Bundle\ResourceBundle\Controller\ResourceController(($container->privates['sylius.resource_registry'] ?? self::getSylius_ResourceRegistryService($container))->get('sylius.product'), ($container->privates['sylius.resource_controller.request_configuration_factory'] ?? $container->load('getSylius_ResourceController_RequestConfigurationFactoryService')), ($container->privates['sylius.resource_controller.view_handler'] ?? $container->load('getSylius_ResourceController_ViewHandlerService')), ($container->services['sylius.repository.product'] ?? self::getSylius_Repository_ProductService($container)), ($container->services['Sylius\\Component\\Product\\Factory\\ProductFactoryInterface'] ?? $container->load('getProductFactoryInterfaceService')), ($container->privates['sylius_paypal.factory.paypal_payment_method_new_resource'] ?? $container->load('getSyliusPaypal_Factory_PaypalPaymentMethodNewResourceService')), ($container->services['doctrine.orm.default_entity_manager'] ?? self::getDoctrine_Orm_DefaultEntityManagerService($container)), ($container->privates['sylius.resource_controller.single_resource_provider'] ??= new \Sylius\Bundle\ResourceBundle\Controller\SingleResourceProvider()), ($container->privates['sylius.resource_controller.resources_collection_provider'] ?? $container->load('getSylius_ResourceController_ResourcesCollectionProviderService')), ($container->privates['sylius.resource_controller.form_factory'] ?? $container->load('getSylius_ResourceController_FormFactoryService')), ($container->privates['sylius_admin.resource_controller.redirect_handler'] ?? $container->load('getSyliusAdmin_ResourceController_RedirectHandlerService')), ($container->privates['sylius.resource_controller.flash_helper'] ?? $container->load('getSylius_ResourceController_FlashHelperService')), ($container->privates['sylius.resource_controller.authorization_checker.disabled'] ??= new \Sylius\Bundle\ResourceBundle\Controller\DisabledAuthorizationChecker()), ($container->privates['sylius.resource_controller.event_dispatcher'] ?? $container->load('getSylius_ResourceController_EventDispatcherService')), ($container->privates['sylius.resource_controller.state_machine'] ?? $container->load('getSylius_ResourceController_StateMachineService')), ($container->privates['sylius.custom_resource_controller.resource_update_handler'] ?? $container->load('getSylius_CustomResourceController_ResourceUpdateHandlerService')), ($container->privates['sylius.custom_resource_controller.resource_delete_handler'] ?? $container->load('getSylius_CustomResourceController_ResourceDeleteHandlerService')));
›
}
/var/www/demo/sylius/staging/releases/38/var/cache/dev/ContainerIkK1428/App_KernelDevDebugContainer.php:2382 {
ContainerIkK1428\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/var/www/demo/sylius/staging/releases/38/vendor/symfony/dependency-injection/Container.php:221 {
Symfony\Component\DependencyInjection\Container::make(self $container, string $id, int $invalidBehavior): ?object …
› if (isset($container->fileMap[$id])) {
› return /* self::IGNORE_ON_UNINITIALIZED_REFERENCE */ 4 === $invalidBehavior ? null : $container->load($container->fileMap[$id]);
› } elseif (isset($container->methodMap[$id])) {
}
/var/www/demo/sylius/staging/releases/38/vendor/symfony/dependency-injection/Container.php:203 {
Symfony\Component\DependencyInjection\Container->get(string $id, int $invalidBehavior = self::EXCEPTION_ON_INVALID_REFERENCE): ?object …
› ?? $this->services[$id = $this->aliases[$id] ?? $id]
› ?? ('service_container' === $id ? $this : ($this->factories[$id] ?? self::$make ??= self::make(...))($this, $id, $invalidBehavior));
› }
}
/var/www/demo/sylius/staging/releases/38/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php:38 {
Symfony\Component\HttpKernel\Controller\ContainerControllerResolver->instantiateController(string $class): object …
› if ($this->container->has($class)) {
› return $this->container->get($class);
› }
}
/var/www/demo/sylius/staging/releases/38/vendor/symfony/framework-bundle/Controller/ControllerResolver.php:25 {
Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver->instantiateController(string $class): object …
› {
› $controller = parent::instantiateController($class);
›
}
/var/www/demo/sylius/staging/releases/38/vendor/symfony/http-kernel/Controller/ControllerResolver.php:127 {
Symfony\Component\HttpKernel\Controller\ControllerResolver->createController(string $controller): callable …
› try {
› $controller = [$this->instantiateController($class), $method];
› } catch (\Error|\LogicException $e) {
}
/var/www/demo/sylius/staging/releases/38/vendor/symfony/http-kernel/Controller/ControllerResolver.php:95 {
Symfony\Component\HttpKernel\Controller\ControllerResolver->getController(Request $request): callable|false …
› try {
› $callable = $this->createController($controller);
› } catch (\InvalidArgumentException $e) {
}
/var/www/demo/sylius/staging/releases/38/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php:33 {
Symfony\Component\HttpKernel\Controller\TraceableControllerResolver->getController(Request $request): callable|false …
› try {
› return $this->resolver->getController($request);
› } finally {
}
/var/www/demo/sylius/staging/releases/38/vendor/symfony/http-kernel/HttpKernel.php:166 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› // load controller
› if (false === $controller = $this->resolver->getController($request)) {
› throw new NotFoundHttpException(\sprintf('Unable to find the controller for path "%s". The route is wrongly configured.', $request->getPathInfo()));
}
/var/www/demo/sylius/staging/releases/38/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) {
}
/var/www/demo/sylius/staging/releases/38/vendor/symfony/http-kernel/Kernel.php:182 {
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 {
}
/var/www/demo/sylius/staging/releases/38/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
}
/var/www/demo/sylius/staging/releases/38/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/demo/sylius/staging/releases/38/public/index.php:5 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments: {
"/var/www/demo/sylius/staging/releases/38/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1765196479
"timestamp_rfc3339" => "2025-12-08T12:21:19.513+00:00"
"message" => "User Deprecated: Method "Sylius\Component\Grid\Data\ExpressionBuilderInterface::orderBy()" might add "mixed" as a native return type declaration in the future. Do the same in implementation "Gally\SyliusPlugin\Grid\Gally\ExpressionBuilder" now to avoid errors or add an explicit @return annotation to suppress this message."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#6157
#message: "User Deprecated: Method "Sylius\Component\Grid\Data\ExpressionBuilderInterface::orderBy()" might add "mixed" as a native return type declaration in the future. Do the same in implementation "Gally\SyliusPlugin\Grid\Gally\ExpressionBuilder" now to avoid errors or add an explicit @return annotation to suppress this message."
#code: 0
#file: "/var/www/demo/sylius/staging/releases/38/vendor/symfony/error-handler/DebugClassLoader.php"
#line: 347
#severity: E_USER_DEPRECATED
trace: {
/var/www/demo/sylius/staging/releases/38/vendor/symfony/error-handler/DebugClassLoader.php:347 {
Gally\SyliusPlugin\Search\FilterConverter->__construct() …
› foreach ($deprecations as $message) {
› @trigger_error($message, \E_USER_DEPRECATED);
› }
}
/var/www/demo/sylius/staging/releases/38/var/cache/dev/ContainerIkK1428/getSylius_Registry_GridFilterService.php:48 {
ContainerIkK1428\getSylius_Registry_GridFilterService::do($container, $lazyLoad = true) …
› $instance->register('shop_string', new \Sylius\Component\Grid\Filter\StringFilter());
› $instance->register('gally_dynamic_filter', new \Gally\SyliusPlugin\Grid\Filter\GallyDynamicFilter(($container->privates['Gally\\SyliusPlugin\\Search\\FilterConverter'] ??= new \Gally\SyliusPlugin\Search\FilterConverter()), ($container->privates['Gally\\SyliusPlugin\\Config\\ConfigManager'] ?? self::getConfigManagerService($container))));
›
}
/var/www/demo/sylius/staging/releases/38/var/cache/dev/ContainerIkK1428/App_KernelDevDebugContainer.php:2382 {
ContainerIkK1428\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/var/www/demo/sylius/staging/releases/38/var/cache/dev/ContainerIkK1428/getSylius_Grid_FiltersApplicatorService.php:26 {
ContainerIkK1428\getSylius_Grid_FiltersApplicatorService::do($container, $lazyLoad = true) …
›
› return $container->services['sylius.grid.filters_applicator'] = new \Sylius\Component\Grid\Filtering\FiltersApplicator(($container->services['sylius.registry.grid_filter'] ?? $container->load('getSylius_Registry_GridFilterService')), ($container->services['sylius.grid.filters_criteria_resolver'] ??= new \Sylius\Component\Grid\Filtering\FiltersCriteriaResolver()));
› }
}
/var/www/demo/sylius/staging/releases/38/var/cache/dev/ContainerIkK1428/App_KernelDevDebugContainer.php:2382 {
ContainerIkK1428\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/var/www/demo/sylius/staging/releases/38/var/cache/dev/ContainerIkK1428/getProviderService.php:25 {
ContainerIkK1428\getProviderService::do($container, $lazyLoad = true) …
›
› return $container->services['Sylius\\Component\\Grid\\Data\\Provider'] = new \Sylius\Component\Grid\Data\Provider(($container->privates['.service_locator.GIuJv7e'] ??= new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($container->getService ??= $container->getService(...), [], [])), new \Gally\SyliusPlugin\Grid\DataProvider(($container->services['Sylius\\Component\\Grid\\Data\\DataSourceProviderInterface'] ?? $container->load('getDataSourceProviderInterfaceService')), ($container->services['sylius.grid.filters_applicator'] ?? $container->load('getSylius_Grid_FiltersApplicatorService')), ($container->services['sylius.grid.sorter'] ?? $container->load('getSylius_Grid_SorterService')), ($container->services['sylius.context.channel'] ?? self::getSylius_Context_ChannelService($container))));
› }
}
/var/www/demo/sylius/staging/releases/38/var/cache/dev/ContainerIkK1428/App_KernelDevDebugContainer.php:2382 {
ContainerIkK1428\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/var/www/demo/sylius/staging/releases/38/var/cache/dev/ContainerIkK1428/getSylius_Grid_ResourceViewFactoryService.php:24 {
ContainerIkK1428\getSylius_Grid_ResourceViewFactoryService::do($container, $lazyLoad = true) …
›
› return $container->services['sylius.grid.resource_view_factory'] = new \Sylius\Bundle\ResourceBundle\Grid\View\ResourceGridViewFactory(($container->services['Sylius\\Component\\Grid\\Data\\Provider'] ?? $container->load('getProviderService')), ($container->privates['sylius.resource_controller.parameters_parser'] ?? $container->load('getSylius_ResourceController_ParametersParserService')));
› }
}
/var/www/demo/sylius/staging/releases/38/var/cache/dev/ContainerIkK1428/App_KernelDevDebugContainer.php:2382 {
ContainerIkK1428\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/var/www/demo/sylius/staging/releases/38/var/cache/dev/ContainerIkK1428/getSylius_ResourceController_ResourcesResolver_GridAwareService.php:25 {
ContainerIkK1428\getSylius_ResourceController_ResourcesResolver_GridAwareService::do($container, $lazyLoad = true) …
›
› return $container->services['sylius.resource_controller.resources_resolver.grid_aware'] = new \Sylius\Bundle\ResourceBundle\Grid\Controller\ResourcesResolver(new \Sylius\Bundle\ResourceBundle\Controller\ResourcesResolver(), ($container->services['sylius.grid.chain_provider'] ?? $container->load('getSylius_Grid_ChainProviderService')), ($container->services['sylius.grid.resource_view_factory'] ?? $container->load('getSylius_Grid_ResourceViewFactoryService')));
› }
}
/var/www/demo/sylius/staging/releases/38/var/cache/dev/ContainerIkK1428/App_KernelDevDebugContainer.php:2382 {
ContainerIkK1428\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/var/www/demo/sylius/staging/releases/38/var/cache/dev/ContainerIkK1428/getSylius_ResourceController_ResourcesCollectionProviderService.php:24 {
ContainerIkK1428\getSylius_ResourceController_ResourcesCollectionProviderService::do($container, $lazyLoad = true) …
›
› return $container->privates['sylius.resource_controller.resources_collection_provider'] = new \Sylius\Bundle\ResourceBundle\Controller\ResourcesCollectionProvider(($container->services['sylius.resource_controller.resources_resolver.grid_aware'] ?? $container->load('getSylius_ResourceController_ResourcesResolver_GridAwareService')), NULL);
› }
}
/var/www/demo/sylius/staging/releases/38/var/cache/dev/ContainerIkK1428/App_KernelDevDebugContainer.php:2382 {
ContainerIkK1428\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/var/www/demo/sylius/staging/releases/38/var/cache/dev/ContainerIkK1428/getSylius_Controller_ProductService.php:31 {
ContainerIkK1428\getSylius_Controller_ProductService::do($container, $lazyLoad = true) …
›
› $container->services['sylius.controller.product'] = $instance = new \Sylius\Bundle\ResourceBundle\Controller\ResourceController(($container->privates['sylius.resource_registry'] ?? self::getSylius_ResourceRegistryService($container))->get('sylius.product'), ($container->privates['sylius.resource_controller.request_configuration_factory'] ?? $container->load('getSylius_ResourceController_RequestConfigurationFactoryService')), ($container->privates['sylius.resource_controller.view_handler'] ?? $container->load('getSylius_ResourceController_ViewHandlerService')), ($container->services['sylius.repository.product'] ?? self::getSylius_Repository_ProductService($container)), ($container->services['Sylius\\Component\\Product\\Factory\\ProductFactoryInterface'] ?? $container->load('getProductFactoryInterfaceService')), ($container->privates['sylius_paypal.factory.paypal_payment_method_new_resource'] ?? $container->load('getSyliusPaypal_Factory_PaypalPaymentMethodNewResourceService')), ($container->services['doctrine.orm.default_entity_manager'] ?? self::getDoctrine_Orm_DefaultEntityManagerService($container)), ($container->privates['sylius.resource_controller.single_resource_provider'] ??= new \Sylius\Bundle\ResourceBundle\Controller\SingleResourceProvider()), ($container->privates['sylius.resource_controller.resources_collection_provider'] ?? $container->load('getSylius_ResourceController_ResourcesCollectionProviderService')), ($container->privates['sylius.resource_controller.form_factory'] ?? $container->load('getSylius_ResourceController_FormFactoryService')), ($container->privates['sylius_admin.resource_controller.redirect_handler'] ?? $container->load('getSyliusAdmin_ResourceController_RedirectHandlerService')), ($container->privates['sylius.resource_controller.flash_helper'] ?? $container->load('getSylius_ResourceController_FlashHelperService')), ($container->privates['sylius.resource_controller.authorization_checker.disabled'] ??= new \Sylius\Bundle\ResourceBundle\Controller\DisabledAuthorizationChecker()), ($container->privates['sylius.resource_controller.event_dispatcher'] ?? $container->load('getSylius_ResourceController_EventDispatcherService')), ($container->privates['sylius.resource_controller.state_machine'] ?? $container->load('getSylius_ResourceController_StateMachineService')), ($container->privates['sylius.custom_resource_controller.resource_update_handler'] ?? $container->load('getSylius_CustomResourceController_ResourceUpdateHandlerService')), ($container->privates['sylius.custom_resource_controller.resource_delete_handler'] ?? $container->load('getSylius_CustomResourceController_ResourceDeleteHandlerService')));
›
}
/var/www/demo/sylius/staging/releases/38/var/cache/dev/ContainerIkK1428/App_KernelDevDebugContainer.php:2382 {
ContainerIkK1428\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/var/www/demo/sylius/staging/releases/38/vendor/symfony/dependency-injection/Container.php:221 {
Symfony\Component\DependencyInjection\Container::make(self $container, string $id, int $invalidBehavior): ?object …
› if (isset($container->fileMap[$id])) {
› return /* self::IGNORE_ON_UNINITIALIZED_REFERENCE */ 4 === $invalidBehavior ? null : $container->load($container->fileMap[$id]);
› } elseif (isset($container->methodMap[$id])) {
}
/var/www/demo/sylius/staging/releases/38/vendor/symfony/dependency-injection/Container.php:203 {
Symfony\Component\DependencyInjection\Container->get(string $id, int $invalidBehavior = self::EXCEPTION_ON_INVALID_REFERENCE): ?object …
› ?? $this->services[$id = $this->aliases[$id] ?? $id]
› ?? ('service_container' === $id ? $this : ($this->factories[$id] ?? self::$make ??= self::make(...))($this, $id, $invalidBehavior));
› }
}
/var/www/demo/sylius/staging/releases/38/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php:38 {
Symfony\Component\HttpKernel\Controller\ContainerControllerResolver->instantiateController(string $class): object …
› if ($this->container->has($class)) {
› return $this->container->get($class);
› }
}
/var/www/demo/sylius/staging/releases/38/vendor/symfony/framework-bundle/Controller/ControllerResolver.php:25 {
Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver->instantiateController(string $class): object …
› {
› $controller = parent::instantiateController($class);
›
}
/var/www/demo/sylius/staging/releases/38/vendor/symfony/http-kernel/Controller/ControllerResolver.php:127 {
Symfony\Component\HttpKernel\Controller\ControllerResolver->createController(string $controller): callable …
› try {
› $controller = [$this->instantiateController($class), $method];
› } catch (\Error|\LogicException $e) {
}
/var/www/demo/sylius/staging/releases/38/vendor/symfony/http-kernel/Controller/ControllerResolver.php:95 {
Symfony\Component\HttpKernel\Controller\ControllerResolver->getController(Request $request): callable|false …
› try {
› $callable = $this->createController($controller);
› } catch (\InvalidArgumentException $e) {
}
/var/www/demo/sylius/staging/releases/38/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php:33 {
Symfony\Component\HttpKernel\Controller\TraceableControllerResolver->getController(Request $request): callable|false …
› try {
› return $this->resolver->getController($request);
› } finally {
}
/var/www/demo/sylius/staging/releases/38/vendor/symfony/http-kernel/HttpKernel.php:166 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› // load controller
› if (false === $controller = $this->resolver->getController($request)) {
› throw new NotFoundHttpException(\sprintf('Unable to find the controller for path "%s". The route is wrongly configured.', $request->getPathInfo()));
}
/var/www/demo/sylius/staging/releases/38/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) {
}
/var/www/demo/sylius/staging/releases/38/vendor/symfony/http-kernel/Kernel.php:182 {
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 {
}
/var/www/demo/sylius/staging/releases/38/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
}
/var/www/demo/sylius/staging/releases/38/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/demo/sylius/staging/releases/38/public/index.php:5 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments: {
"/var/www/demo/sylius/staging/releases/38/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1765196479
"timestamp_rfc3339" => "2025-12-08T12:21:19.513+00:00"
"message" => "User Deprecated: Method "Sylius\Component\Grid\Data\ExpressionBuilderInterface::addOrderBy()" might add "mixed" as a native return type declaration in the future. Do the same in implementation "Gally\SyliusPlugin\Grid\Gally\ExpressionBuilder" now to avoid errors or add an explicit @return annotation to suppress this message."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#6161
#message: "User Deprecated: Method "Sylius\Component\Grid\Data\ExpressionBuilderInterface::addOrderBy()" might add "mixed" as a native return type declaration in the future. Do the same in implementation "Gally\SyliusPlugin\Grid\Gally\ExpressionBuilder" now to avoid errors or add an explicit @return annotation to suppress this message."
#code: 0
#file: "/var/www/demo/sylius/staging/releases/38/vendor/symfony/error-handler/DebugClassLoader.php"
#line: 347
#severity: E_USER_DEPRECATED
trace: {
/var/www/demo/sylius/staging/releases/38/vendor/symfony/error-handler/DebugClassLoader.php:347 {
Gally\SyliusPlugin\Search\FilterConverter->__construct() …
› foreach ($deprecations as $message) {
› @trigger_error($message, \E_USER_DEPRECATED);
› }
}
/var/www/demo/sylius/staging/releases/38/var/cache/dev/ContainerIkK1428/getSylius_Registry_GridFilterService.php:48 {
ContainerIkK1428\getSylius_Registry_GridFilterService::do($container, $lazyLoad = true) …
› $instance->register('shop_string', new \Sylius\Component\Grid\Filter\StringFilter());
› $instance->register('gally_dynamic_filter', new \Gally\SyliusPlugin\Grid\Filter\GallyDynamicFilter(($container->privates['Gally\\SyliusPlugin\\Search\\FilterConverter'] ??= new \Gally\SyliusPlugin\Search\FilterConverter()), ($container->privates['Gally\\SyliusPlugin\\Config\\ConfigManager'] ?? self::getConfigManagerService($container))));
›
}
/var/www/demo/sylius/staging/releases/38/var/cache/dev/ContainerIkK1428/App_KernelDevDebugContainer.php:2382 {
ContainerIkK1428\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/var/www/demo/sylius/staging/releases/38/var/cache/dev/ContainerIkK1428/getSylius_Grid_FiltersApplicatorService.php:26 {
ContainerIkK1428\getSylius_Grid_FiltersApplicatorService::do($container, $lazyLoad = true) …
›
› return $container->services['sylius.grid.filters_applicator'] = new \Sylius\Component\Grid\Filtering\FiltersApplicator(($container->services['sylius.registry.grid_filter'] ?? $container->load('getSylius_Registry_GridFilterService')), ($container->services['sylius.grid.filters_criteria_resolver'] ??= new \Sylius\Component\Grid\Filtering\FiltersCriteriaResolver()));
› }
}
/var/www/demo/sylius/staging/releases/38/var/cache/dev/ContainerIkK1428/App_KernelDevDebugContainer.php:2382 {
ContainerIkK1428\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/var/www/demo/sylius/staging/releases/38/var/cache/dev/ContainerIkK1428/getProviderService.php:25 {
ContainerIkK1428\getProviderService::do($container, $lazyLoad = true) …
›
› return $container->services['Sylius\\Component\\Grid\\Data\\Provider'] = new \Sylius\Component\Grid\Data\Provider(($container->privates['.service_locator.GIuJv7e'] ??= new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($container->getService ??= $container->getService(...), [], [])), new \Gally\SyliusPlugin\Grid\DataProvider(($container->services['Sylius\\Component\\Grid\\Data\\DataSourceProviderInterface'] ?? $container->load('getDataSourceProviderInterfaceService')), ($container->services['sylius.grid.filters_applicator'] ?? $container->load('getSylius_Grid_FiltersApplicatorService')), ($container->services['sylius.grid.sorter'] ?? $container->load('getSylius_Grid_SorterService')), ($container->services['sylius.context.channel'] ?? self::getSylius_Context_ChannelService($container))));
› }
}
/var/www/demo/sylius/staging/releases/38/var/cache/dev/ContainerIkK1428/App_KernelDevDebugContainer.php:2382 {
ContainerIkK1428\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/var/www/demo/sylius/staging/releases/38/var/cache/dev/ContainerIkK1428/getSylius_Grid_ResourceViewFactoryService.php:24 {
ContainerIkK1428\getSylius_Grid_ResourceViewFactoryService::do($container, $lazyLoad = true) …
›
› return $container->services['sylius.grid.resource_view_factory'] = new \Sylius\Bundle\ResourceBundle\Grid\View\ResourceGridViewFactory(($container->services['Sylius\\Component\\Grid\\Data\\Provider'] ?? $container->load('getProviderService')), ($container->privates['sylius.resource_controller.parameters_parser'] ?? $container->load('getSylius_ResourceController_ParametersParserService')));
› }
}
/var/www/demo/sylius/staging/releases/38/var/cache/dev/ContainerIkK1428/App_KernelDevDebugContainer.php:2382 {
ContainerIkK1428\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/var/www/demo/sylius/staging/releases/38/var/cache/dev/ContainerIkK1428/getSylius_ResourceController_ResourcesResolver_GridAwareService.php:25 {
ContainerIkK1428\getSylius_ResourceController_ResourcesResolver_GridAwareService::do($container, $lazyLoad = true) …
›
› return $container->services['sylius.resource_controller.resources_resolver.grid_aware'] = new \Sylius\Bundle\ResourceBundle\Grid\Controller\ResourcesResolver(new \Sylius\Bundle\ResourceBundle\Controller\ResourcesResolver(), ($container->services['sylius.grid.chain_provider'] ?? $container->load('getSylius_Grid_ChainProviderService')), ($container->services['sylius.grid.resource_view_factory'] ?? $container->load('getSylius_Grid_ResourceViewFactoryService')));
› }
}
/var/www/demo/sylius/staging/releases/38/var/cache/dev/ContainerIkK1428/App_KernelDevDebugContainer.php:2382 {
ContainerIkK1428\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/var/www/demo/sylius/staging/releases/38/var/cache/dev/ContainerIkK1428/getSylius_ResourceController_ResourcesCollectionProviderService.php:24 {
ContainerIkK1428\getSylius_ResourceController_ResourcesCollectionProviderService::do($container, $lazyLoad = true) …
›
› return $container->privates['sylius.resource_controller.resources_collection_provider'] = new \Sylius\Bundle\ResourceBundle\Controller\ResourcesCollectionProvider(($container->services['sylius.resource_controller.resources_resolver.grid_aware'] ?? $container->load('getSylius_ResourceController_ResourcesResolver_GridAwareService')), NULL);
› }
}
/var/www/demo/sylius/staging/releases/38/var/cache/dev/ContainerIkK1428/App_KernelDevDebugContainer.php:2382 {
ContainerIkK1428\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/var/www/demo/sylius/staging/releases/38/var/cache/dev/ContainerIkK1428/getSylius_Controller_ProductService.php:31 {
ContainerIkK1428\getSylius_Controller_ProductService::do($container, $lazyLoad = true) …
›
› $container->services['sylius.controller.product'] = $instance = new \Sylius\Bundle\ResourceBundle\Controller\ResourceController(($container->privates['sylius.resource_registry'] ?? self::getSylius_ResourceRegistryService($container))->get('sylius.product'), ($container->privates['sylius.resource_controller.request_configuration_factory'] ?? $container->load('getSylius_ResourceController_RequestConfigurationFactoryService')), ($container->privates['sylius.resource_controller.view_handler'] ?? $container->load('getSylius_ResourceController_ViewHandlerService')), ($container->services['sylius.repository.product'] ?? self::getSylius_Repository_ProductService($container)), ($container->services['Sylius\\Component\\Product\\Factory\\ProductFactoryInterface'] ?? $container->load('getProductFactoryInterfaceService')), ($container->privates['sylius_paypal.factory.paypal_payment_method_new_resource'] ?? $container->load('getSyliusPaypal_Factory_PaypalPaymentMethodNewResourceService')), ($container->services['doctrine.orm.default_entity_manager'] ?? self::getDoctrine_Orm_DefaultEntityManagerService($container)), ($container->privates['sylius.resource_controller.single_resource_provider'] ??= new \Sylius\Bundle\ResourceBundle\Controller\SingleResourceProvider()), ($container->privates['sylius.resource_controller.resources_collection_provider'] ?? $container->load('getSylius_ResourceController_ResourcesCollectionProviderService')), ($container->privates['sylius.resource_controller.form_factory'] ?? $container->load('getSylius_ResourceController_FormFactoryService')), ($container->privates['sylius_admin.resource_controller.redirect_handler'] ?? $container->load('getSyliusAdmin_ResourceController_RedirectHandlerService')), ($container->privates['sylius.resource_controller.flash_helper'] ?? $container->load('getSylius_ResourceController_FlashHelperService')), ($container->privates['sylius.resource_controller.authorization_checker.disabled'] ??= new \Sylius\Bundle\ResourceBundle\Controller\DisabledAuthorizationChecker()), ($container->privates['sylius.resource_controller.event_dispatcher'] ?? $container->load('getSylius_ResourceController_EventDispatcherService')), ($container->privates['sylius.resource_controller.state_machine'] ?? $container->load('getSylius_ResourceController_StateMachineService')), ($container->privates['sylius.custom_resource_controller.resource_update_handler'] ?? $container->load('getSylius_CustomResourceController_ResourceUpdateHandlerService')), ($container->privates['sylius.custom_resource_controller.resource_delete_handler'] ?? $container->load('getSylius_CustomResourceController_ResourceDeleteHandlerService')));
›
}
/var/www/demo/sylius/staging/releases/38/var/cache/dev/ContainerIkK1428/App_KernelDevDebugContainer.php:2382 {
ContainerIkK1428\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/var/www/demo/sylius/staging/releases/38/vendor/symfony/dependency-injection/Container.php:221 {
Symfony\Component\DependencyInjection\Container::make(self $container, string $id, int $invalidBehavior): ?object …
› if (isset($container->fileMap[$id])) {
› return /* self::IGNORE_ON_UNINITIALIZED_REFERENCE */ 4 === $invalidBehavior ? null : $container->load($container->fileMap[$id]);
› } elseif (isset($container->methodMap[$id])) {
}
/var/www/demo/sylius/staging/releases/38/vendor/symfony/dependency-injection/Container.php:203 {
Symfony\Component\DependencyInjection\Container->get(string $id, int $invalidBehavior = self::EXCEPTION_ON_INVALID_REFERENCE): ?object …
› ?? $this->services[$id = $this->aliases[$id] ?? $id]
› ?? ('service_container' === $id ? $this : ($this->factories[$id] ?? self::$make ??= self::make(...))($this, $id, $invalidBehavior));
› }
}
/var/www/demo/sylius/staging/releases/38/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php:38 {
Symfony\Component\HttpKernel\Controller\ContainerControllerResolver->instantiateController(string $class): object …
› if ($this->container->has($class)) {
› return $this->container->get($class);
› }
}
/var/www/demo/sylius/staging/releases/38/vendor/symfony/framework-bundle/Controller/ControllerResolver.php:25 {
Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver->instantiateController(string $class): object …
› {
› $controller = parent::instantiateController($class);
›
}
/var/www/demo/sylius/staging/releases/38/vendor/symfony/http-kernel/Controller/ControllerResolver.php:127 {
Symfony\Component\HttpKernel\Controller\ControllerResolver->createController(string $controller): callable …
› try {
› $controller = [$this->instantiateController($class), $method];
› } catch (\Error|\LogicException $e) {
}
/var/www/demo/sylius/staging/releases/38/vendor/symfony/http-kernel/Controller/ControllerResolver.php:95 {
Symfony\Component\HttpKernel\Controller\ControllerResolver->getController(Request $request): callable|false …
› try {
› $callable = $this->createController($controller);
› } catch (\InvalidArgumentException $e) {
}
/var/www/demo/sylius/staging/releases/38/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php:33 {
Symfony\Component\HttpKernel\Controller\TraceableControllerResolver->getController(Request $request): callable|false …
› try {
› return $this->resolver->getController($request);
› } finally {
}
/var/www/demo/sylius/staging/releases/38/vendor/symfony/http-kernel/HttpKernel.php:166 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› // load controller
› if (false === $controller = $this->resolver->getController($request)) {
› throw new NotFoundHttpException(\sprintf('Unable to find the controller for path "%s". The route is wrongly configured.', $request->getPathInfo()));
}
/var/www/demo/sylius/staging/releases/38/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) {
}
/var/www/demo/sylius/staging/releases/38/vendor/symfony/http-kernel/Kernel.php:182 {
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 {
}
/var/www/demo/sylius/staging/releases/38/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
}
/var/www/demo/sylius/staging/releases/38/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/demo/sylius/staging/releases/38/public/index.php:5 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments: {
"/var/www/demo/sylius/staging/releases/38/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1765196479
"timestamp_rfc3339" => "2025-12-08T12:21:19.515+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller"
"listener" => "Symfony\UX\LiveComponent\EventListener\LiveComponentSubscriber::onKernelController"
]
"channel" => "event"
]
[
"timestamp" => 1765196479
"timestamp_rfc3339" => "2025-12-08T12:21:19.515+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" => 1765196479
"timestamp_rfc3339" => "2025-12-08T12:21:19.515+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" => 1765196479
"timestamp_rfc3339" => "2025-12-08T12:21:19.517+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller_arguments"
"listener" => "Symfony\Component\Security\Http\EventListener\IsCsrfTokenValidAttributeListener::onKernelControllerArguments"
]
"channel" => "event"
]
[
"timestamp" => 1765196479
"timestamp_rfc3339" => "2025-12-08T12:21:19.517+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" => 1765196479
"timestamp_rfc3339" => "2025-12-08T12:21:19.517+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" => 1765196479
"timestamp_rfc3339" => "2025-12-08T12:21:19.517+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller_arguments"
"listener" => "ContainerIkK1428\RequestPayloadValueResolverGhost01ca9cc::onKernelControllerArguments"
]
"channel" => "event"
]
[
"timestamp" => 1765196479
"timestamp_rfc3339" => "2025-12-08T12:21:19.517+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller_arguments"
"listener" => "Sylius\Bundle\CoreBundle\EventListener\CircularDependencyBreakingErrorListener::onControllerArguments"
]
"channel" => "event"
]
[
"timestamp" => 1765196479
"timestamp_rfc3339" => "2025-12-08T12:21:19.523+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT s0_.code AS code_0, s0_.tree_left AS tree_left_1, s0_.tree_right AS tree_right_2, s0_.tree_level AS tree_level_3, s0_.position AS position_4, s0_.enabled AS enabled_5, s0_.id AS id_6, s0_.created_at AS created_at_7, s0_.updated_at AS updated_at_8, s1_.name AS name_9, s1_.slug AS slug_10, s1_.description AS description_11, s1_.id AS id_12, s1_.locale AS locale_13, s0_.tree_root AS tree_root_14, s0_.parent_id AS parent_id_15, s1_.translatable_id AS translatable_id_16 FROM sylius_taxon s0_ INNER JOIN sylius_taxon_translation s1_ ON s0_.id = s1_.translatable_id WHERE s0_.enabled = ? AND s1_.slug = ? AND s1_.locale = ? ORDER BY s0_.id ASC"
"params" => [
1 => 1
2 => "category/caps"
3 => "en_US"
]
"types" => [
1 => 5
2 => 2
3 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1765196479
"timestamp_rfc3339" => "2025-12-08T12:21:19.526+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.code AS code_1, t0.created_at AS created_at_2, t0.updated_at AS updated_at_3, t0.id AS id_4 FROM sylius_locale t0 WHERE t0.code = ? LIMIT 1"
"params" => [
1 => "en_US"
]
"types" => [
1 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1765196479
"timestamp_rfc3339" => "2025-12-08T12:21:19.633+00:00"
"message" => "Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\BadRequestHttpException: "sorting is not valid field, did you mean one of these: createdAt, position, name, price?" at FieldValidator.php line 25"
"priority" => 400
"priorityName" => "ERROR"
"context" => [
"exception" => Symfony\Component\HttpKernel\Exception\BadRequestHttpException {#6535
#message: "sorting is not valid field, did you mean one of these: createdAt, position, name, price?"
#code: 0
#file: "/var/www/demo/sylius/staging/releases/38/vendor/sylius/grid-bundle/src/Component/Validation/FieldValidator.php"
#line: 25
-statusCode: 400
-headers: []
trace: {
/var/www/demo/sylius/staging/releases/38/vendor/sylius/grid-bundle/src/Component/Validation/FieldValidator.php:25 {
Sylius\Component\Grid\Validation\FieldValidator->validateFieldName(string $fieldName, array $enabledFields): void …
› if (!in_array($fieldName, $enabledFieldsNames, true)) {
› throw new BadRequestHttpException(sprintf('%s is not valid field, did you mean one of these: %s?', $fieldName, implode(', ', $enabledFieldsNames)));
› }
}
/var/www/demo/sylius/staging/releases/38/vendor/sylius/grid-bundle/src/Component/Sorting/Sorter.php:46 {
Sylius\Component\Grid\Sorting\Sorter->sort(DataSourceInterface $dataSource, Grid $grid, Parameters $parameters): void …
› foreach ($sorting as $field => $order) {
› $this->fieldValidator->validateFieldName($field, $enabledFields);
› $gridField = $grid->getField($field);
}
/var/www/demo/sylius/staging/releases/38/vendor/sylius/grid-bundle/src/Component/Data/DataProvider.php:44 {
Sylius\Component\Grid\Data\DataProvider->getData(Grid $grid, Parameters $parameters) …
› $this->filtersApplicator->apply($dataSource, $grid, $parameters);
› $this->sorter->sort($dataSource, $grid, $parameters);
›
}
/var/www/demo/sylius/staging/releases/38/vendor/gally/sylius-plugin/src/Grid/DataProvider.php:56 {
Gally\SyliusPlugin\Grid\DataProvider->getData(Grid $grid, Parameters $parameters) …
›
› return $dataProvider->getData($grid, $parameters);
› }
}
/var/www/demo/sylius/staging/releases/38/vendor/sylius/grid-bundle/src/Component/Data/Provider.php:34 {
Sylius\Component\Grid\Data\Provider->getData(Grid $grid, Parameters $parameters) …
› if (null === $provider) {
› return $this->decorated->getData($grid, $parameters);
› }
}
/var/www/demo/sylius/staging/releases/38/vendor/sylius/resource-bundle/src/Bundle/Grid/View/ResourceGridViewFactory.php:46 {
Sylius\Bundle\ResourceBundle\Grid\View\ResourceGridViewFactory->create(Grid $grid, Parameters $parameters, MetadataInterface $metadata, RequestConfiguration $requestConfiguration): ResourceGridView …
›
› return new ResourceGridView($this->dataProvider->getData($grid, $parameters), $grid, $parameters, $metadata, $requestConfiguration);
› }
}
/var/www/demo/sylius/staging/releases/38/vendor/sylius/resource-bundle/src/Bundle/Grid/Controller/ResourcesResolver.php:55 {
Sylius\Bundle\ResourceBundle\Grid\Controller\ResourcesResolver->getResources(RequestConfiguration $requestConfiguration, RepositoryInterface $repository) …
›
› $gridView = $this->gridViewFactory->create($gridDefinition, $parameters, $requestConfiguration->getMetadata(), $requestConfiguration);
›
}
/var/www/demo/sylius/staging/releases/38/vendor/sylius/resource-bundle/src/Bundle/Controller/ResourcesCollectionProvider.php:35 {
Sylius\Bundle\ResourceBundle\Controller\ResourcesCollectionProvider->get(RequestConfiguration $requestConfiguration, RepositoryInterface $repository) …
› {
› $resources = $this->resourcesResolver->getResources($requestConfiguration, $repository);
› $paginationLimits = [];
}
/var/www/demo/sylius/staging/releases/38/vendor/sylius/resource-bundle/src/Bundle/Controller/ResourceController.php:141 {
Sylius\Bundle\ResourceBundle\Controller\ResourceController->indexAction(Request $request): Response …
› $this->isGrantedOr403($configuration, ResourceActions::INDEX);
› $resources = $this->resourcesCollectionProvider->get($configuration, $this->repository);
›
}
/var/www/demo/sylius/staging/releases/38/vendor/symfony/http-kernel/HttpKernel.php:183 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› // call controller
› $response = $controller(...$arguments);
›
}
/var/www/demo/sylius/staging/releases/38/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) {
}
/var/www/demo/sylius/staging/releases/38/vendor/symfony/http-kernel/Kernel.php:182 {
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 {
}
/var/www/demo/sylius/staging/releases/38/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
}
/var/www/demo/sylius/staging/releases/38/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/demo/sylius/staging/releases/38/public/index.php:5 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments: {
"/var/www/demo/sylius/staging/releases/38/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "request"
]
[
"timestamp" => 1765196479
"timestamp_rfc3339" => "2025-12-08T12:21:19.699+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.exception"
"listener" => "BabDev\PagerfantaBundle\EventListener\ConvertNotValidCurrentPageToNotFoundListener::onKernelException"
]
"channel" => "event"
]
[
"timestamp" => 1765196479
"timestamp_rfc3339" => "2025-12-08T12:21:19.699+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.exception"
"listener" => "BabDev\PagerfantaBundle\EventListener\ConvertNotValidMaxPerPageToNotFoundListener::onKernelException"
]
"channel" => "event"
]
[
"timestamp" => 1765196479
"timestamp_rfc3339" => "2025-12-08T12:21:19.699+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.exception"
"listener" => "Payum\Bundle\PayumBundle\EventListener\ReplyToHttpResponseListener::onKernelException"
]
"channel" => "event"
]
[
"timestamp" => 1765196479
"timestamp_rfc3339" => "2025-12-08T12:21:19.699+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.exception"
"listener" => "Symfony\UX\LiveComponent\EventListener\LiveComponentSubscriber::onKernelException"
]
"channel" => "event"
]
[
"timestamp" => 1765196479
"timestamp_rfc3339" => "2025-12-08T12:21:19.699+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" => 1765196479
"timestamp_rfc3339" => "2025-12-08T12:21:19.699+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.exception"
"listener" => "Sylius\Resource\Symfony\Validator\EventListener\ValidationExceptionListener::onKernelException"
]
"channel" => "event"
]
[
"timestamp" => 1765196479
"timestamp_rfc3339" => "2025-12-08T12:21:19.699+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.exception"
"listener" => "Sylius\Bundle\AdminBundle\EventListener\ResourceDeleteExceptionListener::onResourceDeleteException"
]
"channel" => "event"
]
[
"timestamp" => 1765196479
"timestamp_rfc3339" => "2025-12-08T12:21:19.699+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.exception"
"listener" => "Sylius\Bundle\AdminBundle\EventListener\ResourceDeleteListener::onResourceDelete"
]
"channel" => "event"
]
[
"timestamp" => 1765196479
"timestamp_rfc3339" => "2025-12-08T12:21:19.699+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" => 1765196479
"timestamp_rfc3339" => "2025-12-08T12:21:19.699+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" => 1765196479
"timestamp_rfc3339" => "2025-12-08T12:21:19.699+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.exception"
"listener" => "Sylius\Bundle\CoreBundle\EventListener\CircularDependencyBreakingErrorListener::logKernelException"
]
"channel" => "event"
]
[
"timestamp" => 1765196479
"timestamp_rfc3339" => "2025-12-08T12:21:19.699+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" => 1765196479
"timestamp_rfc3339" => "2025-12-08T12:21:19.699+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.exception"
"listener" => "ApiPlatform\Symfony\EventListener\ExceptionListener::onKernelException"
]
"channel" => "event"
]
[
"timestamp" => 1765196479
"timestamp_rfc3339" => "2025-12-08T12:21:19.699+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.exception"
"listener" => "Sylius\Bundle\CoreBundle\EventListener\CircularDependencyBreakingErrorListener::onKernelException"
]
"channel" => "event"
]
[
"timestamp" => 1765196479
"timestamp_rfc3339" => "2025-12-08T12:21:19.699+00:00"
"message" => "Listener "{listener}" stopped propagation of the event "{event}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.exception"
"listener" => "Sylius\Bundle\CoreBundle\EventListener\CircularDependencyBreakingErrorListener::onKernelException"
]
"channel" => "event"
]
[
"timestamp" => 1765196479
"timestamp_rfc3339" => "2025-12-08T12:21:19.718+00:00"
"message" => "Executing query: {sql}"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT s0_.code AS code_0, s0_.name AS name_1, s0_.hostname AS hostname_2 FROM sylius_channel s0_ ORDER BY s0_.id ASC"
]
"channel" => "doctrine"
]
[
"timestamp" => 1765196479
"timestamp_rfc3339" => "2025-12-08T12:21:19.721+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\Security\Csrf\SameOriginCsrfTokenManager::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1765196479
"timestamp_rfc3339" => "2025-12-08T12:21:19.721+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" => 1765196479
"timestamp_rfc3339" => "2025-12-08T12:21:19.721+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" => 1765196479
"timestamp_rfc3339" => "2025-12-08T12:21:19.721+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" => 1765196479
"timestamp_rfc3339" => "2025-12-08T12:21:19.721+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" => 1765196479
"timestamp_rfc3339" => "2025-12-08T12:21:19.721+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" => 1765196479
"timestamp_rfc3339" => "2025-12-08T12:21:19.721+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" => 1765196479
"timestamp_rfc3339" => "2025-12-08T12:21:19.721+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Sylius\Bundle\CoreBundle\EventListener\XFrameOptionsSubscriber::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1765196479
"timestamp_rfc3339" => "2025-12-08T12:21:19.721+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Sylius\Bundle\AdminBundle\EventListener\AdminSectionCacheControlSubscriber::setCacheControlDirectives"
]
"channel" => "event"
]
[
"timestamp" => 1765196479
"timestamp_rfc3339" => "2025-12-08T12:21:19.721+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Sylius\Bundle\ShopBundle\EventListener\ShopCustomerAccountSubSectionCacheControlSubscriber::setCacheControlDirectives"
]
"channel" => "event"
]
[
"timestamp" => 1765196479
"timestamp_rfc3339" => "2025-12-08T12:21:19.721+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Sylius\Bundle\ShopBundle\EventListener\SessionCartSubscriber::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1765196479
"timestamp_rfc3339" => "2025-12-08T12:21:19.721+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\UX\LiveComponent\EventListener\LiveComponentSubscriber::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1765196479
"timestamp_rfc3339" => "2025-12-08T12:21:19.721+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\UX\LiveComponent\EventListener\LiveUrlSubscriber::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1765196479
"timestamp_rfc3339" => "2025-12-08T12:21:19.721+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" => 1765196479
"timestamp_rfc3339" => "2025-12-08T12:21:19.721+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" => 1765196479
"timestamp_rfc3339" => "2025-12-08T12:21:19.721+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" => 1765196479
"timestamp_rfc3339" => "2025-12-08T12:21:19.721+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Sylius\Bundle\CoreBundle\EventListener\CircularDependencyBreakingErrorListener::removeCspHeader"
]
"channel" => "event"
]
[
"timestamp" => 1765196479
"timestamp_rfc3339" => "2025-12-08T12:21:19.721+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" => 1765196479
"timestamp_rfc3339" => "2025-12-08T12:21:19.721+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "FiftyDeg\SyliusDegditorBasePlugin\Event\KernelResponseListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1765196479
"timestamp_rfc3339" => "2025-12-08T12:21:19.721+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" => 1765196479
"timestamp_rfc3339" => "2025-12-08T12:21:19.721+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Sylius\Bundle\ResourceBundle\Storage\CookieStorage::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1765196479
"timestamp_rfc3339" => "2025-12-08T12:21:19.721+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Sylius\Bundle\ChannelBundle\Context\FakeChannel\FakeChannelPersister::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1765196479
"timestamp_rfc3339" => "2025-12-08T12:21:19.721+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" => 1765196479
"timestamp_rfc3339" => "2025-12-08T12:21:19.721+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" => 1765196479
"timestamp_rfc3339" => "2025-12-08T12:21:19.721+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" => 1765196479
"timestamp_rfc3339" => "2025-12-08T12:21:19.721+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" => 1765196479
"timestamp_rfc3339" => "2025-12-08T12:21:19.721+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.finish_request"
"listener" => "Sylius\Bundle\CoreBundle\EventListener\LocaleAwareListener::onKernelFinishRequest"
]
"channel" => "event"
]
]
9487 => [
[
"timestamp" => 1765196479
"timestamp_rfc3339" => "2025-12-08T12:21:19.634+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" => 1765196479
"timestamp_rfc3339" => "2025-12-08T12:21:19.634+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Sylius\Bundle\ResourceBundle\Storage\CookieStorage::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1765196479
"timestamp_rfc3339" => "2025-12-08T12:21:19.634+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" => 1765196479
"timestamp_rfc3339" => "2025-12-08T12:21:19.634+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\Bridge\Doctrine\Middleware\IdleConnection\Listener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1765196479
"timestamp_rfc3339" => "2025-12-08T12:21:19.634+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" => 1765196479
"timestamp_rfc3339" => "2025-12-08T12:21:19.634+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" => 1765196479
"timestamp_rfc3339" => "2025-12-08T12:21:19.634+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Sylius\Bundle\ApiBundle\EventSubscriber\KernelRequestEventSubscriber::validateApi"
]
"channel" => "event"
]
[
"timestamp" => 1765196479
"timestamp_rfc3339" => "2025-12-08T12:21:19.634+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" => 1765196479
"timestamp_rfc3339" => "2025-12-08T12:21:19.634+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Sylius\Resource\Symfony\EventListener\AddFormatListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1765196479
"timestamp_rfc3339" => "2025-12-08T12:21:19.634+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "ApiPlatform\Symfony\EventListener\AddFormatListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1765196479
"timestamp_rfc3339" => "2025-12-08T12:21:19.634+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" => 1765196479
"timestamp_rfc3339" => "2025-12-08T12:21:19.634+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Sylius\Bundle\ShopBundle\EventListener\NonChannelLocaleListener::restrictRequestLocale"
]
"channel" => "event"
]
[
"timestamp" => 1765196479
"timestamp_rfc3339" => "2025-12-08T12:21:19.634+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "FOS\RestBundle\EventListener\BodyListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1765196479
"timestamp_rfc3339" => "2025-12-08T12:21:19.634+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" => 1765196479
"timestamp_rfc3339" => "2025-12-08T12:21:19.634+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" => 1765196479
"timestamp_rfc3339" => "2025-12-08T12:21:19.634+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Sylius\Bundle\LocaleBundle\Listener\RequestLocaleSetter::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1765196479
"timestamp_rfc3339" => "2025-12-08T12:21:19.634+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "ApiPlatform\Symfony\EventListener\ReadListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1765196479
"timestamp_rfc3339" => "2025-12-08T12:21:19.634+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Sylius\Bundle\CoreBundle\EventListener\LocaleAwareListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1765196479
"timestamp_rfc3339" => "2025-12-08T12:21:19.634+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "ApiPlatform\Symfony\EventListener\DeserializeListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1765196479
"timestamp_rfc3339" => "2025-12-08T12:21:19.634+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Sylius\Bundle\AdminBundle\EventListener\AdminFilterSubscriber::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1765196479
"timestamp_rfc3339" => "2025-12-08T12:21:19.634+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Sylius\Bundle\CoreBundle\Checkout\CheckoutResolver::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1765196479
"timestamp_rfc3339" => "2025-12-08T12:21:19.634+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\UX\LiveComponent\EventListener\LiveComponentSubscriber::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1765196479
"timestamp_rfc3339" => "2025-12-08T12:21:19.635+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller"
"listener" => "Symfony\UX\LiveComponent\EventListener\LiveComponentSubscriber::onKernelController"
]
"channel" => "event"
]
[
"timestamp" => 1765196479
"timestamp_rfc3339" => "2025-12-08T12:21:19.635+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" => 1765196479
"timestamp_rfc3339" => "2025-12-08T12:21:19.635+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" => 1765196479
"timestamp_rfc3339" => "2025-12-08T12:21:19.635+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller_arguments"
"listener" => "Symfony\Component\Security\Http\EventListener\IsCsrfTokenValidAttributeListener::onKernelControllerArguments"
]
"channel" => "event"
]
[
"timestamp" => 1765196479
"timestamp_rfc3339" => "2025-12-08T12:21:19.635+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" => 1765196479
"timestamp_rfc3339" => "2025-12-08T12:21:19.635+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" => 1765196479
"timestamp_rfc3339" => "2025-12-08T12:21:19.635+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller_arguments"
"listener" => "ContainerIkK1428\RequestPayloadValueResolverGhost01ca9cc::onKernelControllerArguments"
]
"channel" => "event"
]
[
"timestamp" => 1765196479
"timestamp_rfc3339" => "2025-12-08T12:21:19.635+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller_arguments"
"listener" => "Sylius\Bundle\CoreBundle\EventListener\CircularDependencyBreakingErrorListener::onControllerArguments"
]
"channel" => "event"
]
[
"timestamp" => 1765196479
"timestamp_rfc3339" => "2025-12-08T12:21:19.693+00:00"
"message" => "Executing query: {sql}"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT s0_.code AS code_0, s0_.name AS name_1, s0_.hostname AS hostname_2 FROM sylius_channel s0_ ORDER BY s0_.id ASC"
]
"channel" => "doctrine"
]
[
"timestamp" => 1765196479
"timestamp_rfc3339" => "2025-12-08T12:21:19.698+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\Security\Csrf\SameOriginCsrfTokenManager::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1765196479
"timestamp_rfc3339" => "2025-12-08T12:21:19.698+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" => 1765196479
"timestamp_rfc3339" => "2025-12-08T12:21:19.698+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" => 1765196479
"timestamp_rfc3339" => "2025-12-08T12:21:19.698+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" => 1765196479
"timestamp_rfc3339" => "2025-12-08T12:21:19.698+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" => 1765196479
"timestamp_rfc3339" => "2025-12-08T12:21:19.698+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" => 1765196479
"timestamp_rfc3339" => "2025-12-08T12:21:19.698+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" => 1765196479
"timestamp_rfc3339" => "2025-12-08T12:21:19.698+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Sylius\Bundle\CoreBundle\EventListener\XFrameOptionsSubscriber::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1765196479
"timestamp_rfc3339" => "2025-12-08T12:21:19.698+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Sylius\Bundle\AdminBundle\EventListener\AdminSectionCacheControlSubscriber::setCacheControlDirectives"
]
"channel" => "event"
]
[
"timestamp" => 1765196479
"timestamp_rfc3339" => "2025-12-08T12:21:19.698+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Sylius\Bundle\ShopBundle\EventListener\ShopCustomerAccountSubSectionCacheControlSubscriber::setCacheControlDirectives"
]
"channel" => "event"
]
[
"timestamp" => 1765196479
"timestamp_rfc3339" => "2025-12-08T12:21:19.698+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Sylius\Bundle\ShopBundle\EventListener\SessionCartSubscriber::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1765196479
"timestamp_rfc3339" => "2025-12-08T12:21:19.698+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\UX\LiveComponent\EventListener\LiveComponentSubscriber::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1765196479
"timestamp_rfc3339" => "2025-12-08T12:21:19.698+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\UX\LiveComponent\EventListener\LiveUrlSubscriber::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1765196479
"timestamp_rfc3339" => "2025-12-08T12:21:19.698+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" => 1765196479
"timestamp_rfc3339" => "2025-12-08T12:21:19.698+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" => 1765196479
"timestamp_rfc3339" => "2025-12-08T12:21:19.698+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" => 1765196479
"timestamp_rfc3339" => "2025-12-08T12:21:19.698+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Sylius\Bundle\CoreBundle\EventListener\CircularDependencyBreakingErrorListener::removeCspHeader"
]
"channel" => "event"
]
[
"timestamp" => 1765196479
"timestamp_rfc3339" => "2025-12-08T12:21:19.698+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" => 1765196479
"timestamp_rfc3339" => "2025-12-08T12:21:19.698+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "FiftyDeg\SyliusDegditorBasePlugin\Event\KernelResponseListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1765196479
"timestamp_rfc3339" => "2025-12-08T12:21:19.698+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" => 1765196479
"timestamp_rfc3339" => "2025-12-08T12:21:19.698+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Sylius\Bundle\ResourceBundle\Storage\CookieStorage::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1765196479
"timestamp_rfc3339" => "2025-12-08T12:21:19.699+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Sylius\Bundle\ChannelBundle\Context\FakeChannel\FakeChannelPersister::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1765196479
"timestamp_rfc3339" => "2025-12-08T12:21:19.699+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" => 1765196479
"timestamp_rfc3339" => "2025-12-08T12:21:19.699+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" => 1765196479
"timestamp_rfc3339" => "2025-12-08T12:21:19.699+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" => 1765196479
"timestamp_rfc3339" => "2025-12-08T12:21:19.699+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" => 1765196479
"timestamp_rfc3339" => "2025-12-08T12:21:19.699+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.finish_request"
"listener" => "Sylius\Bundle\CoreBundle\EventListener\LocaleAwareListener::onKernelFinishRequest"
]
"channel" => "event"
]
]
]
-errorCount: [
"" => 0
60 => 1
9487 => 0
]
-requestStack: Symfony\Component\HttpKernel\Debug\VirtualRequestStack {#225 …}
} |