https://shane-demoshop.agiqon.de/navigation/2185182cbbd4462ea844abeb2a438b33

ErrorController

Request

GET Parameters

No GET parameters

POST Parameters

Key Value
order
"name-asc"
property-whitelist
null

Uploaded Files

No files were uploaded

Request Attributes

Key Value
_controller
"error_controller"
_cspNonce
"8h0/xGJ/2do="
_route_params
null
_stopwatch_token
"a59c41"
exception
Doctrine\DBAL\Exception\TableNotFoundException {#7481
  #message: """
    An exception occurred while executing '# product-listing-route::loading::search-ids\n
    SELECT `product`.`id`, `product`.`product_number`, `product`.`auto_increment` FROM `product` LEFT JOIN `product` `product.parent` ON `product`.`parent_id` = `product.parent`.`id` AND `product`.`version_id` = `product.parent`.`version_id` LEFT JOIN `product_visibility` `product.visibilities` ON `product`.`visibilities` = `product.visibilities`.`product_id` AND `product`.version_id = `product.visibilities`.product_version_id LEFT JOIN `product_category_tree` `product.categoriesRo.mapping` ON `product`.`id` = `product.categoriesRo.mapping`.`product_id`  AND `product`.`version_id` = `product.categoriesRo.mapping`.`product_version_id` LEFT JOIN (SELECT `product.translation`.product_id, `product.translation`.product_version_id, `product.translation`.meta_description as `product.translation.metaDescription`, `product.translation`.name as `product.translation.name`, `product.translation`.keywords as `product.translation.keywords`, `product.translation`.description as `product.translation.description`, `product.translation`.meta_title as `product.translation.metaTitle`, `product.translation`.pack_unit as `product.translation.packUnit`, `product.translation`.pack_unit_plural as `product.translation.packUnitPlural`, `product.translation`.custom_search_keywords as `product.translation.customSearchKeywords`, `product.translation`.slot_config as `product.translation.slotConfig`, `product.translation`.custom_fields as `product.translation.customFields`, `product.translation`.created_at as `product.translation.createdAt`, `product.translation`.updated_at as `product.translation.updatedAt`, `product.translation`.product_id as `product.translation.productId`, `product.translation`.language_id as `product.translation.languageId`, `product.translation`.product_version_id as `product.translation.productVersionId` FROM `product_translation` `product.translation` WHERE `product.translation`.language_id = ?) `product.product_translation` ON `product.product_translation`.`product_id` = `product`.`id` AND `product.product_translation`.product_version_id = `product`.version_id LEFT JOIN (SELECT `product.parent.translation`.product_id, `product.parent.translation`.product_version_id, `product.parent.translation`.meta_description as `product.parent.translation.metaDescription`, `product.parent.translation`.name as `product.parent.translation.name`, `product.parent.translation`.keywords as `product.parent.translation.keywords`, `product.parent.translation`.description as `product.parent.translation.description`, `product.parent.translation`.meta_title as `product.parent.translation.metaTitle`, `product.parent.translation`.pack_unit as `product.parent.translation.packUnit`, `product.parent.translation`.pack_unit_plural as `product.parent.translation.packUnitPlural`, `product.parent.translation`.custom_search_keywords as `product.parent.translation.customSearchKeywords`, `product.parent.translation`.slot_config as `product.parent.translation.slotConfig`, `product.parent.translation`.custom_fields as `product.parent.translation.customFields`, `product.parent.translation`.created_at as `product.parent.translation.createdAt`, `product.parent.translation`.updated_at as `product.parent.translation.updatedAt`, `product.parent.translation`.product_id as `product.parent.translation.productId`, `product.parent.translation`.language_id as `product.parent.translation.languageId`, `product.parent.translation`.product_version_id as `product.parent.translation.productVersionId` FROM `product_translation` `product.parent.translation` WHERE `product.parent.translation`.language_id = ?) `product.product_translation.parent` ON `product.product_translation.parent`.`product_id` = `product.parent`.`id` AND `product.product_translation.parent`.product_version_id = `product.parent`.version_id LEFT JOIN `category` `product.categoriesRo` ON `product.categoriesRo.mapping`.`category_id` = `product.categoriesRo`.`id`  AND `product.categoriesRo`.`version_id` = `product.categoriesRo.mapping`.`category_version_id` WHERE (`product`.`version_id` = ?) AND ((((`product.visibilities`.`visibility` >= ?) AND `product.visibilities`.`sales_channel_id` = ? AND IFNULL(`product`.`active`, `product.parent`.`active`) = ?) AND `product.categoriesRo`.`id` = ? AND NOT (`product`.`display_group` <=> ?))) GROUP BY `product`.`display_group` ORDER BY MIN(COALESCE(`product.translation.name`,`product.parent.translation.name`)) ASC LIMIT 24' with params ["\x2f\xbb\x5f\xe2\xe2\x9a\x4d\x70\xaa\x58\x54\xce\x7c\xe3\xe2\x0b", "\x2f\xbb\x5f\xe2\xe2\x9a\x4d\x70\xaa\x58\x54\xce\x7c\xe3\xe2\x0b", "\x0f\xa9\x1c\xe3\xe9\x6a\x4b\xc2\xbe\x4b\xd9\xce\x75\x2c\x34\x25", 30, "\xcc\xe0\x59\x79\x5d\x7e\x47\xa2\xab\x55\xce\x16\x13\xa6\x1a\xd5", true, "\x21\x85\x18\x2c\xbb\xd4\x46\x2e\xa8\x44\xab\xeb\x2a\x43\x8b\x33", null]:\n
    \n
    SQLSTATE[42S02]: Base table or view not found: 1146 Table 'db-7.product' doesn't exist
    """
  #code: 0
  #file: "/var/www/share/shane-demoshop.agiqon.de/shopware/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php"
  #line: 61
  -previous: Doctrine\DBAL\Driver\PDO\Exception {#7449 …}
  -driverException: Doctrine\DBAL\Driver\PDO\Exception {#7449 …}
  trace: {
    /var/www/share/shane-demoshop.agiqon.de/shopware/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:61 {
      Doctrine\DBAL\Driver\AbstractMySQLDriver->convertException($message, DriverException $exception) …
      › case '1146':    return new TableNotFoundException($message, $exception);}
    /var/www/share/shane-demoshop.agiqon.de/shopware/vendor/doctrine/dbal/lib/Doctrine/DBAL/DBALException.php:182 {
      Doctrine\DBAL\DBALException::wrapException(Driver $driver, Throwable $driverEx, string $msg) …
      › if ($driver instanceof ExceptionConverterDriver && $driverEx instanceof DeprecatedDriverException) {    return $driver->convertException($msg, $driverEx);}
      arguments: {
        $message: """
          An exception occurred while executing '# product-listing-route::loading::search-ids\n
          SELECT `product`.`id`, `product`.`product_number`, `product`.`auto_increment` FROM `product` LEFT JOIN `product` `product.parent` ON `product`.`parent_id` = `product.parent`.`id` AND `product`.`version_id` = `product.parent`.`version_id` LEFT JOIN `product_visibility` `product.visibilities` ON `product`.`visibilities` = `product.visibilities`.`product_id` AND `product`.version_id = `product.visibilities`.product_version_id LEFT JOIN `product_category_tree` `product.categoriesRo.mapping` ON `product`.`id` = `product.categoriesRo.mapping`.`product_id`  AND `product`.`version_id` = `product.categoriesRo.mapping`.`product_version_id` LEFT JOIN (SELECT `product.translation`.product_id, `product.translation`.product_version_id, `product.translation`.meta_description as `product.translation.metaDescription`, `product.translation`.name as `product.translation.name`, `product.translation`.keywords as `product.translation.keywords`, `product.translation`.description as `product.translation.description`, `product.translation`.meta_title as `product.translation.metaTitle`, `product.translation`.pack_unit as `product.translation.packUnit`, `product.translation`.pack_unit_plural as `product.translation.packUnitPlural`, `product.translation`.custom_search_keywords as `product.translation.customSearchKeywords`, `product.translation`.slot_config as `product.translation.slotConfig`, `product.translation`.custom_fields as `product.translation.customFields`, `product.translation`.created_at as `product.translation.createdAt`, `product.translation`.updated_at as `product.translation.updatedAt`, `product.translation`.product_id as `product.translation.productId`, `product.translation`.language_id as `product.translation.languageId`, `product.translation`.product_version_id as `product.translation.productVersionId` FROM `product_translation` `product.translation` WHERE `product.translation`.language_id = ?) `product.product_translation` ON `product.product_translation`.`product_id` = `product`.`id` AND `product.product_translation`.product_version_id = `product`.version_id LEFT JOIN (SELECT `product.parent.translation`.product_id, `product.parent.translation`.product_version_id, `product.parent.translation`.meta_description as `product.parent.translation.metaDescription`, `product.parent.translation`.name as `product.parent.translation.name`, `product.parent.translation`.keywords as `product.parent.translation.keywords`, `product.parent.translation`.description as `product.parent.translation.description`, `product.parent.translation`.meta_title as `product.parent.translation.metaTitle`, `product.parent.translation`.pack_unit as `product.parent.translation.packUnit`, `product.parent.translation`.pack_unit_plural as `product.parent.translation.packUnitPlural`, `product.parent.translation`.custom_search_keywords as `product.parent.translation.customSearchKeywords`, `product.parent.translation`.slot_config as `product.parent.translation.slotConfig`, `product.parent.translation`.custom_fields as `product.parent.translation.customFields`, `product.parent.translation`.created_at as `product.parent.translation.createdAt`, `product.parent.translation`.updated_at as `product.parent.translation.updatedAt`, `product.parent.translation`.product_id as `product.parent.translation.productId`, `product.parent.translation`.language_id as `product.parent.translation.languageId`, `product.parent.translation`.product_version_id as `product.parent.translation.productVersionId` FROM `product_translation` `product.parent.translation` WHERE `product.parent.translation`.language_id = ?) `product.product_translation.parent` ON `product.product_translation.parent`.`product_id` = `product.parent`.`id` AND `product.product_translation.parent`.product_version_id = `product.parent`.version_id LEFT JOIN `category` `product.categoriesRo` ON `product.categoriesRo.mapping`.`category_id` = `product.categoriesRo`.`id`  AND `product.categoriesRo`.`version_id` = `product.categoriesRo.mapping`.`category_version_id` WHERE (`product`.`version_id` = ?) AND ((((`product.visibilities`.`visibility` >= ?) AND `product.visibilities`.`sales_channel_id` = ? AND IFNULL(`product`.`active`, `product.parent`.`active`) = ?) AND `product.categoriesRo`.`id` = ? AND NOT (`product`.`display_group` <=> ?))) GROUP BY `product`.`display_group` ORDER BY MIN(COALESCE(`product.translation.name`,`product.parent.translation.name`)) ASC LIMIT 24' with params ["\x2f\xbb\x5f\xe2\xe2\x9a\x4d\x70\xaa\x58\x54\xce\x7c\xe3\xe2\x0b", "\x2f\xbb\x5f\xe2\xe2\x9a\x4d\x70\xaa\x58\x54\xce\x7c\xe3\xe2\x0b", "\x0f\xa9\x1c\xe3\xe9\x6a\x4b\xc2\xbe\x4b\xd9\xce\x75\x2c\x34\x25", 30, "\xcc\xe0\x59\x79\x5d\x7e\x47\xa2\xab\x55\xce\x16\x13\xa6\x1a\xd5", true, "\x21\x85\x18\x2c\xbb\xd4\x46\x2e\xa8\x44\xab\xeb\x2a\x43\x8b\x33", null]:\n
          \n
          SQLSTATE[42S02]: Base table or view not found: 1146 Table 'db-7.product' doesn't exist
          """
        $exception: Doctrine\DBAL\Driver\PDO\Exception {#7449 …}
      }
    }
    /var/www/share/shane-demoshop.agiqon.de/shopware/vendor/doctrine/dbal/lib/Doctrine/DBAL/DBALException.php:159 {
      Doctrine\DBAL\DBALException::driverExceptionDuringQuery(Driver $driver, Throwable $driverEx, $sql, array $params = []) …
      › 
      ›     return self::wrapException($driver, $driverEx, $msg);}
      arguments: {
        $driver: Doctrine\DBAL\Driver\PDO\MySQL\Driver {#18 …}
        $driverEx: Doctrine\DBAL\Driver\PDO\Exception {#7449 …}
        $msg: """
          An exception occurred while executing '# product-listing-route::loading::search-ids\n
          SELECT `product`.`id`, `product`.`product_number`, `product`.`auto_increment` FROM `product` LEFT JOIN `product` `product.parent` ON `product`.`parent_id` = `product.parent`.`id` AND `product`.`version_id` = `product.parent`.`version_id` LEFT JOIN `product_visibility` `product.visibilities` ON `product`.`visibilities` = `product.visibilities`.`product_id` AND `product`.version_id = `product.visibilities`.product_version_id LEFT JOIN `product_category_tree` `product.categoriesRo.mapping` ON `product`.`id` = `product.categoriesRo.mapping`.`product_id`  AND `product`.`version_id` = `product.categoriesRo.mapping`.`product_version_id` LEFT JOIN (SELECT `product.translation`.product_id, `product.translation`.product_version_id, `product.translation`.meta_description as `product.translation.metaDescription`, `product.translation`.name as `product.translation.name`, `product.translation`.keywords as `product.translation.keywords`, `product.translation`.description as `product.translation.description`, `product.translation`.meta_title as `product.translation.metaTitle`, `product.translation`.pack_unit as `product.translation.packUnit`, `product.translation`.pack_unit_plural as `product.translation.packUnitPlural`, `product.translation`.custom_search_keywords as `product.translation.customSearchKeywords`, `product.translation`.slot_config as `product.translation.slotConfig`, `product.translation`.custom_fields as `product.translation.customFields`, `product.translation`.created_at as `product.translation.createdAt`, `product.translation`.updated_at as `product.translation.updatedAt`, `product.translation`.product_id as `product.translation.productId`, `product.translation`.language_id as `product.translation.languageId`, `product.translation`.product_version_id as `product.translation.productVersionId` FROM `product_translation` `product.translation` WHERE `product.translation`.language_id = ?) `product.product_translation` ON `product.product_translation`.`product_id` = `product`.`id` AND `product.product_translation`.product_version_id = `product`.version_id LEFT JOIN (SELECT `product.parent.translation`.product_id, `product.parent.translation`.product_version_id, `product.parent.translation`.meta_description as `product.parent.translation.metaDescription`, `product.parent.translation`.name as `product.parent.translation.name`, `product.parent.translation`.keywords as `product.parent.translation.keywords`, `product.parent.translation`.description as `product.parent.translation.description`, `product.parent.translation`.meta_title as `product.parent.translation.metaTitle`, `product.parent.translation`.pack_unit as `product.parent.translation.packUnit`, `product.parent.translation`.pack_unit_plural as `product.parent.translation.packUnitPlural`, `product.parent.translation`.custom_search_keywords as `product.parent.translation.customSearchKeywords`, `product.parent.translation`.slot_config as `product.parent.translation.slotConfig`, `product.parent.translation`.custom_fields as `product.parent.translation.customFields`, `product.parent.translation`.created_at as `product.parent.translation.createdAt`, `product.parent.translation`.updated_at as `product.parent.translation.updatedAt`, `product.parent.translation`.product_id as `product.parent.translation.productId`, `product.parent.translation`.language_id as `product.parent.translation.languageId`, `product.parent.translation`.product_version_id as `product.parent.translation.productVersionId` FROM `product_translation` `product.parent.translation` WHERE `product.parent.translation`.language_id = ?) `product.product_translation.parent` ON `product.product_translation.parent`.`product_id` = `product.parent`.`id` AND `product.product_translation.parent`.product_version_id = `product.parent`.version_id LEFT JOIN `category` `product.categoriesRo` ON `product.categoriesRo.mapping`.`category_id` = `product.categoriesRo`.`id`  AND `product.categoriesRo`.`version_id` = `product.categoriesRo.mapping`.`category_version_id` WHERE (`product`.`version_id` = ?) AND ((((`product.visibilities`.`visibility` >= ?) AND `product.visibilities`.`sales_channel_id` = ? AND IFNULL(`product`.`active`, `product.parent`.`active`) = ?) AND `product.categoriesRo`.`id` = ? AND NOT (`product`.`display_group` <=> ?))) GROUP BY `product`.`display_group` ORDER BY MIN(COALESCE(`product.translation.name`,`product.parent.translation.name`)) ASC LIMIT 24' with params ["\x2f\xbb\x5f\xe2\xe2\x9a\x4d\x70\xaa\x58\x54\xce\x7c\xe3\xe2\x0b", "\x2f\xbb\x5f\xe2\xe2\x9a\x4d\x70\xaa\x58\x54\xce\x7c\xe3\xe2\x0b", "\x0f\xa9\x1c\xe3\xe9\x6a\x4b\xc2\xbe\x4b\xd9\xce\x75\x2c\x34\x25", 30, "\xcc\xe0\x59\x79\x5d\x7e\x47\xa2\xab\x55\xce\x16\x13\xa6\x1a\xd5", true, "\x21\x85\x18\x2c\xbb\xd4\x46\x2e\xa8\x44\xab\xeb\x2a\x43\x8b\x33", null]:\n
          \n
          SQLSTATE[42S02]: Base table or view not found: 1146 Table 'db-7.product' doesn't exist
          """
      }
    }
    /var/www/share/shane-demoshop.agiqon.de/shopware/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php:2222 {
      Doctrine\DBAL\Connection->handleExceptionDuringQuery(Throwable $e, string $sql, array $params = [], array $types = []): void …
      › $this->throw(    Exception::driverExceptionDuringQuery(        $this->_driver,
      arguments: {
        $driver: Doctrine\DBAL\Driver\PDO\MySQL\Driver {#18 …}
        $driverEx: Doctrine\DBAL\Driver\PDO\Exception {#7449 …}
        $sql: """
          # product-listing-route::loading::search-ids\n
          SELECT `product`.`id`, `product`.`product_number`, `product`.`auto_increment` FROM `product` LEFT JOIN `product` `product.parent` ON `product`.`parent_id` = `product.parent`.`id` AND `product`.`version_id` = `product.parent`.`version_id` LEFT JOIN `product_visibility` `product.visibilities` ON `product`.`visibilities` = `product.visibilities`.`product_id` AND `product`.version_id = `product.visibilities`.product_version_id LEFT JOIN `product_category_tree` `product.categoriesRo.mapping` ON `product`.`id` = `product.categoriesRo.mapping`.`product_id`  AND `product`.`version_id` = `product.categoriesRo.mapping`.`product_version_id` LEFT JOIN (SELECT `product.translation`.product_id, `product.translation`.product_version_id, `product.translation`.meta_description as `product.translation.metaDescription`, `product.translation`.name as `product.translation.name`, `product.translation`.keywords as `product.translation.keywords`, `product.translation`.description as `product.translation.description`, `product.translation`.meta_title as `product.translation.metaTitle`, `product.translation`.pack_unit as `product.translation.packUnit`, `product.translation`.pack_unit_plural as `product.translation.packUnitPlural`, `product.translation`.custom_search_keywords as `product.translation.customSearchKeywords`, `product.translation`.slot_config as `product.translation.slotConfig`, `product.translation`.custom_fields as `product.translation.customFields`, `product.translation`.created_at as `product.translation.createdAt`, `product.translation`.updated_at as `product.translation.updatedAt`, `product.translation`.product_id as `product.translation.productId`, `product.translation`.language_id as `product.translation.languageId`, `product.translation`.product_version_id as `product.translation.productVersionId` FROM `product_translation` `product.translation` WHERE `product.translation`.language_id = ?) `product.product_translation` ON `product.product_translation`.`product_id` = `product`.`id` AND `product.product_translation`.product_version_id = `product`.version_id LEFT JOIN (SELECT `product.parent.translation`.product_id, `product.parent.translation`.product_version_id, `product.parent.translation`.meta_description as `product.parent.translation.metaDescription`, `product.parent.translation`.name as `product.parent.translation.name`, `product.parent.translation`.keywords as `product.parent.translation.keywords`, `product.parent.translation`.description as `product.parent.translation.description`, `product.parent.translation`.meta_title as `product.parent.translation.metaTitle`, `product.parent.translation`.pack_unit as `product.parent.translation.packUnit`, `product.parent.translation`.pack_unit_plural as `product.parent.translation.packUnitPlural`, `product.parent.translation`.custom_search_keywords as `product.parent.translation.customSearchKeywords`, `product.parent.translation`.slot_config as `product.parent.translation.slotConfig`, `product.parent.translation`.custom_fields as `product.parent.translation.customFields`, `product.parent.translation`.created_at as `product.parent.translation.createdAt`, `product.parent.translation`.updated_at as `product.parent.translation.updatedAt`, `product.parent.translation`.product_id as `product.parent.translation.productId`, `product.parent.translation`.language_id as `product.parent.translation.languageId`, `product.parent.translation`.product_version_id as `product.parent.translation.productVersionId` FROM `product_translation` `product.parent.translation` WHERE `product.parent.translation`.language_id = ?) `product.product_translation.parent` ON `product.product_translation.parent`.`product_id` = `product.parent`.`id` AND `product.product_translation.parent`.product_version_id = `product.parent`.version_id LEFT JOIN `category` `product.categoriesRo` ON `product.categoriesRo.mapping`.`category_id` = `product.categoriesRo`.`id`  AND `product.categoriesRo`.`version_id` = `product.categoriesRo.mapping`.`category_version_id` WHERE (`product`.`version_id` = ?) AND ((((`product.visibilities`.`visibility` >= ?) AND `product.visibilities`.`sales_channel_id` = ? AND IFNULL(`product`.`active`, `product.parent`.`active`) = ?) AND `product.categoriesRo`.`id` = ? AND NOT (`product`.`display_group` <=> ?))) GROUP BY `product`.`display_group` ORDER BY MIN(COALESCE(`product.translation.name`,`product.parent.translation.name`)) ASC LIMIT 24
          """
        $params: [ …8]
      }
    }
    /var/www/share/shane-demoshop.agiqon.de/shopware/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php:1312 {
      Doctrine\DBAL\Connection->executeQuery($sql, array $params = [], $types = [], QueryCacheProfile $qcp = null) …
      › } catch (Throwable $e) {    $this->handleExceptionDuringQuery(        $e,
      arguments: {
        $e: Doctrine\DBAL\Driver\PDO\Exception {#7449 …}
        $sql: """
          # product-listing-route::loading::search-ids\n
          SELECT `product`.`id`, `product`.`product_number`, `product`.`auto_increment` FROM `product` LEFT JOIN `product` `product.parent` ON `product`.`parent_id` = `product.parent`.`id` AND `product`.`version_id` = `product.parent`.`version_id` LEFT JOIN `product_visibility` `product.visibilities` ON `product`.`visibilities` = `product.visibilities`.`product_id` AND `product`.version_id = `product.visibilities`.product_version_id LEFT JOIN `product_category_tree` `product.categoriesRo.mapping` ON `product`.`id` = `product.categoriesRo.mapping`.`product_id`  AND `product`.`version_id` = `product.categoriesRo.mapping`.`product_version_id` LEFT JOIN (SELECT `product.translation`.product_id, `product.translation`.product_version_id, `product.translation`.meta_description as `product.translation.metaDescription`, `product.translation`.name as `product.translation.name`, `product.translation`.keywords as `product.translation.keywords`, `product.translation`.description as `product.translation.description`, `product.translation`.meta_title as `product.translation.metaTitle`, `product.translation`.pack_unit as `product.translation.packUnit`, `product.translation`.pack_unit_plural as `product.translation.packUnitPlural`, `product.translation`.custom_search_keywords as `product.translation.customSearchKeywords`, `product.translation`.slot_config as `product.translation.slotConfig`, `product.translation`.custom_fields as `product.translation.customFields`, `product.translation`.created_at as `product.translation.createdAt`, `product.translation`.updated_at as `product.translation.updatedAt`, `product.translation`.product_id as `product.translation.productId`, `product.translation`.language_id as `product.translation.languageId`, `product.translation`.product_version_id as `product.translation.productVersionId` FROM `product_translation` `product.translation` WHERE `product.translation`.language_id = ?) `product.product_translation` ON `product.product_translation`.`product_id` = `product`.`id` AND `product.product_translation`.product_version_id = `product`.version_id LEFT JOIN (SELECT `product.parent.translation`.product_id, `product.parent.translation`.product_version_id, `product.parent.translation`.meta_description as `product.parent.translation.metaDescription`, `product.parent.translation`.name as `product.parent.translation.name`, `product.parent.translation`.keywords as `product.parent.translation.keywords`, `product.parent.translation`.description as `product.parent.translation.description`, `product.parent.translation`.meta_title as `product.parent.translation.metaTitle`, `product.parent.translation`.pack_unit as `product.parent.translation.packUnit`, `product.parent.translation`.pack_unit_plural as `product.parent.translation.packUnitPlural`, `product.parent.translation`.custom_search_keywords as `product.parent.translation.customSearchKeywords`, `product.parent.translation`.slot_config as `product.parent.translation.slotConfig`, `product.parent.translation`.custom_fields as `product.parent.translation.customFields`, `product.parent.translation`.created_at as `product.parent.translation.createdAt`, `product.parent.translation`.updated_at as `product.parent.translation.updatedAt`, `product.parent.translation`.product_id as `product.parent.translation.productId`, `product.parent.translation`.language_id as `product.parent.translation.languageId`, `product.parent.translation`.product_version_id as `product.parent.translation.productVersionId` FROM `product_translation` `product.parent.translation` WHERE `product.parent.translation`.language_id = ?) `product.product_translation.parent` ON `product.product_translation.parent`.`product_id` = `product.parent`.`id` AND `product.product_translation.parent`.product_version_id = `product.parent`.version_id LEFT JOIN `category` `product.categoriesRo` ON `product.categoriesRo.mapping`.`category_id` = `product.categoriesRo`.`id`  AND `product.categoriesRo`.`version_id` = `product.categoriesRo.mapping`.`category_version_id` WHERE (`product`.`version_id` = ?) AND ((((`product.visibilities`.`visibility` >= ?) AND `product.visibilities`.`sales_channel_id` = ? AND IFNULL(`product`.`active`, `product.parent`.`active`) = ?) AND `product.categoriesRo`.`id` = ? AND NOT (`product`.`display_group` <=> ?))) GROUP BY `product`.`display_group` ORDER BY MIN(COALESCE(`product.translation.name`,`product.parent.translation.name`)) ASC LIMIT 24
          """
        $params: [ …8]
        $types: [ …8]
      }
    }
    /var/www/share/shane-demoshop.agiqon.de/shopware/vendor/shopware/core/Framework/Adapter/Doctrine/Patch/QueryBuilder.php:249 {
      Doctrine\DBAL\Query\QueryBuilder->executeQuery(): Result …
      › {    return $this->connection->executeQuery(        $this->getSQL(),
      arguments: {
        $sql: """
          # product-listing-route::loading::search-ids\n
          SELECT `product`.`id`, `product`.`product_number`, `product`.`auto_increment` FROM `product` LEFT JOIN `product` `product.parent` ON `product`.`parent_id` = `product.parent`.`id` AND `product`.`version_id` = `product.parent`.`version_id` LEFT JOIN `product_visibility` `product.visibilities` ON `product`.`visibilities` = `product.visibilities`.`product_id` AND `product`.version_id = `product.visibilities`.product_version_id LEFT JOIN `product_category_tree` `product.categoriesRo.mapping` ON `product`.`id` = `product.categoriesRo.mapping`.`product_id`  AND `product`.`version_id` = `product.categoriesRo.mapping`.`product_version_id` LEFT JOIN (SELECT `product.translation`.product_id, `product.translation`.product_version_id, `product.translation`.meta_description as `product.translation.metaDescription`, `product.translation`.name as `product.translation.name`, `product.translation`.keywords as `product.translation.keywords`, `product.translation`.description as `product.translation.description`, `product.translation`.meta_title as `product.translation.metaTitle`, `product.translation`.pack_unit as `product.translation.packUnit`, `product.translation`.pack_unit_plural as `product.translation.packUnitPlural`, `product.translation`.custom_search_keywords as `product.translation.customSearchKeywords`, `product.translation`.slot_config as `product.translation.slotConfig`, `product.translation`.custom_fields as `product.translation.customFields`, `product.translation`.created_at as `product.translation.createdAt`, `product.translation`.updated_at as `product.translation.updatedAt`, `product.translation`.product_id as `product.translation.productId`, `product.translation`.language_id as `product.translation.languageId`, `product.translation`.product_version_id as `product.translation.productVersionId` FROM `product_translation` `product.translation` WHERE `product.translation`.language_id = ?) `product.product_translation` ON `product.product_translation`.`product_id` = `product`.`id` AND `product.product_translation`.product_version_id = `product`.version_id LEFT JOIN (SELECT `product.parent.translation`.product_id, `product.parent.translation`.product_version_id, `product.parent.translation`.meta_description as `product.parent.translation.metaDescription`, `product.parent.translation`.name as `product.parent.translation.name`, `product.parent.translation`.keywords as `product.parent.translation.keywords`, `product.parent.translation`.description as `product.parent.translation.description`, `product.parent.translation`.meta_title as `product.parent.translation.metaTitle`, `product.parent.translation`.pack_unit as `product.parent.translation.packUnit`, `product.parent.translation`.pack_unit_plural as `product.parent.translation.packUnitPlural`, `product.parent.translation`.custom_search_keywords as `product.parent.translation.customSearchKeywords`, `product.parent.translation`.slot_config as `product.parent.translation.slotConfig`, `product.parent.translation`.custom_fields as `product.parent.translation.customFields`, `product.parent.translation`.created_at as `product.parent.translation.createdAt`, `product.parent.translation`.updated_at as `product.parent.translation.updatedAt`, `product.parent.translation`.product_id as `product.parent.translation.productId`, `product.parent.translation`.language_id as `product.parent.translation.languageId`, `product.parent.translation`.product_version_id as `product.parent.translation.productVersionId` FROM `product_translation` `product.parent.translation` WHERE `product.parent.translation`.language_id = ?) `product.product_translation.parent` ON `product.product_translation.parent`.`product_id` = `product.parent`.`id` AND `product.product_translation.parent`.product_version_id = `product.parent`.version_id LEFT JOIN `category` `product.categoriesRo` ON `product.categoriesRo.mapping`.`category_id` = `product.categoriesRo`.`id`  AND `product.categoriesRo`.`version_id` = `product.categoriesRo.mapping`.`category_version_id` WHERE (`product`.`version_id` = ?) AND ((((`product.visibilities`.`visibility` >= ?) AND `product.visibilities`.`sales_channel_id` = ? AND IFNULL(`product`.`active`, `product.parent`.`active`) = ?) AND `product.categoriesRo`.`id` = ? AND NOT (`product`.`display_group` <=> ?))) GROUP BY `product`.`display_group` ORDER BY MIN(COALESCE(`product.translation.name`,`product.parent.translation.name`)) ASC LIMIT 24
          """
        $params: [ …8]
        $types: [ …8]
      }
    }
    /var/www/share/shane-demoshop.agiqon.de/shopware/vendor/shopware/core/Framework/DataAbstractionLayer/Dbal/EntitySearcher.php:105 {
      Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntitySearcher->search(EntityDefinition $definition, Criteria $criteria, Context $context): IdSearchResult …
      › //execute and fetch ids$rows = $query->executeQuery()->fetchAllAssociative();}
    /var/www/share/shane-demoshop.agiqon.de/shopware/vendor/shopware/elasticsearch/Framework/DataAbstractionLayer/ElasticsearchEntitySearcher.php:63 {
      Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntitySearcher->search(EntityDefinition $definition, Criteria $criteria, Context $context): IdSearchResult …
      › if (!$this->helper->allowSearch($definition, $context, $criteria)) {    return $this->decorated->search($definition, $criteria, $context);}
      arguments: {
        $definition: Shopware\Core\Content\Product\SalesChannel\SalesChannelProductDefinition {#1464 …}
        $criteria: Shopware\Core\Framework\DataAbstractionLayer\Search\Criteria {#6988 …}
        $context: Shopware\Core\Framework\Context {#1707 …}
      }
    }
    /var/www/share/shane-demoshop.agiqon.de/shopware/vendor/shopware/core/System/SalesChannel/Entity/SalesChannelRepository.php:214 {
      Shopware\Core\System\SalesChannel\Entity\SalesChannelRepository->doSearch(Criteria $criteria, SalesChannelContext $salesChannelContext): IdSearchResult …
      › {    $result = $this->searcher->search($this->definition, $criteria, $salesChannelContext->getContext());arguments: {
        $definition: Shopware\Core\Content\Product\SalesChannel\SalesChannelProductDefinition {#1464 …}
        $criteria: Shopware\Core\Framework\DataAbstractionLayer\Search\Criteria {#6988 …}
        $context: Shopware\Core\Framework\Context {#1707 …}
      }
    }
    /var/www/share/shane-demoshop.agiqon.de/shopware/vendor/shopware/core/System/SalesChannel/Entity/SalesChannelRepository.php:183 {
      Shopware\Core\System\SalesChannel\Entity\SalesChannelRepository->searchIds(Criteria $criteria, SalesChannelContext $salesChannelContext): IdSearchResult …
      › 
      ›     return $this->doSearch($criteria, $salesChannelContext);}
      arguments: {
        $criteria: Shopware\Core\Framework\DataAbstractionLayer\Search\Criteria {#6988 …}
        $salesChannelContext: Shopware\Core\System\SalesChannel\SalesChannelContext {#1700 …}
      }
    }
    /var/www/share/shane-demoshop.agiqon.de/shopware/vendor/shopware/core/Content/Product/SalesChannel/Listing/ProductListingLoader.php:70 {
      Shopware\Core\Content\Product\SalesChannel\Listing\ProductListingLoader->load(Criteria $origin, SalesChannelContext $context): EntitySearchResult …
      › 
      › $ids = $this->repository->searchIds($criteria, $context);arguments: {
        $criteria: Shopware\Core\Framework\DataAbstractionLayer\Search\Criteria {#6988 …}
        $salesChannelContext: Shopware\Core\System\SalesChannel\SalesChannelContext {#1700 …}
      }
    }
    /var/www/share/shane-demoshop.agiqon.de/shopware/vendor/shopware/core/Content/Product/SalesChannel/Listing/ProductListingRoute.php:88 {
      Shopware\Core\Content\Product\SalesChannel\Listing\ProductListingRoute->load(string $categoryId, Request $request, SalesChannelContext $context, Criteria $criteria): ProductListingRouteResponse …
      › 
      › $entities = $this->listingLoader->load($criteria, $context);arguments: {
        $origin: Shopware\Core\Framework\DataAbstractionLayer\Search\Criteria {#6615 …}
        $context: Shopware\Core\System\SalesChannel\SalesChannelContext {#1700 …}
      }
    }
    /var/www/share/shane-demoshop.agiqon.de/shopware/vendor/shopware/core/Content/Product/SalesChannel/Listing/CachedProductListingRoute.php:94 {
      Shopware\Core\Content\Product\SalesChannel\Listing\CachedProductListingRoute->Shopware\Core\Content\Product\SalesChannel\Listing\{closure} …
      › $response = $this->tracer->trace($name, function () use ($categoryId, $request, $context, $criteria) {    return $this->getDecorated()->load($categoryId, $request, $context, $criteria);});
      arguments: {
        $categoryId: "2185182cbbd4462ea844abeb2a438b33"
        $request: Symfony\Component\HttpFoundation\Request {#898 …}
        $context: Shopware\Core\System\SalesChannel\SalesChannelContext {#1700 …}
        $criteria: Shopware\Core\Framework\DataAbstractionLayer\Search\Criteria {#6615 …}
      }
    }
    /var/www/share/shane-demoshop.agiqon.de/shopware/vendor/shopware/core/System/SystemConfig/SystemConfigService.php:348 {
      Shopware\Core\System\SystemConfig\SystemConfigService->trace(string $key, Closure $param) …
      › 
      › $result = $param();}
    /var/www/share/shane-demoshop.agiqon.de/shopware/vendor/shopware/core/Framework/Adapter/Cache/CacheTracer.php:43 {
      Shopware\Core\Framework\Adapter\Cache\CacheTracer->Shopware\Core\Framework\Adapter\Cache\{closure} …
      › return $this->translator->trace($key, function () use ($key, $param) {    return $this->config->trace($key, $param);});
      arguments: {
        $key: "category-route-2185182cbbd4462ea844abeb2a438b33"
        $param: Closure() {#6240 …}
      }
    }
    /var/www/share/shane-demoshop.agiqon.de/shopware/vendor/shopware/core/Framework/Adapter/Translation/Translator.php:121 {
      Shopware\Core\Framework\Adapter\Translation\Translator->trace(string $key, Closure $param) …
      › 
      › $result = $param();}
    /var/www/share/shane-demoshop.agiqon.de/shopware/vendor/shopware/core/Framework/Adapter/Cache/CacheTracer.php:42 {
      Shopware\Core\Framework\Adapter\Cache\CacheTracer->Shopware\Core\Framework\Adapter\Cache\{closure} …
      › return $this->collection->trace($key, function () use ($key, $param) {    return $this->translator->trace($key, function () use ($key, $param) {        return $this->config->trace($key, $param);
      arguments: {
        $key: "category-route-2185182cbbd4462ea844abeb2a438b33"
        $param: Closure() {#6237 …}
      }
    }
    /var/www/share/shane-demoshop.agiqon.de/shopware/vendor/shopware/core/Framework/Adapter/Cache/CacheTagCollection.php:46 {
      Shopware\Core\Framework\Adapter\Cache\CacheTagCollection->trace(string $key, Closure $param) …
      › 
      › $result = $param();}
    /var/www/share/shane-demoshop.agiqon.de/shopware/vendor/shopware/core/Framework/Adapter/Cache/CacheTracer.php:41 {
      Shopware\Core\Framework\Adapter\Cache\CacheTracer->trace(string $key, Closure $param) …
      › {    return $this->collection->trace($key, function () use ($key, $param) {        return $this->translator->trace($key, function () use ($key, $param) {
      arguments: {
        $key: "category-route-2185182cbbd4462ea844abeb2a438b33"
        $param: Closure() {#6241 …}
      }
    }
    /var/www/share/shane-demoshop.agiqon.de/shopware/vendor/shopware/storefront/Framework/Cache/CacheTracer.php:39 {
      Shopware\Storefront\Framework\Cache\CacheTracer->Shopware\Storefront\Framework\Cache\{closure} …
      › return $this->themeConfigAccessor->trace($key, function () use ($key, $param) {    return $this->getDecorated()->trace($key, $param);});
      arguments: {
        $key: "category-route-2185182cbbd4462ea844abeb2a438b33"
        $param: Closure() {#6240 …}
      }
    }
    /var/www/share/shane-demoshop.agiqon.de/shopware/vendor/shopware/storefront/Theme/ThemeConfigValueAccessor.php:57 {
      Shopware\Storefront\Theme\ThemeConfigValueAccessor->trace(string $key, Closure $param) …
      › 
      › $result = $param();}
    /var/www/share/shane-demoshop.agiqon.de/shopware/vendor/shopware/storefront/Framework/Cache/CacheTracer.php:38 {
      Shopware\Storefront\Framework\Cache\CacheTracer->trace(string $key, Closure $param) …
      › {    return $this->themeConfigAccessor->trace($key, function () use ($key, $param) {        return $this->getDecorated()->trace($key, $param);
      arguments: {
        $key: "category-route-2185182cbbd4462ea844abeb2a438b33"
        $param: Closure() {#6236 …}
      }
    }
    /var/www/share/shane-demoshop.agiqon.de/shopware/vendor/shopware/core/Content/Product/SalesChannel/Listing/CachedProductListingRoute.php:93 {
      Shopware\Core\Content\Product\SalesChannel\Listing\CachedProductListingRoute->Shopware\Core\Content\Product\SalesChannel\Listing\{closure} …
      › 
      › $response = $this->tracer->trace($name, function () use ($categoryId, $request, $context, $criteria) {    return $this->getDecorated()->load($categoryId, $request, $context, $criteria);
      arguments: {
        $key: "product-listing-route-2185182cbbd4462ea844abeb2a438b33"
        $param: Closure() {#6805 …}
      }
    }
    /var/www/share/shane-demoshop.agiqon.de/shopware/vendor/symfony/cache-contracts/CacheTrait.php:72 {
      Shopware\Core\Framework\Adapter\Cache\CacheDecorator->doGet(CacheItemPoolInterface $pool, string $key, callable $callback, ?float $beta, array &$metadata = null, LoggerInterface $logger = null) …
      › $save = true;$item->set($callback($item, $save));if ($save) {
      arguments: {
        Symfony\Component\Cache\CacheItem {#6417 …}
        true
      }
    }
    /var/www/share/shane-demoshop.agiqon.de/shopware/vendor/symfony/cache-contracts/CacheTrait.php:35 {
      Shopware\Core\Framework\Adapter\Cache\CacheDecorator->get(string $key, callable $callback, float $beta = null, array &$metadata = null) …
      › {    return $this->doGet($this, $key, $callback, $beta, $metadata);}
      arguments: {
        $pool: Shopware\Core\Framework\Adapter\Cache\CacheDecorator {#160 …}
        $key: "category-route-2185182cbbd4462ea844abeb2a438b33-fb16ee0911f241f2cb561b4ce04ba677"
        $callback: Closure(ItemInterface $item) {#4709 …}
        $beta: 1.0
        &$metadata: []
      }
    }
    /var/www/share/shane-demoshop.agiqon.de/shopware/vendor/shopware/core/Content/Product/SalesChannel/Listing/CachedProductListingRoute.php:90 {
      Shopware\Core\Content\Product\SalesChannel\Listing\CachedProductListingRoute->load(string $categoryId, Request $request, SalesChannelContext $context, Criteria $criteria): ProductListingRouteResponse …
      › 
      › $value = $this->cache->get($key, function (ItemInterface $item) use ($categoryId, $request, $context, $criteria) {    $name = self::buildName($categoryId);
      arguments: {
        $key: "product-listing-route-2185182cbbd4462ea844abeb2a438b33-135fc1a861a1b6ff8058f50425bbc5b4"
        $callback: Closure(ItemInterface $item) {#6610 …}
      }
    }
    /var/www/share/shane-demoshop.agiqon.de/shopware/vendor/shopware/core/Content/Product/SalesChannel/Listing/ResolveCriteriaProductListingRoute.php:49 {
      Shopware\Core\Content\Product\SalesChannel\Listing\ResolveCriteriaProductListingRoute->load(string $categoryId, Request $request, SalesChannelContext $context, Criteria $criteria): ProductListingRouteResponse …
      › 
      ›     return $this->getDecorated()->load($categoryId, $request, $context, $criteria);}
      arguments: {
        $categoryId: "2185182cbbd4462ea844abeb2a438b33"
        $request: Symfony\Component\HttpFoundation\Request {#898 …}
        $context: Shopware\Core\System\SalesChannel\SalesChannelContext {#1700 …}
        $criteria: Shopware\Core\Framework\DataAbstractionLayer\Search\Criteria {#6615 …}
      }
    }
    /var/www/share/shane-demoshop.agiqon.de/shopware/vendor/shopware/core/Content/Product/Cms/ProductListingCmsElementResolver.php:60 {
      Shopware\Core\Content\Product\Cms\ProductListingCmsElementResolver->enrich(CmsSlotEntity $slot, ResolverContext $resolverContext, ElementDataCollection $result): void …
      › $listing = $this->listingRoute    ->load($navigationId, $request, $context, $criteria)    ->getResult();
      arguments: {
        $categoryId: "2185182cbbd4462ea844abeb2a438b33"
        $request: Symfony\Component\HttpFoundation\Request {#898 …}
        $context: Shopware\Core\System\SalesChannel\SalesChannelContext {#1700 …}
        $criteria: Shopware\Core\Framework\DataAbstractionLayer\Search\Criteria {#6615 …}
      }
    }
    /var/www/share/shane-demoshop.agiqon.de/shopware/vendor/shopware/core/Content/Cms/DataResolver/CmsSlotsDataResolver.php:97 {
      Shopware\Core\Content\Cms\DataResolver\CmsSlotsDataResolver->resolve(CmsSlotCollection $slots, ResolverContext $resolverContext): CmsSlotCollection …
      › 
      › $resolver->enrich($slot, $resolverContext, $result);arguments: {
        $slot: Shopware\Core\Content\Cms\Aggregate\CmsSlot\CmsSlotEntity {#6707 …}
        $resolverContext: Shopware\Core\Content\Cms\DataResolver\ResolverContext\EntityResolverContext {#6238 …}
        $result: Shopware\Core\Content\Cms\DataResolver\Element\ElementDataCollection {#6619 …}
      }
    }
    /var/www/share/shane-demoshop.agiqon.de/shopware/vendor/shopware/core/Content/Cms/SalesChannel/SalesChannelCmsPageLoader.php:102 {
      Shopware\Core\Content\Cms\SalesChannel\SalesChannelCmsPageLoader->loadSlotData(CmsPageEntity $page, ResolverContext $resolverContext): void …
      › {    $slots = $this->slotDataResolver->resolve($page->getSections()->getBlocks()->getSlots(), $resolverContext);arguments: {
        $slots: Shopware\Core\Content\Cms\Aggregate\CmsSlot\CmsSlotCollection {#6550 …}
        $resolverContext: Shopware\Core\Content\Cms\DataResolver\ResolverContext\EntityResolverContext {#6238 …}
      }
    }
    /var/www/share/shane-demoshop.agiqon.de/shopware/vendor/shopware/core/Content/Cms/SalesChannel/SalesChannelCmsPageLoader.php:92 {
      Shopware\Core\Content\Cms\SalesChannel\SalesChannelCmsPageLoader->load(Request $request, Criteria $criteria, SalesChannelContext $context, array $config = null, ResolverContext $resolverContext = null): EntitySearchResult …
      ›     // step 5, resolve slot data    $this->loadSlotData($page, $resolverContext);}
      arguments: {
        $page: Shopware\Core\Content\Cms\CmsPageEntity {#6559 …}
        $resolverContext: Shopware\Core\Content\Cms\DataResolver\ResolverContext\EntityResolverContext {#6238 …}
      }
    }
    /var/www/share/shane-demoshop.agiqon.de/shopware/vendor/shopware/core/Content/Category/SalesChannel/CategoryRoute.php:99 {
      Shopware\Core\Content\Category\SalesChannel\CategoryRoute->load(string $navigationId, Request $request, SalesChannelContext $context): CategoryRouteResponse …
      › 
      › $pages = $this->cmsPageLoader->load(    $request,
      arguments: {
        $request: Symfony\Component\HttpFoundation\Request {#898 …}
        $criteria: Shopware\Core\Framework\DataAbstractionLayer\Search\Criteria {#6235 …}
        $context: Shopware\Core\System\SalesChannel\SalesChannelContext {#1700 …}
        $config: []
        $resolverContext: Shopware\Core\Content\Cms\DataResolver\ResolverContext\EntityResolverContext {#6238 …}
      }
    }
    /var/www/share/shane-demoshop.agiqon.de/shopware/vendor/shopware/core/Content/Category/SalesChannel/CachedCategoryRoute.php:101 {
      Shopware\Core\Content\Category\SalesChannel\CachedCategoryRoute->Shopware\Core\Content\Category\SalesChannel\{closure} …
      › $response = $this->tracer->trace($name, function () use ($navigationId, $request, $context) {    return $this->getDecorated()->load($navigationId, $request, $context);});
      arguments: {
        $navigationId: "2185182cbbd4462ea844abeb2a438b33"
        $request: Symfony\Component\HttpFoundation\Request {#898 …}
        $context: Shopware\Core\System\SalesChannel\SalesChannelContext {#1700 …}
      }
    }
    /var/www/share/shane-demoshop.agiqon.de/shopware/vendor/shopware/core/System/SystemConfig/SystemConfigService.php:348 {
      Shopware\Core\System\SystemConfig\SystemConfigService->trace(string $key, Closure $param) …
      › 
      › $result = $param();}
    /var/www/share/shane-demoshop.agiqon.de/shopware/vendor/shopware/core/Framework/Adapter/Cache/CacheTracer.php:43 {
      Shopware\Core\Framework\Adapter\Cache\CacheTracer->Shopware\Core\Framework\Adapter\Cache\{closure} …
      › return $this->translator->trace($key, function () use ($key, $param) {    return $this->config->trace($key, $param);});
      arguments: {
        $key: "category-route-2185182cbbd4462ea844abeb2a438b33"
        $param: Closure() {#6240 …}
      }
    }
    /var/www/share/shane-demoshop.agiqon.de/shopware/vendor/shopware/core/Framework/Adapter/Translation/Translator.php:121 {
      Shopware\Core\Framework\Adapter\Translation\Translator->trace(string $key, Closure $param) …
      › 
      › $result = $param();}
    /var/www/share/shane-demoshop.agiqon.de/shopware/vendor/shopware/core/Framework/Adapter/Cache/CacheTracer.php:42 {
      Shopware\Core\Framework\Adapter\Cache\CacheTracer->Shopware\Core\Framework\Adapter\Cache\{closure} …
      › return $this->collection->trace($key, function () use ($key, $param) {    return $this->translator->trace($key, function () use ($key, $param) {        return $this->config->trace($key, $param);
      arguments: {
        $key: "category-route-2185182cbbd4462ea844abeb2a438b33"
        $param: Closure() {#6237 …}
      }
    }
    /var/www/share/shane-demoshop.agiqon.de/shopware/vendor/shopware/core/Framework/Adapter/Cache/CacheTagCollection.php:46 {
      Shopware\Core\Framework\Adapter\Cache\CacheTagCollection->trace(string $key, Closure $param) …
      › 
      › $result = $param();}
    /var/www/share/shane-demoshop.agiqon.de/shopware/vendor/shopware/core/Framework/Adapter/Cache/CacheTracer.php:41 {
      Shopware\Core\Framework\Adapter\Cache\CacheTracer->trace(string $key, Closure $param) …
      › {    return $this->collection->trace($key, function () use ($key, $param) {        return $this->translator->trace($key, function () use ($key, $param) {
      arguments: {
        $key: "category-route-2185182cbbd4462ea844abeb2a438b33"
        $param: Closure() {#6241 …}
      }
    }
    /var/www/share/shane-demoshop.agiqon.de/shopware/vendor/shopware/storefront/Framework/Cache/CacheTracer.php:39 {
      Shopware\Storefront\Framework\Cache\CacheTracer->Shopware\Storefront\Framework\Cache\{closure} …
      › return $this->themeConfigAccessor->trace($key, function () use ($key, $param) {    return $this->getDecorated()->trace($key, $param);});
      arguments: {
        $key: "category-route-2185182cbbd4462ea844abeb2a438b33"
        $param: Closure() {#6240 …}
      }
    }
    /var/www/share/shane-demoshop.agiqon.de/shopware/vendor/shopware/storefront/Theme/ThemeConfigValueAccessor.php:57 {
      Shopware\Storefront\Theme\ThemeConfigValueAccessor->trace(string $key, Closure $param) …
      › 
      › $result = $param();}
    /var/www/share/shane-demoshop.agiqon.de/shopware/vendor/shopware/storefront/Framework/Cache/CacheTracer.php:38 {
      Shopware\Storefront\Framework\Cache\CacheTracer->trace(string $key, Closure $param) …
      › {    return $this->themeConfigAccessor->trace($key, function () use ($key, $param) {        return $this->getDecorated()->trace($key, $param);
      arguments: {
        $key: "category-route-2185182cbbd4462ea844abeb2a438b33"
        $param: Closure() {#6236 …}
      }
    }
    /var/www/share/shane-demoshop.agiqon.de/shopware/vendor/shopware/core/Content/Category/SalesChannel/CachedCategoryRoute.php:100 {
      Shopware\Core\Content\Category\SalesChannel\CachedCategoryRoute->Shopware\Core\Content\Category\SalesChannel\{closure} …
      › 
      › $response = $this->tracer->trace($name, function () use ($navigationId, $request, $context) {    return $this->getDecorated()->load($navigationId, $request, $context);
      arguments: {
        $key: "category-route-2185182cbbd4462ea844abeb2a438b33"
        $param: Closure() {#6240 …}
      }
    }
    /var/www/share/shane-demoshop.agiqon.de/shopware/vendor/symfony/cache-contracts/CacheTrait.php:72 {
      Shopware\Core\Framework\Adapter\Cache\CacheDecorator->doGet(CacheItemPoolInterface $pool, string $key, callable $callback, ?float $beta, array &$metadata = null, LoggerInterface $logger = null) …
      › $save = true;$item->set($callback($item, $save));if ($save) {
      arguments: {
        Symfony\Component\Cache\CacheItem {#6417 …}
        true
      }
    }
    /var/www/share/shane-demoshop.agiqon.de/shopware/vendor/symfony/cache-contracts/CacheTrait.php:35 {
      Shopware\Core\Framework\Adapter\Cache\CacheDecorator->get(string $key, callable $callback, float $beta = null, array &$metadata = null) …
      › {    return $this->doGet($this, $key, $callback, $beta, $metadata);}
      arguments: {
        $pool: Shopware\Core\Framework\Adapter\Cache\CacheDecorator {#160 …}
        $key: "category-route-2185182cbbd4462ea844abeb2a438b33-fb16ee0911f241f2cb561b4ce04ba677"
        $callback: Closure(ItemInterface $item) {#4709 …}
        $beta: 1.0
        &$metadata: []
      }
    }
    /var/www/share/shane-demoshop.agiqon.de/shopware/vendor/shopware/core/Content/Category/SalesChannel/CachedCategoryRoute.php:97 {
      Shopware\Core\Content\Category\SalesChannel\CachedCategoryRoute->Shopware\Core\Content\Category\SalesChannel\{closure} …
      › 
      › $value = $this->cache->get($key, function (ItemInterface $item) use ($navigationId, $request, $context) {    $name = self::buildName($navigationId);
      arguments: {
        $key: "category-route-2185182cbbd4462ea844abeb2a438b33-fb16ee0911f241f2cb561b4ce04ba677"
        $callback: Closure(ItemInterface $item) {#4709 …}
      }
    }
    /var/www/share/shane-demoshop.agiqon.de/shopware/vendor/shopware/core/Profiling/Profiler.php:59 {
      Shopware\Core\Profiling\Profiler::trace(string $name, Closure $closure, string $category = 'shopware', array $tags = []) …
      › 
      ›     $result = $closure();} finally {
    }
    /var/www/share/shane-demoshop.agiqon.de/shopware/vendor/shopware/core/Content/Category/SalesChannel/CachedCategoryRoute.php:86 {
      Shopware\Core\Content\Category\SalesChannel\CachedCategoryRoute->load(string $navigationId, Request $request, SalesChannelContext $context): CategoryRouteResponse …
      › {    return Profiler::trace('category-route', function () use ($navigationId, $request, $context) {        if ($context->hasState(...$this->states)) {
      arguments: {
        $name: "category-route"
        $closure: Closure() {#4704 …}
      }
    }
    /var/www/share/shane-demoshop.agiqon.de/shopware/vendor/shopware/storefront/Page/Navigation/NavigationPageLoader.php:64 {
      Shopware\Storefront\Page\Navigation\NavigationPageLoader->load(Request $request, SalesChannelContext $context): NavigationPage …
      › $category = $this->cmsPageRoute    ->load($navigationId, $request, $context)    ->getCategory();
      arguments: {
        $navigationId: "2185182cbbd4462ea844abeb2a438b33"
        $request: Symfony\Component\HttpFoundation\Request {#898 …}
        $context: Shopware\Core\System\SalesChannel\SalesChannelContext {#1700 …}
      }
    }
    /var/www/share/shane-demoshop.agiqon.de/shopware/vendor/shopware/storefront/Controller/NavigationController.php:60 {
      Shopware\Storefront\Controller\NavigationController->index(SalesChannelContext $context, Request $request): Response …
      › {    $page = $this->navigationPageLoader->load($request, $context);arguments: {
        $request: Symfony\Component\HttpFoundation\Request {#898 …}
        $context: Shopware\Core\System\SalesChannel\SalesChannelContext {#1700 …}
      }
    }
    /var/www/share/shane-demoshop.agiqon.de/shopware/vendor/symfony/http-kernel/HttpKernel.php:163 {
      Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
      › // call controller$response = $controller(...$arguments);arguments: {
        $context: Shopware\Core\System\SalesChannel\SalesChannelContext {#1700 …}
        $request: Symfony\Component\HttpFoundation\Request {#898 …}
      }
    }
    /var/www/share/shane-demoshop.agiqon.de/shopware/vendor/symfony/http-kernel/HttpKernel.php:75 {
      Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
      › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
      arguments: {
        $request: Symfony\Component\HttpFoundation\Request {#898 …}
        $type: 1
      }
    }
    /var/www/share/shane-demoshop.agiqon.de/shopware/vendor/symfony/http-kernel/Kernel.php:202 {
      Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
      › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
      arguments: {
        $request: Symfony\Component\HttpFoundation\Request {#898 …}
        $type: 1
        $catch: true
      }
    }
    /var/www/share/shane-demoshop.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 {#898 …}
        $type: 1
        $catch: true
      }
    }
    /var/www/share/shane-demoshop.agiqon.de/shopware/vendor/symfony/http-kernel/HttpCache/HttpCache.php:479 {
      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\Kernel {#24 …}
        $request: Symfony\Component\HttpFoundation\Request {#898 …}
        $type: 1
        $catch: true
      }
    }
    /var/www/share/shane-demoshop.agiqon.de/shopware/vendor/symfony/http-kernel/HttpCache/HttpCache.php:452 {
      Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Request $request, bool $catch = false) …
      › 
      › $response = $this->forward($subRequest, $catch);arguments: {
        $request: Symfony\Component\HttpFoundation\Request {#898 …}
        $catch: true
      }
    }
    /var/www/share/shane-demoshop.agiqon.de/shopware/vendor/symfony/http-kernel/HttpCache/HttpCache.php:346 {
      Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Request $request, bool $catch = false) …
      › 
      ›     return $this->fetch($request, $catch);}
      arguments: {
        $request: Symfony\Component\HttpFoundation\Request {#61 …}
        $catch: true
      }
    }
    /var/www/share/shane-demoshop.agiqon.de/shopware/vendor/symfony/http-kernel/HttpCache/HttpCache.php:224 {
      Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
      › } else {    $response = $this->lookup($request, $catch);}
      arguments: {
        $request: Symfony\Component\HttpFoundation\Request {#61 …}
        $catch: true
      }
    }
    /var/www/share/shane-demoshop.agiqon.de/shopware/vendor/shopware/core/HttpKernel.php:154 {
      Shopware\Core\HttpKernel->doHandle(Request $request, int $type, bool $catch): HttpKernelResult …
      › 
      › $response = $kernel->handle($transformed, $type, $catch);arguments: {
        $request: Symfony\Component\HttpFoundation\Request {#61 …}
        $type: 1
        $catch: true
      }
    }
    /var/www/share/shane-demoshop.agiqon.de/shopware/vendor/shopware/core/HttpKernel.php:79 {
      Shopware\Core\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true): HttpKernelResult …
      › try {    return $this->doHandle($request, (int) $type, (bool) $catch);} catch (\Doctrine\DBAL\Exception $e) {
      arguments: {
        $request: Symfony\Component\HttpFoundation\Request {#7 …}
        $type: 1
        $catch: true
      }
    }
    /var/www/share/shane-demoshop.agiqon.de/shopware/public/index.php:85 {
      › 
      › $result = $kernel->handle($request);arguments: {
        $request: Symfony\Component\HttpFoundation\Request {#7 …}
      }
    }
  }
}
logger
Symfony\Bridge\Monolog\Logger {#901 …8}

Request Headers

Header Value
accept
"*/*"
accept-encoding
"gzip, br, deflate"
authorization
""
cookie
"session-=9igo9t0f5smglkm7bng3kisn9i"
forwarded
"for="20.171.207.116";host="shane-demoshop.agiqon.de";proto=https"
from
"gptbot(at)openai.com"
host
"shane-demoshop.agiqon.de"
sw-context-token
"IP8I9MxziNA2RxHaHxY13xlGGlLFUGPN"
sw-language-id
"2fbb5fe2e29a4d70aa5854ce7ce3e20b"
user-agent
"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; GPTBot/1.2; +https://openai.com/gptbot)"
x-forwarded-for
"20.171.207.116"
x-openai-host-hash
"487433423"
x-php-ob-level
"1"

Request Content

Request content not available (it was retrieved as a resource).

Response

Response Headers

Header Value
cache-control
"no-cache, private"
content-type
"text/html; charset=UTF-8"
date
"Sun, 03 Aug 2025 05:28:28 GMT"
sw-context-token
"IP8I9MxziNA2RxHaHxY13xlGGlLFUGPN"
sw-language-id
"2fbb5fe2e29a4d70aa5854ce7ce3e20b"
x-debug-exception
"An%20exception%20occurred%20while%20executing%20%27%23%20product-listing-route%3A%3Aloading%3A%3Asearch-ids%0ASELECT%20%60product%60.%60id%60%2C%20%60product%60.%60product_number%60%2C%20%60product%60.%60auto_increment%60%20FROM%20%60product%60%20LEFT%20JOIN%20%60product%60%20%60product.parent%60%20ON%20%60product%60.%60parent_id%60%20%3D%20%60product.parent%60.%60id%60%20AND%20%60product%60.%60version_id%60%20%3D%20%60product.parent%60.%60version_id%60%20LEFT%20JOIN%20%60product_visibility%60%20%60product.visibilities%60%20ON%20%60product%60.%60visibilities%60%20%3D%20%60product.visibilities%60.%60product_id%60%20AND%20%60product%60.version_id%20%3D%20%60product.visibilities%60.product_version_id%20LEFT%20JOIN%20%60product_category_tree%60%20%60product.categoriesRo.mapping%60%20ON%20%60product%60.%60id%60%20%3D%20%60product.categoriesRo.mapping%60.%60product_id%60%20%20AND%20%60product%60.%60version_id%60%20%3D%20%60product.categoriesRo.mapping%60.%60product_version_id%60%20LEFT%20JOIN%20%28SELECT%20%60product.translation%60.product_id%2C%20%60product.translation%60.product_version_id%2C%20%60product.translation%60.meta_description%20as%20%60product.translation.metaDescription%60%2C%20%60product.translation%60.name%20as%20%60product.translation.name%60%2C%20%60product.translation%60.keywords%20as%20%60product.translation.keywords%60%2C%20%60product.translation%60.description%20as%20%60product.translation.description%60%2C%20%60product.translation%60.meta_title%20as%20%60product.translation.metaTitle%60%2C%20%60product.translation%60.pack_unit%20as%20%60product.translation.packUnit%60%2C%20%60product.translation%60.pack_unit_plural%20as%20%60product.translation.packUnitPlural%60%2C%20%60product.translation%60.custom_search_keywords%20as%20%60product.translation.customSearchKeywords%60%2C%20%60product.translation%60.slot_config%20as%20%60product.translation.slotConfig%60%2C%20%60product.translation%60.custom_fields%20as%20%60product.translation.customFields%60%2C%20%60product.translation%60.created_at%20as%20%60product.translation.createdAt%60%2C%20%60product.translation%60.updated_at%20as%20%60product.translation.updatedAt%60%2C%20%60product.translation%60.product_id%20as%20%60product.translation.productId%60%2C%20%60product.translation%60.language_id%20as%20%60product.translation.languageId%60%2C%20%60product.translation%60.product_version_id%20as%20%60product.translation.productVersionId%60%20FROM%20%60product_translation%60%20%60product.translation%60%20WHERE%20%60product.translation%60.language_id%20%3D%20%3F%29%20%60product.product_translation%60%20ON%20%60product.product_translation%60.%60product_id%60%20%3D%20%60product%60.%60id%60%20AND%20%60product.product_translation%60.product_version_id%20%3D%20%60product%60.version_id%20LEFT%20JOIN%20%28SELECT%20%60product.parent.translation%60.product_id%2C%20%60product.parent.translation%60.product_version_id%2C%20%60product.parent.translation%60.meta_description%20as%20%60product.parent.translation.metaDescription%60%2C%20%60product.parent.translation%60.name%20as%20%60product.parent.translation.name%60%2C%20%60product.parent.translation%60.keywords%20as%20%60product.parent.translation.keywords%60%2C%20%60product.parent.translation%60.description%20as%20%60product.parent.translation.description%60%2C%20%60product.parent.translation%60.meta_title%20as%20%60product.parent.translation.metaTitle%60%2C%20%60product.parent.translation%60.pack_unit%20as%20%60product.parent.translation.packUnit%60%2C%20%60product.parent.translation%60.pack_unit_plural%20as%20%60product.parent.translation.packUnitPlural%60%2C%20%60product.parent.translation%60.custom_search_keywords%20as%20%60product.parent.translation.customSearchKeywords%60%2C%20%60product.parent.translation%60.slot_config%20as%20%60product.parent.translation.slotConfig%60%2C%20%60product.parent.translation%60.custom_fields%20as%20%60product.parent.translation.customFields%60%2C%20%60product.parent.translation%60.created_at%20as%20%60product.parent.translation.createdAt%60%2C%20%60product.parent.translation%60.updated_at%20as%20%60product.parent.translation.updatedAt%60%2C%20%60product.parent.translation%60.product_id%20as%20%60product.parent.translation.productId%60%2C%20%60product.parent.translation%60.language_id%20as%20%60product.parent.translation.languageId%60%2C%20%60product.parent.translation%60.product_version_id%20as%20%60product.parent.translation.productVersionId%60%20FROM%20%60product_translation%60%20%60product.parent.translation%60%20WHERE%20%60product.parent.translation%60.language_id%20%3D%20%3F%29%20%60product.product_translation.parent%60%20ON%20%60product.product_translation.parent%60.%60product_id%60%20%3D%20%60product.parent%60.%60id%60%20AND%20%60product.product_translation.parent%60.product_version_id%20%3D%20%60product.parent%60.version_id%20LEFT%20JOIN%20%60category%60%20%60product.categoriesRo%60%20ON%20%60product.categoriesRo.mapping%60.%60category_id%60%20%3D%20%60product.categoriesRo%60.%60id%60%20%20AND%20%60product.categoriesRo%60.%60version_id%60%20%3D%20%60product.categoriesRo.mapping%60.%60category_version_id%60%20WHERE%20%28%60product%60.%60version_id%60%20%3D%20%3F%29%20AND%20%28%28%28%28%60product.visibilities%60.%60visibility%60%20%3E%3D%20%3F%29%20AND%20%60product.visibilities%60.%60sales_channel_id%60%20%3D%20%3F%20AND%20IFNULL%28%60product%60.%60active%60%2C%20%60product.parent%60.%60active%60%29%20%3D%20%3F%29%20AND%20%60product.categoriesRo%60.%60id%60%20%3D%20%3F%20AND%20NOT%20%28%60product%60.%60display_group%60%20%3C%3D%3E%20%3F%29%29%29%20GROUP%20BY%20%60product%60.%60display_group%60%20ORDER%20BY%20MIN%28COALESCE%28%60product.translation.name%60%2C%60product.parent.translation.name%60%29%29%20ASC%20LIMIT%2024%27%20with%20params%20%5B%22%5Cx2f%5Cxbb%5Cx5f%5Cxe2%5Cxe2%5Cx9a%5Cx4d%5Cx70%5Cxaa%5Cx58%5Cx54%5Cxce%5Cx7c%5Cxe3%5Cxe2%5Cx0b%22%2C%20%22%5Cx2f%5Cxbb%5Cx5f%5Cxe2%5Cxe2%5Cx9a%5Cx4d%5Cx70%5Cxaa%5Cx58%5Cx54%5Cxce%5Cx7c%5Cxe3%5Cxe2%5Cx0b%22%2C%20%22%5Cx0f%5Cxa9%5Cx1c%5Cxe3%5Cxe9%5Cx6a%5Cx4b%5Cxc2%5Cxbe%5Cx4b%5Cxd9%5Cxce%5Cx75%5Cx2c%5Cx34%5Cx25%22%2C%2030%2C%20%22%5Cxcc%5Cxe0%5Cx59%5Cx79%5Cx5d%5Cx7e%5Cx47%5Cxa2%5Cxab%5Cx55%5Cxce%5Cx16%5Cx13%5Cxa6%5Cx1a%5Cxd5%22%2C%20true%2C%20%22%5Cx21%5Cx85%5Cx18%5Cx2c%5Cxbb%5Cxd4%5Cx46%5Cx2e%5Cxa8%5Cx44%5Cxab%5Cxeb%5Cx2a%5Cx43%5Cx8b%5Cx33%22%2C%20null%5D%3A%0A%0ASQLSTATE%5B42S02%5D%3A%20Base%20table%20or%20view%20not%20found%3A%201146%20Table%20%27db-7.product%27%20doesn%27t%20exist"
x-debug-exception-file
"%2Fvar%2Fwww%2Fshare%2Fshane-demoshop.agiqon.de%2Fshopware%2Fvendor%2Fdoctrine%2Fdbal%2Flib%2FDoctrine%2FDBAL%2FDriver%2FAbstractMySQLDriver.php:61"
x-debug-token
"c3bcc0"
x-frame-options
"deny"

Cookies

Request Cookies

Key Value
session-
"9igo9t0f5smglkm7bng3kisn9i"

Response Cookies

No response cookies

Session 4

Session Metadata

Key Value
Created
"Sun, 03 Aug 25 05:27:56 +0000"
Last used
"Sun, 03 Aug 25 05:28:21 +0000"
Lifetime
0

Session Attributes

Attribute Value
sessionId
"9igo9t0f5smglkm7bng3kisn9i"
sw-context-token
"IP8I9MxziNA2RxHaHxY13xlGGlLFUGPN"
sw-sales-channel-id
"cce059795d7e47a2ab55ce1613a61ad5"

Session Usage

4 Usages
Stateless check enabled
Usage
Shopware\Storefront\Framework\Routing\StorefrontSubscriber:178
[
  [
    "file" => "/var/www/share/shane-demoshop.agiqon.de/shopware/vendor/shopware/storefront/Framework/Routing/StorefrontSubscriber.php"
    "line" => 178
    "function" => "start"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/var/www/share/shane-demoshop.agiqon.de/shopware/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 117
    "function" => "startSession"
    "class" => "Shopware\Storefront\Framework\Routing\StorefrontSubscriber"
    "type" => "->"
  ]
  [
    "file" => "/var/www/share/shane-demoshop.agiqon.de/shopware/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 230
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/share/shane-demoshop.agiqon.de/shopware/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 59
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/share/shane-demoshop.agiqon.de/shopware/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php"
    "line" => 54
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/share/shane-demoshop.agiqon.de/shopware/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php"
    "line" => 99
    "function" => "dispatch"
    "class" => "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/share/shane-demoshop.agiqon.de/shopware/vendor/shopware/core/Framework/Event/BusinessEventDispatcher.php"
    "line" => 53
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Webhook\WebhookDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/share/shane-demoshop.agiqon.de/shopware/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php"
    "line" => 38
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Event\BusinessEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/share/shane-demoshop.agiqon.de/shopware/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 154
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Event\NestedEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/share/shane-demoshop.agiqon.de/shopware/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 139
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/share/shane-demoshop.agiqon.de/shopware/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 75
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/share/shane-demoshop.agiqon.de/shopware/vendor/symfony/http-kernel/Kernel.php"
    "line" => 202
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/share/shane-demoshop.agiqon.de/shopware/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php"
    "line" => 86
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/share/shane-demoshop.agiqon.de/shopware/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 479
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler"
    "type" => "::"
  ]
  [
    "file" => "/var/www/share/shane-demoshop.agiqon.de/shopware/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 452
    "function" => "forward"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/www/share/shane-demoshop.agiqon.de/shopware/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 346
    "function" => "fetch"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/www/share/shane-demoshop.agiqon.de/shopware/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 224
    "function" => "lookup"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/www/share/shane-demoshop.agiqon.de/shopware/vendor/shopware/core/HttpKernel.php"
    "line" => 154
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/www/share/shane-demoshop.agiqon.de/shopware/vendor/shopware/core/HttpKernel.php"
    "line" => 79
    "function" => "doHandle"
    "class" => "Shopware\Core\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/share/shane-demoshop.agiqon.de/shopware/public/index.php"
    "line" => 85
    "function" => "handle"
    "class" => "Shopware\Core\HttpKernel"
    "type" => "->"
  ]
]
Shopware\Storefront\Framework\Routing\StorefrontSubscriber:179
[
  [
    "file" => "/var/www/share/shane-demoshop.agiqon.de/shopware/vendor/shopware/storefront/Framework/Routing/StorefrontSubscriber.php"
    "line" => 179
    "function" => "set"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/var/www/share/shane-demoshop.agiqon.de/shopware/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 117
    "function" => "startSession"
    "class" => "Shopware\Storefront\Framework\Routing\StorefrontSubscriber"
    "type" => "->"
  ]
  [
    "file" => "/var/www/share/shane-demoshop.agiqon.de/shopware/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 230
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/share/shane-demoshop.agiqon.de/shopware/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 59
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/share/shane-demoshop.agiqon.de/shopware/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php"
    "line" => 54
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/share/shane-demoshop.agiqon.de/shopware/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php"
    "line" => 99
    "function" => "dispatch"
    "class" => "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/share/shane-demoshop.agiqon.de/shopware/vendor/shopware/core/Framework/Event/BusinessEventDispatcher.php"
    "line" => 53
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Webhook\WebhookDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/share/shane-demoshop.agiqon.de/shopware/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php"
    "line" => 38
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Event\BusinessEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/share/shane-demoshop.agiqon.de/shopware/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 154
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Event\NestedEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/share/shane-demoshop.agiqon.de/shopware/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 139
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/share/shane-demoshop.agiqon.de/shopware/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 75
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/share/shane-demoshop.agiqon.de/shopware/vendor/symfony/http-kernel/Kernel.php"
    "line" => 202
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/share/shane-demoshop.agiqon.de/shopware/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php"
    "line" => 86
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/share/shane-demoshop.agiqon.de/shopware/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 479
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler"
    "type" => "::"
  ]
  [
    "file" => "/var/www/share/shane-demoshop.agiqon.de/shopware/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 452
    "function" => "forward"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/www/share/shane-demoshop.agiqon.de/shopware/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 346
    "function" => "fetch"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/www/share/shane-demoshop.agiqon.de/shopware/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 224
    "function" => "lookup"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/www/share/shane-demoshop.agiqon.de/shopware/vendor/shopware/core/HttpKernel.php"
    "line" => 154
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/www/share/shane-demoshop.agiqon.de/shopware/vendor/shopware/core/HttpKernel.php"
    "line" => 79
    "function" => "doHandle"
    "class" => "Shopware\Core\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/share/shane-demoshop.agiqon.de/shopware/public/index.php"
    "line" => 85
    "function" => "handle"
    "class" => "Shopware\Core\HttpKernel"
    "type" => "->"
  ]
]
Shopware\Storefront\Framework\Routing\StorefrontSubscriber:422
[
  [
    "file" => "/var/www/share/shane-demoshop.agiqon.de/shopware/vendor/shopware/storefront/Framework/Routing/StorefrontSubscriber.php"
    "line" => 422
    "function" => "has"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/var/www/share/shane-demoshop.agiqon.de/shopware/vendor/shopware/storefront/Framework/Routing/StorefrontSubscriber.php"
    "line" => 191
    "function" => "shouldRenewToken"
    "class" => "Shopware\Storefront\Framework\Routing\StorefrontSubscriber"
    "type" => "->"
  ]
  [
    "file" => "/var/www/share/shane-demoshop.agiqon.de/shopware/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 117
    "function" => "startSession"
    "class" => "Shopware\Storefront\Framework\Routing\StorefrontSubscriber"
    "type" => "->"
  ]
  [
    "file" => "/var/www/share/shane-demoshop.agiqon.de/shopware/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 230
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/share/shane-demoshop.agiqon.de/shopware/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 59
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/share/shane-demoshop.agiqon.de/shopware/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php"
    "line" => 54
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/share/shane-demoshop.agiqon.de/shopware/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php"
    "line" => 99
    "function" => "dispatch"
    "class" => "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/share/shane-demoshop.agiqon.de/shopware/vendor/shopware/core/Framework/Event/BusinessEventDispatcher.php"
    "line" => 53
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Webhook\WebhookDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/share/shane-demoshop.agiqon.de/shopware/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php"
    "line" => 38
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Event\BusinessEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/share/shane-demoshop.agiqon.de/shopware/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 154
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Event\NestedEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/share/shane-demoshop.agiqon.de/shopware/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 139
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/share/shane-demoshop.agiqon.de/shopware/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 75
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/share/shane-demoshop.agiqon.de/shopware/vendor/symfony/http-kernel/Kernel.php"
    "line" => 202
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/share/shane-demoshop.agiqon.de/shopware/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php"
    "line" => 86
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/share/shane-demoshop.agiqon.de/shopware/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 479
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler"
    "type" => "::"
  ]
  [
    "file" => "/var/www/share/shane-demoshop.agiqon.de/shopware/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 452
    "function" => "forward"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/www/share/shane-demoshop.agiqon.de/shopware/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 346
    "function" => "fetch"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/www/share/shane-demoshop.agiqon.de/shopware/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 224
    "function" => "lookup"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/www/share/shane-demoshop.agiqon.de/shopware/vendor/shopware/core/HttpKernel.php"
    "line" => 154
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/www/share/shane-demoshop.agiqon.de/shopware/vendor/shopware/core/HttpKernel.php"
    "line" => 79
    "function" => "doHandle"
    "class" => "Shopware\Core\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/share/shane-demoshop.agiqon.de/shopware/public/index.php"
    "line" => 85
    "function" => "handle"
    "class" => "Shopware\Core\HttpKernel"
    "type" => "->"
  ]
]
Shopware\Storefront\Framework\Routing\StorefrontSubscriber:199
[
  [
    "file" => "/var/www/share/shane-demoshop.agiqon.de/shopware/vendor/shopware/storefront/Framework/Routing/StorefrontSubscriber.php"
    "line" => 199
    "function" => "get"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/var/www/share/shane-demoshop.agiqon.de/shopware/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 117
    "function" => "startSession"
    "class" => "Shopware\Storefront\Framework\Routing\StorefrontSubscriber"
    "type" => "->"
  ]
  [
    "file" => "/var/www/share/shane-demoshop.agiqon.de/shopware/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 230
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/share/shane-demoshop.agiqon.de/shopware/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 59
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/share/shane-demoshop.agiqon.de/shopware/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php"
    "line" => 54
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/share/shane-demoshop.agiqon.de/shopware/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php"
    "line" => 99
    "function" => "dispatch"
    "class" => "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/share/shane-demoshop.agiqon.de/shopware/vendor/shopware/core/Framework/Event/BusinessEventDispatcher.php"
    "line" => 53
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Webhook\WebhookDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/share/shane-demoshop.agiqon.de/shopware/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php"
    "line" => 38
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Event\BusinessEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/share/shane-demoshop.agiqon.de/shopware/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 154
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Event\NestedEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/share/shane-demoshop.agiqon.de/shopware/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 139
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/share/shane-demoshop.agiqon.de/shopware/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 75
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/share/shane-demoshop.agiqon.de/shopware/vendor/symfony/http-kernel/Kernel.php"
    "line" => 202
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/share/shane-demoshop.agiqon.de/shopware/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php"
    "line" => 86
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/share/shane-demoshop.agiqon.de/shopware/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 479
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler"
    "type" => "::"
  ]
  [
    "file" => "/var/www/share/shane-demoshop.agiqon.de/shopware/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 452
    "function" => "forward"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/www/share/shane-demoshop.agiqon.de/shopware/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 346
    "function" => "fetch"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/www/share/shane-demoshop.agiqon.de/shopware/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 224
    "function" => "lookup"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/www/share/shane-demoshop.agiqon.de/shopware/vendor/shopware/core/HttpKernel.php"
    "line" => 154
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/www/share/shane-demoshop.agiqon.de/shopware/vendor/shopware/core/HttpKernel.php"
    "line" => 79
    "function" => "doHandle"
    "class" => "Shopware\Core\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/share/shane-demoshop.agiqon.de/shopware/public/index.php"
    "line" => 85
    "function" => "handle"
    "class" => "Shopware\Core\HttpKernel"
    "type" => "->"
  ]
]

Flashes

Flashes

No flash messages were created.

Server Parameters

Server Parameters

Defined in .env

Key Value
APP_ENV
"dev"
APP_SECRET
"def00000f547acb9759b396ffdbbbd90a39b3d02834acd2e146fc5ec75ec1efaae3203a1abbc3187c96a15df2a531ce34d601677d3c7205803aa25af023c43f782e14738"
APP_URL
"https://shane-demoshop.agiqon.de"
BLUE_GREEN_DEPLOYMENT
"1"
COMPOSER_HOME
"/var/www/share/shane-demoshop.agiqon.de/shopware/var/cache/composer"
DATABASE_SSL_CA
""
DATABASE_SSL_CERT
""
DATABASE_SSL_DONT_VERIFY_SERVER_CERT
""
DATABASE_SSL_KEY
""
DATABASE_URL
"mysql://db-user-7:qUeKyvC2HP1olAr62CqM@localhost:3306/db-7"
INSTANCE_ID
"RHmIvigGl1z9vqFjIzYVUxztXlDpiOhe"
LOCK_DSN
"flock"
MAILER_DSN
"null://null"
SHOPWARE_ES_ENABLED
"0"
SHOPWARE_ES_HOSTS
"http://localhost:9200"
SHOPWARE_ES_INDEXING_ENABLED
"0"
SHOPWARE_ES_INDEX_PREFIX
"sw"
SHOPWARE_ES_THROW_EXCEPTION
"1"
SHOPWARE_HTTP_CACHE_ENABLED
"1"
SHOPWARE_HTTP_DEFAULT_TTL
"7200"

Defined as regular env variables

Key Value
APP_DEBUG
"1"
CONTEXT_DOCUMENT_ROOT
"/var/www/share/shane-demoshop.agiqon.de/htdocs"
CONTEXT_PREFIX
""
DOCUMENT_ROOT
"/var/www/share/shane-demoshop.agiqon.de/htdocs"
FCGI_ROLE
"RESPONDER"
GATEWAY_INTERFACE
"CGI/1.1"
H2PUSH
"off"
H2_PUSH
"off"
H2_PUSHED
""
H2_PUSHED_ON
""
H2_STREAM_ID
"17"
H2_STREAM_TAG
"2236883-94-17"
HOME
"/var/www/share"
HTTP2
"on"
HTTPS
"on"
HTTP_ACCEPT
"*/*"
HTTP_ACCEPT_ENCODING
"gzip, br, deflate"
HTTP_AUTHORIZATION
""
HTTP_COOKIE
"session-=9igo9t0f5smglkm7bng3kisn9i"
HTTP_FORWARDED
"for="20.171.207.116";host="shane-demoshop.agiqon.de";proto=https"
HTTP_FROM
"gptbot(at)openai.com"
HTTP_HOST
"shane-demoshop.agiqon.de"
HTTP_USER_AGENT
"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; GPTBot/1.2; +https://openai.com/gptbot)"
HTTP_X_FORWARDED_FOR
"20.171.207.116"
HTTP_X_OPENAI_HOST_HASH
"487433423"
MC_QUERY_STRING
"-"
PATH
"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
PHP_SELF
"/index.php"
QUERY_STRING
""
REDIRECT_H2PUSH
"off"
REDIRECT_H2_PUSH
"off"
REDIRECT_H2_PUSHED
""
REDIRECT_H2_PUSHED_ON
""
REDIRECT_H2_STREAM_ID
"17"
REDIRECT_H2_STREAM_TAG
"2236883-94-17"
REDIRECT_HTTP2
"on"
REDIRECT_HTTPS
"on"
REDIRECT_HTTP_AUTHORIZATION
""
REDIRECT_MC_QUERY_STRING
"-"
REDIRECT_SSL_TLS_SNI
"shane-demoshop.agiqon.de"
REDIRECT_STATUS
"200"
REDIRECT_UNIQUE_ID
"aI7ze9rVtHxXPQtMMq5W5QAAgiA"
REDIRECT_URL
"/Bekleidung/Herren/"
REMOTE_ADDR
"127.0.0.1"
REMOTE_PORT
"57258"
REQUEST_METHOD
"GET"
REQUEST_SCHEME
"https"
REQUEST_TIME
1754198907
REQUEST_TIME_FLOAT
1754198907.9848
REQUEST_URI
"/navigation/2185182cbbd4462ea844abeb2a438b33"
SCRIPT_FILENAME
"/var/www/share/shane-demoshop.agiqon.de/htdocs/index.php"
SCRIPT_NAME
"/index.php"
SERVER_ADDR
"62.113.228.146"
SERVER_ADMIN
"root@localhost"
SERVER_NAME
"shane-demoshop.agiqon.de"
SERVER_PORT
"443"
SERVER_PROTOCOL
"HTTP/2.0"
SERVER_SIGNATURE
""
SERVER_SOFTWARE
"Apache"
SSL_CIPHER
"TLS_AES_256_GCM_SHA384"
SSL_CIPHER_ALGKEYSIZE
"256"
SSL_CIPHER_EXPORT
"false"
SSL_CIPHER_USEKEYSIZE
"256"
SSL_CLIENT_VERIFY
"NONE"
SSL_COMPRESS_METHOD
"NULL"
SSL_PROTOCOL
"TLSv1.3"
SSL_SECURE_RENEG
"true"
SSL_SERVER_A_KEY
"id-ecPublicKey"
SSL_SERVER_A_SIG
"ecdsa-with-SHA384"
SSL_SERVER_I_DN
"CN=E6,O=Let's Encrypt,C=US"
SSL_SERVER_I_DN_C
"US"
SSL_SERVER_I_DN_CN
"E6"
SSL_SERVER_I_DN_O
"Let's Encrypt"
SSL_SERVER_M_SERIAL
"0529C7F3D1DD8FAA0458644DBD116527E189"
SSL_SERVER_M_VERSION
"3"
SSL_SERVER_SAN_DNS_0
"shane-demoshop.agiqon.de"
SSL_SERVER_S_DN
"CN=shane-demoshop.agiqon.de"
SSL_SERVER_S_DN_CN
"shane-demoshop.agiqon.de"
SSL_SERVER_V_END
"Sep 19 06:34:57 2025 GMT"
SSL_SERVER_V_START
"Jun 21 06:34:58 2025 GMT"
SSL_SESSION_ID
"a1b37a0e2778f4199abae3f66eff5495763e115fb08ecef7ebac77bb67327959"
SSL_SESSION_RESUMED
"Initial"
SSL_TLS_SNI
"shane-demoshop.agiqon.de"
SSL_VERSION_INTERFACE
"mod_ssl/2.4.52"
SSL_VERSION_LIBRARY
"OpenSSL/3.0.2"
SYMFONY_DOTENV_VARS
"LOCK_DSN,MAILER_DSN,APP_ENV,APP_SECRET,APP_URL,DATABASE_URL,DATABASE_SSL_CA,DATABASE_SSL_CERT,DATABASE_SSL_KEY,DATABASE_SSL_DONT_VERIFY_SERVER_CERT,COMPOSER_HOME,INSTANCE_ID,BLUE_GREEN_DEPLOYMENT,SHOPWARE_ES_HOSTS,SHOPWARE_ES_ENABLED,SHOPWARE_ES_INDEXING_ENABLED,SHOPWARE_ES_INDEX_PREFIX,SHOPWARE_ES_THROW_EXCEPTION,SHOPWARE_HTTP_CACHE_ENABLED,SHOPWARE_HTTP_DEFAULT_TTL"
UNIQUE_ID
"aI7ze9rVtHxXPQtMMq5W5QAAgiA"
USER
"web-user"
proxy-nokeepalive
"1"

Parent Request

Return to parent request (token = 471cba)

Key Value
_controller
"Shopware\Storefront\Controller\NavigationController::index"
_cspNonce
"FOwGeTTF4Kk="
_httpCache
[
  Shopware\Storefront\Framework\Cache\Annotation\HttpCache {#1680
    -maxAge: null
    -states: null
  }
]
_is_sales_channel
true
_locale
"de-DE"
_remove_csp_headers
true
_route
"frontend.navigation.page"
_routeScope
[
  "storefront"
]
_route_params
[
  "navigationId" => "2185182cbbd4462ea844abeb2a438b33"
]
_since
Shopware\Core\Framework\Routing\Annotation\Since {#1676
  -value: "6.3.3.0"
}
_stopwatch_token
"2a7c2f"
navigationId
"2185182cbbd4462ea844abeb2a438b33"
resolved-uri
"/navigation/2185182cbbd4462ea844abeb2a438b33"
sw-context
Shopware\Core\Framework\Context {#1707
  #extensions: []
  #languageIdChain: [
    "2fbb5fe2e29a4d70aa5854ce7ce3e20b"
  ]
  #versionId: "0fa91ce3e96a4bc2be4bd9ce752c3425"
  #currencyId: "b7d2554b0ce847cd82f3ac9bd1c0dfca"
  #currencyFactor: 1.0
  #scope: "user"
  #ruleIds: [
    "0df41d6b7cf1479aa1598505c272442c"
    "3858957016644de4ae48c0500bf3ccc8"
    "4b4865434f914c9ba79e87d767e2fe70"
    "aad96747568546088a70c6dac4a5b292"
    "e1378db7808a478f919e0d740d5d6c1a"
    "3cf541369e6d4a2fa70aa8687a65fc2d"
    "e9a19a8893cc4179adfacdf2cc059934"
    "28caae75a5624f0d985abd0eb32aa160"
    "e3b26a4c55264e9c81c234b17da3ecd8"
  ]
  #source: Shopware\Core\Framework\Api\Context\SalesChannelApiSource {#1704 …}
  #considerInheritance: true
  #taxState: "gross"
  #rounding: Shopware\Core\Framework\DataAbstractionLayer\Pricing\CashRoundingConfig {#2935 …}
  -states: [
    "elasticsearchAware" => "elasticsearchAware"
  ]
}
sw-currency-id
"b7d2554b0ce847cd82f3ac9bd1c0dfca"
sw-domain-id
"a59bb92167f5415e83dc8035bb69fff2"
sw-maintenance
false
sw-maintenance-ip-whitelist
null
sw-original-request-uri
"/Bekleidung/Herren/"
sw-sales-channel-absolute-base-url
"https://shane-demoshop.agiqon.de"
sw-sales-channel-base-url
""
sw-sales-channel-context
Shopware\Core\System\SalesChannel\SalesChannelContext {#1700
  #extensions: []
  #token: "IP8I9MxziNA2RxHaHxY13xlGGlLFUGPN"
  #currentCustomerGroup: Shopware\Core\Checkout\Customer\Aggregate\CustomerGroup\CustomerGroupEntity {#1710 …}
  #fallbackCustomerGroup: Shopware\Core\Checkout\Customer\Aggregate\CustomerGroup\CustomerGroupEntity {#1710 …}
  #currency: Shopware\Core\System\Currency\CurrencyEntity {#3981 …}
  #salesChannel: Shopware\Core\System\SalesChannel\SalesChannelEntity {#3672 …}
  #taxRules: Shopware\Core\System\Tax\TaxCollection {#3426 …}
  #customer: null
  #paymentMethod: Shopware\Core\Checkout\Payment\PaymentMethodEntity {#3503 …}
  #shippingMethod: Shopware\Core\Checkout\Shipping\ShippingMethodEntity {#3522 …}
  #shippingLocation: Shopware\Core\Checkout\Cart\Delivery\Struct\ShippingLocation {#3553 …}
  #rulesIds: [
    "0df41d6b7cf1479aa1598505c272442c"
    "3858957016644de4ae48c0500bf3ccc8"
    "4b4865434f914c9ba79e87d767e2fe70"
    "aad96747568546088a70c6dac4a5b292"
    "e1378db7808a478f919e0d740d5d6c1a"
    "3cf541369e6d4a2fa70aa8687a65fc2d"
    "e9a19a8893cc4179adfacdf2cc059934"
    "28caae75a5624f0d985abd0eb32aa160"
    "e3b26a4c55264e9c81c234b17da3ecd8"
  ]
  #areaRuleIds: []
  #rulesLocked: false
  #permissions: []
  #permisionsLocked: false
  #context: Shopware\Core\Framework\Context {#1707
    #extensions: []
    #languageIdChain: [
      "2fbb5fe2e29a4d70aa5854ce7ce3e20b"
    ]
    #versionId: "0fa91ce3e96a4bc2be4bd9ce752c3425"
    #currencyId: "b7d2554b0ce847cd82f3ac9bd1c0dfca"
    #currencyFactor: 1.0
    #scope: "user"
    #ruleIds: [
      "0df41d6b7cf1479aa1598505c272442c"
      "3858957016644de4ae48c0500bf3ccc8"
      "4b4865434f914c9ba79e87d767e2fe70"
      "aad96747568546088a70c6dac4a5b292"
      "e1378db7808a478f919e0d740d5d6c1a"
      "3cf541369e6d4a2fa70aa8687a65fc2d"
      "e9a19a8893cc4179adfacdf2cc059934"
      "28caae75a5624f0d985abd0eb32aa160"
      "e3b26a4c55264e9c81c234b17da3ecd8"
    ]
    #source: Shopware\Core\Framework\Api\Context\SalesChannelApiSource {#1704 …}
    #considerInheritance: true
    #taxState: "gross"
    #rounding: Shopware\Core\Framework\DataAbstractionLayer\Pricing\CashRoundingConfig {#2935 …}
    -states: [
      "elasticsearchAware" => "elasticsearchAware"
    ]
  }
  -itemRounding: Shopware\Core\Framework\DataAbstractionLayer\Pricing\CashRoundingConfig {#2935 …}
  -totalRounding: Shopware\Core\Framework\DataAbstractionLayer\Pricing\CashRoundingConfig {#2976 …}
  -domainId: "a59bb92167f5415e83dc8035bb69fff2"
  -states: []
}
sw-sales-channel-id
"cce059795d7e47a2ab55ce1613a61ad5"
sw-snippet-set-id
"9cd0c9fa3dc74404a12ffacad8a25f14"
sw-storefront-url
"https://shane-demoshop.agiqon.de"
theme-base-name
null
theme-id
"c22e1b735b5b4c75bc237022580d35c7"
theme-name
"ShanesTheme"