Hallo,
Seit kurzem funktioniert der Shop nicht mehr.
Fehlermeldung:
request.CRITICAL: Uncaught PHP Exception
Shopware\Storefront\Controller\Exception\StorefrontException:
"Can not render @Storefront/storefront/base.html.twig view: An exception has been thrown during the rendering of a template ("Path cannot be empty").
with these parameters: {"themeIconConfig":[]}" at base.html.twig line 25
Im StorefrontSubscriber.php::addIconSet()
wird als themeIconConfig
ein leeres Array gesetzt. Offenbar erwartet er hier aber ein „Icon-Set“. Die Funktion $themeConfig->getIconSets()
(Zeile 314) gibt kein IconSet zurück, aber woran liegt das???
Was ich versucht habe:
- Theme wechseln
- Alle Plugins deaktivieren
- Ins
dev
-Environment wechseln theme:refresh
theme:compile
theme:prepare-icons vendor/shopware/storefront/Resources/app/storefront/dist/assets/icon/default default -c true -r evenodd
cache:clear
assets:install
media:update-path
Leider alles ohne Erfolg.
Hat jemand eine Idee?
Danke!