# Parse error: failed at $...

## Description

You get the error message `Unable to compile the theme "TcinnThemeWare...". parse error: failed at $...`

## Cause

Crucial here is the note "**parse error: failed at $...**". This means that a wrong value was entered in a configuration field and in which configuration field this is the case respectively the technical name of the field: **$...**

#### Example:

If the error message says `Unable to compile the theme "TcinnThemeWareBath". parse error: failed at $sw-font-family-base: ‚Open Sans', sans-serif; (stdin) on line 11, at column 1`, for example, the theme cannot be compiled or even saved due to an error in the `$sw-font-family-base` configuration field.

{% hint style="info" %}
**Note**: If the error is not "`parse error: failed at $...`" but "**Undefined variable $...**" please have a look at this article: [Undefined variable $...](/knowledge-base/common-issues/administration/undefined-variable.md)
{% endhint %}

## Solution

Just change the corresponding configuration field.

If you don't know which configuration field you are dealing with, just visit the ThemeWare® Config Finder and search there for the technical name `sw-font-family-base` (without the "$").

{% embed url="<https://config.themeware.design/en>" %}
ThemeWare® Config Finder
{% endembed %}

After you have adjusted the field, the theme or the duplicate can be saved and compiled again.

#### Issue not solved?

If you could not solve the problem, simply start the ThemeWare® Debugging. You can open a support ticket in case you are not able to solve the problem yourself:

{% embed url="<https://debugging.themeware.design/en>" %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://knowledge.themeware.design/knowledge-base/common-issues/administration/parse-error.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
