> For the complete documentation index, see [llms.txt](https://themedocs.zenit.design/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://themedocs.zenit.design/update-guides/shopware-6.6.9.0.md).

# Shopware 6.6.9.0

{% hint style="success" %}
Das Problem wurde bereits Shopware gemeldet und in Issue <https://github.com/shopware/shopware/issues/6359> bearbeitet. Die Behebung ist für die Shopware Version 6.6.10.0 vorgesehen.
{% endhint %}

### Fehlermeldung

{% code overflow="wrap" %}

```
// Fehlermeldung
Unable to compile the theme "THEMENAME". Error: argument `$color` of `red($color)` must be a color: /home/shopware6/vendor/shopware/storefront/Resources/app/storefront/vendor/bootstrap/scss/_functions.scss on line 184, at column 3 Call Stack: #0 function luminance /home/shopware6/vendor/shopware/storefront/Resources/app/storefront/vendor/bootstrap/scss/_functions.scss on line 174 #1 function contrast-ratio /home/shopware6/vendor/shopware/storefront/Resources/app/storefront/vendor/bootstrap/scss/_functions.scss on line 159 #2 function color-contrast /home/shopware6/custom/plugins/zenitPlatformTHEMENAME/src/Resources/app/storefront/src/scss/component/_product-detail-content-accordion.scss on line 7 #3 import /home/shopware6/custom/plugins/zenitPlatformTHEMENAME/src/Resources/app/storefront/src/scss/component/_product-detail-content-accordion.scss /home/shopware6/custom/plugins/zenitPlatformTHEMENAME/src/Resources/app/storefront/src/scss/base.scss on line 63 #4 import /home/shopware6/custom/plugins/zenitPlatformTHEMENAME/src/Resources/app/storefront/src/scss/base.scss (unknown file) on line 656
```

{% endcode %}

### Ursache

Das hängt vermutlich mit dem in Version 6.6.9.0 umgesetzten Issue [NEXT-21038](https://github.com/shopware/shopware/blob/v6.6.9.0/changelog/release-6-6-9-0/2024-06-19-add-scss-validator.md) zusammen, in welchem ein *SCSSValidator* implementiert wurde.<br>

Bisher war es so, dass leere Farbfelder einen Fallback-Farbwert aus dem Theme SCSS übernommen haben. Nun wir bei leeren Farbfeldern ein SCSS-Fehler geworfen und das Theme wird nicht mehr kompiliert. Mehr Informationen findest Du im Beitrag [Theme Speicher Fehler](/faq/fehler/theme-speichern-fehler.md).

<figure><img src="/files/jBp85o2joplA2UMU71xn" alt=""><figcaption><p>Ungültiges Feld führt zu einem Felder</p></figcaption></figure>

### Lösungsvorschlag

Überprüfe die Farbfelder Theme-Konfiguration  auf leere Felder und trage hier eine Farbe oder den Wert `transparent` ein.

<figure><img src="/files/ssKRcopGv85ISW4cY0cj" alt=""><figcaption></figcaption></figure>
