exception |
Doctrine\DBAL\Exception\InvalidFieldNameException {#3181
#message: "An exception occurred while executing a query: SQLSTATE[42S22]: Column not found: 1054 Unknown column 'tax_rule.active_from' in 'SELECT'"
#code: 1054
#file: "/var/www/share/wildcard.shopware.agiqon.de/shopware/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php"
#line: 67
-previous: Doctrine\DBAL\Driver\PDO\Exception {#3159 …}
-query: Doctrine\DBAL\Query {#3157 …}
trace: {
/var/www/share/wildcard.shopware.agiqon.de/shopware/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:67 {
Doctrine\DBAL\Driver\API\MySQL\ExceptionConverter->convert(Exception $exception, ?Query $query): DriverException …
› case 1611:
› return new InvalidFieldNameException($exception, $query);
›
}
/var/www/share/wildcard.shopware.agiqon.de/shopware/vendor/doctrine/dbal/src/Connection.php:1976 {
Doctrine\DBAL\Connection->handleDriverException(Exception $driverException, ?Query $query): DriverException …
› $this->exceptionConverter ??= $this->_driver->getExceptionConverter();
› $exception = $this->exceptionConverter->convert($driverException, $query);
›
arguments: {
$exception: Doctrine\DBAL\Driver\PDO\Exception {#3159 …}
$query: Doctrine\DBAL\Query {#3157 …}
}
}
/var/www/share/wildcard.shopware.agiqon.de/shopware/vendor/doctrine/dbal/src/Connection.php:1918 {
Doctrine\DBAL\Connection->convertExceptionDuringQuery(Exception $e, string $sql, array $params = [], array $types = []): DriverException …
› ): DriverException {
› return $this->handleDriverException($e, new Query($sql, $params, $types));
› }
arguments: {
$driverException: Doctrine\DBAL\Driver\PDO\Exception {#3159 …}
$query: Doctrine\DBAL\Query {#3157 …}
}
}
/var/www/share/wildcard.shopware.agiqon.de/shopware/vendor/doctrine/dbal/src/Connection.php:1111 {
Doctrine\DBAL\Connection->executeQuery(string $sql, array $params = [], $types = [], ?QueryCacheProfile $qcp = null): Result …
› } catch (Driver\Exception $e) {
› throw $this->convertExceptionDuringQuery($e, $sql, $params, $types);
› } finally {
arguments: {
$e: Doctrine\DBAL\Driver\PDO\Exception {#3159 …}
$sql: """
# base-context-factory::taxes::association::rules::read\n
SELECT `tax_rule`.`id` as `tax_rule.id`, `tax_rule`.`tax_rule_type_id` as `tax_rule.taxRuleTypeId`, `tax_rule`.`country_id` as `tax_rule.countryId`, `tax_rule`.`tax_rate` as `tax_rule.taxRate`, `tax_rule`.`data` as `tax_rule.data`, `tax_rule`.`tax_id` as `tax_rule.taxId`, `tax_rule`.`active_from` as `tax_rule.activeFrom`, `tax_rule.type`.`id` as `tax_rule.type.id`, `tax_rule.type`.`technical_name` as `tax_rule.type.technicalName`, `tax_rule.type`.`position` as `tax_rule.type.position`, `tax_rule.type`.`created_at` as `tax_rule.type.createdAt`, `tax_rule.type`.`updated_at` as `tax_rule.type.updatedAt`, `tax_rule.type.translation.typeName`, COALESCE(`tax_rule.type.translation.typeName`,`tax_rule.type.translation.typeName`) as `tax_rule.type.typeName`, `tax_rule.type.translation.createdAt`, `tax_rule.type.translation.updatedAt`, `tax_rule.type.translation.taxRuleTypeId`, `tax_rule.type.translation.languageId`, `tax_rule`.`created_at` as `tax_rule.createdAt`, `tax_rule`.`updated_at` as `tax_rule.updatedAt` FROM `tax_rule` LEFT JOIN `tax_rule_type` `tax_rule.type` ON `tax_rule`.`tax_rule_type_id` = `tax_rule.type`.`id` LEFT JOIN (SELECT `tax_rule.type.translation`.tax_rule_type_id, `tax_rule.type.translation`.type_name as `tax_rule.type.translation.typeName`, `tax_rule.type.translation`.created_at as `tax_rule.type.translation.createdAt`, `tax_rule.type.translation`.updated_at as `tax_rule.type.translation.updatedAt`, `tax_rule.type.translation`.tax_rule_type_id as `tax_rule.type.translation.taxRuleTypeId`, `tax_rule.type.translation`.language_id as `tax_rule.type.translation.languageId` FROM `tax_rule_type_translation` `tax_rule.type.translation` WHERE `tax_rule.type.translation`.language_id = ?) `tax_rule.type.tax_rule_type_translation` ON `tax_rule.type.tax_rule_type_translation`.`tax_rule_type_id` = `tax_rule.type`.`id` WHERE (`tax_rule`.`tax_id` IN (?, ?, ?, ?))
"""
$params: [ …5]
$types: [ …5]
}
}
/var/www/share/wildcard.shopware.agiqon.de/shopware/vendor/doctrine/dbal/src/Query/QueryBuilder.php:344 {
Doctrine\DBAL\Query\QueryBuilder->executeQuery(): Result …
› {
› return $this->connection->executeQuery(
› $this->getSQL(),
arguments: {
$sql: """
# base-context-factory::taxes::association::rules::read\n
SELECT `tax_rule`.`id` as `tax_rule.id`, `tax_rule`.`tax_rule_type_id` as `tax_rule.taxRuleTypeId`, `tax_rule`.`country_id` as `tax_rule.countryId`, `tax_rule`.`tax_rate` as `tax_rule.taxRate`, `tax_rule`.`data` as `tax_rule.data`, `tax_rule`.`tax_id` as `tax_rule.taxId`, `tax_rule`.`active_from` as `tax_rule.activeFrom`, `tax_rule.type`.`id` as `tax_rule.type.id`, `tax_rule.type`.`technical_name` as `tax_rule.type.technicalName`, `tax_rule.type`.`position` as `tax_rule.type.position`, `tax_rule.type`.`created_at` as `tax_rule.type.createdAt`, `tax_rule.type`.`updated_at` as `tax_rule.type.updatedAt`, `tax_rule.type.translation.typeName`, COALESCE(`tax_rule.type.translation.typeName`,`tax_rule.type.translation.typeName`) as `tax_rule.type.typeName`, `tax_rule.type.translation.createdAt`, `tax_rule.type.translation.updatedAt`, `tax_rule.type.translation.taxRuleTypeId`, `tax_rule.type.translation.languageId`, `tax_rule`.`created_at` as `tax_rule.createdAt`, `tax_rule`.`updated_at` as `tax_rule.updatedAt` FROM `tax_rule` LEFT JOIN `tax_rule_type` `tax_rule.type` ON `tax_rule`.`tax_rule_type_id` = `tax_rule.type`.`id` LEFT JOIN (SELECT `tax_rule.type.translation`.tax_rule_type_id, `tax_rule.type.translation`.type_name as `tax_rule.type.translation.typeName`, `tax_rule.type.translation`.created_at as `tax_rule.type.translation.createdAt`, `tax_rule.type.translation`.updated_at as `tax_rule.type.translation.updatedAt`, `tax_rule.type.translation`.tax_rule_type_id as `tax_rule.type.translation.taxRuleTypeId`, `tax_rule.type.translation`.language_id as `tax_rule.type.translation.languageId` FROM `tax_rule_type_translation` `tax_rule.type.translation` WHERE `tax_rule.type.translation`.language_id = ?) `tax_rule.type.tax_rule_type_translation` ON `tax_rule.type.tax_rule_type_translation`.`tax_rule_type_id` = `tax_rule.type`.`id` WHERE (`tax_rule`.`tax_id` IN (?, ?, ?, ?))
"""
$params: [ …5]
$types: [ …5]
$qcp: null
}
}
/var/www/share/wildcard.shopware.agiqon.de/shopware/vendor/shopware/core/Framework/DataAbstractionLayer/Dbal/EntityReader.php:311 {
Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader->fetch(Criteria $criteria, EntityDefinition $definition, Context $context, FieldCollection $fields, array $partial = []): array …
›
› return $query->executeQuery()->fetchAllAssociative();
› }
}
/var/www/share/wildcard.shopware.agiqon.de/shopware/vendor/shopware/core/Framework/DataAbstractionLayer/Dbal/EntityReader.php:133 {
Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader->_read(Criteria $criteria, EntityDefinition $definition, Context $context, EntityCollection $collection, FieldCollection $fields, bool $performEmptySearch = false, array $partial = []): EntityCollection …
›
› $rows = $this->fetch($criteria, $definition, $context, $fields, $partial);
›
arguments: {
$criteria: Shopware\Core\Framework\DataAbstractionLayer\Search\Criteria {#3082 …}
$definition: Shopware\Core\System\Tax\Aggregate\TaxRule\TaxRuleDefinition {#3002 …}
$context: Shopware\Core\Framework\Context {#1576 …}
$fields: Shopware\Core\Framework\DataAbstractionLayer\CompiledFieldCollection {#3117 …}
$partial: []
}
}
/var/www/share/wildcard.shopware.agiqon.de/shopware/vendor/shopware/core/Framework/DataAbstractionLayer/Dbal/EntityReader.php:494 {
Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader->loadOneToManyWithoutPagination(EntityDefinition $definition, OneToManyAssociationField $association, Context $context, EntityCollection $collection, Criteria $fieldCriteria, array $partial): void …
›
› $data = $this->_read(
› $fieldCriteria,
arguments: {
$criteria: Shopware\Core\Framework\DataAbstractionLayer\Search\Criteria {#3082 …}
$definition: Shopware\Core\System\Tax\Aggregate\TaxRule\TaxRuleDefinition {#3002 …}
$context: Shopware\Core\Framework\Context {#1576 …}
$collection: Shopware\Core\System\Tax\Aggregate\TaxRule\TaxRuleCollection {#3115 …}
$fields: Shopware\Core\Framework\DataAbstractionLayer\CompiledFieldCollection {#3117 …}
$performEmptySearch: false
$partial: []
}
}
/var/www/share/wildcard.shopware.agiqon.de/shopware/vendor/shopware/core/Framework/DataAbstractionLayer/Dbal/EntityReader.php:437 {
Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader->loadOneToMany(Criteria $criteria, EntityDefinition $definition, OneToManyAssociationField $association, Context $context, EntityCollection $collection, array $partial): void …
› if ($fieldCriteria->getLimit() === null) {
› $this->loadOneToManyWithoutPagination($definition, $association, $context, $collection, $fieldCriteria, $partial);
›
arguments: {
$definition: Shopware\Core\System\Tax\TaxDefinition {#1462 …}
$association: Shopware\Core\Framework\DataAbstractionLayer\Field\OneToManyAssociationField {#3025 …}
$context: Shopware\Core\Framework\Context {#1576 …}
$collection: Shopware\Core\System\Tax\TaxCollection {#3084 …}
$fieldCriteria: Shopware\Core\Framework\DataAbstractionLayer\Search\Criteria {#3082 …}
$partial: []
}
}
/var/www/share/wildcard.shopware.agiqon.de/shopware/vendor/shopware/core/Framework/DataAbstractionLayer/Dbal/EntityReader.php:1234 {
Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader->fetchAssociations(Criteria $criteria, EntityDefinition $definition, Context $context, EntityCollection $collection, FieldCollection $fields, array $partial): EntityCollection …
› if ($association instanceof OneToManyAssociationField) {
› $this->loadOneToMany($criteria, $definition, $association, $context, $collection, $partial[$association->getPropertyName()] ?? []);
›
arguments: {
$criteria: Shopware\Core\Framework\DataAbstractionLayer\Search\Criteria {#2997 …}
$definition: Shopware\Core\System\Tax\TaxDefinition {#1462 …}
$association: Shopware\Core\Framework\DataAbstractionLayer\Field\OneToManyAssociationField {#3025 …}
$context: Shopware\Core\Framework\Context {#1576 …}
$collection: Shopware\Core\System\Tax\TaxCollection {#3084 …}
$partial: []
}
}
/var/www/share/wildcard.shopware.agiqon.de/shopware/vendor/shopware/core/Framework/DataAbstractionLayer/Dbal/EntityReader.php:137 {
Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader->_read(Criteria $criteria, EntityDefinition $definition, Context $context, EntityCollection $collection, FieldCollection $fields, bool $performEmptySearch = false, array $partial = []): EntityCollection …
›
› $collection = $this->fetchAssociations($criteria, $definition, $context, $collection, $fields, $partial);
›
arguments: {
$criteria: Shopware\Core\Framework\DataAbstractionLayer\Search\Criteria {#2997 …}
$definition: Shopware\Core\System\Tax\TaxDefinition {#1462 …}
$context: Shopware\Core\Framework\Context {#1576 …}
$collection: Shopware\Core\System\Tax\TaxCollection {#3084 …}
$fields: Shopware\Core\Framework\DataAbstractionLayer\CompiledFieldCollection {#3086 …}
$partial: []
}
}
/var/www/share/wildcard.shopware.agiqon.de/shopware/vendor/shopware/core/Framework/DataAbstractionLayer/Dbal/EntityReader.php:76 {
Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader->read(EntityDefinition $definition, Criteria $criteria, Context $context): EntityCollection …
›
› return $this->_read(
› $criteria,
arguments: {
$criteria: Shopware\Core\Framework\DataAbstractionLayer\Search\Criteria {#2997 …}
$definition: Shopware\Core\System\Tax\TaxDefinition {#1462 …}
$context: Shopware\Core\Framework\Context {#1576 …}
$collection: Shopware\Core\System\Tax\TaxCollection {#3084 …}
$fields: Shopware\Core\Framework\DataAbstractionLayer\CompiledFieldCollection {#3086 …}
$performEmptySearch: true
$partial: []
}
}
/var/www/share/wildcard.shopware.agiqon.de/shopware/vendor/shopware/core/Framework/DataAbstractionLayer/EntityRepository.php:212 {
Shopware\Core\Framework\DataAbstractionLayer\EntityRepository->read(Criteria $criteria, Context $context): EntityCollection …
› /** @var TEntityCollection $entities */
› $entities = $this->reader->read($this->definition, $criteria, $context);
›
arguments: {
$definition: Shopware\Core\System\Tax\TaxDefinition {#1462 …}
$criteria: Shopware\Core\Framework\DataAbstractionLayer\Search\Criteria {#2997 …}
$context: Shopware\Core\Framework\Context {#1576 …}
}
}
/var/www/share/wildcard.shopware.agiqon.de/shopware/vendor/shopware/core/Framework/DataAbstractionLayer/EntityRepository.php:240 {
Shopware\Core\Framework\DataAbstractionLayer\EntityRepository->_search(Criteria $criteria, Context $context): EntitySearchResult …
› );
› $entities = $this->read($criteria, $context);
›
arguments: {
$criteria: Shopware\Core\Framework\DataAbstractionLayer\Search\Criteria {#2997 …}
$context: Shopware\Core\Framework\Context {#1576 …}
}
}
/var/www/share/wildcard.shopware.agiqon.de/shopware/vendor/shopware/core/Framework/DataAbstractionLayer/EntityRepository.php:65 {
Shopware\Core\Framework\DataAbstractionLayer\EntityRepository->Shopware\Core\Framework\DataAbstractionLayer\{closure} …
›
› return Profiler::trace($criteria->getTitle(), fn () => $this->_search($criteria, $context), 'repository');
› }
arguments: {
$criteria: Shopware\Core\Framework\DataAbstractionLayer\Search\Criteria {#2994 …}
$context: Shopware\Core\Framework\Context {#1576 …}
}
}
/var/www/share/wildcard.shopware.agiqon.de/shopware/vendor/shopware/core/Profiling/Profiler.php:67 {
Shopware\Core\Profiling\Profiler::trace(string $name, Closure $closure, string $category = 'shopware', array $tags = []) …
›
› $result = $closure();
› } finally {
}
/var/www/share/wildcard.shopware.agiqon.de/shopware/vendor/shopware/core/Framework/DataAbstractionLayer/EntityRepository.php:65 {
Shopware\Core\Framework\DataAbstractionLayer\EntityRepository->search(Criteria $criteria, Context $context): EntitySearchResult …
›
› return Profiler::trace($criteria->getTitle(), fn () => $this->_search($criteria, $context), 'repository');
› }
arguments: {
$name: "base-context-factory::taxes"
$closure: Closure() {#2992 …}
$category: "repository"
}
}
/var/www/share/wildcard.shopware.agiqon.de/shopware/vendor/shopware/core/System/SalesChannel/Context/BaseContextFactory.php:143 {
Shopware\Core\System\SalesChannel\Context\BaseContextFactory->getTaxRules(Context $context): TaxCollection …
› /** @var TaxCollection $taxes */
› $taxes = $this->taxRepository->search($criteria, $context)->getEntities();
›
arguments: {
$criteria: Shopware\Core\Framework\DataAbstractionLayer\Search\Criteria {#2831 …}
$context: Shopware\Core\Framework\Context {#1576 …}
}
}
/var/www/share/wildcard.shopware.agiqon.de/shopware/vendor/shopware/core/System/SalesChannel/Context/BaseContextFactory.php:100 {
Shopware\Core\System\SalesChannel\Context\BaseContextFactory->create(string $salesChannelId, array $options = []): BaseContext …
› // loads tax rules based on active customer and delivery address
› $taxRules = $this->getTaxRules($context);
›
arguments: {
$context: Shopware\Core\Framework\Context {#1576 …}
}
}
/var/www/share/wildcard.shopware.agiqon.de/shopware/vendor/shopware/core/System/SalesChannel/Context/CachedBaseContextFactory.php:55 {
Shopware\Core\System\SalesChannel\Context\CachedBaseContextFactory->Shopware\Core\System\SalesChannel\Context\{closure} …
› $value = $this->cache->get($key, function (ItemInterface $item) use ($name, $salesChannelId, $options) {
› $context = $this->tracer->trace($name, fn () => $this->decorated->create($salesChannelId, $options));
›
arguments: {
$key: "base-context-factory-60e76e3ef85f47f4a2c8a6ea1d0f47de"
$param: Closure() {#1572 …}
}
}
/var/www/share/wildcard.shopware.agiqon.de/shopware/vendor/shopware/core/System/SystemConfig/SystemConfigService.php:416 {
Shopware\Core\System\SystemConfig\SystemConfigService->trace(string $key, Closure $param) …
›
› $result = $param();
›
}
/var/www/share/wildcard.shopware.agiqon.de/shopware/vendor/shopware/core/Framework/Adapter/Cache/CacheTracer.php:33 {
Shopware\Core\Framework\Adapter\Cache\CacheTracer->Shopware\Core\Framework\Adapter\Cache\{closure} …
› {
› return $this->collection->trace($key, fn () => $this->translator->trace($key, fn () => $this->config->trace($key, $param)));
› }
arguments: {
$key: "context-factory-60e76e3ef85f47f4a2c8a6ea1d0f47de"
$param: Closure() {#1556 …}
}
}
/var/www/share/wildcard.shopware.agiqon.de/shopware/vendor/shopware/core/Framework/Adapter/Translation/Translator.php:96 {
Shopware\Core\Framework\Adapter\Translation\Translator->trace(string $key, Closure $param) …
›
› $result = $param();
›
}
/var/www/share/wildcard.shopware.agiqon.de/shopware/vendor/shopware/core/Framework/Adapter/Cache/CacheTracer.php:33 {
Shopware\Core\Framework\Adapter\Cache\CacheTracer->Shopware\Core\Framework\Adapter\Cache\{closure} …
› {
› return $this->collection->trace($key, fn () => $this->translator->trace($key, fn () => $this->config->trace($key, $param)));
› }
arguments: {
$key: "context-factory-60e76e3ef85f47f4a2c8a6ea1d0f47de"
$param: Closure() {#1556 …}
}
}
/var/www/share/wildcard.shopware.agiqon.de/shopware/vendor/shopware/core/Framework/Adapter/Cache/CacheTagCollection.php:56 {
Shopware\Core\Framework\Adapter\Cache\CacheTagCollection->trace(string $key, Closure $param) …
›
› $result = $param();
›
}
/var/www/share/wildcard.shopware.agiqon.de/shopware/vendor/shopware/core/Framework/Adapter/Cache/CacheTracer.php:33 {
Shopware\Core\Framework\Adapter\Cache\CacheTracer->trace(string $key, Closure $param) …
› {
› return $this->collection->trace($key, fn () => $this->translator->trace($key, fn () => $this->config->trace($key, $param)));
› }
arguments: {
$key: "context-factory-60e76e3ef85f47f4a2c8a6ea1d0f47de"
$param: Closure() {#1562 …}
}
}
/var/www/share/wildcard.shopware.agiqon.de/shopware/vendor/shopware/storefront/Framework/Cache/CacheTracer.php:35 {
Shopware\Storefront\Framework\Cache\CacheTracer->Shopware\Storefront\Framework\Cache\{closure} …
› {
› return $this->themeConfigAccessor->trace($key, fn () => $this->getDecorated()->trace($key, $param));
› }
arguments: {
$key: "context-factory-60e76e3ef85f47f4a2c8a6ea1d0f47de"
$param: Closure() {#1564 …}
}
}
/var/www/share/wildcard.shopware.agiqon.de/shopware/vendor/shopware/storefront/Theme/ThemeConfigValueAccessor.php:76 {
Shopware\Storefront\Theme\ThemeConfigValueAccessor->trace(string $key, Closure $param) …
›
› $result = $param();
›
}
/var/www/share/wildcard.shopware.agiqon.de/shopware/vendor/shopware/storefront/Framework/Cache/CacheTracer.php:35 {
Shopware\Storefront\Framework\Cache\CacheTracer->trace(string $key, Closure $param) …
› {
› return $this->themeConfigAccessor->trace($key, fn () => $this->getDecorated()->trace($key, $param));
› }
arguments: {
$key: "context-factory-60e76e3ef85f47f4a2c8a6ea1d0f47de"
$param: Closure() {#1555 …}
}
}
/var/www/share/wildcard.shopware.agiqon.de/shopware/vendor/shopware/core/System/SalesChannel/Context/CachedBaseContextFactory.php:55 {
Shopware\Core\System\SalesChannel\Context\CachedBaseContextFactory->Shopware\Core\System\SalesChannel\Context\{closure} …
› $value = $this->cache->get($key, function (ItemInterface $item) use ($name, $salesChannelId, $options) {
› $context = $this->tracer->trace($name, fn () => $this->decorated->create($salesChannelId, $options));
›
arguments: {
$key: "base-context-factory-60e76e3ef85f47f4a2c8a6ea1d0f47de"
$param: Closure() {#1572 …}
}
}
/var/www/share/wildcard.shopware.agiqon.de/shopware/vendor/symfony/cache-contracts/CacheTrait.php:70 {
Shopware\Core\Framework\Adapter\Cache\CacheDecorator->doGet(CacheItemPoolInterface $pool, string $key, callable $callback, ?float $beta, ?array &$metadata = null, ?LoggerInterface $logger = null): mixed …
› $save = true;
› $item->set($callback($item, $save));
› if ($save) {
arguments: {
Symfony\Component\Cache\CacheItem {#1554 …}
true
}
}
/var/www/share/wildcard.shopware.agiqon.de/shopware/vendor/symfony/cache-contracts/CacheTrait.php:33 {
Shopware\Core\Framework\Adapter\Cache\CacheDecorator->get(string $key, callable $callback, ?float $beta = null, ?array &$metadata = null): mixed …
› {
› return $this->doGet($this, $key, $callback, $beta, $metadata);
› }
arguments: {
$pool: Shopware\Core\Framework\Adapter\Cache\CacheDecorator {#603 …}
$key: "context-factory-60e76e3ef85f47f4a2c8a6ea1d0f47de-64f26b65fd3bb2661f3263ffe7ea7f13"
$callback: Closure(ItemInterface $item) {#1551 …}
$beta: 1.0
&$metadata: []
}
}
/var/www/share/wildcard.shopware.agiqon.de/shopware/vendor/shopware/core/System/SalesChannel/Context/CachedBaseContextFactory.php:54 {
Shopware\Core\System\SalesChannel\Context\CachedBaseContextFactory->create(string $salesChannelId, array $options = []): BaseContext …
›
› $value = $this->cache->get($key, function (ItemInterface $item) use ($name, $salesChannelId, $options) {
› $context = $this->tracer->trace($name, fn () => $this->decorated->create($salesChannelId, $options));
arguments: {
$key: "base-context-factory-60e76e3ef85f47f4a2c8a6ea1d0f47de-64f26b65fd3bb2661f3263ffe7ea7f13"
$callback: Closure(ItemInterface $item) {#1561 …}
}
}
/var/www/share/wildcard.shopware.agiqon.de/shopware/vendor/shopware/core/System/SalesChannel/Context/SalesChannelContextFactory.php:60 {
Shopware\Core\System\SalesChannel\Context\SalesChannelContextFactory->create(string $token, string $salesChannelId, array $options = []): SalesChannelContext …
› // we split the context generation to allow caching of the base context
› $base = $this->baseContextFactory->create($salesChannelId, $options);
›
arguments: {
$salesChannelId: "60e76e3ef85f47f4a2c8a6ea1d0f47de"
$options: [ …3]
}
}
/var/www/share/wildcard.shopware.agiqon.de/shopware/vendor/shopware/core/System/SalesChannel/Context/CachedSalesChannelContextFactory.php:47 {
Shopware\Core\System\SalesChannel\Context\CachedSalesChannelContextFactory->Shopware\Core\System\SalesChannel\Context\{closure} …
› $value = $this->cache->get($key, function (ItemInterface $item) use ($name, $token, $salesChannelId, $options) {
› $context = $this->tracer->trace($name, fn () => $this->getDecorated()->create($token, $salesChannelId, $options));
›
arguments: {
$key: "context-factory-60e76e3ef85f47f4a2c8a6ea1d0f47de"
$param: Closure() {#1564 …}
}
}
/var/www/share/wildcard.shopware.agiqon.de/shopware/vendor/shopware/core/System/SystemConfig/SystemConfigService.php:416 {
Shopware\Core\System\SystemConfig\SystemConfigService->trace(string $key, Closure $param) …
›
› $result = $param();
›
}
/var/www/share/wildcard.shopware.agiqon.de/shopware/vendor/shopware/core/Framework/Adapter/Cache/CacheTracer.php:33 {
Shopware\Core\Framework\Adapter\Cache\CacheTracer->Shopware\Core\Framework\Adapter\Cache\{closure} …
› {
› return $this->collection->trace($key, fn () => $this->translator->trace($key, fn () => $this->config->trace($key, $param)));
› }
arguments: {
$key: "context-factory-60e76e3ef85f47f4a2c8a6ea1d0f47de"
$param: Closure() {#1556 …}
}
}
/var/www/share/wildcard.shopware.agiqon.de/shopware/vendor/shopware/core/Framework/Adapter/Translation/Translator.php:96 {
Shopware\Core\Framework\Adapter\Translation\Translator->trace(string $key, Closure $param) …
›
› $result = $param();
›
}
/var/www/share/wildcard.shopware.agiqon.de/shopware/vendor/shopware/core/Framework/Adapter/Cache/CacheTracer.php:33 {
Shopware\Core\Framework\Adapter\Cache\CacheTracer->Shopware\Core\Framework\Adapter\Cache\{closure} …
› {
› return $this->collection->trace($key, fn () => $this->translator->trace($key, fn () => $this->config->trace($key, $param)));
› }
arguments: {
$key: "context-factory-60e76e3ef85f47f4a2c8a6ea1d0f47de"
$param: Closure() {#1556 …}
}
}
/var/www/share/wildcard.shopware.agiqon.de/shopware/vendor/shopware/core/Framework/Adapter/Cache/CacheTagCollection.php:56 {
Shopware\Core\Framework\Adapter\Cache\CacheTagCollection->trace(string $key, Closure $param) …
›
› $result = $param();
›
}
/var/www/share/wildcard.shopware.agiqon.de/shopware/vendor/shopware/core/Framework/Adapter/Cache/CacheTracer.php:33 {
Shopware\Core\Framework\Adapter\Cache\CacheTracer->trace(string $key, Closure $param) …
› {
› return $this->collection->trace($key, fn () => $this->translator->trace($key, fn () => $this->config->trace($key, $param)));
› }
arguments: {
$key: "context-factory-60e76e3ef85f47f4a2c8a6ea1d0f47de"
$param: Closure() {#1562 …}
}
}
/var/www/share/wildcard.shopware.agiqon.de/shopware/vendor/shopware/storefront/Framework/Cache/CacheTracer.php:35 {
Shopware\Storefront\Framework\Cache\CacheTracer->Shopware\Storefront\Framework\Cache\{closure} …
› {
› return $this->themeConfigAccessor->trace($key, fn () => $this->getDecorated()->trace($key, $param));
› }
arguments: {
$key: "context-factory-60e76e3ef85f47f4a2c8a6ea1d0f47de"
$param: Closure() {#1564 …}
}
}
/var/www/share/wildcard.shopware.agiqon.de/shopware/vendor/shopware/storefront/Theme/ThemeConfigValueAccessor.php:76 {
Shopware\Storefront\Theme\ThemeConfigValueAccessor->trace(string $key, Closure $param) …
›
› $result = $param();
›
}
/var/www/share/wildcard.shopware.agiqon.de/shopware/vendor/shopware/storefront/Framework/Cache/CacheTracer.php:35 {
Shopware\Storefront\Framework\Cache\CacheTracer->trace(string $key, Closure $param) …
› {
› return $this->themeConfigAccessor->trace($key, fn () => $this->getDecorated()->trace($key, $param));
› }
arguments: {
$key: "context-factory-60e76e3ef85f47f4a2c8a6ea1d0f47de"
$param: Closure() {#1555 …}
}
}
/var/www/share/wildcard.shopware.agiqon.de/shopware/vendor/shopware/core/System/SalesChannel/Context/CachedSalesChannelContextFactory.php:47 {
Shopware\Core\System\SalesChannel\Context\CachedSalesChannelContextFactory->Shopware\Core\System\SalesChannel\Context\{closure} …
› $value = $this->cache->get($key, function (ItemInterface $item) use ($name, $token, $salesChannelId, $options) {
› $context = $this->tracer->trace($name, fn () => $this->getDecorated()->create($token, $salesChannelId, $options));
›
arguments: {
$key: "context-factory-60e76e3ef85f47f4a2c8a6ea1d0f47de"
$param: Closure() {#1564 …}
}
}
/var/www/share/wildcard.shopware.agiqon.de/shopware/vendor/symfony/cache-contracts/CacheTrait.php:70 {
Shopware\Core\Framework\Adapter\Cache\CacheDecorator->doGet(CacheItemPoolInterface $pool, string $key, callable $callback, ?float $beta, ?array &$metadata = null, ?LoggerInterface $logger = null): mixed …
› $save = true;
› $item->set($callback($item, $save));
› if ($save) {
arguments: {
Symfony\Component\Cache\CacheItem {#1554 …}
true
}
}
/var/www/share/wildcard.shopware.agiqon.de/shopware/vendor/symfony/cache-contracts/CacheTrait.php:33 {
Shopware\Core\Framework\Adapter\Cache\CacheDecorator->get(string $key, callable $callback, ?float $beta = null, ?array &$metadata = null): mixed …
› {
› return $this->doGet($this, $key, $callback, $beta, $metadata);
› }
arguments: {
$pool: Shopware\Core\Framework\Adapter\Cache\CacheDecorator {#603 …}
$key: "context-factory-60e76e3ef85f47f4a2c8a6ea1d0f47de-64f26b65fd3bb2661f3263ffe7ea7f13"
$callback: Closure(ItemInterface $item) {#1551 …}
$beta: 1.0
&$metadata: []
}
}
/var/www/share/wildcard.shopware.agiqon.de/shopware/vendor/shopware/core/System/SalesChannel/Context/CachedSalesChannelContextFactory.php:46 {
Shopware\Core\System\SalesChannel\Context\CachedSalesChannelContextFactory->create(string $token, string $salesChannelId, array $options = []): SalesChannelContext …
›
› $value = $this->cache->get($key, function (ItemInterface $item) use ($name, $token, $salesChannelId, $options) {
› $context = $this->tracer->trace($name, fn () => $this->getDecorated()->create($token, $salesChannelId, $options));
arguments: {
$key: "context-factory-60e76e3ef85f47f4a2c8a6ea1d0f47de-64f26b65fd3bb2661f3263ffe7ea7f13"
$callback: Closure(ItemInterface $item) {#1551 …}
}
}
/var/www/share/wildcard.shopware.agiqon.de/shopware/vendor/shopware/core/System/SalesChannel/Context/SalesChannelContextService.php:88 {
Shopware\Core\System\SalesChannel\Context\SalesChannelContextService->Shopware\Core\System\SalesChannel\Context\{closure} …
›
› $context = $this->factory->create($token, $parameters->getSalesChannelId(), $session);
› $this->eventDispatcher->dispatch(new SalesChannelContextCreatedEvent($context, $token));
arguments: {
$token: "BMljoAOQI5ISIerfmtv1oQjmqFHk7syk"
$salesChannelId: "60e76e3ef85f47f4a2c8a6ea1d0f47de"
$options: [ …3]
}
}
/var/www/share/wildcard.shopware.agiqon.de/shopware/vendor/shopware/core/Profiling/Profiler.php:67 {
Shopware\Core\Profiling\Profiler::trace(string $name, Closure $closure, string $category = 'shopware', array $tags = []) …
›
› $result = $closure();
› } finally {
}
/var/www/share/wildcard.shopware.agiqon.de/shopware/vendor/shopware/core/System/SalesChannel/Context/SalesChannelContextService.php:59 {
Shopware\Core\System\SalesChannel\Context\SalesChannelContextService->get(SalesChannelContextServiceParameters $parameters): SalesChannelContext …
› {
› return Profiler::trace('sales-channel-context', function () use ($parameters) {
› $token = $parameters->getToken();
arguments: {
$name: "sales-channel-context"
$closure: Closure() {#1548 …}
}
}
/var/www/share/wildcard.shopware.agiqon.de/shopware/vendor/shopware/core/Framework/Routing/SalesChannelRequestContextResolver.php:63 {
Shopware\Core\Framework\Routing\SalesChannelRequestContextResolver->resolve(Request $request): void …
› );
› $context = $this->contextService->get($contextServiceParameters);
›
arguments: {
$parameters: Shopware\Core\System\SalesChannel\Context\SalesChannelContextServiceParameters {#1549 …}
}
}
/var/www/share/wildcard.shopware.agiqon.de/shopware/vendor/shopware/core/Framework/Routing/ContextResolverListener.php:34 {
Shopware\Core\Framework\Routing\ContextResolverListener->resolveContext(ControllerEvent $event): void …
› {
› $this->requestContextResolver->resolve($event->getRequest());
› }
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#676 …}
}
}
/var/www/share/wildcard.shopware.agiqon.de/shopware/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:116 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
arguments: {
$event: Symfony\Component\HttpKernel\Event\ControllerEvent {#1446 …}
...: {
"kernel.controller"
Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#134 …}
}
}
}
/var/www/share/wildcard.shopware.agiqon.de/shopware/vendor/symfony/event-dispatcher/EventDispatcher.php:220 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments: {
$event: Symfony\Component\HttpKernel\Event\ControllerEvent {#1446 …}
$eventName: "kernel.controller"
$dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#134 …}
}
}
/var/www/share/wildcard.shopware.agiqon.de/shopware/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments: {
$listeners: [ …12]
$eventName: "kernel.controller"
$event: Symfony\Component\HttpKernel\Event\ControllerEvent {#1446 …}
}
}
/var/www/share/wildcard.shopware.agiqon.de/shopware/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php:47 {
Shopware\Core\Content\Flow\Dispatching\FlowDispatcher->dispatch(object $event, ?string $eventName = null): object …
› {
› $event = $this->dispatcher->dispatch($event, $eventName);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\ControllerEvent {#1446 …}
$eventName: "kernel.controller"
}
}
/var/www/share/wildcard.shopware.agiqon.de/shopware/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php:70 {
Shopware\Core\Framework\Webhook\WebhookDispatcher->dispatch(object $event, ?string $eventName = null): object …
› {
› $event = $this->dispatcher->dispatch($event, $eventName);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\ControllerEvent {#1446 …}
$eventName: "kernel.controller"
}
}
/var/www/share/wildcard.shopware.agiqon.de/shopware/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php:31 {
Shopware\Core\Framework\Event\NestedEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› return $this->dispatcher->dispatch($event, $eventName);
› }
arguments: {
$event: Symfony\Component\HttpKernel\Event\ControllerEvent {#1446 …}
$eventName: "kernel.controller"
}
}
/var/www/share/wildcard.shopware.agiqon.de/shopware/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:139 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments: {
$event: Symfony\Component\HttpKernel\Event\ControllerEvent {#1446 …}
$eventName: "kernel.controller"
}
}
/var/www/share/wildcard.shopware.agiqon.de/shopware/vendor/symfony/http-kernel/HttpKernel.php:169 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new ControllerEvent($this, $controller, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::CONTROLLER);
› $controller = $event->getController();
arguments: {
$event: Symfony\Component\HttpKernel\Event\ControllerEvent {#1446 …}
$eventName: "kernel.controller"
}
}
/var/www/share/wildcard.shopware.agiqon.de/shopware/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#676 …}
$type: 1
}
}
/var/www/share/wildcard.shopware.agiqon.de/shopware/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php:65 {
Shopware\Core\Framework\Adapter\Kernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return parent::handle($request, $type, $catch);
› }
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#676 …}
$type: 1
$catch: true
}
}
/var/www/share/wildcard.shopware.agiqon.de/shopware/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php:86 {
Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle(HttpKernelInterface $kernel, Request $request, int $type, bool $catch): Response …
› try {
› return $kernel->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#676 …}
$type: 1
$catch: true
}
}
/var/www/share/wildcard.shopware.agiqon.de/shopware/vendor/symfony/http-kernel/HttpCache/HttpCache.php:482 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->forward(Request $request, bool $catch = false, ?Response $entry = null) …
› // always a "master" request (as the real master request can be in cache)
› $response = SubRequestHandler::handle($this->kernel, $request, HttpKernelInterface::MAIN_REQUEST, $catch);
›
arguments: {
$kernel: Shopware\Core\Framework\Adapter\Kernel\HttpKernel {#638 …}
$request: Symfony\Component\HttpFoundation\Request {#672 …}
$type: 1
$catch: true
}
}
/var/www/share/wildcard.shopware.agiqon.de/shopware/vendor/symfony/http-kernel/HttpCache/HttpCache.php:457 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Request $request, bool $catch = false): Response …
›
› $response = $this->forward($subRequest, $catch);
›
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#672 …}
$catch: true
}
}
/var/www/share/wildcard.shopware.agiqon.de/shopware/vendor/symfony/http-kernel/HttpCache/HttpCache.php:355 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Request $request, bool $catch = false): Response …
›
› return $this->fetch($request, $catch);
› }
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
$catch: true
}
}
/var/www/share/wildcard.shopware.agiqon.de/shopware/vendor/symfony/http-kernel/HttpCache/HttpCache.php:225 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› $response = $this->lookup($request, $catch);
› } catch (CacheWasLockedException) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
$catch: true
}
}
/var/www/share/wildcard.shopware.agiqon.de/shopware/vendor/shopware/core/Framework/Adapter/Kernel/HttpCacheKernel.php:72 {
Shopware\Core\Framework\Adapter\Kernel\HttpCacheKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› if ($type === HttpKernelInterface::MAIN_REQUEST) {
› $response = parent::handle($request, $type, $catch);
› } else {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
$type: 1
$catch: true
}
}
/var/www/share/wildcard.shopware.agiqon.de/shopware/vendor/shopware/core/Kernel.php:158 {
Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return $this->getHttpKernel()->handle($request, $type, $catch);
› }
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
$type: 1
$catch: true
}
}
/var/www/share/wildcard.shopware.agiqon.de/shopware/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
}
}
/var/www/share/wildcard.shopware.agiqon.de/shopware/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/share/wildcard.shopware.agiqon.de/shopware/public/index.php:11 {
›
› require_once __DIR__ . '/../vendor/autoload_runtime.php';
›
arguments: {
"/var/www/share/wildcard.shopware.agiqon.de/shopware/vendor/autoload_runtime.php"
}
}
}
} |