Instale o xampp 1.7.3
6
948
info
Grupo: Marquês
Registrado: 29/10/11
Posts: 1.2k
Reputação: +134
Gênero: Masculino

08 de janeiro de 2013 às 21:05
08 de janeiro de 2013 às 21:20
Ja estalei e pelo xammp mesmo 1.7.3 que ocorre o erro!
info
Grupo: Artesão
Registrado: 20/11/12
Posts: 142
Reputação: +19
Char no Tibia: Deleted

08 de janeiro de 2013 às 21:51
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
info
Grupo: Herói
Registrado: 23/12/08
Posts: 2.4k
Reputação: +359
Gênero: Masculino
Char no Tibia: Gordo Warlike

08 de janeiro de 2013 às 22:53
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 ;
1 mês depois...





info
Grupo: Campones
Registrado: 02/12/10
Posts: 14
Reputação: +1
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 Janeiro 8 por PiabetaMan01