Ir para conteúdo
  • 0
e.ferro

Website Erro ao criar char

Pergunta

e.ferro    0
e.ferro

Antes de fazer a sua pergunta, tenha certeza de ter lido as regras da seção e o guia abaixo:

https://forums.otserv.com.br/index.php?/forums/topic/168583-regras-da-seção/

https://forums.otserv.com.br/index.php?/forums/topic/165121-como-fazer-uma-pergunta-ou-o-grande-guia-do-usuário-com-dúvidas/

Obs: não delete esse formulário pré-definido, preencha-o corretamente para postar o seu tópico!

Descreva em algumas palavras a base utilizada. (Nome do servidor / Nome do cliente / Nome do website / etc.).

Base: MyAAC

 

Qual é a sua pergunta?

Quando clico em criar o char da o seguinte erro, porem o char é criado normalmente. Como posso resolver o problema?
Segui esse topico pra poder instalar o servidor e site no linux: OTServ Brasil - O seu Portal para o mundo OTServ!

 

Você tem o código disponível? Se tiver poste-o na caixa de código que está dentro do spoiler abaixo:

Spoiler


 

 

Você tem alguma imagem que possa auxiliar no problema? Se sim, anexe-a dentro do spoiler abaixo:

Spoiler

Sem título.png

 

Compartilhar este post


Link para o post
Compartilhar em outros sites

7 respostass a esta questão

Recommended Posts

  • 0
Majesty    1755
Majesty

PHPMyAdmin -> SQL e execute:

ALTER TABLE `myaac_account_actions` CHANGE COLUMN `ip` BIGINT(20) UNSIGNED NOT NULL DEFAULT 0 AFTER `account_id`;

 

Compartilhar este post


Link para o post
Compartilhar em outros sites
  • 0
Majesty    1755
Majesty

PHPMyAdmin -> SQL e execute:

ALTER TABLE `myaac_account_actions` CHANGE COLUMN `ip` INT(10) UNSIGNED NOT NULL DEFAULT 0 AFTER `account_id`;
ALTER TABLE `myaac_account_actions` CHANGE COLUMN `ipv6` BINARY(16) NOT NULL DEFAULT 0 AFTER `ip`;

 

Compartilhar este post


Link para o post
Compartilhar em outros sites
  • 0
e.ferro    0
e.ferro
20 horas atrás, Majesty disse:

PHPMyAdmin -> SQL e execute:


ALTER TABLE `myaac_account_actions` CHANGE COLUMN `ip` INT(10) UNSIGNED NOT NULL DEFAULT 0 AFTER `account_id`;
ALTER TABLE `myaac_account_actions` CHANGE COLUMN `ipv6` BINARY(16) NOT NULL DEFAULT 0 AFTER `ip`;

 

Bom dia amigo, rodei os comandos mas o erro ainda continua. Mais alguma ideia?

Compartilhar este post


Link para o post
Compartilhar em outros sites
  • 0
slawkens    7
slawkens

Can you paste this

die(get_browser_real_ip());

just after 

require_once SYSTEM . 'functions.php';

in index.php and tell me what does the browser show if you refresh the page?

Compartilhar este post


Link para o post
Compartilhar em outros sites
  • 0
e.ferro    0
e.ferro
14 horas atrás, slawkens disse:

Can you paste this


die(get_browser_real_ip());

just after 


require_once SYSTEM . 'functions.php';

in index.php and tell me what does the browser show if you refresh the page?

shows the ip of my machine where I am accessing the site

Compartilhar este post


Link para o post
Compartilhar em outros sites
  • 0
slawkens    7
slawkens
8 hours ago, e.ferro said:

shows the ip of my machine where I am accessing the site

 

Yes, but what is this IP, I am wondering. Can you send me private message with it? You can comment out last two digits if you worry.

Compartilhar este post


Link para o post
Compartilhar em outros sites
  • 0
e.ferro    0
e.ferro
Em 26/03/2021 em 18:57, Majesty disse:

UNSIGNED

Removi o UNSIGNED e deixei esse atributo em branco. Resolveu

 

Editado por e.ferro

Compartilhar este post


Link para o post
Compartilhar em outros sites
Visitante
Este tópico está impedido de receber novos posts.

  • Quem Está Navegando   0 membros estão online

    Nenhum usuário registrado visualizando esta página.

×