← Back to Knowledgebase

Database

Fixing Missing Table Errors

A missing table error means a script expects a database table that does not exist.

Fix:
1. Find the SQL file included with the resource.
2. Import it into the correct database.
3. Restart the script/server.
4. Check console again.

Do not import SQL into the wrong database.