Common Issues

ERROR: You lack the required entitlement

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.

ERROR: Failed to verify protected resource

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.

ERROR: Error parsing script / Failed to load script

Your server artifacts are likely outdated.

ERROR: Attempt to index a nil value (field 'MySQL')

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

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

Last updated