View Single Post
  #8  
Old 12-08-2010, 11:07 PM
lowkie
Fire Beetle
 
Join Date: Dec 2010
Posts: 6
Default 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.
Reply With Quote