# Common Issues

### <mark style="color:red;">**ERROR: You lack the required entitlement**</mark>

Try restarting your server and make sure your server license key is correct. If you bought the resource on the wrong account, you can transfer it to another account on keymaster.

![](/files/Ysl8AUdhJKyqBkUNfnQk)

### <mark style="color:red;">**ERROR: Failed to verify protected resource**</mark>

Your server artifacts are likely outdated. \
Files were possibly corrupted during transfer. Ensure hidden files are copied; the .fxap file in a protected resource must be included. Some FTP programs skip these files. \
FileZilla can have problems with encrypted files, tried using [WINSCP](https://winscp.net/eng/download.php).

![](/files/VYApKLJEvTn6deMm9wUP)

### <mark style="color:red;">**ERROR: Error parsing script / Failed to load script**</mark>

Your server artifacts are likely outdated.

### <mark style="color:red;">**ERROR: Attempt to index a nil value (field 'MySQL')**</mark>

If you use mysql check that in the fxmanifest.lua file in the server\_scripts part the following line appears, if not add it and restart the script

```lua
server_scripts {
    "@mysql-async/lib/MySQL.lua",
```


---

# 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://codeforge.gitbook.io/codeforge/information/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.
