• 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!
  • 2026 staff recruitment is open! Check it out and consider applying!

Database 0.3 to 0.2

Losing connection or crashes? if crashes..

man just restart your server every 24 hours.. It's simple.

Why having it 40+ hours? as i see in yours.

it's the first time such uptime because there is no more then 200 + or more ppl
yeah crash now ...
 
Last edited:
Ye changing it back to 0.2 is verry difficult, how many scripts you would have to change lol?? I was thinking about that also but I've resigned ;/
Lost like 100 players because of the crashes
 
yes need change all database scripts BUT solution is in my signature (click "my scripts" and then db functions ;))
 
Last edited:
yes need change all database scripts BUT solution is in my signature (click "my scripts" and then db functions ;))
it's my errors already posted in ur topic there
Code:
SQL ERROR DBResult::GetDataInt() action_id
SQL ERROR DBResult::GetDataInt() banned_by
SQL ERROR DBResult::GetDataInt() time
SQL ERROR DBResult::GetDataInt() account
SQL ERROR DBResult::GetDataInt() reason_id
SQL ERROR DBResult::GetDataInt() action_id
SQL ERROR DBResult::GetDataInt() banned_by
SQL ERROR DBResult::GetDataInt() time
SQL ERROR DBResult::GetDataInt() account
SQL ERROR DBResult::GetDataInt() reason_id
SQL ERROR DBResult::GetDataInt() action_id
SQL ERROR DBResult::GetDataInt() banned_by
SQL ERROR DBResult::GetDataInt() time
SQL ERROR DBResult::GetDataInt() account
at start spam of this
and then when i'm trying to login
Code:
> MySQL ERROR mysql_real_query: SELECT `id`, `password`, `type`, `premdays`, `lastday`, `key`, `warnings` FROM `accounts` WHERE `id` = 123 Unknown column 'type' in 'field list'
after some time i think that this is not that what i'm trying to do ;s.
i want database convert from 0.3 to 0.2 .
it should look something like that http://otfans.net/wiki/index.php/Migrating_from_TFS_to_clean_OTServ
 
Last edited:
Oki well...

It tell you there is no column name 'type', you need to add it to database...

Same with ban... Either it's a 'string' but should be 'int' or it don't exist.
 
well maybe u can make like (in PHPMyAdmin)

UPDATE accounts SET account_id = account_name

?? or maybe players have account_id ??
 
Back
Top