antiblock
Elveron
  • Chatbox

    You don't have permission to chat.
    Load More
  • 0
Sign in to follow this  
× Dαяkαтн

[Game2089] Bug Files Do Ivan

Question

Fui tentar adicionar a Gamecore2089 do Valenza nas files do Ivan Santos

Mas me deu erro...

Syserr:

SYSERR: Aug  4 12:27:25 :: Start: TABLE_POSTFIX not configured use default

SYSERR: Aug  4 12:27:25 :: DirectQuery: AsyncSQL::DirectQuery : mysql_query error: Column 'name' in field list is ambiguous
query: SELECT empire, pid, name, money, windate FROM monarch a, player b where a.pid=b.id
SYSERR: Aug  4 12:27:25 :: DirectQuery: AsyncSQL::DirectQuery : mysql_query error: Column 'name' in field list is ambiguous
query: SELECT pid, name, date FROM monarch_candidacy a, player b where a.pid = b.id
SYSERR: Aug  4 12:27:25 :: Load:  DirectQuery failed(SELECT IP_FROM, IP_TO, COUNTRY_NAME FROM iptocountry)

 

Maquina virtual:

http://icyber.me/image/qA

 

Sabes o que pode ser? Não percebo muito disso...

Share this post


Link to post
Share on other sites

7 answers to this question

  • 0

DROP TABLE IF EXISTS `iptocountry`;CREATE TABLE `iptocountry` (  `IP_FROM` varchar(16) DEFAULT NULL,  `IP_TO` varchar(16) DEFAULT NULL,  `COUNTRY_NAME` varchar(16) DEFAULT NULL) ENGINE=MyISAM DEFAULT CHARSET=big5;

 

Vê se dá em alguma coisa

Mas vê primeiro o problema que tens na VM com o rename do core

Share this post


Link to post
Share on other sites
antiblock
https://i.imgur.com/aJ17bf7.gif
  • 0

Tens de fazer alterações na base de dados, nas tabelas player.monarch e account.iptocountry 

Share this post


Link to post
Share on other sites
  • 0

Sabes que alteração tenho que fazer?

 

Tens de alterar a coluna "name" na player.monarch para não ser ambiguous (não sei como é, mas se procurares no google deves encontrar solução)

Vai á database account e vê se tens uma tabela chamada iptocountry

Share this post


Link to post
Share on other sites
  • 0

Abre a database e posta um print da estrutura da mesma

 

Em relação ao print da VM, acho que implementaste mal o core, ou esse gamecore não é compatível com o sistema

Share this post


Link to post
Share on other sites
Guest
This topic is now closed to further replies.
Sign in to follow this