Ir para conteúdo

Featured Replies

  • Respostas 15
  • Visualizações 1.6k
  • Created
  • Última resposta

Top Posters In This Topic

Most Popular Posts

  • Servidor está sem site ? se for sem e sqlite , mysql e apenas com site .   No caso se for sem site assim --   sqlType = "sqlite" sqlHost = "localhost" sqlPort = 3306 sqlUser = "root" sqlPass = "S

  • Tire uma print do seu banco de dados e me manda para ve se ta faltando alguma coisa.

  • Na sua config.lua coloque isso    sqlKeepAlive = 0 mysqlReadTimeout = 30 mysqlWriteTimeout = 30 encryptionType = "sha1"

Postado

meu querido simplesmente esta faltando um campo chamado onlinetimetoday dentro de players!!

vc esta usando a data-base q veio com o server???

 

no momento em que ele tenta salvar e nao localiza o campo onlinetimetoday  ele gera esse erro...

 

tente executar isto na sua data-base e me diz se resolveu

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';

Editado por gblxd91 (veja o histórico de edições)

Postado

exatamente o mesmo n deu diferença nenhuma?

EXECUTE AS 2 SEPARADAS!! aqui adicionou normal

 

talvez tenha faltado algumas abas tenta assim 

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 `exphist8` BIGINT( 255 ) NOT NULL DEFAULT '0',
ADD `exphist9` BIGINT( 255 ) NOT NULL DEFAULT '0',
ADD `exphist10` BIGINT( 255 ) NOT NULL DEFAULT '0',
ADD `exphist11` BIGINT( 255 ) NOT NULL DEFAULT '0',
ADD `exphist12` BIGINT( 255 ) NOT NULL DEFAULT '0',
ADD `exphist13` BIGINT( 255 ) NOT NULL DEFAULT '0',
ADD `exphist14` BIGINT( 255 ) NOT NULL DEFAULT '0',
ADD `exphist15` BIGINT( 255 ) NOT NULL DEFAULT '0',
ADD `exphist16` BIGINT( 255 ) NOT NULL DEFAULT '0',
ADD `exphist17` BIGINT( 255 ) NOT NULL DEFAULT '0',
ADD `exphist18` BIGINT( 255 ) NOT NULL DEFAULT '0',
ADD `exphist19` BIGINT( 255 ) NOT NULL DEFAULT '0',
ADD `exphist20` BIGINT( 255 ) NOT NULL DEFAULT '0',
ADD `exphist21` BIGINT( 255 ) NOT NULL DEFAULT '0',
ADD `exphist22` BIGINT( 255 ) NOT NULL DEFAULT '0',
ADD `exphist23` BIGINT( 255 ) NOT NULL DEFAULT '0',
ADD `exphist24` BIGINT( 255 ) NOT NULL DEFAULT '0',
ADD `exphist25` BIGINT( 255 ) NOT NULL DEFAULT '0',
ADD `exphist26` BIGINT( 255 ) NOT NULL DEFAULT '0',
ADD `exphist27` BIGINT( 255 ) NOT NULL DEFAULT '0',
ADD `exphist28` BIGINT( 255 ) NOT NULL DEFAULT '0',
ADD `exphist29` BIGINT( 255 ) NOT NULL DEFAULT '0',
ADD `exphist30` BIGINT( 255 ) NOT NULL DEFAULT '0',
ADD `exphist31` BIGINT( 255 ) NOT NULL DEFAULT '0'
ALTER TABLE `players` 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 `onlinetime8` BIGINT( 255 ) NOT NULL DEFAULT '0',
ADD `onlinetime9` BIGINT( 255 ) NOT NULL DEFAULT '0',
ADD `onlinetime10` BIGINT( 255 ) NOT NULL DEFAULT '0',
ADD `onlinetime11` BIGINT( 255 ) NOT NULL DEFAULT '0',
ADD `onlinetime12` BIGINT( 255 ) NOT NULL DEFAULT '0',
ADD `onlinetime13` BIGINT( 255 ) NOT NULL DEFAULT '0',
ADD `onlinetime14` BIGINT( 255 ) NOT NULL DEFAULT '0',
ADD `onlinetime15` BIGINT( 255 ) NOT NULL DEFAULT '0',
ADD `onlinetime16` BIGINT( 255 ) NOT NULL DEFAULT '0',
ADD `onlinetime17` BIGINT( 255 ) NOT NULL DEFAULT '0',
ADD `onlinetime18` BIGINT( 255 ) NOT NULL DEFAULT '0',
ADD `onlinetime19` BIGINT( 255 ) NOT NULL DEFAULT '0',
ADD `onlinetime20` BIGINT( 255 ) NOT NULL DEFAULT '0',
ADD `onlinetime21` BIGINT( 255 ) NOT NULL DEFAULT '0',
ADD `onlinetime22` BIGINT( 255 ) NOT NULL DEFAULT '0',
ADD `onlinetime23` BIGINT( 255 ) NOT NULL DEFAULT '0',
ADD `onlinetime24` BIGINT( 255 ) NOT NULL DEFAULT '0',
ADD `onlinetime25` BIGINT( 255 ) NOT NULL DEFAULT '0',
ADD `onlinetime26` BIGINT( 255 ) NOT NULL DEFAULT '0',
ADD `onlinetime27` BIGINT( 255 ) NOT NULL DEFAULT '0',
ADD `onlinetime28` BIGINT( 255 ) NOT NULL DEFAULT '0',
ADD `onlinetime29` BIGINT( 255 ) NOT NULL DEFAULT '0',
ADD `onlinetime30` BIGINT( 255 ) NOT NULL DEFAULT '0',
ADD `onlinetime31` BIGINT( 255 ) NOT NULL DEFAULT '0'

desse jeito ele vai criar todas q estão citadas ali

 

 

Editado por gblxd91 (veja o histórico de edições)

Participe da conversa

Você pode postar agora e se cadastrar mais tarde. Se você tem uma conta, faça o login para postar com sua conta.

Visitante
Responder

Quem Está Navegando 0

  • Nenhum usuário registrado visualizando esta página.

Estatísticas dos Fóruns

  • Tópicos 96.9k
  • Posts 519.7k

Informação Importante

Confirmação de Termo