> For the complete documentation index, see [llms.txt](https://wiki.themeware.design/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.themeware.design/wissensdatenbank/haeufige-fehler/administration/unable-to-compile-the-theme.md).

# Unable to compile the theme...

## Fehlerbeschreibung

Du erhältst in der Theme-Konfiguration die Fehlermeldung `Unable to compile the theme "TcinnThemeWare..."`.

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

## Ursache

Hier gibt es mehrere Möglichkeiten, denn dieser Fehler kann durch eine unbekannte Variable in einem Konfigurationsfeld oder durch ein falsch befülltest Konfiguratoinsfeld entstehen.

* Unable to compile the theme "TcinnThemeWare...". Undefined variable $...
* Unable to compile the theme "TcinnThemeWare...". parse error: failed at $...

Darüber gibt es durch die neuen Validierung der Theme-Konfiguration ab Shopware 6.6.9 neue Fehlermeldungen:

* Unable to compile the theme "TcinnThemeWare...". Error: argument \`$color\` of \`red($color)\` must be a color
* Unable to compile the theme "TcinnThemeWare...". $color: 0 is not a color
* Unable to compile the theme "TcinnThemeWare...". $color2: 0 is not a color

## Lösungen

Entscheidend ist der Teil direkt nach der Meldung `Unable to compile the theme "..."`. Dort steht `Undefined variable $...` oder `parse error: failed at $...` oder ein Verweis auf die Variable `$color` bzw. `$color2`.

#### Unable to compile the theme "TcinnThemeWare...". <mark style="background-color:orange;">Undefined variable $...</mark>

{% content-ref url="/pages/VgyAX1ZW4SLpCcyiF4oI" %}
[Undefined variable $...](/wissensdatenbank/haeufige-fehler/administration/undefined-variable.md)
{% endcontent-ref %}

#### Unable to compile the theme "TcinnThemeWare...". <mark style="background-color:orange;">parse error: failed at $...</mark>

{% content-ref url="/pages/z3wYGnSI7EGHVzhvBUkZ" %}
[Parse error: failed at $...](/wissensdatenbank/haeufige-fehler/administration/parse-error.md)
{% endcontent-ref %}

#### Unable to compile the theme "TcinnThemeWare...". <mark style="background-color:orange;">Error: argument \`$color\` of</mark> \`red($color)\` must be a color

{% content-ref url="/pages/0icJYJRQykKorLOcwItI" %}
[Error: argument '$color'](/wissensdatenbank/haeufige-fehler/administration/error-argument-color.md)
{% endcontent-ref %}

#### Unable to compile the theme "TcinnThemeWare...". <mark style="background-color:orange;">$color: 0 is not a color</mark>

{% content-ref url="/pages/l70k4YavESsNA5jVLOIW" %}
[$color: 0 is not a color](/wissensdatenbank/haeufige-fehler/administration/color-0-is-not-a-color.md)
{% endcontent-ref %}

#### Unable to compile the theme "TcinnThemeWare...". <mark style="background-color:orange;">$color2: 0 is not a color</mark>

{% content-ref url="/pages/hGsfF3dVGDTXcqm8jBpz" %}
[$color2: 0 is not a color](/wissensdatenbank/haeufige-fehler/administration/color2-0-is-not-a-color.md)
{% endcontent-ref %}
