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

sql error

3mR

Mapper
Joined
May 29, 2012
Messages
322
Reaction score
42
[6:19:51.203] mysql_real_query(): SELECT * FROM z_ots_comunication WHERE `type`
= 'login'; - MYSQL ERROR: Table 'ot.z_ots_comunication' doesn't exist (1146)
[6:19:58.234] mysql_real_query(): SELECT * FROM z_ots_comunication WHERE `type`
= 'login'; - MYSQL ERROR: Table 'ot.z_ots_comunication' doesn't exist (1146)
[6:20:05.234] mysql_real_query(): SELECT * FROM z_ots_comunication WHERE `type`
= 'login'; - MYSQL ERROR: Table 'ot.z_ots_comunication' doesn't exist (1146)
[6:20:12.234] mysql_real_query(): SELECT * FROM z_ots_comunication WHERE `type`
= 'login'; - MYSQL ERROR: Table 'ot.z_ots_comunication' doesn't exist (1146)
[6:20:19.234] mysql_real_query(): SELECT * FROM z_ots_comunication WHERE `type`
= 'login'; - MYSQL ERROR: Table 'ot.z_ots_comunication' doesn't exist (1146)
[6:20:26.234] mysql_real_query(): SELECT * FROM z_ots_comunication WHERE `type`
= 'login'; - MYSQL ERROR: Table 'ot.z_ots_comunication' doesn't exist (1146)
[6:20:33.234] mysql_real_query(): SELECT * FROM z_ots_comunication WHERE `type`
= 'login'; - MYSQL ERROR: Table 'ot.z_ots_comunication' doesn't exist (1146)
[6:20:40.234] mysql_real_query(): SELECT * FROM z_ots_comunication WHERE `type`
= 'login'; - MYSQL ERROR: Table 'ot.z_ots_comunication' doesn't exist (1146)
[6:20:47.234] mysql_real_query(): SELECT * FROM z_ots_comunication WHERE `type`
= 'login'; - MYSQL ERROR: Table 'ot.z_ots_comunication' doesn't exist (1146)
[6:20:54.250] mysql_real_query(): SELECT * FROM z_ots_comunication WHERE `type`
= 'login'; - MYSQL ERROR: Table 'ot.z_ots_comunication' doesn't exist (1146)
[6:21:01.250] mysql_real_query(): SELECT * FROM z_ots_comunication WHERE `type`
= 'login'; - MYSQL ERROR: Table 'ot.z_ots_comunication' doesn't exist (1146)
[6:21:08.250] mysql_real_query(): SELECT * FROM z_ots_comunication WHERE `type`
= 'login'; - MYSQL ERROR: Table 'ot.z_ots_comunication' doesn't exist (1146)
[6:21:15.250] mysql_real_query(): SELECT * FROM z_ots_comunication WHERE `type`
= 'login'; - MYSQL ERROR: Table 'ot.z_ots_comunication' doesn't exist (1146)
[6:21:22.250] mysql_real_query(): SELECT * FROM z_ots_comunication WHERE `type`
= 'login'; - MYSQL ERROR: Table 'ot.z_ots_comunication' doesn't exist (1146)
i get this error
 
Code:
CREATE TABLE IF NOT EXISTS `z_ots_comunication` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `name` varchar(255) NOT NULL,
  `login` 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 AUTO_INCREMENT=230 ;

There are like a million of these threads, use the search function.
 
Back
Top