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

What does this even mean...

ares413

New Member
Joined
Apr 1, 2010
Messages
130
Reaction score
3
[27/07/2011 17:30:12] mysql_real_query(): SELECT * FROM z_ots_comunication WHERE `type` = 'login'; - MYSQL ERROR: Table 'new ot.z_ots_comunication' doesn't exist (1146)
[27/07/2011 17:30:42] mysql_real_query(): UPDATE `players` SET `onlinetime7`=players.onlinetime6, `onlinetime6`=players.onlinetime5, `onlinetime5`=players.onlinetime4, `onlinetime4`=players.onlinetime3, `onlinetime3`=players.onlinetime2, `onlinetime2`=players.onlinetime1, `onlinetime1`=players.onlinetimetoday, `onlinetimetoday`=0; - MYSQL ERROR: Unknown column 'onlinetime7' in 'field list' (1054)
[27/07/2011 17:30:42] mysql_real_query(): UPDATE `players` SET `exphist7`=players.exphist6, `exphist6`=players.exphist5, `exphist5`=players.exphist4, `exphist4`=players.exphist3, `exphist3`=players.exphist2, `exphist2`=players.exphist1, `exphist1`=players.experience-players.exphist_lastexp, `exphist_lastexp`=players.experience; - MYSQL ERROR: Unknown column 'exphist7' in 'field list' (1054)
[27/07/2011 17:30:42] mysql_real_query(): UPDATE `players` SET `onlinetimetoday`=players.onlinetimetoday+60, `onlinetimeall`=players.onlinetimeall+60 WHERE `online` = 1; - MYSQL ERROR: Unknown column 'onlinetimetoday' in 'field list' (1054)
[27/07/2011 17:30:43] mysql_real_query(): SELECT * FROM z_ots_comunication WHERE `type` = 'login'; - MYSQL ERROR: Table 'new ot.z_ots_comunication' doesn't exist (1146)
[27/07/2011 17:31:14] mysql_real_query(): SELECT * FROM z_ots_comunication WHERE `type` = 'login'; - MYSQL ERROR: Table 'new ot.z_ots_comunication' doesn't exist (1146)
 
Since youre missing your tables.. You need delete your existing database, create a new one and then reload the right "mysql.sql" that is usually located in the folder named Schemas or somewhere related to that. You could also just use the search box at the top right in your window when you open the server's folder.

WARNING: If you already have existed characters on your server it WILL erase them. So if you don't want to remake the characters, this is not the option for you!
 
Back
Top