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

Need Help. Read it please!

picachu

Member
Joined
Dec 2, 2007
Messages
970
Reaction score
11
when server loading...
Code:
[20/10/2009 16:51:39] mysql_real_query(): SELECT `key`, `value` FROM `global_storage` WHERE `world_id` = 0 - MYSQL ERROR: Unknown column 'world_id' in 'where clause' (1054)
[20/10/2009 16:51:39] mysql_real_query(): UPDATE `bans` SET `active` = 0 WHERE `expires` <= 1256064699 AND `expires` >= 0 AND `active` = 1; - MYSQL ERROR: Unknown column 'expires' in 'where clause' (1054)
[20/10/2009 16:51:39] mysql_real_query(): UPDATE `players` SET `online` = 0 WHERE `world_id` = 0 - MYSQL ERROR: Unknown column 'world_id' in 'where clause' (1054)
[20/10/2009 16:51:39] mysql_real_query(): SELECT `id`, `name`, `password`, `premdays`, `lastday`, `key`, `warnings` FROM `accounts` WHERE `id` = 1 - MYSQL ERROR: Unknown column 'name' in 'field list' (1054)

when i try to enter in account manager...
Code:
[20/10/2009 16:51:47] mysql_real_query(): SELECT `id`, `value`, `param`, `expires` FROM `bans` WHERE `type` = 1 AND `active` = 1; - MYSQL ERROR: Unknown column 'id' in 'field list' (1054)
[20/10/2009 16:51:47] mysql_real_query(): SELECT `id` FROM `accounts` WHERE `name` = '1' - MYSQL ERROR: Unknown column 'name' in 'where clause' (1054)
{{{{{{{{{{{{when give this error in exe /\ my Tibia says account is incorrect}}}}}}}}}}}
what i do?
ty!
 
That error doesn't make sense for me.

The best advice I can give you is just to setup a server with a new database, use default configs and files and see what happens.
 
I've had this before, I think I sorted it out by uploading the right database with right configurations in the config file database settings.

Also don't forget to try logging in the sample chars first.
 
Try to reinstall the entire database and make sure that you have xampp 1.6.6 and the right schema.mysql file.
 
Back
Top