General

General Issues

If you experience problems with a CJM.dev script, bot, or product, here are some common things you can check before contacting support.


Script Not Starting

If the resource is not starting on your server:

  • Make sure the resource folder name has not been changed.

  • Check that the resource is started in your server.cfg.

  • Verify that all required dependencies are installed.

  • Look at your server console for error messages.


Missing Dependencies

Some scripts require frameworks or libraries to work.

Common dependencies may include:

  • ESX / QBCore frameworks

  • ox_lib

  • ox_inventory

  • other required resources listed in the script documentation.

Make sure all required dependencies are installed and started before the script.


Database Errors

If you see database or SQL errors:

  • Ensure the .sql file has been imported correctly.

  • Check that the database connection in your server.cfg is correct.

  • Restart your server after importing the SQL.


Bot Not Starting

If a Discord bot is not running correctly:

  • Check that the bot token is correct.

  • Make sure Node.js or the required runtime is installed.

  • Verify that all required packages are installed.

  • Look at the console for error messages.


Still Having Issues?

If the problem continues, please open a support ticket in the CJM.dev Discord server and provide:

  • The product name

  • A description of the issue

  • Console errors or screenshots

Our team will help you resolve the issue as quickly as possible.

Last updated