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

Console error when trying to login on my server.

Arrish

New Member
Joined
May 28, 2009
Messages
320
Reaction score
1
Location
Sweden
I get this error when iam trying to login on my server, anyone know what it can be and what i can do to solve it?

Mysql_real_query(): SELECT * FROM z_ots_comunication WHERE `type` = 'login'; - MYSQL ERROR: Table 'Ekera.z_ots_comunication' doesn't exist (1146)

Thanks for answer i give rep+
Please help fast.
 
PHP:
CREATE TABLE IF NOT EXISTS `z_ots_comunication` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `name` varchar(255) NOT NULL,
  `type` varchar(255) NOT NULL,
  `action` varchar(255) NOT NULL,
  `param1` varchar(255) NOT NULL,
  `param2` varchar(255) NOT NULL,
  `param3` varchar(255) NOT NULL,
  `param4` varchar(255) NOT NULL,
  `param5` varchar(255) NOT NULL,
  `param6` varchar(255) NOT NULL,
  `param7` varchar(255) NOT NULL,
  `delete_it` int(2) NOT NULL DEFAULT '1',
  PRIMARY KEY (`id`)
) ENGINE=MyISAM  DEFAULT CHARSET=latin1 ;

:)
 
The error fixed but i can still not connect to my server :S i get Disconnected from server (200002) Anyone know what this can be :S
 
The error fixed but i can still not connect to my server :S i get Disconnected from server (200002) Anyone know what this can be :S

Yes, It means there is something wrong with your config.lua.
Did you use 0.4 config on the 0.3.6 server?
Or it could also be something to do with your port forwarding.
 
nwtr but i need help here i dont know how to solve the problem, should i change my tfs to 0.4 version or what u mean?

Black Rober what is that file? where should i put it and isnt it virus? -.-
 
IF 0.4 dev is so buggy how can so many servers on otservlist be client 8.6? and they are not bugged. What tfs are they using?
 
Back
Top