Postado Março 7, 2014 11 anos estou com esse erro quando faço account pode me ajudar ? Fatal error: Uncaught exception 'PDOException' with message 'SQLSTATE[42S02]: Base table or view not found: 1146 Table 'otserv.pagsegurotransacoes' doesn't exist' in C:\xampp\htdocs\layouts\tibiacom\layout.php:332 Stack trace: #0 C:\xampp\htdocs\layouts\tibiacom\layout.php(332): PDO->query('SELECT COUNT(*)...') #1 C:\xampp\htdocs\index.php(274): include('C:\xampp\htdocs...') #2 {main} thrown inC:\xampp\htdocs\layouts\tibiacom\layout.phpon line 332
Postado Março 7, 2014 11 anos Tenta essa: CREATE TABLE IF NOT EXISTS `pagsegurotransacoes` ( `TransacaoID` varchar(36) NOT NULL, `VendedorEmail` varchar(200) NOT NULL, `Referencia` varchar(200) default NULL, `TipoFrete` char(2) default NULL, `ValorFrete` decimal(10,2) default NULL, `Extras` decimal(10,2) default NULL, `Anotacao` text, `TipoPagamento` varchar(50) NOT NULL, `StatusTransacao` varchar(50) NOT NULL, `CliNome` varchar(200) NOT NULL, `CliEmail` varchar(200) NOT NULL, `CliEndereco` varchar(200) NOT NULL, `CliNumero` varchar(10) default NULL, `CliComplemento` varchar(100) default NULL, `CliBairro` varchar(100) NOT NULL, `CliCidade` varchar(100) NOT NULL, `CliEstado` char(2) NOT NULL, `CliCEP` varchar(9) NOT NULL, `CliTelefone` varchar(14) default NULL, `NumItens` int(11) NOT NULL, `Data` datetime NOT NULL, `ProdQuantidade_x` int(5) NOT NULL, `status` tinyint(1) unsigned NOT NULL default '0', UNIQUE KEY `TransacaoID` (`TransacaoID`,`StatusTransacao`), KEY `Referencia` (`Referencia`), KEY `status` (`status`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; STYLLER OT 2022
Postado Março 7, 2014 11 anos me ajudou , agora apareceu isso ;s Fatal error: Uncaught exception 'PDOException' with message 'SQLSTATE[42S02]: Base table or view not found: 1146 Table 'otserv.reports' doesn't exist' in C:\xampp\htdocs\layouts\tibiacom\layout.php:475 Stack trace: #0 C:\xampp\htdocs\layouts\tibiacom\layout.php(475): PDO->query('SELECT COUNT(*)...') #1 C:\xampp\htdocs\index.php(274): include('C:\xampp\htdocs...') #2 {main} thrown in C:\xampp\htdocs\layouts\tibiacom\layout.php on line 475
Postado Março 7, 2014 11 anos Este é um post popular. kk, quantos erros .... CREATE TABLE IF NOT EXISTS `reports` ( `id` int(20) NOT NULL auto_increment, `player_id` varchar(30) NOT NULL, `date` varchar(30) NOT NULL, `reason` varchar(255) NOT NULL, `description` varchar(100) NOT NULL, KEY `id` (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=26 ; STYLLER OT 2022
Postado Março 7, 2014 11 anos Agora sim irmão nem sei como agradecer, c fosse dono aqui tua reputaçao tava 1000 RS' Brigadao!
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.