SHOPPING CART

Onex

Command Palette

Search for a command to run...

TROUBLESHOOTING#

This page covers common issues and solutions for onex-creation.

Installation Issues#

Script Not Starting#

Symptoms: Resource fails to start, errors in server console

Solutions:

  1. Check dependencies are loaded first:
server.cfg
ensure ox_lib ensure onex-base ensure onex-interaction ensure onex-creation # Must be after dependencies
  1. Verify all dependencies are installed:

    • ox_lib
    • oxmysql
    • onex-base
    • onex-interaction
  2. Check for syntax errors:

    • Look for Lua syntax errors in console
    • Verify config files have no typos
  3. Update artifacts:

    • Minimum: 7290+
    • Recommended: Latest stable

Getting Help#

If issues persist:

  1. Check server console for error messages
  2. Enable debug mode for detailed logging
  3. Verify all dependencies are up to date
  4. Test in clean environment (disable other scripts)
  5. Check documentation for configuration errors

Most issues are caused by incorrect configuration or missing dependencies. Always check these first.

Quick Checklist#

Before reporting issues, verify:

  • All dependencies are installed and started in order
  • Database table exists and is accessible
  • Config files have no syntax errors
  • Server artifacts are up to date
  • shows no errors (server and client [f8] console)