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

Error in the Console

EvoSoft

Is Da Mapper
Joined
Mar 10, 2010
Messages
693
Reaction score
5
Location
Northen part of Sweden
Hello there!

When players try to login to my server (on Acc Manager) they can login for a few seconds but then gets kicked and this shows up in the console:
mysql_real_query(): UPDATE `theforgottenserver`.`players` SET `name` = '[v] Account Manager' WHERE `players`.`account_id`= 1; - MYSQL ERROR: Table 'theforgottenserver.players' doesn't exist (1146)

How can I fix this? :S

I'm using 0.3.6 Crying Damson
 
Alright, I got it to work (by creating a new database called theforgottenserver)...
But I still get kick on acc manager..
It now has this error:
Code:
[09/12/2013 07:51:27] mysql_real_query(): SELECT * FROM z_ots_comunication WHERE `type` = 'login'; - MYSQL ERROR: Table 'theforgottenserver.z_ots_comunication' doesn't exist (1146)
 
Back
Top