http://dev.m-medientechnik.de/navigation/4dee9e42ef604dd182382deae109b5f0

Exceptions

Cache tag "translator.Ein Anspruch auf Bearbeitung außerhalb der offiziellen Servicezeiten besteht ohne gültigen Servicevertrag nicht. Bei Fragen oder Problemen außerhalb unseres Verantwortungsbereiches berechnen wir für den Support 120 Euro netto / Stunde, außerhalb unserer Öffnungszeiten 199 Euro netto / Stunde. Die Abrechnung erfolgt gemäß Servicebericht." contains reserved characters "{}()/\@:".

Exception

Symfony\Component\Cache\Exception\ InvalidArgumentException

  1. }
  2. if ('' === $tag) {
  3. throw new InvalidArgumentException('Cache tag length must be greater than zero.');
  4. }
  5. if (false !== strpbrk($tag, self::RESERVED_CHARACTERS)) {
  6. throw new InvalidArgumentException(sprintf('Cache tag "%s" contains reserved characters "%s".', $tag, self::RESERVED_CHARACTERS));
  7. }
  8. $this->newMetadata[self::METADATA_TAGS][$tag] = $tag;
  9. }
  10. return $this;
  1. }
  2. $item = CacheCompressor::compress($item, $cacheResponse);
  3. $item->expiresAt($cacheResponse->getExpires());
  4. $item->tag($tags);
  5. $this->cache->save($item);
  6. $this->eventDispatcher->dispatch(
  7. new HttpCacheItemWrittenEvent($item, $tags, $request, $response)
  1. * @throws \Exception
  2. */
  3. protected function store(Request $request, Response $response)
  4. {
  5. try {
  6. $this->store->write($request, $response);
  7. $this->record($request, 'store');
  8. $response->headers->set('Age', $response->getAge());
  9. } catch (\Exception $e) {
  1. $subRequest->headers->remove('If-None-Match');
  2. $response = $this->forward($subRequest, $catch);
  3. if ($response->isCacheable()) {
  4. $this->store($request, $response);
  5. }
  6. return $response;
  7. }
  1. }
  2. if (null === $entry) {
  3. $this->record($request, 'miss');
  4. return $this->fetch($request, $catch);
  5. }
  6. if (!$this->isFreshEnough($request, $entry)) {
  7. $this->record($request, 'stale');
  1. reload the cache by fetching a fresh response and caching it (if possible).
  2. */
  3. $this->record($request, 'reload');
  4. $response = $this->fetch($request, $catch);
  5. } else {
  6. $response = $this->lookup($request, $catch);
  7. }
  8. $this->restoreResponseBody($request, $response);
  9. if (HttpKernelInterface::MAIN_REQUEST === $type) {
  1. && $container->getParameter('shopware.http.cache.enabled');
  2. if ($enabled && $container->has(CacheStore::class)) {
  3. $kernel = new static::$httpCacheClass($kernel, $container->get(CacheStore::class), null, ['debug' => $this->debug]);
  4. }
  5. $response = $kernel->handle($transformed, $type, $catch);
  6. // fire event to trigger runtime events like seo url headers
  7. $event = new BeforeSendResponseEvent($transformed, $response);
  8. $container->get('event_dispatcher')->dispatch($event);
in vendor/shopware/core/HttpKernel.php -> doHandle (line 81)
  1. if (!\is_bool($catch)) {
  2. Feature::triggerDeprecationOrThrow('v6.5.0.0', 'The third parameter `$catch` of `HttpKernel->handle()` will be typed to `bool`');
  3. }
  4. try {
  5. return $this->doHandle($request, (int) $type, (bool) $catch);
  6. } catch (Exception $e) {
  7. /** @var Params|array{url?: string} $connectionParams */
  8. $connectionParams = self::getConnection()->getParams();
  9. $message = str_replace([$connectionParams['url'] ?? null, $connectionParams['password'] ?? null, $connectionParams['user'] ?? null], '******', $e->getMessage());
HttpKernel->handle() in public/index.php (line 85)
  1. }
  2. } else {
  3. $kernel = new InstallerKernel($appEnv, $debug);
  4. }
  5. $result = $kernel->handle($request);
  6. if ($result instanceof Response) {
  7. $result->send();
  8. $kernel->terminate($request, $result);
  9. } else {

Logs

Level Channel Message
INFO 08:14:34 php Deprecated: Constant NumberFormatter::TYPE_CURRENCY is deprecated
{
    "exception": {}
}
INFO 08:14:34 request Matched route "_profiler".
{
    "route": "_profiler",
    "route_parameters": {
        "_route": "_profiler",
        "_controller": "web_profiler.controller.profiler::panelAction",
        "token": "latest"
    },
    "request_uri": "https://dev.m-medientechnik.de/_profiler/latest?ip=13.58.237.144",
    "method": "GET"
}
INFO 08:14:34 php User Deprecated: Since shopware/core : Class "Shopware\Storefront\Framework\Csrf\CsrfRouteListener" is deprecated and will be removed in v6.5.0.0.
{
    "exception": {}
}
INFO 08:14:34 php User Deprecated: Since shopware/core : Class "Shopware\Storefront\Framework\Csrf\CsrfRouteListener" is deprecated and will be removed in v6.5.0.0.
{
    "exception": {}
}
INFO 08:14:34 php User Deprecated: Since shopware/core : Class "Shopware\Core\Content\Mail\Service\MailerTransportFactory" is deprecated and will be removed in v6.5.0.0.
{
    "exception": {}
}
INFO 08:14:34 php User Deprecated: Since shopware/core : Class "Shopware\Core\Content\Mail\Service\MailerTransportFactory" is deprecated and will be removed in v6.5.0.0.
{
    "exception": {}
}
INFO 08:14:34 php User Deprecated: Since shopware/core : Class "Shopware\Storefront\Framework\Csrf\CsrfRouteListener" is deprecated and will be removed in v6.5.0.0.
{
    "exception": {}
}
INFO 08:14:34 php User Deprecated: Since shopware/core : Class "Shopware\Storefront\Framework\Csrf\CsrfRouteListener" is deprecated and will be removed in v6.5.0.0.
{
    "exception": {}
}

Stack Trace

InvalidArgumentException
Symfony\Component\Cache\Exception\InvalidArgumentException:
Cache tag "translator.Ein Anspruch auf Bearbeitung außerhalb der offiziellen Servicezeiten besteht ohne gültigen Servicevertrag nicht. Bei Fragen oder Problemen außerhalb unseres Verantwortungsbereiches berechnen wir für den Support 120 Euro netto / Stunde, außerhalb unserer Öffnungszeiten 199 Euro netto / Stunde. Die Abrechnung erfolgt gemäß Servicebericht." contains reserved characters "{}()/\@:".

  at vendor/symfony/cache/CacheItem.php:135
  at Symfony\Component\Cache\CacheItem->tag()
     (vendor/shopware/storefront/Framework/Cache/CacheStore.php:162)
  at Shopware\Storefront\Framework\Cache\CacheStore->write()
     (vendor/symfony/http-kernel/HttpCache/HttpCache.php:614)
  at Symfony\Component\HttpKernel\HttpCache\HttpCache->store()
     (vendor/symfony/http-kernel/HttpCache/HttpCache.php:458)
  at Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch()
     (vendor/symfony/http-kernel/HttpCache/HttpCache.php:349)
  at Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup()
     (vendor/symfony/http-kernel/HttpCache/HttpCache.php:227)
  at Symfony\Component\HttpKernel\HttpCache\HttpCache->handle()
     (vendor/shopware/core/HttpKernel.php:156)
  at Shopware\Core\HttpKernel->doHandle()
     (vendor/shopware/core/HttpKernel.php:81)
  at Shopware\Core\HttpKernel->handle()
     (public/index.php:85)