Error gesior AJUDA POR FAVOR

ney4555
em Websites

ney4555

avatar
Campones
Campones

INFOS

Grupo: CamponesRegistrado: 03/12/10Posts: 14

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!

AlexandreKG

Estudante de TI
avatar
Marquês
Marquês

INFOS

Grupo: MarquêsRegistrado: 30/10/11Posts: 1153Gênero: Masculino

Instale o xampp 1.7.3

ney4555

avatar
Campones
Campones

INFOS

Grupo: CamponesRegistrado: 03/12/10Posts: 14

Ja estalei e pelo xammp mesmo 1.7.3 que ocorre o erro!

LTKReturns

avatar
Artesão
Artesão

INFOS

Grupo: ArtesãoRegistrado: 20/11/12Posts: 142Char no Tibia: Deleted

Ja Aconteçeu Isso Comigo è Pq Você Pegou O Site Sem A Database Compativel Com Ele, Dai NO Caso Ou Você Arruma A Database Do Site Ou Baixar Outro Gesior

Piabeta Kun

Ex-Coordenador de Websites
avatar
Herói
Herói

INFOS

Grupo: HeróiRegistrado: 23/12/08Posts: 2403Gênero: MasculinoChar no Tibia: Gordo Warlike

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 ;

Daijobu!

 

Stigal

don't ever stop...
avatar
Herói
Herói

INFOS

Grupo: HeróiRegistrado: 28/11/10Posts: 3402Gênero: Masculino

Tópico movido para a seção de dúvidas e pedidos resolvidos.

VI6MDIG.png

 

"O fracasso é a oportunidade de se começar de novo inteligentemente"

Minhas Redes Sociais: Youtube | Página & Grupo | Steam  | Discord Xtibia | Skype: @mrooger

 

OTpanel