Ir para conteúdo

erro na distro


suidera

Posts Recomendados

TIPO MEU SERVE TA HOSPEDADO EM VPS LINUX SO QUE QUANDO EU ENTRO NAS ACC E MOVO OS ITENS NAO CONSIGO NAO DA PRA MOVER NDA NEM TIRAR OS ITENS DA BP NDA E UNICO ERRO QUE DA NA DISTRO SAO ESSES

mysql_real_query(): INSERT INTO `player_items` (`player_id`, `pid`, `sid`, `itemtype`, `count`, `attributes`, `serial`) VALUES (17,3,101,1987,1,'\0\0serial\0\0\05OBVT-B1Q8T-F6D37-03ICB','5OBVT-B1Q8T-F6D37-03ICB') - MYSQL ERROR: Unknown column 'serial' in 'field list' (1054)

[10:24:55.100] Error while saving player: Break.
[10:24:57.188] Break has logged in.
mysql_real_query(): SELECT unitedItems.serial, COUNT(1) AS duplicatesCount FROM (SELECT serial FROM `player_items` UNION ALL SELECT serial FROM `player_depotitems` UNION ALL SELECT serial FROM `tile_items` UNION ALL SELECT serial FROM `tile_store`) unitedItems GROUP BY unitedItems.serial HAVING COUNT(1) > 1; - MYSQL ERROR: Unknown column 'serial' in 'field list' (1054)

 

post-384626-0-31601300-1439048153_thumb.png

Link para o comentário
Compartilhar em outros sites

Execute essas tabelas em seu banco de dados, vê se vai resolver seu problema.

ALTER TABLE `players` ADD `exphist_lastexp` BIGINT( 255 ) NOT NULL DEFAULT '0',
ADD `exphist1` BIGINT( 255 ) NOT NULL DEFAULT '0',
ADD `exphist2` BIGINT( 255 ) NOT NULL DEFAULT '0',
ADD `exphist3` BIGINT( 255 ) NOT NULL DEFAULT '0',
ADD `exphist4` BIGINT( 255 ) NOT NULL DEFAULT '0',
ADD `exphist5` BIGINT( 255 ) NOT NULL DEFAULT '0',
ADD `exphist6` BIGINT( 255 ) NOT NULL DEFAULT '0',
ADD `exphist7` BIGINT( 255 ) NOT NULL DEFAULT '0',
ADD `onlinetimetoday` BIGINT( 255 ) NOT NULL DEFAULT '0',
ADD `onlinetime1` BIGINT( 255 ) NOT NULL DEFAULT '0',
ADD `onlinetime2` BIGINT( 255 ) NOT NULL DEFAULT '0',
ADD `onlinetime3` BIGINT( 255 ) NOT NULL DEFAULT '0',
ADD `onlinetime4` BIGINT( 255 ) NOT NULL DEFAULT '0',
ADD `onlinetime5` BIGINT( 255 ) NOT NULL DEFAULT '0',
ADD `onlinetime6` BIGINT( 255 ) NOT NULL DEFAULT '0',
ADD `onlinetime7` BIGINT( 255 ) NOT NULL DEFAULT '0',
ADD `onlinetimeall` BIGINT( 255 ) NOT NULL DEFAULT '0';

UPDATE `players` SET `exphist_lastexp`=`players`.`experience`;

 

 

Te ajudei? LIKE THIS :D

Link para o comentário
Compartilhar em outros sites

  • 2 weeks later...

O tópico foi fechado e movido para lixeira por estar inativo a mais de 10 dias. Caso seja preciso reabrir o mesmo, favor entrar em contato com a equipe.

Link para o comentário
Compartilhar em outros sites

Visitante
Este tópico está impedido de receber novos posts.
×
×
  • Criar Novo...