Error 1054
Everytime I login to my GM account this is the error I see. I know that one of the new features sends this to gms to sort the problem but im not sure how to actually fix this. I found where the colum is but it says last_login and im not sure changing it will mess up the db or fix the problem any help would be great
[MySQL Error] 1054: Unknown column 'c.timelaston' in 'field 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 = b.mobtype WHERE g.guild_id=1
|