Ir para conteúdo
  • 0

Error gesior AJUDA POR FAVOR


ney4555

Pergunta

Por favor alguem aqui pode me ajuda , TODOS OS GESIOR QUE EU ESTOU ESTALANDO AQUI COM O XAMMP 1.7.3 ESTA DANDO ESTE ERRO :

]Fatal error: Uncaught exception 'PDOException' with message 'SQLSTATE[42S22]: Column not found: 1054 Unknown column 'g.logo_gfx_name' in 'field list'' in C:\xampp\htdocs\latestnews.php:31 Stack trace: #0 C:\xampp\htdocs\latestnews.php(31): PDO->query('SELECT `g`.`id`...') #1 C:\xampp\htdocs\index.php(63): include('C:\xampp\htdocs...') #2 {main} thrown inC:\xampp\htdocs\latestnews.php on line 31 !

 

alguem sabe como que resolve , tentei estalar o xammp 1.6.5 para tentar mais no meu vps o apache nao inicia!

Editado por PiabetaMan01
Link para o comentário
Compartilhar em outros sites

5 respostass a esta questão

Posts Recomendados

  • 0

Execute essa query:

CREATE TABLE IF NOT EXISTS `guilds` (
 `id` int(11) NOT NULL AUTO_INCREMENT,
 `world_id` tinyint(2) unsigned NOT NULL DEFAULT '0',
 `name` varchar(255) NOT NULL,
 `ownerid` int(11) NOT NULL,
 `creationdata` int(11) NOT NULL,
 `checkdata` int(11) NOT NULL,
 `motd` varchar(255) NOT NULL,
 `balance` bigint(20) unsigned NOT NULL,
 `description` text NOT NULL,
 `logo_gfx_name` varchar(255) NOT NULL DEFAULT '',
 `invited_to` int(11) NOT NULL,
 `invited_by` int(11) NOT NULL,
 `in_war_with` int(11) NOT NULL,
 `kills` int(11) NOT NULL,
 `show` smallint(1) NOT NULL,
 `war_time` int(11) NOT NULL,
 PRIMARY KEY (`id`),
 UNIQUE KEY `name` (`name`,`world_id`)
) ENGINE=InnoDB  DEFAULT CHARSET=latin1 AUTO_INCREMENT=2 ;

Link para o comentário
Compartilhar em outros sites

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