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


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.hamz.dev/hamz-staff-elite-panel/common-issues.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
