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

Solved Table z_ots_comunication doesn't exist

megazx

Graphic designer
Joined
Mar 4, 2013
Messages
443
Solutions
2
Reaction score
32
Location
Egypt
[16/06/2013 16:22:40] mysql_real_query(): SELECT * FROM z_ots_comunication WHERE `type` = 'login'; - MYSQL ERROR: Table 'megazx.z_ots_comunication' doesn't exist (1146)
[16/06/2013 16:22:46] mysql_real_query(): SELECT * FROM z_ots_comunication WHERE `type` = 'login'; - MYSQL ERROR: Table 'megazx.z_ots_comunication' doesn't exist (1146)
[16/06/2013 16:22:52] mysql_real_query(): SELECT * FROM z_ots_comunication WHERE `type` = 'login'; - MYSQL ERROR: Table 'megazx.z_ots_comunication' doesn't exist (1146)
 
Lua:
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 AUTO_INCREMENT=230 ;

- - - Updated - - -

add that in the SQL
Rep++ if i helpd
 
excuse my ignorance what is happening and could not put it as your design: Explanation and alludaran try if I give them much rep agradeseria
I have to stick it in mysql or sqlite? help plis
 
excuse my ignorance what is happening and could not put it as your design: Explanation and alludaran try if I give them much rep agradeseria
I have to stick it in mysql or sqlite? help plis

habla en español weon, nadie te entiende en ingles...
I dont understand it :/
 
Back
Top