> For the complete documentation index, see [llms.txt](https://docs.hamz.dev/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.hamz.dev/hamz-staff-elite-panel/common-issues.md).

# Common Issues

{% hint style="danger" %}
If you have any issues, check this page, also make sure you configured the script correctly, and visit:

* &#x20;[In-Game Configuration - Report Menu](/hamz-staff-elite-panel/in-game-configuration-report-menu.md)
* [In-Game Configuration - Admin Menu](/hamz-staff-elite-panel/in-game-configuration-admin-menu.md)&#x20;

for help in configuring your resources.
{% endhint %}

### 1. No players in the admin menu

Your server name does not match the one in the config.php. Visit [In-Game Configuration - Admin Menu](/hamz-staff-elite-panel/in-game-configuration-admin-menu.md), and make sure you set the server name the same way it states.

### 2. Being spammed with an error in my server console!!

Check your config files (config.php and config.lua) and make sure they are set up correctly. Visit [In-Game Configuration - Report Menu](/hamz-staff-elite-panel/in-game-configuration-report-menu.md) and [In-Game Configuration - Admin Menu](/hamz-staff-elite-panel/in-game-configuration-admin-menu.md) to confirm that you have done everything right.&#x20;

If everything is correct, you'll most likely need to do the following [\[OPTIONAL\] Apache Headers](/hamz-cad-in-game/optional-apache-headers.md)

### 3. I get "Missing Parameters" error on the panel.

You are getting this error because the panel cannot access your database; this could be because of incorrect credentials or improper permissions.

### 4. I get duplicated data in the database

If you're using more recent server artifact versions, you'll need to add a code snippet into the `server.cfg` file.

```
sv_exposePlayerIdentifiersInHttpEndpoint 1
```

{% hint style="info" %}
For certain individuals, if you run into an issue. <mark style="color:red;">**DO NOT SKIP THE STEP**</mark>; figure out why it's not working, then move on to the next installation step.
{% endhint %}
