• 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!

TFS 1.0 Migration error <Help>

EstebanGod

New Member
Joined
Jun 18, 2014
Messages
83
Reaction score
3
Whenever I start my console for TFS 1.0 I get this error, I think it has something to do with the compat.lua file but I just cant figure it out how ti fix it. Anybody has an idea how?

Sin_t_tulo.png
 
Run this query before you start the server.
Code:
UPDATE `server_config` SET `value` = '0' WHERE `config` = 'db_version';
 
It didnt work Ninja :/ thanks anyway

There is no file -1.lua on my migration folder, also should i changue the query for this ?

UPDATE `server_config` SET `value` = '-1' WHERE `config` = 'db_version'; ?
 
Last edited by a moderator:
I am using that one :eek:, Im pretty sure I do, its not even the same map but the bug is still there, have you tested that? theres like 500 executables man
 
I had the same problem as "EstebanGod" then I ran Ninja query "UPDATE `server_config` SET `value` = '-1' WHERE `config` = 'db_version'; ?" and most of the errors that came by start up were removed except few provided in the screen shot >.<
 

Attachments

Back
Top