Common Issues and FAQ
Common Issues
Performing a Fresh Install
When troubleshooting errors, the initial step is to perform a fresh installation, as it resolves approximately 95% of the issues reported in support tickets. Carefully follow the guide below to ensure a successful fresh install.
Executing a fresh install is a critical procedure when encountering errors, even if you have just purchased the script and this is your first installation.
Refer to the fresh install guide to access the detailed steps for performing the process.
No such export GetCoreObject in resource qb-core
- The loading order of your scripts might be wrong. You must put the lc_utils after your framework in server.cfg.
No such export GetUtils in resource lc_utils
- This error may occur when
lc_utils
has not been initialized. Please check in your server console for errors in thelc_utils
file. - If
lc_utils
has been properly loaded without errors, this issue might be due to incorrect resource loading order in yourserver.cfg
. Ensure thatlc_utils
is loaded before any of its dependencies.
The framework wasn't loaded in the 'lc_utils' resource.
- Please check if the
Config.framework
is correctly set to your framework, and make sure there are no errors in your file. - Refer to the configuration to access the detailed steps for performing the process.
I'm having this error
The function for the selected XXXX script in the Config has not been implemented: XXXX. If you're not using any of the pre-built XXXX scripts, you'll need to implement it here.
- This happens when you've set a custom script in
Config.custom_scripts_compatibility
that doesn't exist in lc_utils. Review your changes in config.
FAQ
Is Utils required to use within the scripts?
- Yes, you cannot run the latest version of the scripts without the
lc_utils
.
How to update the lc_utils?
- Redownload it here: lc_utils.zip, you'll receive the latest version.
- Pay attention when updating the config, it may have changes depending on the version.