⚠️ Troubleshooting
Before reporting issues, verify:
- The resource is installed correctly and started
- devhub_lib devhub_lib-needed-for-each-scriptis ensured after your core but as first devhub script
- Your framework is working correctly and is configured in devhub_lib-needed-for-each-script
- Run compatibility test in devhub_lib to check your framework configuration compatibility-test.md
- Fix all errors or warnings from compatibility-test.md
- All dependencies are installed. (look into Installation section of each individual script)
- Database tables are created from sql file (if provided)
- Config files have no syntax errors #verify-config-syntax
- Server and resource are fully restarted
- Debug mode is enabled to see error messages
- Console (F8 and server) checked for errors
- No conflicting resources are running
- Game cache is cleared (if using custom assets)
If issues persist:
- Make fresh script resintall
- Enable debug mode for detailed logs
- Check client (F8) , server and NUI console
- Test with minimal configuration (do not change anything in the config)
- Verify issue on clean server with only required resources
- Check for updates to tested script and devhub_lib
- Contact DevHub support with:
- Server console logs
- Client console logs (F8)
- NUI console logs (F8 NUI devtools)
- Config files
- Steps to reproduce the issue
- Results from compatibility-test.md
Verify Config Syntax
- Check all config files for syntax errors:
- Missing commas in tables
- Mismatched brackets
{},[] - Unclosed strings
"" - Invalid Lua syntax
- Use a Lua syntax validator or IDE with Lua support to check files.