Thread: Bugs in Log?
View Single Post
  #4  
Old 07-19-2012, 07:54 PM
lerxst2112
Demi-God
 
Join Date: Aug 2010
Posts: 1,743
Default

The only actual error I see is:

Quote:
[07.18. - 12:30:13] [GUILDS__ERROR] Error loading guild member list 'SELECT c.id,c.name,c.class,c.level,c.timelaston,c.zoneid, g.guild_id,g.rank,g.tribute_enable,g.total_tribute ,g.last_tribute, g.banker,g.public_note,g.alt FROM vwBotCharacterMobs AS c LEFT JOIN vwGuildMembers AS g ON c.id=g.char_id AND c.mobtype = g.mobtype WHERE g.guild_id=1': #1146: Table 'peq.vwbotcharactermobs' doesn't exist
And it is because there is a problem with your database. That view would normally be created if you sourced load_bots.sql
Reply With Quote