
margosiinho
Membro
-
Registro em
-
Última visita
Solutions
-
margosiinho's post in (Resolvido)Erro no Site de Wodbo was marked as the answerEle nao esta encontrando a tabela "newsticker".
Vamos cria-la.
Abra o phpmyadmin, abra sua database, depois clique na opção SQL, e execute o seguinte código. Feito isso teste novamente.
CREATE TABLE IF NOT EXISTS `newsticker` ( `id` int(11) NOT NULL AUTO_INCREMENT, `title` varchar(150) DEFAULT '', `body` text, `time` int(11) DEFAULT '0', PRIMARY KEY (`id`) );