Ir para conteúdo
Banner com Efeitos

Featured Replies

Postado

Fatal error: Uncaught exception 'PDOException' with message 'SQLSTATE[42S02]: Base table or view not found: 1146 Table 'otserver.z_news_tickers' doesn't exist' in C:\xampp\htdocs\latestnews.php:84 Stack trace: #0 C:\xampp\htdocs\latestnews.php(84): PDO->query('SELECT * FROM `...') #1 C:\xampp\htdocs\index.php(62): include('C:\xampp\htdocs...') #2 {main} thrown in C:\xampp\htdocs\latestnews.php on line 84

 

 

Alguem pode me ajudar? ta dando esse erro ao tentar abrir meu site

Editado por vudi (veja o histórico de edições)

Resolvido por luanluciano93

Ir para solução
  • Respostas 6
  • Visualizações 1.5k
  • Created
  • Última resposta

Top Posters In This Topic

Most Popular Posts

  • luanluciano93
    luanluciano93

    CREATE TABLE `announcements` (`id` INT( 10 ) NOT NULL AUTO_INCREMENT , `title` VARCHAR( 50 ) NOT NULL , `text` VARCHAR( 255 ) NOT NULL , `date` VARCHAR( 20 ) NOT NULL , `author` VARCHAR( 50 ) NOT NULL

  • luanluciano93
    luanluciano93

    Execute esse comando no phpmyadmin: CREATE TABLE IF NOT EXISTS `z_news_tickers` ( `date` int(11) NOT NULL default '1', `author` int(11) NOT NULL, `image_id` int(3) NOT NULL default '0', `tex

  • luanluciano93
    luanluciano93

    CREATE TABLE "z_news_big" ( "hide_news" INTEGER NOT NULL DEFAULT 0, "date" INTEGER NOT NULL,

Postado

Execute esse comando no phpmyadmin:

CREATE TABLE IF NOT EXISTS `z_news_tickers` (
  `date` int(11) NOT NULL default '1',
  `author` int(11) NOT NULL,
  `image_id` int(3) NOT NULL default '0',
  `text` text NOT NULL,
  `hide_ticker` tinyint(1) NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
Postado
  • Autor

Como faço isso? desculpas é que começei a mecher com o site do meu ot hoje  e to com muita duvida espero que possa ajuda a resolve todas :/

 

 

agora apareceu esse erro :

 

Fatal error: Uncaught exception 'PDOException' with message 'SQLSTATE[42S02]: Base table or view not found: 1146 Table 'otserver.announcements' doesn't exist' in C:\xampp\htdocs\latestnews.php:279 Stack trace: #0 C:\xampp\htdocs\latestnews.php(279): PDO->query('SELECT * FROM `...') #1 C:\xampp\htdocs\index.php(62): include('C:\xampp\htdocs...') #2 {main} thrown in C:\xampp\htdocs\latestnews.php on line 279

Editado por vudi (veja o histórico de edições)

Postado
  • Autor

Agora deu esse erro aff :/

 

Fatal error: Uncaught exception 'PDOException' with message 'SQLSTATE[42S02]: Base table or view not found: 1146 Table 'otserver.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(62): include('C:\xampp\htdocs...') #2 {main} thrown in C:\xampp\htdocs\latestnews.php on line 103

Participe da conversa

Você pode postar agora e se cadastrar mais tarde. Se você tem uma conta, faça o login para postar com sua conta.

Visitante
Responder

Quem Está Navegando 0

  • Nenhum usuário registrado visualizando esta página.

Estatísticas dos Fóruns

  • Tópicos 96.9k
  • Posts 519.6k

Informação Importante

Confirmação de Termo