> For the complete documentation index, see [llms.txt](https://buty-documentation.gitbook.io/home/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://buty-documentation.gitbook.io/home/common-errors.md).

# COMMON ERRORS

{% hint style="warning" %}
Check if your error is here, if your error is not here you can open a ticket and comment it so we can help you.
{% endhint %}

## 1. UI LOOKS BAD

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

The interface is looking bad? **Too enlarged, or out of position?** It's because you're **using a resolution not supported by our scripts.**

> **- 3440 x 1440** &#x20;
>
> **- 2560 x 1440** &#x20;
>
> **- 1920 x 1080** &#x20;
>
> **- 1280 x 720**

These are the most commonly used resolutions and the ones available in our scripts.

{% hint style="success" %}
Don't worry, more resolutions are gradually being added as suggested by customers in SUGGESTIONS on Discord.

*There are scripts, such as Infinite Jobs that have almost all resolutions.*
{% endhint %}

## 2. No such export fetch in resource oxmysql

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

If you get this error, it is because **you have an outdated OXMYSQL**.

> **Update it to the latest version and everything will be fixed.**

## 3. Attempt to index a nil value (field "MySQL")

<figure><img src="/files/81mCSy5p4PL0CZeSts8n" alt=""><figcaption></figcaption></figure>

If in any of our scripts you have this strange error, you only have to do the following: You have to put in the **fxmanifest** this:

> `'@mysql-async/lib/MySQL.lua',`

At the top of the `server_scripts` section.
