DB issue
This error:
Error loading guilds 'SELECT id, name, leader, minstatus, motd, motd_setter,channel,url FROM guilds': #1146: Table 'peq.guilds' doesn't exist
looks like it is a sourcing issue with your database, the error is simply that the guilds table is missing, that would be one of the tables that should be created when you source in "load_player.sql". You should be able to just re-source that file and then the bots file if you are using it.
|