|
Could not obtain topics from topics table
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 'AND p.enable_hidden = 0
ORDER BY topic_last_post_id DESC
LIMIT 0, 20' at line 6
SELECT t.forum_id, t.topic_id, t.topic_title, t.topic_last_post_id, p.topic_id, p.topic_id, p.post_time, p.enable_hidden
FROM phpbb_topics t, phpbb_posts_text p
WHERE t.topic_id = p.topic_id
AND p.post_id = t.topic_last_post_id
AND
AND p.enable_hidden = 0
ORDER BY topic_last_post_id DESC
LIMIT 0, 20
Line : 1347 File : kategori.php |
|
|