• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Get error when Login

Elac

New Member
Joined
Apr 10, 2013
Messages
6
Reaction score
0
Location
Sweden
Hello.
I get a error when I try to login.

Error - mysql_real_query] Query: SELECT id, name, password, secret, type, premium_ends_at FROM accounts WHERE name = 'name'
Message: Unknown column 'premium_ends_at' in 'field list'

Use Myacc and Tfs 1.5.

Thanks!
 
Use Myacc and Tfs 1.5.
It looks like you are using TFS 1.2 (or 0.3 / 0.4) database schema with TFS 1.4 server. premium_ends_at column was added between TFS 1.2 and 1.4.
It was added in 26th migration to TFS 1.x schema: TFS-1.5-Downgrades/data/migrations/26.lua at 8.0 · nekiro/TFS-1.5-Downgrades (https://github.com/nekiro/TFS-1.5-Downgrades/blob/8.0/data/migrations/26.lua#L4-L5)

Nekiro 8.0 TFS 1.5 database schema already has it:
 
It looks like you are using TFS 1.2 (or 0.3 / 0.4) database schema with TFS 1.4 server. premium_ends_at column was added between TFS 1.2 and 1.4.
It was added in 26th migration to TFS 1.x schema: TFS-1.5-Downgrades/data/migrations/26.lua at 8.0 · nekiro/TFS-1.5-Downgrades (https://github.com/nekiro/TFS-1.5-Downgrades/blob/8.0/data/migrations/26.lua#L4-L5)

Nekiro 8.0 TFS 1.5 database schema already has it:
Thanks for answer! Will you try to explain how to get it going from that error?
 

Similar threads

Back
Top