https://sw6.feingefuehl-shop.de/robots.txt

ErrorController

Request

GET Parameters

No GET parameters

POST Parameters

No POST parameters

Uploaded Files

No files were uploaded

Request Attributes

Key Value
_controller
"error_controller"
_cspNonce
"dwEf+Ow6hTA="
_route_params
null
_stopwatch_token
"9822b0"
exception
Symfony\Component\HttpKernel\Exception\NotFoundHttpException {#1387
  -statusCode: 404
  -headers: []
  #message: "No route found for "GET https://sw6.feingefuehl-shop.de/robots.txt""
  #code: 0
  #file: "/www/htdocs/w01038ea/sw6.feingefuehl-shop.de/vendor/symfony/http-kernel/EventListener/RouterListener.php"
  #line: 135
  -previous: Symfony\Component\Routing\Exception\ResourceNotFoundException {#1182 …}
  trace: {
    /www/htdocs/w01038ea/sw6.feingefuehl-shop.de/vendor/symfony/http-kernel/EventListener/RouterListener.php:135 {
      Symfony\Component\HttpKernel\EventListener\RouterListener->onKernelRequest(RequestEvent $event) …
      › 
      ›     throw new NotFoundHttpException($message, $e);} catch (MethodNotAllowedException $e) {
    }
    /www/htdocs/w01038ea/sw6.feingefuehl-shop.de/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {
      Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
      › 
      › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);arguments: {
        $event: Symfony\Component\HttpKernel\Event\RequestEvent {#1026 …}
        ...: {
          "kernel.request"
          Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#378 …}
        }
      }
    }
    /www/htdocs/w01038ea/sw6.feingefuehl-shop.de/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
      Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
      ›     }    $listener($event, $eventName, $this);}
      arguments: {
        $event: Symfony\Component\HttpKernel\Event\RequestEvent {#1026 …}
        $eventName: "kernel.request"
        $dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#378 …}
      }
    }
    /www/htdocs/w01038ea/sw6.feingefuehl-shop.de/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
      Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
      › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
      arguments: {
        $listeners: [ …19]
        $eventName: "kernel.request"
        $event: Symfony\Component\HttpKernel\Event\RequestEvent {#1026 …}
      }
    }
    /www/htdocs/w01038ea/sw6.feingefuehl-shop.de/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php:54 {
      Shopware\Core\Content\Flow\Dispatching\FlowDispatcher->dispatch($event, string $eventName = null): object …
      › {    $event = $this->dispatcher->dispatch($event, $eventName);arguments: {
        $event: Symfony\Component\HttpKernel\Event\RequestEvent {#1026 …}
        $eventName: "kernel.request"
      }
    }
    /www/htdocs/w01038ea/sw6.feingefuehl-shop.de/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php:96 {
      Shopware\Core\Framework\Webhook\WebhookDispatcher->dispatch($event, string $eventName = null): object …
      › {    $event = $this->dispatcher->dispatch($event, $eventName);arguments: {
        $event: Symfony\Component\HttpKernel\Event\RequestEvent {#1026 …}
        $eventName: "kernel.request"
      }
    }
    /www/htdocs/w01038ea/sw6.feingefuehl-shop.de/vendor/shopware/core/Framework/Event/BusinessEventDispatcher.php:53 {
      Shopware\Core\Framework\Event\BusinessEventDispatcher->dispatch($event, string $eventName = null): object …
      › {    $event = $this->dispatcher->dispatch($event, $eventName);arguments: {
        $event: Symfony\Component\HttpKernel\Event\RequestEvent {#1026 …}
        $eventName: "kernel.request"
      }
    }
    /www/htdocs/w01038ea/sw6.feingefuehl-shop.de/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php:35 {
      Shopware\Core\Framework\Event\NestedEventDispatcher->dispatch($event, string $eventName = null): object …
      › 
      ›     return $this->dispatcher->dispatch($event, $eventName);}
      arguments: {
        $event: Symfony\Component\HttpKernel\Event\RequestEvent {#1026 …}
        $eventName: "kernel.request"
      }
    }
    /www/htdocs/w01038ea/sw6.feingefuehl-shop.de/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:154 {
      Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
      › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
      arguments: {
        $event: Symfony\Component\HttpKernel\Event\RequestEvent {#1026 …}
        $eventName: "kernel.request"
      }
    }
    /www/htdocs/w01038ea/sw6.feingefuehl-shop.de/vendor/symfony/http-kernel/HttpKernel.php:139 {
      Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
      › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);arguments: {
        $event: Symfony\Component\HttpKernel\Event\RequestEvent {#1026 …}
        $eventName: "kernel.request"
      }
    }
    /www/htdocs/w01038ea/sw6.feingefuehl-shop.de/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 {#1036 …}
        $type: 1
      }
    }
    /www/htdocs/w01038ea/sw6.feingefuehl-shop.de/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 {#1036 …}
        $type: 1
        $catch: true
      }
    }
    /www/htdocs/w01038ea/sw6.feingefuehl-shop.de/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 {#1036 …}
        $type: 1
        $catch: true
      }
    }
    /www/htdocs/w01038ea/sw6.feingefuehl-shop.de/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 {#11 …}
        $request: Symfony\Component\HttpFoundation\Request {#1036 …}
        $type: 1
        $catch: true
      }
    }
    /www/htdocs/w01038ea/sw6.feingefuehl-shop.de/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 {#1036 …}
        $catch: true
      }
    }
    /www/htdocs/w01038ea/sw6.feingefuehl-shop.de/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 {#191 …}
        $catch: true
      }
    }
    /www/htdocs/w01038ea/sw6.feingefuehl-shop.de/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 {#191 …}
        $catch: true
      }
    }
    /www/htdocs/w01038ea/sw6.feingefuehl-shop.de/vendor/shopware/core/HttpKernel.php:149 {
      Shopware\Core\HttpKernel->doHandle(Request $request, int $type, bool $catch): HttpKernelResult …
      › 
      › $response = $kernel->handle($transformed, $type, $catch);arguments: {
        $request: Symfony\Component\HttpFoundation\Request {#191 …}
        $type: 1
        $catch: true
      }
    }
    /www/htdocs/w01038ea/sw6.feingefuehl-shop.de/vendor/shopware/core/HttpKernel.php:75 {
      Shopware\Core\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true): HttpKernelResult …
      › try {    return $this->doHandle($request, (int) $type, (bool) $catch);} catch (DBALException $e) {
      arguments: {
        $request: Symfony\Component\HttpFoundation\Request {#5 …}
        $type: 1
        $catch: true
      }
    }
    /www/htdocs/w01038ea/sw6.feingefuehl-shop.de/public/index.php:85 {
      › 
      › $result = $kernel->handle($request);arguments: {
        $request: Symfony\Component\HttpFoundation\Request {#5 …}
      }
    }
  }
}
logger
Symfony\Bridge\Monolog\Logger {#1032 …8}

Request Headers

Header Value
accept
"*/*"
accept-encoding
"gzip, br, zstd, deflate"
forwarded
"for="216.73.216.51";host="sw6.feingefuehl-shop.de";proto=https"
host
"sw6.feingefuehl-shop.de"
sw-context-token
"aq59h26m22JU1LN6oKhV8vCZFblKZLc4"
sw-language-id
"2fbb5fe2e29a4d70aa5854ce7ce3e20b"
user-agent
"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)"
x-forwarded-for
"216.73.216.51"
x-php-ob-level
"0"
x-real-client-ip
"216.73.216.51"
x-real-client-ua
"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)"

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
"Sat, 06 Dec 2025 12:35:26 GMT"
sw-context-token
"aq59h26m22JU1LN6oKhV8vCZFblKZLc4"
sw-language-id
"2fbb5fe2e29a4d70aa5854ce7ce3e20b"
x-debug-exception
"No%20route%20found%20for%20%22GET%20https%3A%2F%2Fsw6.feingefuehl-shop.de%2Frobots.txt%22"
x-debug-exception-file
"%2Fwww%2Fhtdocs%2Fw01038ea%2Fsw6.feingefuehl-shop.de%2Fvendor%2Fsymfony%2Fhttp-kernel%2FEventListener%2FRouterListener.php:135"
x-debug-token
"4d128d"
x-frame-options
"deny"

Cookies

Request Cookies

No request cookies

Response Cookies

No response cookies

Session 11

Session Metadata

Key Value
Created
"Sat, 06 Dec 25 12:35:26 +0000"
Last used
"Sat, 06 Dec 25 12:35:26 +0000"
Lifetime
0

Session Attributes

Attribute Value
sessionId
"df18be336350ed80b2f90999f88f479e"
sw-context-token
"aq59h26m22JU1LN6oKhV8vCZFblKZLc4"
sw-sales-channel-id
"14555e24010e4b1ab4e0982c1961efb8"

Session Usage

11 Usages
Stateless check enabled
Usage
Shopware\Storefront\Framework\Routing\StorefrontSubscriber:179
[
  [
    "file" => "/www/htdocs/w01038ea/sw6.feingefuehl-shop.de/vendor/shopware/storefront/Framework/Routing/StorefrontSubscriber.php"
    "line" => 179
    "function" => "start"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/www/htdocs/w01038ea/sw6.feingefuehl-shop.de/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 117
    "function" => "startSession"
    "class" => "Shopware\Storefront\Framework\Routing\StorefrontSubscriber"
    "type" => "->"
  ]
  [
    "file" => "/www/htdocs/w01038ea/sw6.feingefuehl-shop.de/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 230
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/www/htdocs/w01038ea/sw6.feingefuehl-shop.de/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 59
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/www/htdocs/w01038ea/sw6.feingefuehl-shop.de/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php"
    "line" => 54
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/www/htdocs/w01038ea/sw6.feingefuehl-shop.de/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php"
    "line" => 96
    "function" => "dispatch"
    "class" => "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/www/htdocs/w01038ea/sw6.feingefuehl-shop.de/vendor/shopware/core/Framework/Event/BusinessEventDispatcher.php"
    "line" => 53
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Webhook\WebhookDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/www/htdocs/w01038ea/sw6.feingefuehl-shop.de/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php"
    "line" => 35
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Event\BusinessEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/www/htdocs/w01038ea/sw6.feingefuehl-shop.de/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 154
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Event\NestedEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/www/htdocs/w01038ea/sw6.feingefuehl-shop.de/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 139
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/www/htdocs/w01038ea/sw6.feingefuehl-shop.de/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 75
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/www/htdocs/w01038ea/sw6.feingefuehl-shop.de/vendor/symfony/http-kernel/Kernel.php"
    "line" => 202
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/www/htdocs/w01038ea/sw6.feingefuehl-shop.de/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php"
    "line" => 86
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/www/htdocs/w01038ea/sw6.feingefuehl-shop.de/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 479
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler"
    "type" => "::"
  ]
  [
    "file" => "/www/htdocs/w01038ea/sw6.feingefuehl-shop.de/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 452
    "function" => "forward"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/www/htdocs/w01038ea/sw6.feingefuehl-shop.de/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 346
    "function" => "fetch"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/www/htdocs/w01038ea/sw6.feingefuehl-shop.de/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 224
    "function" => "lookup"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/www/htdocs/w01038ea/sw6.feingefuehl-shop.de/vendor/shopware/core/HttpKernel.php"
    "line" => 149
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/www/htdocs/w01038ea/sw6.feingefuehl-shop.de/vendor/shopware/core/HttpKernel.php"
    "line" => 75
    "function" => "doHandle"
    "class" => "Shopware\Core\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/www/htdocs/w01038ea/sw6.feingefuehl-shop.de/public/index.php"
    "line" => 85
    "function" => "handle"
    "class" => "Shopware\Core\HttpKernel"
    "type" => "->"
  ]
]
Shopware\Storefront\Framework\Routing\StorefrontSubscriber:180
[
  [
    "file" => "/www/htdocs/w01038ea/sw6.feingefuehl-shop.de/vendor/shopware/storefront/Framework/Routing/StorefrontSubscriber.php"
    "line" => 180
    "function" => "set"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/www/htdocs/w01038ea/sw6.feingefuehl-shop.de/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 117
    "function" => "startSession"
    "class" => "Shopware\Storefront\Framework\Routing\StorefrontSubscriber"
    "type" => "->"
  ]
  [
    "file" => "/www/htdocs/w01038ea/sw6.feingefuehl-shop.de/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 230
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/www/htdocs/w01038ea/sw6.feingefuehl-shop.de/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 59
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/www/htdocs/w01038ea/sw6.feingefuehl-shop.de/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php"
    "line" => 54
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/www/htdocs/w01038ea/sw6.feingefuehl-shop.de/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php"
    "line" => 96
    "function" => "dispatch"
    "class" => "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/www/htdocs/w01038ea/sw6.feingefuehl-shop.de/vendor/shopware/core/Framework/Event/BusinessEventDispatcher.php"
    "line" => 53
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Webhook\WebhookDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/www/htdocs/w01038ea/sw6.feingefuehl-shop.de/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php"
    "line" => 35
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Event\BusinessEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/www/htdocs/w01038ea/sw6.feingefuehl-shop.de/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 154
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Event\NestedEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/www/htdocs/w01038ea/sw6.feingefuehl-shop.de/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 139
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/www/htdocs/w01038ea/sw6.feingefuehl-shop.de/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 75
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/www/htdocs/w01038ea/sw6.feingefuehl-shop.de/vendor/symfony/http-kernel/Kernel.php"
    "line" => 202
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/www/htdocs/w01038ea/sw6.feingefuehl-shop.de/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php"
    "line" => 86
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/www/htdocs/w01038ea/sw6.feingefuehl-shop.de/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 479
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler"
    "type" => "::"
  ]
  [
    "file" => "/www/htdocs/w01038ea/sw6.feingefuehl-shop.de/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 452
    "function" => "forward"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/www/htdocs/w01038ea/sw6.feingefuehl-shop.de/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 346
    "function" => "fetch"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/www/htdocs/w01038ea/sw6.feingefuehl-shop.de/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 224
    "function" => "lookup"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/www/htdocs/w01038ea/sw6.feingefuehl-shop.de/vendor/shopware/core/HttpKernel.php"
    "line" => 149
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/www/htdocs/w01038ea/sw6.feingefuehl-shop.de/vendor/shopware/core/HttpKernel.php"
    "line" => 75
    "function" => "doHandle"
    "class" => "Shopware\Core\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/www/htdocs/w01038ea/sw6.feingefuehl-shop.de/public/index.php"
    "line" => 85
    "function" => "handle"
    "class" => "Shopware\Core\HttpKernel"
    "type" => "->"
  ]
]
Shopware\Storefront\Framework\Routing\StorefrontSubscriber:411
[
  [
    "file" => "/www/htdocs/w01038ea/sw6.feingefuehl-shop.de/vendor/shopware/storefront/Framework/Routing/StorefrontSubscriber.php"
    "line" => 411
    "function" => "has"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/www/htdocs/w01038ea/sw6.feingefuehl-shop.de/vendor/shopware/storefront/Framework/Routing/StorefrontSubscriber.php"
    "line" => 192
    "function" => "shouldRenewToken"
    "class" => "Shopware\Storefront\Framework\Routing\StorefrontSubscriber"
    "type" => "->"
  ]
  [
    "file" => "/www/htdocs/w01038ea/sw6.feingefuehl-shop.de/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 117
    "function" => "startSession"
    "class" => "Shopware\Storefront\Framework\Routing\StorefrontSubscriber"
    "type" => "->"
  ]
  [
    "file" => "/www/htdocs/w01038ea/sw6.feingefuehl-shop.de/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 230
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/www/htdocs/w01038ea/sw6.feingefuehl-shop.de/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 59
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/www/htdocs/w01038ea/sw6.feingefuehl-shop.de/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php"
    "line" => 54
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/www/htdocs/w01038ea/sw6.feingefuehl-shop.de/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php"
    "line" => 96
    "function" => "dispatch"
    "class" => "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/www/htdocs/w01038ea/sw6.feingefuehl-shop.de/vendor/shopware/core/Framework/Event/BusinessEventDispatcher.php"
    "line" => 53
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Webhook\WebhookDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/www/htdocs/w01038ea/sw6.feingefuehl-shop.de/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php"
    "line" => 35
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Event\BusinessEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/www/htdocs/w01038ea/sw6.feingefuehl-shop.de/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 154
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Event\NestedEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/www/htdocs/w01038ea/sw6.feingefuehl-shop.de/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 139
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/www/htdocs/w01038ea/sw6.feingefuehl-shop.de/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 75
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/www/htdocs/w01038ea/sw6.feingefuehl-shop.de/vendor/symfony/http-kernel/Kernel.php"
    "line" => 202
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/www/htdocs/w01038ea/sw6.feingefuehl-shop.de/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php"
    "line" => 86
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/www/htdocs/w01038ea/sw6.feingefuehl-shop.de/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 479
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler"
    "type" => "::"
  ]
  [
    "file" => "/www/htdocs/w01038ea/sw6.feingefuehl-shop.de/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 452
    "function" => "forward"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/www/htdocs/w01038ea/sw6.feingefuehl-shop.de/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 346
    "function" => "fetch"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/www/htdocs/w01038ea/sw6.feingefuehl-shop.de/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 224
    "function" => "lookup"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/www/htdocs/w01038ea/sw6.feingefuehl-shop.de/vendor/shopware/core/HttpKernel.php"
    "line" => 149
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/www/htdocs/w01038ea/sw6.feingefuehl-shop.de/vendor/shopware/core/HttpKernel.php"
    "line" => 75
    "function" => "doHandle"
    "class" => "Shopware\Core\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/www/htdocs/w01038ea/sw6.feingefuehl-shop.de/public/index.php"
    "line" => 85
    "function" => "handle"
    "class" => "Shopware\Core\HttpKernel"
    "type" => "->"
  ]
]
Shopware\Storefront\Framework\Routing\StorefrontSubscriber:194
[
  [
    "file" => "/www/htdocs/w01038ea/sw6.feingefuehl-shop.de/vendor/shopware/storefront/Framework/Routing/StorefrontSubscriber.php"
    "line" => 194
    "function" => "set"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/www/htdocs/w01038ea/sw6.feingefuehl-shop.de/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 117
    "function" => "startSession"
    "class" => "Shopware\Storefront\Framework\Routing\StorefrontSubscriber"
    "type" => "->"
  ]
  [
    "file" => "/www/htdocs/w01038ea/sw6.feingefuehl-shop.de/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 230
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/www/htdocs/w01038ea/sw6.feingefuehl-shop.de/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 59
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/www/htdocs/w01038ea/sw6.feingefuehl-shop.de/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php"
    "line" => 54
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/www/htdocs/w01038ea/sw6.feingefuehl-shop.de/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php"
    "line" => 96
    "function" => "dispatch"
    "class" => "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/www/htdocs/w01038ea/sw6.feingefuehl-shop.de/vendor/shopware/core/Framework/Event/BusinessEventDispatcher.php"
    "line" => 53
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Webhook\WebhookDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/www/htdocs/w01038ea/sw6.feingefuehl-shop.de/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php"
    "line" => 35
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Event\BusinessEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/www/htdocs/w01038ea/sw6.feingefuehl-shop.de/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 154
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Event\NestedEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/www/htdocs/w01038ea/sw6.feingefuehl-shop.de/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 139
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/www/htdocs/w01038ea/sw6.feingefuehl-shop.de/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 75
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/www/htdocs/w01038ea/sw6.feingefuehl-shop.de/vendor/symfony/http-kernel/Kernel.php"
    "line" => 202
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/www/htdocs/w01038ea/sw6.feingefuehl-shop.de/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php"
    "line" => 86
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/www/htdocs/w01038ea/sw6.feingefuehl-shop.de/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 479
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler"
    "type" => "::"
  ]
  [
    "file" => "/www/htdocs/w01038ea/sw6.feingefuehl-shop.de/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 452
    "function" => "forward"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/www/htdocs/w01038ea/sw6.feingefuehl-shop.de/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 346
    "function" => "fetch"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/www/htdocs/w01038ea/sw6.feingefuehl-shop.de/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 224
    "function" => "lookup"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/www/htdocs/w01038ea/sw6.feingefuehl-shop.de/vendor/shopware/core/HttpKernel.php"
    "line" => 149
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/www/htdocs/w01038ea/sw6.feingefuehl-shop.de/vendor/shopware/core/HttpKernel.php"
    "line" => 75
    "function" => "doHandle"
    "class" => "Shopware\Core\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/www/htdocs/w01038ea/sw6.feingefuehl-shop.de/public/index.php"
    "line" => 85
    "function" => "handle"
    "class" => "Shopware\Core\HttpKernel"
    "type" => "->"
  ]
]
Shopware\Storefront\Framework\Routing\StorefrontSubscriber:195
[
  [
    "file" => "/www/htdocs/w01038ea/sw6.feingefuehl-shop.de/vendor/shopware/storefront/Framework/Routing/StorefrontSubscriber.php"
    "line" => 195
    "function" => "set"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/www/htdocs/w01038ea/sw6.feingefuehl-shop.de/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 117
    "function" => "startSession"
    "class" => "Shopware\Storefront\Framework\Routing\StorefrontSubscriber"
    "type" => "->"
  ]
  [
    "file" => "/www/htdocs/w01038ea/sw6.feingefuehl-shop.de/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 230
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/www/htdocs/w01038ea/sw6.feingefuehl-shop.de/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 59
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/www/htdocs/w01038ea/sw6.feingefuehl-shop.de/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php"
    "line" => 54
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/www/htdocs/w01038ea/sw6.feingefuehl-shop.de/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php"
    "line" => 96
    "function" => "dispatch"
    "class" => "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/www/htdocs/w01038ea/sw6.feingefuehl-shop.de/vendor/shopware/core/Framework/Event/BusinessEventDispatcher.php"
    "line" => 53
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Webhook\WebhookDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/www/htdocs/w01038ea/sw6.feingefuehl-shop.de/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php"
    "line" => 35
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Event\BusinessEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/www/htdocs/w01038ea/sw6.feingefuehl-shop.de/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 154
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Event\NestedEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/www/htdocs/w01038ea/sw6.feingefuehl-shop.de/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 139
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/www/htdocs/w01038ea/sw6.feingefuehl-shop.de/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 75
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/www/htdocs/w01038ea/sw6.feingefuehl-shop.de/vendor/symfony/http-kernel/Kernel.php"
    "line" => 202
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/www/htdocs/w01038ea/sw6.feingefuehl-shop.de/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php"
    "line" => 86
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/www/htdocs/w01038ea/sw6.feingefuehl-shop.de/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 479
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler"
    "type" => "::"
  ]
  [
    "file" => "/www/htdocs/w01038ea/sw6.feingefuehl-shop.de/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 452
    "function" => "forward"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/www/htdocs/w01038ea/sw6.feingefuehl-shop.de/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 346
    "function" => "fetch"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/www/htdocs/w01038ea/sw6.feingefuehl-shop.de/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 224
    "function" => "lookup"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/www/htdocs/w01038ea/sw6.feingefuehl-shop.de/vendor/shopware/core/HttpKernel.php"
    "line" => 149
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/www/htdocs/w01038ea/sw6.feingefuehl-shop.de/vendor/shopware/core/HttpKernel.php"
    "line" => 75
    "function" => "doHandle"
    "class" => "Shopware\Core\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/www/htdocs/w01038ea/sw6.feingefuehl-shop.de/public/index.php"
    "line" => 85
    "function" => "handle"
    "class" => "Shopware\Core\HttpKernel"
    "type" => "->"
  ]
]
Shopware\Storefront\Framework\Routing\StorefrontSubscriber:200
[
  [
    "file" => "/www/htdocs/w01038ea/sw6.feingefuehl-shop.de/vendor/shopware/storefront/Framework/Routing/StorefrontSubscriber.php"
    "line" => 200
    "function" => "get"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/www/htdocs/w01038ea/sw6.feingefuehl-shop.de/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 117
    "function" => "startSession"
    "class" => "Shopware\Storefront\Framework\Routing\StorefrontSubscriber"
    "type" => "->"
  ]
  [
    "file" => "/www/htdocs/w01038ea/sw6.feingefuehl-shop.de/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 230
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/www/htdocs/w01038ea/sw6.feingefuehl-shop.de/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 59
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/www/htdocs/w01038ea/sw6.feingefuehl-shop.de/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php"
    "line" => 54
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/www/htdocs/w01038ea/sw6.feingefuehl-shop.de/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php"
    "line" => 96
    "function" => "dispatch"
    "class" => "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/www/htdocs/w01038ea/sw6.feingefuehl-shop.de/vendor/shopware/core/Framework/Event/BusinessEventDispatcher.php"
    "line" => 53
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Webhook\WebhookDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/www/htdocs/w01038ea/sw6.feingefuehl-shop.de/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php"
    "line" => 35
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Event\BusinessEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/www/htdocs/w01038ea/sw6.feingefuehl-shop.de/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 154
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Event\NestedEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/www/htdocs/w01038ea/sw6.feingefuehl-shop.de/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 139
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/www/htdocs/w01038ea/sw6.feingefuehl-shop.de/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 75
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/www/htdocs/w01038ea/sw6.feingefuehl-shop.de/vendor/symfony/http-kernel/Kernel.php"
    "line" => 202
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/www/htdocs/w01038ea/sw6.feingefuehl-shop.de/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php"
    "line" => 86
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/www/htdocs/w01038ea/sw6.feingefuehl-shop.de/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 479
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler"
    "type" => "::"
  ]
  [
    "file" => "/www/htdocs/w01038ea/sw6.feingefuehl-shop.de/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 452
    "function" => "forward"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/www/htdocs/w01038ea/sw6.feingefuehl-shop.de/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 346
    "function" => "fetch"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/www/htdocs/w01038ea/sw6.feingefuehl-shop.de/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 224
    "function" => "lookup"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/www/htdocs/w01038ea/sw6.feingefuehl-shop.de/vendor/shopware/core/HttpKernel.php"
    "line" => 149
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/www/htdocs/w01038ea/sw6.feingefuehl-shop.de/vendor/shopware/core/HttpKernel.php"
    "line" => 75
    "function" => "doHandle"
    "class" => "Shopware\Core\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/www/htdocs/w01038ea/sw6.feingefuehl-shop.de/public/index.php"
    "line" => 85
    "function" => "handle"
    "class" => "Shopware\Core\HttpKernel"
    "type" => "->"
  ]
]
Symfony\Component\HttpKernel\DataCollector\RequestDataCollector:72
[
  [
    "file" => "/www/htdocs/w01038ea/sw6.feingefuehl-shop.de/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php"
    "line" => 72
    "function" => "getMetadataBag"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/www/htdocs/w01038ea/sw6.feingefuehl-shop.de/vendor/symfony/http-kernel/Profiler/Profiler.php"
    "line" => 161
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector"
    "type" => "->"
  ]
  [
    "file" => "/www/htdocs/w01038ea/sw6.feingefuehl-shop.de/vendor/symfony/http-kernel/EventListener/ProfilerListener.php"
    "line" => 108
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\Profiler\Profiler"
    "type" => "->"
  ]
  [
    "file" => "/www/htdocs/w01038ea/sw6.feingefuehl-shop.de/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 117
    "function" => "onKernelResponse"
    "class" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener"
    "type" => "->"
  ]
  [
    "file" => "/www/htdocs/w01038ea/sw6.feingefuehl-shop.de/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 230
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/www/htdocs/w01038ea/sw6.feingefuehl-shop.de/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 59
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/www/htdocs/w01038ea/sw6.feingefuehl-shop.de/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php"
    "line" => 54
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/www/htdocs/w01038ea/sw6.feingefuehl-shop.de/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php"
    "line" => 96
    "function" => "dispatch"
    "class" => "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/www/htdocs/w01038ea/sw6.feingefuehl-shop.de/vendor/shopware/core/Framework/Event/BusinessEventDispatcher.php"
    "line" => 53
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Webhook\WebhookDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/www/htdocs/w01038ea/sw6.feingefuehl-shop.de/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php"
    "line" => 35
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Event\BusinessEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/www/htdocs/w01038ea/sw6.feingefuehl-shop.de/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 154
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Event\NestedEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/www/htdocs/w01038ea/sw6.feingefuehl-shop.de/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 196
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/www/htdocs/w01038ea/sw6.feingefuehl-shop.de/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 184
    "function" => "filterResponse"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/www/htdocs/w01038ea/sw6.feingefuehl-shop.de/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 75
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/www/htdocs/w01038ea/sw6.feingefuehl-shop.de/vendor/symfony/http-kernel/EventListener/ErrorListener.php"
    "line" => 91
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/www/htdocs/w01038ea/sw6.feingefuehl-shop.de/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 117
    "function" => "onKernelException"
    "class" => "Symfony\Component\HttpKernel\EventListener\ErrorListener"
    "type" => "->"
  ]
  [
    "file" => "/www/htdocs/w01038ea/sw6.feingefuehl-shop.de/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 230
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/www/htdocs/w01038ea/sw6.feingefuehl-shop.de/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 59
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/www/htdocs/w01038ea/sw6.feingefuehl-shop.de/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php"
    "line" => 54
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/www/htdocs/w01038ea/sw6.feingefuehl-shop.de/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php"
    "line" => 96
    "function" => "dispatch"
    "class" => "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/www/htdocs/w01038ea/sw6.feingefuehl-shop.de/vendor/shopware/core/Framework/Event/BusinessEventDispatcher.php"
    "line" => 53
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Webhook\WebhookDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/www/htdocs/w01038ea/sw6.feingefuehl-shop.de/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php"
    "line" => 35
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Event\BusinessEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/www/htdocs/w01038ea/sw6.feingefuehl-shop.de/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 154
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Event\NestedEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/www/htdocs/w01038ea/sw6.feingefuehl-shop.de/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 223
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/www/htdocs/w01038ea/sw6.feingefuehl-shop.de/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 86
    "function" => "handleThrowable"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/www/htdocs/w01038ea/sw6.feingefuehl-shop.de/vendor/symfony/http-kernel/Kernel.php"
    "line" => 202
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/www/htdocs/w01038ea/sw6.feingefuehl-shop.de/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php"
    "line" => 86
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/www/htdocs/w01038ea/sw6.feingefuehl-shop.de/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 479
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler"
    "type" => "::"
  ]
  [
    "file" => "/www/htdocs/w01038ea/sw6.feingefuehl-shop.de/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 452
    "function" => "forward"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/www/htdocs/w01038ea/sw6.feingefuehl-shop.de/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 346
    "function" => "fetch"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/www/htdocs/w01038ea/sw6.feingefuehl-shop.de/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 224
    "function" => "lookup"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/www/htdocs/w01038ea/sw6.feingefuehl-shop.de/vendor/shopware/core/HttpKernel.php"
    "line" => 149
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/www/htdocs/w01038ea/sw6.feingefuehl-shop.de/vendor/shopware/core/HttpKernel.php"
    "line" => 75
    "function" => "doHandle"
    "class" => "Shopware\Core\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/www/htdocs/w01038ea/sw6.feingefuehl-shop.de/public/index.php"
    "line" => 85
    "function" => "handle"
    "class" => "Shopware\Core\HttpKernel"
    "type" => "->"
  ]
]
Symfony\Component\HttpKernel\DataCollector\RequestDataCollector:73
[
  [
    "file" => "/www/htdocs/w01038ea/sw6.feingefuehl-shop.de/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php"
    "line" => 73
    "function" => "getMetadataBag"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/www/htdocs/w01038ea/sw6.feingefuehl-shop.de/vendor/symfony/http-kernel/Profiler/Profiler.php"
    "line" => 161
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector"
    "type" => "->"
  ]
  [
    "file" => "/www/htdocs/w01038ea/sw6.feingefuehl-shop.de/vendor/symfony/http-kernel/EventListener/ProfilerListener.php"
    "line" => 108
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\Profiler\Profiler"
    "type" => "->"
  ]
  [
    "file" => "/www/htdocs/w01038ea/sw6.feingefuehl-shop.de/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 117
    "function" => "onKernelResponse"
    "class" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener"
    "type" => "->"
  ]
  [
    "file" => "/www/htdocs/w01038ea/sw6.feingefuehl-shop.de/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 230
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/www/htdocs/w01038ea/sw6.feingefuehl-shop.de/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 59
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/www/htdocs/w01038ea/sw6.feingefuehl-shop.de/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php"
    "line" => 54
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/www/htdocs/w01038ea/sw6.feingefuehl-shop.de/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php"
    "line" => 96
    "function" => "dispatch"
    "class" => "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/www/htdocs/w01038ea/sw6.feingefuehl-shop.de/vendor/shopware/core/Framework/Event/BusinessEventDispatcher.php"
    "line" => 53
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Webhook\WebhookDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/www/htdocs/w01038ea/sw6.feingefuehl-shop.de/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php"
    "line" => 35
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Event\BusinessEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/www/htdocs/w01038ea/sw6.feingefuehl-shop.de/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 154
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Event\NestedEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/www/htdocs/w01038ea/sw6.feingefuehl-shop.de/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 196
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/www/htdocs/w01038ea/sw6.feingefuehl-shop.de/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 184
    "function" => "filterResponse"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/www/htdocs/w01038ea/sw6.feingefuehl-shop.de/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 75
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/www/htdocs/w01038ea/sw6.feingefuehl-shop.de/vendor/symfony/http-kernel/EventListener/ErrorListener.php"
    "line" => 91
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/www/htdocs/w01038ea/sw6.feingefuehl-shop.de/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 117
    "function" => "onKernelException"
    "class" => "Symfony\Component\HttpKernel\EventListener\ErrorListener"
    "type" => "->"
  ]
  [
    "file" => "/www/htdocs/w01038ea/sw6.feingefuehl-shop.de/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 230
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/www/htdocs/w01038ea/sw6.feingefuehl-shop.de/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 59
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/www/htdocs/w01038ea/sw6.feingefuehl-shop.de/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php"
    "line" => 54
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/www/htdocs/w01038ea/sw6.feingefuehl-shop.de/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php"
    "line" => 96
    "function" => "dispatch"
    "class" => "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/www/htdocs/w01038ea/sw6.feingefuehl-shop.de/vendor/shopware/core/Framework/Event/BusinessEventDispatcher.php"
    "line" => 53
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Webhook\WebhookDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/www/htdocs/w01038ea/sw6.feingefuehl-shop.de/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php"
    "line" => 35
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Event\BusinessEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/www/htdocs/w01038ea/sw6.feingefuehl-shop.de/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 154
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Event\NestedEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/www/htdocs/w01038ea/sw6.feingefuehl-shop.de/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 223
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/www/htdocs/w01038ea/sw6.feingefuehl-shop.de/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 86
    "function" => "handleThrowable"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/www/htdocs/w01038ea/sw6.feingefuehl-shop.de/vendor/symfony/http-kernel/Kernel.php"
    "line" => 202
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/www/htdocs/w01038ea/sw6.feingefuehl-shop.de/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php"
    "line" => 86
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/www/htdocs/w01038ea/sw6.feingefuehl-shop.de/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 479
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler"
    "type" => "::"
  ]
  [
    "file" => "/www/htdocs/w01038ea/sw6.feingefuehl-shop.de/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 452
    "function" => "forward"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/www/htdocs/w01038ea/sw6.feingefuehl-shop.de/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 346
    "function" => "fetch"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/www/htdocs/w01038ea/sw6.feingefuehl-shop.de/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 224
    "function" => "lookup"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/www/htdocs/w01038ea/sw6.feingefuehl-shop.de/vendor/shopware/core/HttpKernel.php"
    "line" => 149
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/www/htdocs/w01038ea/sw6.feingefuehl-shop.de/vendor/shopware/core/HttpKernel.php"
    "line" => 75
    "function" => "doHandle"
    "class" => "Shopware\Core\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/www/htdocs/w01038ea/sw6.feingefuehl-shop.de/public/index.php"
    "line" => 85
    "function" => "handle"
    "class" => "Shopware\Core\HttpKernel"
    "type" => "->"
  ]
]
Symfony\Component\HttpKernel\DataCollector\RequestDataCollector:74
[
  [
    "file" => "/www/htdocs/w01038ea/sw6.feingefuehl-shop.de/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php"
    "line" => 74
    "function" => "getMetadataBag"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/www/htdocs/w01038ea/sw6.feingefuehl-shop.de/vendor/symfony/http-kernel/Profiler/Profiler.php"
    "line" => 161
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector"
    "type" => "->"
  ]
  [
    "file" => "/www/htdocs/w01038ea/sw6.feingefuehl-shop.de/vendor/symfony/http-kernel/EventListener/ProfilerListener.php"
    "line" => 108
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\Profiler\Profiler"
    "type" => "->"
  ]
  [
    "file" => "/www/htdocs/w01038ea/sw6.feingefuehl-shop.de/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 117
    "function" => "onKernelResponse"
    "class" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener"
    "type" => "->"
  ]
  [
    "file" => "/www/htdocs/w01038ea/sw6.feingefuehl-shop.de/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 230
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/www/htdocs/w01038ea/sw6.feingefuehl-shop.de/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 59
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/www/htdocs/w01038ea/sw6.feingefuehl-shop.de/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php"
    "line" => 54
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/www/htdocs/w01038ea/sw6.feingefuehl-shop.de/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php"
    "line" => 96
    "function" => "dispatch"
    "class" => "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/www/htdocs/w01038ea/sw6.feingefuehl-shop.de/vendor/shopware/core/Framework/Event/BusinessEventDispatcher.php"
    "line" => 53
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Webhook\WebhookDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/www/htdocs/w01038ea/sw6.feingefuehl-shop.de/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php"
    "line" => 35
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Event\BusinessEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/www/htdocs/w01038ea/sw6.feingefuehl-shop.de/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 154
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Event\NestedEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/www/htdocs/w01038ea/sw6.feingefuehl-shop.de/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 196
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/www/htdocs/w01038ea/sw6.feingefuehl-shop.de/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 184
    "function" => "filterResponse"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/www/htdocs/w01038ea/sw6.feingefuehl-shop.de/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 75
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/www/htdocs/w01038ea/sw6.feingefuehl-shop.de/vendor/symfony/http-kernel/EventListener/ErrorListener.php"
    "line" => 91
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/www/htdocs/w01038ea/sw6.feingefuehl-shop.de/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 117
    "function" => "onKernelException"
    "class" => "Symfony\Component\HttpKernel\EventListener\ErrorListener"
    "type" => "->"
  ]
  [
    "file" => "/www/htdocs/w01038ea/sw6.feingefuehl-shop.de/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 230
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/www/htdocs/w01038ea/sw6.feingefuehl-shop.de/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 59
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/www/htdocs/w01038ea/sw6.feingefuehl-shop.de/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php"
    "line" => 54
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/www/htdocs/w01038ea/sw6.feingefuehl-shop.de/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php"
    "line" => 96
    "function" => "dispatch"
    "class" => "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/www/htdocs/w01038ea/sw6.feingefuehl-shop.de/vendor/shopware/core/Framework/Event/BusinessEventDispatcher.php"
    "line" => 53
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Webhook\WebhookDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/www/htdocs/w01038ea/sw6.feingefuehl-shop.de/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php"
    "line" => 35
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Event\BusinessEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/www/htdocs/w01038ea/sw6.feingefuehl-shop.de/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 154
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Event\NestedEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/www/htdocs/w01038ea/sw6.feingefuehl-shop.de/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 223
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/www/htdocs/w01038ea/sw6.feingefuehl-shop.de/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 86
    "function" => "handleThrowable"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/www/htdocs/w01038ea/sw6.feingefuehl-shop.de/vendor/symfony/http-kernel/Kernel.php"
    "line" => 202
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/www/htdocs/w01038ea/sw6.feingefuehl-shop.de/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php"
    "line" => 86
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/www/htdocs/w01038ea/sw6.feingefuehl-shop.de/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 479
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler"
    "type" => "::"
  ]
  [
    "file" => "/www/htdocs/w01038ea/sw6.feingefuehl-shop.de/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 452
    "function" => "forward"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/www/htdocs/w01038ea/sw6.feingefuehl-shop.de/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 346
    "function" => "fetch"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/www/htdocs/w01038ea/sw6.feingefuehl-shop.de/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 224
    "function" => "lookup"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/www/htdocs/w01038ea/sw6.feingefuehl-shop.de/vendor/shopware/core/HttpKernel.php"
    "line" => 149
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/www/htdocs/w01038ea/sw6.feingefuehl-shop.de/vendor/shopware/core/HttpKernel.php"
    "line" => 75
    "function" => "doHandle"
    "class" => "Shopware\Core\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/www/htdocs/w01038ea/sw6.feingefuehl-shop.de/public/index.php"
    "line" => 85
    "function" => "handle"
    "class" => "Shopware\Core\HttpKernel"
    "type" => "->"
  ]
]
Symfony\Component\HttpKernel\DataCollector\RequestDataCollector:75
[
  [
    "file" => "/www/htdocs/w01038ea/sw6.feingefuehl-shop.de/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php"
    "line" => 75
    "function" => "all"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/www/htdocs/w01038ea/sw6.feingefuehl-shop.de/vendor/symfony/http-kernel/Profiler/Profiler.php"
    "line" => 161
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector"
    "type" => "->"
  ]
  [
    "file" => "/www/htdocs/w01038ea/sw6.feingefuehl-shop.de/vendor/symfony/http-kernel/EventListener/ProfilerListener.php"
    "line" => 108
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\Profiler\Profiler"
    "type" => "->"
  ]
  [
    "file" => "/www/htdocs/w01038ea/sw6.feingefuehl-shop.de/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 117
    "function" => "onKernelResponse"
    "class" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener"
    "type" => "->"
  ]
  [
    "file" => "/www/htdocs/w01038ea/sw6.feingefuehl-shop.de/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 230
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/www/htdocs/w01038ea/sw6.feingefuehl-shop.de/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 59
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/www/htdocs/w01038ea/sw6.feingefuehl-shop.de/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php"
    "line" => 54
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/www/htdocs/w01038ea/sw6.feingefuehl-shop.de/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php"
    "line" => 96
    "function" => "dispatch"
    "class" => "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/www/htdocs/w01038ea/sw6.feingefuehl-shop.de/vendor/shopware/core/Framework/Event/BusinessEventDispatcher.php"
    "line" => 53
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Webhook\WebhookDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/www/htdocs/w01038ea/sw6.feingefuehl-shop.de/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php"
    "line" => 35
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Event\BusinessEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/www/htdocs/w01038ea/sw6.feingefuehl-shop.de/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 154
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Event\NestedEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/www/htdocs/w01038ea/sw6.feingefuehl-shop.de/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 196
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/www/htdocs/w01038ea/sw6.feingefuehl-shop.de/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 184
    "function" => "filterResponse"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/www/htdocs/w01038ea/sw6.feingefuehl-shop.de/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 75
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/www/htdocs/w01038ea/sw6.feingefuehl-shop.de/vendor/symfony/http-kernel/EventListener/ErrorListener.php"
    "line" => 91
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/www/htdocs/w01038ea/sw6.feingefuehl-shop.de/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 117
    "function" => "onKernelException"
    "class" => "Symfony\Component\HttpKernel\EventListener\ErrorListener"
    "type" => "->"
  ]
  [
    "file" => "/www/htdocs/w01038ea/sw6.feingefuehl-shop.de/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 230
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/www/htdocs/w01038ea/sw6.feingefuehl-shop.de/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 59
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/www/htdocs/w01038ea/sw6.feingefuehl-shop.de/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php"
    "line" => 54
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/www/htdocs/w01038ea/sw6.feingefuehl-shop.de/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php"
    "line" => 96
    "function" => "dispatch"
    "class" => "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/www/htdocs/w01038ea/sw6.feingefuehl-shop.de/vendor/shopware/core/Framework/Event/BusinessEventDispatcher.php"
    "line" => 53
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Webhook\WebhookDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/www/htdocs/w01038ea/sw6.feingefuehl-shop.de/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php"
    "line" => 35
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Event\BusinessEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/www/htdocs/w01038ea/sw6.feingefuehl-shop.de/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 154
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Event\NestedEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/www/htdocs/w01038ea/sw6.feingefuehl-shop.de/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 223
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/www/htdocs/w01038ea/sw6.feingefuehl-shop.de/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 86
    "function" => "handleThrowable"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/www/htdocs/w01038ea/sw6.feingefuehl-shop.de/vendor/symfony/http-kernel/Kernel.php"
    "line" => 202
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/www/htdocs/w01038ea/sw6.feingefuehl-shop.de/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php"
    "line" => 86
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/www/htdocs/w01038ea/sw6.feingefuehl-shop.de/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 479
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler"
    "type" => "::"
  ]
  [
    "file" => "/www/htdocs/w01038ea/sw6.feingefuehl-shop.de/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 452
    "function" => "forward"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/www/htdocs/w01038ea/sw6.feingefuehl-shop.de/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 346
    "function" => "fetch"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/www/htdocs/w01038ea/sw6.feingefuehl-shop.de/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 224
    "function" => "lookup"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/www/htdocs/w01038ea/sw6.feingefuehl-shop.de/vendor/shopware/core/HttpKernel.php"
    "line" => 149
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/www/htdocs/w01038ea/sw6.feingefuehl-shop.de/vendor/shopware/core/HttpKernel.php"
    "line" => 75
    "function" => "doHandle"
    "class" => "Shopware\Core\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/www/htdocs/w01038ea/sw6.feingefuehl-shop.de/public/index.php"
    "line" => 85
    "function" => "handle"
    "class" => "Shopware\Core\HttpKernel"
    "type" => "->"
  ]
]
Symfony\Component\HttpKernel\DataCollector\RequestDataCollector:76
[
  [
    "file" => "/www/htdocs/w01038ea/sw6.feingefuehl-shop.de/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php"
    "line" => 76
    "function" => "getFlashBag"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/www/htdocs/w01038ea/sw6.feingefuehl-shop.de/vendor/symfony/http-kernel/Profiler/Profiler.php"
    "line" => 161
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector"
    "type" => "->"
  ]
  [
    "file" => "/www/htdocs/w01038ea/sw6.feingefuehl-shop.de/vendor/symfony/http-kernel/EventListener/ProfilerListener.php"
    "line" => 108
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\Profiler\Profiler"
    "type" => "->"
  ]
  [
    "file" => "/www/htdocs/w01038ea/sw6.feingefuehl-shop.de/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 117
    "function" => "onKernelResponse"
    "class" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener"
    "type" => "->"
  ]
  [
    "file" => "/www/htdocs/w01038ea/sw6.feingefuehl-shop.de/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 230
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/www/htdocs/w01038ea/sw6.feingefuehl-shop.de/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 59
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/www/htdocs/w01038ea/sw6.feingefuehl-shop.de/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php"
    "line" => 54
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/www/htdocs/w01038ea/sw6.feingefuehl-shop.de/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php"
    "line" => 96
    "function" => "dispatch"
    "class" => "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/www/htdocs/w01038ea/sw6.feingefuehl-shop.de/vendor/shopware/core/Framework/Event/BusinessEventDispatcher.php"
    "line" => 53
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Webhook\WebhookDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/www/htdocs/w01038ea/sw6.feingefuehl-shop.de/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php"
    "line" => 35
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Event\BusinessEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/www/htdocs/w01038ea/sw6.feingefuehl-shop.de/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 154
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Event\NestedEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/www/htdocs/w01038ea/sw6.feingefuehl-shop.de/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 196
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/www/htdocs/w01038ea/sw6.feingefuehl-shop.de/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 184
    "function" => "filterResponse"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/www/htdocs/w01038ea/sw6.feingefuehl-shop.de/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 75
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/www/htdocs/w01038ea/sw6.feingefuehl-shop.de/vendor/symfony/http-kernel/EventListener/ErrorListener.php"
    "line" => 91
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/www/htdocs/w01038ea/sw6.feingefuehl-shop.de/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 117
    "function" => "onKernelException"
    "class" => "Symfony\Component\HttpKernel\EventListener\ErrorListener"
    "type" => "->"
  ]
  [
    "file" => "/www/htdocs/w01038ea/sw6.feingefuehl-shop.de/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 230
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/www/htdocs/w01038ea/sw6.feingefuehl-shop.de/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 59
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/www/htdocs/w01038ea/sw6.feingefuehl-shop.de/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php"
    "line" => 54
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/www/htdocs/w01038ea/sw6.feingefuehl-shop.de/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php"
    "line" => 96
    "function" => "dispatch"
    "class" => "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/www/htdocs/w01038ea/sw6.feingefuehl-shop.de/vendor/shopware/core/Framework/Event/BusinessEventDispatcher.php"
    "line" => 53
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Webhook\WebhookDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/www/htdocs/w01038ea/sw6.feingefuehl-shop.de/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php"
    "line" => 35
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Event\BusinessEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/www/htdocs/w01038ea/sw6.feingefuehl-shop.de/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 154
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Event\NestedEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/www/htdocs/w01038ea/sw6.feingefuehl-shop.de/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 223
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/www/htdocs/w01038ea/sw6.feingefuehl-shop.de/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 86
    "function" => "handleThrowable"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/www/htdocs/w01038ea/sw6.feingefuehl-shop.de/vendor/symfony/http-kernel/Kernel.php"
    "line" => 202
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/www/htdocs/w01038ea/sw6.feingefuehl-shop.de/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php"
    "line" => 86
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/www/htdocs/w01038ea/sw6.feingefuehl-shop.de/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 479
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler"
    "type" => "::"
  ]
  [
    "file" => "/www/htdocs/w01038ea/sw6.feingefuehl-shop.de/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 452
    "function" => "forward"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/www/htdocs/w01038ea/sw6.feingefuehl-shop.de/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 346
    "function" => "fetch"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/www/htdocs/w01038ea/sw6.feingefuehl-shop.de/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 224
    "function" => "lookup"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/www/htdocs/w01038ea/sw6.feingefuehl-shop.de/vendor/shopware/core/HttpKernel.php"
    "line" => 149
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/www/htdocs/w01038ea/sw6.feingefuehl-shop.de/vendor/shopware/core/HttpKernel.php"
    "line" => 75
    "function" => "doHandle"
    "class" => "Shopware\Core\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/www/htdocs/w01038ea/sw6.feingefuehl-shop.de/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
"def0000092bd845678a7f7194e9f128a95b8b989f994cabc56d9acf7694bcaee0f0fa1e4a502d701e43f5a808b27c9c04ed5477f0536c08780cdfead5585613a3b79b843"
APP_URL
"https://sw6.feingefuehl-shop.de"
BLUE_GREEN_DEPLOYMENT
"1"
COMPOSER_HOME
"/www/htdocs/w01038ea/sw6.feingefuehl-shop.de/var/cache/composer"
DATABASE_URL
"mysql://d03ad40a:s7DufL2Ukg2UhqrX@localhost:3306/d03ad40a"
INSTANCE_ID
"aLut1TCGZGONd8Ud05DN23ySYS72dotL"
MAILER_URL
"null://localhost"
SHOPWARE_CDN_STRATEGY_DEFAULT
"id"
SHOPWARE_ES_ENABLED
"0"
SHOPWARE_ES_HOSTS
""
SHOPWARE_ES_INDEXING_ENABLED
"0"
SHOPWARE_ES_INDEX_PREFIX
"sw"
SHOPWARE_HTTP_CACHE_ENABLED
"1"
SHOPWARE_HTTP_DEFAULT_TTL
"7200"

Defined as regular env variables

Key Value
APP_DEBUG
"1"
CONTEXT_DOCUMENT_ROOT
"/www/htdocs/w01038ea/sw6.feingefuehl-shop.de/public/"
CONTEXT_PREFIX
""
DOCUMENT_ROOT
"/www/htdocs/w01038ea/sw6.feingefuehl-shop.de/public/"
FCGI_ROLE
"RESPONDER"
GATEWAY_INTERFACE
"CGI/1.1"
H2PUSH
"off"
H2_PUSH
"off"
H2_PUSHED
""
H2_PUSHED_ON
""
H2_STREAM_ID
"1"
H2_STREAM_TAG
"2665896-157-1"
HOME
"/www/htdocs/w01038ea"
HTTP2
"on"
HTTPS
"on"
HTTP_ACCEPT
"*/*"
HTTP_ACCEPT_ENCODING
"gzip, br, zstd, deflate"
HTTP_FORWARDED
"for="216.73.216.51";host="sw6.feingefuehl-shop.de";proto=https"
HTTP_HOST
"sw6.feingefuehl-shop.de"
HTTP_USER_AGENT
"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)"
HTTP_X_FORWARDED_FOR
"216.73.216.51"
HTTP_X_REAL_CLIENT_IP
"216.73.216.51"
HTTP_X_REAL_CLIENT_UA
"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)"
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
"1"
REDIRECT_H2_STREAM_TAG
"2665896-157-1"
REDIRECT_HTTP2
"on"
REDIRECT_HTTPS
"on"
REDIRECT_SSL_CLIENT_CERT
""
REDIRECT_SSL_SERVER_CERT
"""
-----BEGIN CERTIFICATE-----\n
MIIFJzCCBA+gAwIBAgISBtZtqTdCsZgLoC78o8REcLm3MA0GCSqGSIb3DQEBCwUA\n
MDMxCzAJBgNVBAYTAlVTMRYwFAYDVQQKEw1MZXQncyBFbmNyeXB0MQwwCgYDVQQD\n
EwNSMTMwHhcNMjUxMTMwMDkwNTAzWhcNMjYwMjI4MDkwNTAyWjAiMSAwHgYDVQQD\n
ExdzdzYuZmVpbmdlZnVlaGwtc2hvcC5kZTCCASIwDQYJKoZIhvcNAQEBBQADggEP\n
ADCCAQoCggEBAJ4+fClleBMwMfDR+G1qsCwqqO0mKiqGmsMjCETHDuc4IjZjeqv6\n
zPJ3IIruhgZV8ruthqaRmjF0Mql9py700YV6TJprzsSYiKAyI8V0axkF7GpAeRoC\n
uvvPCDsYJ/BmbDgkTkeL2jzCdO7VbvI6XxHd1RZLwn0yMVKhhyGFKhdd3Ybou6ct\n
GpfUYIWQTqDuSgMoFVZn2aRu50l86qOIdsdk6vTH91zur+vsx+VQMm+8S9/TsD+/\n
fZSVZX6ERj6fQ4491rGxQ2lHHRin+IEheb0myVybBrXc9CMN6CdDIfJ+g1tU4j40\n
n6cxAiiOiD2fILOf/2hqbV6jIFSA3X23/+UCAwEAAaOCAkQwggJAMA4GA1UdDwEB\n
/wQEAwIFoDAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDAYDVR0TAQH/\n
BAIwADAdBgNVHQ4EFgQUwI5qXbBUO21xNDTPmt4MKb0Ec+MwHwYDVR0jBBgwFoAU\n
56ufDywzoFPTXk94yLKEDjvWkjMwMwYIKwYBBQUHAQEEJzAlMCMGCCsGAQUFBzAC\n
hhdodHRwOi8vcjEzLmkubGVuY3Iub3JnLzA/BgNVHREEODA2ghdzdzYuZmVpbmdl\n
ZnVlaGwtc2hvcC5kZYIbd3d3LnN3Ni5mZWluZ2VmdWVobC1zaG9wLmRlMBMGA1Ud\n
IAQMMAowCAYGZ4EMAQIBMC4GA1UdHwQnMCUwI6AhoB+GHWh0dHA6Ly9yMTMuYy5s\n
ZW5jci5vcmcvNTYuY3JsMIIBBAYKKwYBBAHWeQIEAgSB9QSB8gDwAHYAZBHEbKQS\n
7KeJHKICLgC8q08oB9QeNSer6v7VA8l9zfAAAAGa1De9eAAABAMARzBFAiEAw8LK\n
LLW0cJM6JC7QKxIPWVy71Dfi2wCAX7CP4eVDM9ECIA66CBLsEImajhx6jB5YvUJZ\n
i5lPMbp6AXFRlileBXePAHYAlpdkv1VYl633Q4doNwhCd+nwOtX2pPM2bkakPw/K\n
qcYAAAGa1DfFlQAABAMARzBFAiEAugZp8S1oBvwAnAvdhZ1xYgoYLZagkogfjMnk\n
piawlxsCICB5cYqvLv4Yujv7fZbEYZxoC1POBzHayd3pr27jchKvMA0GCSqGSIb3\n
DQEBCwUAA4IBAQAO96GgRD7gcCGJPKKisTNl512d8hjzKTZBB+0GSEncRnvN1f0I\n
lq8/J65pMzh0yaOnUMi1hRimR+P3p/6E7SlrDvpWM2455inFyq2BADZVb76rLvPx\n
4oCevuLTdAFkRxiFPE9r1NCZfrp/5czaUWO2uFQJk2Ly0lUf3+S8+onpDkLuYAWi\n
lGE/UWa6WROveN4mRU9BrqcCxivfrHz5Tij+SAumDmx/YDwqlp/+2P7GfHYxBQnz\n
VwS0iL9p33nVihlpuA1gOTHx55lt6c3oNFtjVtKcW91Zf1Xyri0sYlQPP2vJsS00\n
1z762t9HPLa+CRM2/hWEY4M4G1YNWtRsupvl\n
-----END CERTIFICATE-----\n
"""
REDIRECT_SSL_TLS_SNI
"sw6.feingefuehl-shop.de"
REDIRECT_STATUS
"200"
REDIRECT_UNIQUE_ID
"aTQjDthEd6LPtTnwpTpZmAAAmgo"
REDIRECT_URL
"/robots.txt"
REMOTE_ADDR
"127.0.0.1"
REMOTE_PORT
"58814"
REQUEST_METHOD
"GET"
REQUEST_SCHEME
"https"
REQUEST_TIME
1765024526
REQUEST_TIME_FLOAT
1765024526.36
REQUEST_URI
"/robots.txt"
SCRIPT_FILENAME
"/www/htdocs/w01038ea/sw6.feingefuehl-shop.de/public/index.php"
SCRIPT_NAME
"/index.php"
SERVER_ADDR
"85.13.161.61"
SERVER_ADMIN
"webmaster@sw6.feingefuehl-shop.de"
SERVER_NAME
"sw6.feingefuehl-shop.de"
SERVER_PORT
"443"
SERVER_PROTOCOL
"HTTP/2.0"
SERVER_SIGNATURE
""
SERVER_SOFTWARE
"Apache"
SSL_CLIENT_CERT
""
SSL_SERVER_CERT
"""
-----BEGIN CERTIFICATE-----\n
MIIFJzCCBA+gAwIBAgISBtZtqTdCsZgLoC78o8REcLm3MA0GCSqGSIb3DQEBCwUA\n
MDMxCzAJBgNVBAYTAlVTMRYwFAYDVQQKEw1MZXQncyBFbmNyeXB0MQwwCgYDVQQD\n
EwNSMTMwHhcNMjUxMTMwMDkwNTAzWhcNMjYwMjI4MDkwNTAyWjAiMSAwHgYDVQQD\n
ExdzdzYuZmVpbmdlZnVlaGwtc2hvcC5kZTCCASIwDQYJKoZIhvcNAQEBBQADggEP\n
ADCCAQoCggEBAJ4+fClleBMwMfDR+G1qsCwqqO0mKiqGmsMjCETHDuc4IjZjeqv6\n
zPJ3IIruhgZV8ruthqaRmjF0Mql9py700YV6TJprzsSYiKAyI8V0axkF7GpAeRoC\n
uvvPCDsYJ/BmbDgkTkeL2jzCdO7VbvI6XxHd1RZLwn0yMVKhhyGFKhdd3Ybou6ct\n
GpfUYIWQTqDuSgMoFVZn2aRu50l86qOIdsdk6vTH91zur+vsx+VQMm+8S9/TsD+/\n
fZSVZX6ERj6fQ4491rGxQ2lHHRin+IEheb0myVybBrXc9CMN6CdDIfJ+g1tU4j40\n
n6cxAiiOiD2fILOf/2hqbV6jIFSA3X23/+UCAwEAAaOCAkQwggJAMA4GA1UdDwEB\n
/wQEAwIFoDAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDAYDVR0TAQH/\n
BAIwADAdBgNVHQ4EFgQUwI5qXbBUO21xNDTPmt4MKb0Ec+MwHwYDVR0jBBgwFoAU\n
56ufDywzoFPTXk94yLKEDjvWkjMwMwYIKwYBBQUHAQEEJzAlMCMGCCsGAQUFBzAC\n
hhdodHRwOi8vcjEzLmkubGVuY3Iub3JnLzA/BgNVHREEODA2ghdzdzYuZmVpbmdl\n
ZnVlaGwtc2hvcC5kZYIbd3d3LnN3Ni5mZWluZ2VmdWVobC1zaG9wLmRlMBMGA1Ud\n
IAQMMAowCAYGZ4EMAQIBMC4GA1UdHwQnMCUwI6AhoB+GHWh0dHA6Ly9yMTMuYy5s\n
ZW5jci5vcmcvNTYuY3JsMIIBBAYKKwYBBAHWeQIEAgSB9QSB8gDwAHYAZBHEbKQS\n
7KeJHKICLgC8q08oB9QeNSer6v7VA8l9zfAAAAGa1De9eAAABAMARzBFAiEAw8LK\n
LLW0cJM6JC7QKxIPWVy71Dfi2wCAX7CP4eVDM9ECIA66CBLsEImajhx6jB5YvUJZ\n
i5lPMbp6AXFRlileBXePAHYAlpdkv1VYl633Q4doNwhCd+nwOtX2pPM2bkakPw/K\n
qcYAAAGa1DfFlQAABAMARzBFAiEAugZp8S1oBvwAnAvdhZ1xYgoYLZagkogfjMnk\n
piawlxsCICB5cYqvLv4Yujv7fZbEYZxoC1POBzHayd3pr27jchKvMA0GCSqGSIb3\n
DQEBCwUAA4IBAQAO96GgRD7gcCGJPKKisTNl512d8hjzKTZBB+0GSEncRnvN1f0I\n
lq8/J65pMzh0yaOnUMi1hRimR+P3p/6E7SlrDvpWM2455inFyq2BADZVb76rLvPx\n
4oCevuLTdAFkRxiFPE9r1NCZfrp/5czaUWO2uFQJk2Ly0lUf3+S8+onpDkLuYAWi\n
lGE/UWa6WROveN4mRU9BrqcCxivfrHz5Tij+SAumDmx/YDwqlp/+2P7GfHYxBQnz\n
VwS0iL9p33nVihlpuA1gOTHx55lt6c3oNFtjVtKcW91Zf1Xyri0sYlQPP2vJsS00\n
1z762t9HPLa+CRM2/hWEY4M4G1YNWtRsupvl\n
-----END CERTIFICATE-----\n
"""
SSL_TLS_SNI
"sw6.feingefuehl-shop.de"
SYMFONY_DOTENV_VARS
"APP_ENV,APP_SECRET,APP_URL,MAILER_URL,DATABASE_URL,COMPOSER_HOME,INSTANCE_ID,BLUE_GREEN_DEPLOYMENT,SHOPWARE_HTTP_CACHE_ENABLED,SHOPWARE_HTTP_DEFAULT_TTL,SHOPWARE_ES_HOSTS,SHOPWARE_ES_ENABLED,SHOPWARE_ES_INDEXING_ENABLED,SHOPWARE_ES_INDEX_PREFIX,SHOPWARE_CDN_STRATEGY_DEFAULT"
UNIQUE_ID
"aTQjDthEd6LPtTnwpTpZmAAAmgo"
USER
"w01038ea"
argc
0
argv
[]

Parent Request

Return to parent request (token = 045574)

Key Value
_is_sales_channel
true
_locale
"de-DE"
_remove_csp_headers
true
_stopwatch_token
"826a80"
resolved-uri
"/robots.txt"
sw-currency-id
"b7d2554b0ce847cd82f3ac9bd1c0dfca"
sw-domain-id
"cae205d309a344f0baf2e8b5ca852abb"
sw-maintenance
false
sw-maintenance-ip-whitelist
null
sw-original-request-uri
"/robots.txt"
sw-sales-channel-absolute-base-url
"https://sw6.feingefuehl-shop.de"
sw-sales-channel-base-url
""
sw-sales-channel-id
"14555e24010e4b1ab4e0982c1961efb8"
sw-snippet-set-id
"59c79b37cbbd46b1b21b8a8ac28c717e"
sw-storefront-url
"https://sw6.feingefuehl-shop.de"
theme-base-name
null
theme-id
"3d84365ee14c44f1ba4e1bfac1640cb2"
theme-name
"FeingefuehlTheme"