Bug: Table 'acore_characters.guild_house' doesn't exist
samunit opened this issue · 1 comments
samunit commented
Current Behaviour
While trying to install the module, after compile you get this message in the world logs:
[1146] Table 'acore_characters.guild_house' doesn't exist
Your database structure is not up to date. Please make sure you've executed all queries in the sql/updates folders.
Expected Behaviour
Should the script/module create the table in the database?
Steps to reproduce the problem
- git clone
- ./acore.sh compiler all (dont know if this is enough, ref. cmake?)
- start up the server/auth
error pops up in the logs
Extra Notes
No response
AC rev. hash/commit
Server does not start at the moment. please direct me if you need a hash from me.
Operating system
Debian 12 x64
Custom changes or Modules
Only other module is NPCbots
samunit commented
This might be a me problem, do I need to run the SQL script manually on the server?