Erro Geral |
Could not query list of active posts
DEBUG MODE
SQL Error : 1064 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'ORDER BY p.post_time DESC LIMIT 10' at line 11
SELECT f.forum_name, t.topic_title, u.user_id, u.username, u.user_avatar, p.post_id, pt.post_text, pt.post_subject, pt.bbcode_uid, p.post_time, t.topic_replies, t.topic_first_post_id
FROM phpbb_forums AS f, phpbb_topics AS t, phpbb_users AS u, phpbb_posts AS p, phpbb_posts_text as pt
WHERE
t.forum_id = f.forum_id
AND f.auth_view = 0
AND p.poster_id = u.user_id
AND pt.post_id = p.post_id
AND p.topic_id = t.topic_id
AND t.topic_id =
ORDER BY p.post_time DESC LIMIT 10 Line : 201 File : /home/digif/public_html/rss.php |
|
| |