Common Issues
Here you will most likely find a solution to any issues that you might run into during the installation process.
General Issues
Script is not detecting framework, inventory or other scripts.
Ensure the script is started after all its dependencies are loaded, for example:
...
ensure oxmysql
ensure ox_lib
ensure es_extended
ensure ox_inventory
ensure div_xmas_assets
ensure div_xmas
...Server Console
You lack the required entitlement to use div_xmas
The asset has to be owned by the same Cfx.re account as the server's license key!
Make sure your server license key is correct and try restarting your server.
If you bought the resource on a wrong account, you can transfer it to another account on Cfx.re Portal.
Failed to verify protected resource
This usually indicates that the escrow files have been corrupted, please follow these steps:
- Ensure hidden files are copied, such as the
.fxapfile that must be included in a protected resource. - Use WinSCP instead of FileZilla.
- After doing these steps, download the script again and do a fresh installation.
No such export * in resource div_xmas
- Make sure you're using the export with the correct script name.
- Make sure the start order of your resources is correct, for example:
...
ensure oxmysql
ensure ox_lib
ensure es_extended
ensure ox_inventory
ensure div_xmas_assets
ensure div_xmas
ensure your_script
...Access denied for command add_ace
Ensure that the ox_lib resource has permission for the add_ace command
by including it in your server.cfg file.
add_ace resource.ox_lib command.add_ace allow
add_ace resource.ox_lib command.remove_ace allow
add_ace resource.ox_lib command.add_principal allow
add_ace resource.ox_lib command.remove_principal allowFollowed the steps but still facing issues?
If you have an issue, open a support ticket in our Discord server.