| |
Could not get Latest topics
DEBUG MODE
SQL Error : 145 Table './phorum_169165/phpbb_posts_text' is marked as crashed and should be repaired
SELECT t.topic_title, t.topic_last_post_id, t.forum_id, p.post_time, pt.post_text, pt.bbcode_uid, u.username, u.user_id
FROM phpbb_topics t, phpbb_posts p, phpbb_posts_text pt, phpbb_users u
WHERE t.topic_status != 1
AND p.post_id = t.topic_last_post_id
AND pt.post_id = p.post_id
AND u.user_id = p.poster_id
ORDER BY t.topic_last_post_id DESC
LIMIT 0, 15
Line : 163 File : rss.php |
| |
|