Código: Seleccionar todo
Could not query recent topics information
DEBUG MODE
SQL Error : 1146 Table 'posimob_cporty.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 FROM phpbb_topics AS t LEFT OUTER JOIN APPROVE_POSTS_TABLE AS a ON (t.topic_first_post_id = a.post_id), phpbb_posts AS p, phpbb_users AS u WHERE t.forum_id NOT IN ('start') 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 ORDER BY p.post_id DESC LIMIT 10
Line : 95
File : blocks_imp_recent_topics.php
http://www.posimob.com/porty/portal.php
He revisado todo el sql y no hay nada de crear tal tabla.
Espero respuesta.
Un saludo!