# Common Issues

{% tabs %}
{% tab title="Crypto purchase not going through/saving" %}
A lot of customers were reporting that their crypto purchases were not going through. This can easily be fixed by following these steps

1. Install [HeidiSQL](https://www.heidisql.com/download.php) and connect to your SQL using your credentials
2. Head over to your server's database
3. Open the devm\_fraud table, and under the table section where it says **`identifier`**, set the **`Length/Set`** value to **`100`**

You can watch this video which shows exactly how the steps should be followed

{% embed url="<https://youtu.be/0-lWPtfJy5U>" %}
{% endtab %}

{% tab title="ATM Issues" %}
A lot of customers were complaining about certain aspects of the script, like the ATM, not working until the server restarted. We are currently working on a fix in the future. In the meantime follow these steps

1. Open your server.cfg, usually located in the same folder as your resources folder
2. At the end of the resources script, write `restart devm-fraud`

Another issue players are facing with ATM's is caused by players having the `stolen_card` item in their inventory. If you give yourself this item without going through the laptop it will break the script.
{% endtab %}
{% endtabs %}
