# Common Errors

In this section, you will find answers to commonly encountered issues. Remember that most errors stem from incorrect configuration, lack of required resources, or insufficient modification.

Bear in mind that troubleshooting requires patience and precision. Try to carefully analyze the errors and systematically review possible solutions.

If the issue persists after verifying the configuration and available resources, please contact the support on the VMS Discord.

***

<details>

<summary>No such export Notification in vms_notify</summary>

1. Go to vms\_barber/config.lua file
2. Find function `Config.Notification`
3. Remove vms\_notify exports and add your notify events or exports

</details>

<details>

<summary>When trying to open the management menu, I get a ban from qb-management</summary>

1. Go to your qb-management/server/sv\_boss.lua
2. Find these [marked lines](https://github.com/qbcore-framework/qb-management/blob/main/server/sv_boss.lua#L22-L25)

```lua
if not Player.PlayerData.job.isboss then
    ExploitBan(src, 'GetEmployees Exploiting')
    return
end
```

3. Remove them.

</details>

<details>

<summary>My character gets up from seat while changing categories</summary>

This means that you use fivem-appearance or illenium-appearance, use our prepared skinmanager, you can find it here [#compatible-skinmanagers](https://docs.vames-store.com/helpful/prepared-resources#compatible-skinmanagers "mention")

</details>

<details>

<summary>My character is standing instead of sitting on the chair</summary>

If you have `esx_sit` go to **config.lua** and remove prop `v_ilev_hd_chair` from the `Config.Interactables` list

</details>

<details>

<summary><strong>Hair fade doesn't save.</strong></summary>

This means that you have an incorrect order in which to run the resources

Correct order:

```bash
start vms_tattooshop
start vms_barber

start [vms] # rest of vms resources 
```

</details>

<details>

<summary>skinchanger problem (<code>SCRIPT ERROR: ?-1 attempt to index a nil value (field '?')</code>)</summary>

![](https://3701050178-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F6y0J5nnTjSyc65fbCvIU%2Fuploads%2Fsl2ouy7h2TUV7RYTwg1j%2Fimage.png?alt=media\&token=0bf6a321-bf2a-4ec5-9d3d-c2989a854c8c)

Install our prepared **esx\_skin & skinchanger** from [#compatible-skinmanagers](https://docs.vames-store.com/helpful/prepared-resources#compatible-skinmanagers "mention")

</details>
