# 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](https://themedocs.zenit.design/faq/fehler/theme-speichern-fehler).

<figure><img src="https://2797716245-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FglpRTGDOwN11YxqfJhAM%2Fuploads%2Fo7XDhCWH8ZZa48JCRA0h%2Fdocs-en-update-guide-6.6.9.0-invalid-color-field.png?alt=media&#x26;token=a3604e1e-a30d-4be0-bb2f-5b296a62c1fa" 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="https://2797716245-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FglpRTGDOwN11YxqfJhAM%2Fuploads%2FJkmrz5TzgxPOR9Gxwv9C%2Fdocs-en-update-guide-6.6.9.0-valid-color-field.png?alt=media&#x26;token=dfb795fe-510b-44d8-bb11-89b953bc8ee2" alt=""><figcaption></figcaption></figure>
