# 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 %}


---

# 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://docs.hamz.dev/hamz-staff-elite-panel/common-issues.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.
