Ir para conteúdo
  • 0

Ajuda Forum,ajuda Que Ja Fosse Melhor.


mACAKOO

Pergunta

O FORUM SO TA PERDENDO SEM AJUDAR OS OUTROS, TEM COMO AJUDAR? FAZZE TUTORIAL ALGO ASSIM ? TEM GENTE COMO EU QUE NAO SABE ARRUMAR ISSO..

Fatal error: Uncaught exception 'PDOException' with message 'SQLSTATE[42S02]: Base table or view not found: 1146 Table 'otserv.z_news_big' doesn't exist' in C:\xampp\htdocs\latestnews.php:103 Stack trace: #0 C:\xampp\htdocs\latestnews.php(103): PDO->query('SELECT image_id...') #1 C:\xampp\htdocs\index.php(63): include('C:\xampp\htdocs...') #2 {main} thrown inC:\xampp\htdocs\latestnews.phpon line 103

 

site em uso http://www.xtibia.co...cc-tibiacom-9x/

 

AAAAAAAAAJUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUDAAAAAAAAAAAAAAAAAAAAAAAA

Link para o comentário
Compartilhar em outros sites

4 respostass a esta questão

Posts Recomendados

  • 0

Amigo,nao entendi nada do seu erro.

 

Especifique-se mais,mostre ss do erro.

 

Dúvidas.

 

Onde é este erro:

  • No site de seu OT.
  • Em um forum separado, ex.(forumeiros etc.)
  • É Erro no forum do site do seu OT?

 

Espero que entenda e poste mais informaçoes para que eu possa ajudar.

Link para o comentário
Compartilhar em outros sites

  • 0

O FORUM SO TA PERDENDO SEM AJUDAR OS OUTROS, TEM COMO AJUDAR? FAZZE TUTORIAL ALGO ASSIM ? TEM GENTE COMO EU QUE NAO SABE ARRUMAR ISSO..

Fatal error: Uncaught exception 'PDOException' with message 'SQLSTATE[42S02]: Base table or view not found: 1146 Table 'otserv.z_news_big' doesn't exist' in C:\xampp\htdocs\latestnews.php:103 Stack trace: #0 C:\xampp\htdocs\latestnews.php(103): PDO->query('SELECT image_id...') #1 C:\xampp\htdocs\index.php(63): include('C:\xampp\htdocs...') #2 {main} thrown inC:\xampp\htdocs\latestnews.phpon line 103

 

site em uso http://www.xtibia.co...cc-tibiacom-9x/

 

AAAAAAAAAJUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUDAAAAAAAAAAAAAAAAAAAAAAAA

 

Sua database não contem a tabela .z_news_big marcos cristofoli!

Link para o comentário
Compartilhar em outros sites

  • 0

Execute a seguinte query em seu banco de dados.

 

CREATE TABLE IF NOT EXISTS `z_news_big` (

`hide_news` tinyint(1) NOT NULL DEFAULT '0',

`date` int(11) NOT NULL DEFAULT '0',

`author` varchar(255) NOT NULL,

`author_id` int(11) NOT NULL,

`image_id` int(3) NOT NULL DEFAULT '0',

`topic` varchar(255) NOT NULL,

`text` text NOT NULL

) ENGINE=MyISAM DEFAULT CHARSET=latin1;

 

 

 

Ps; Leia as regras.. 3 tópicos na sessão com o mesmo intuito.

Link para o comentário
Compartilhar em outros sites

×
×
  • Criar Novo...