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

Table z_ots_comunication doesn't exist

Dope23

Member
Joined
May 19, 2014
Messages
179
Reaction score
10
Hello otland
i need help to delekt this error pls help me

its on windows with tfs 1.2 client 10.90 and im use uniform with Znote AAC

 
in phpmyadmin go to your database then go to SQL and add this:
Code:
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=InnoDB DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ;
 
Last edited by a moderator:
A server can not crash without you doing nothing? Are you trying to make a command that have old script or something like that.
 
i have run the server now for 20 min without log ingame or somethink i have nothing make and than i go the the root server and i have see tfs is offline and the tfs is not open more and he dont show me nothing :S
 
Which OS do you use?

If you are using linux, Try to run the server with screen ./tfs then after the server is on press ctrl a+d
 
im use windows

maybe its better to instal a other os ? windows is not good what you say whats better ? pls need help


jAPkkjn.png
 
Last edited by a moderator:
Back
Top