Technical Support

Common system issues and resolution procedures. Follow the documented steps to resolve technical problems.

Resource Configuration Error

Error Message

^1[ERROR] Resource folder must be named ^3"uz_Dealerships"^1! (Current: ^3"test_uz_Dealerships"^1) Restart the server after renaming. ^0

Issue

Resource folder naming convention violation.

Resolution

  1. Stop server operation

  2. Rename resource folder to uz_Dealerships

  3. Restart server


Version Management

Error Message

^3[VERSION] New version available: v1.0.2 (Current: v1.0.3) https://discord.uz-scripts.com/^0

Issue

Outdated system version detected.

Resolution

  1. Navigate to resource management

  2. Update to current version

  3. Restart server

Join Discord for detailed update information and technical support.


Database Configuration

Error Message

^1[ERROR] ^3uz_dealership_financing^1 table does not exist in the database!^0
^1[ERROR] ^0Please ensure your database is properly set up and the SQL installation has run.^0

Issue

Required database table not found in system.

Resolution

  1. Locate insertMe.sql in resource directory

  2. Import SQL file using appropriate method:

    • phpMyAdmin: Import > Choose file > Execute

    • HeidiSQL: File > Load SQL file > Execute

    • MySQL Command Line: mysql -u username -p database_name < insertMe.sql

  3. Restart server

Verification Process

Confirm table creation with database query:

SHOW TABLES LIKE 'uz_dealership_financing';

Successful installation will display table in query results.

Last updated

Was this helpful?