• 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 is wrong here?

Silentsniper

New Member
Joined
Sep 20, 2009
Messages
81
Reaction score
0
Everytime i start up the server, this message appears continously on the console.
Code:
[26/04/2011 16:33:39] mysql_real_query(): SELECT * FROM z_ots_comunication WHERE `type` = 'login'; - MYSQL ERROR: Table 'forgotten.z_ots_comunication' doesn't exist (1146)
[26/04/2011 16:34:09] 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)
Any solution?
 
ok it fixed the first issue but how to i fix
[26/04/2011 21:17:41] 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)
 
Execute this:
SQL:
ALTER TABLE `players` ADD `onlinetimetoday` int(16);

Forget it, one query won't be enough, check Cykotitan's second link. \/
 
Last edited:

Similar threads

Back
Top