Página 1 de 1

Error General No Se Pudo Obtener últimos Temas

Publicado: 23 Oct 2006, 07:46
por petazeta
Pos eso

intento poner los ultimos temas del foro en la pagina inicial y me da este error,
alguien sabe pq??




Error general
Could not query recent topics information

DEBUG MODE

SQL Error : 1146 Table 'riojaocio_com.APPROVE_POSTS_TABLE' doesn't exist

SELECT t.topic_id, t.topic_title, t.topic_last_post_id, t.forum_id, p.post_id, p.poster_id, p.post_time, u.user_id, u.username, p.post_username FROM xs_topics AS t LEFT OUTER JOIN APPROVE_POSTS_TABLE AS a ON (t.topic_first_post_id = a.post_id), xs_posts AS p, xs_users AS u WHERE t.forum_id NOT IN (41) AND t.topic_status <> 2 AND p.post_id = t.topic_last_post_id AND p.poster_id = u.user_id AND a.post_id is NULL AND t.topic_time <= 1161585830 ORDER BY p.post_time DESC LIMIT 2

Line : 118
File : blocks_imp_recent_topics.php

Respuesta: Error General No Se Pudo Obtener últimos Temas

Publicado: 23 Oct 2006, 15:20
por Zuker
Este tema capaz te ayudara

http://www.phpbb-es.com/foro/solucionad ... t6697.html

Saludos