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 |
Not sure if this will cure your problem, but save this to sql and source in to db.
I did it to get rid of a different error regarding the vwBotCharacterMobs table. Code:
DROP VIEW IF EXISTS `vwBotCharacterMobs`; |
All times are GMT -4. The time now is 10:21 AM. |
Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.