| |
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 'ORDER BY t.topic_id DESC
LIMIT 0, 10' at line 5
SELECT f.forum_id, f.forum_name, t.topic_id, t.topic_title, t.topic_extra, t.topic_extra4, t.topic_views, t.topic_time
FROM phpbb_topics3 t
LEFT OUTER JOIN phpbb_forums3 f ON f.forum_id = t.forum_id
WHERE f.forum_id =
ORDER BY t.topic_id DESC
LIMIT 0, 10
Line : 75 File : viewforum.php |
| |
|