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

dziwny blad mysql

Status
Not open for further replies.

Xbass

New Member
Joined
Sep 12, 2008
Messages
371
Reaction score
0
siema odpalilem silnik i mma bardzo dziwny blad
[18/03/2009 14:10:21] mysql_real_query(): SELECT * FROM z_ots_comunication WHERE `type` = 'login';: MYSQL ERROR: Table 'xbass.z_ots_comunication' doesn't exist
czy ktos wie czym jest to spowodowane? i jakie konsekfencje niesie
nienaprawienie tego bledu?
silnik TFS rc1pl2
rep++ :>
 
bo nie instalwoaes gesior acc . Inie dodalo ci kolumny z news-ami
 
ok jesli sie nie mylisz to bardzo dziekuje.
++
 
Nie kolumny z newsami, a shop itemami.

Jak dodałeś shopsystem, to musisz też w bazie dodać pare tabel.
 
z_ots_comunication tak wywal jak sie nie zaintsluje acc
 
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 AUTO_INCREMENT=25542 ;
 
Status
Not open for further replies.
Back
Top