| |
Could not query latest topic information
DEBUG MODE
SQL Error : 5 Out of memory (Needed 3355416 bytes)
SELECT
f.forum_id, f.forum_name, t.topic_title, t.topic_id, t.topic_last_post_id, t.topic_poster, t.topic_views, t.topic_replies, t.topic_type, t.topic_status,
p2.post_time, p2.poster_id, p2.post_username, p.post_username,
u.username as last_username,
u2.username as author_username
FROM nuke_bbforums f, nuke_bbposts p, nuke_bbtopics t, nuke_bbposts p2, nuke_users u, nuke_users u2
WHERE
f.forum_id NOT IN (0)
AND t.forum_id = f.forum_id
AND p.post_id = t.topic_first_post_id
AND p2.post_id = t.topic_last_post_id
AND t.topic_moved_id = 0
AND p2.poster_id = u.user_id
AND t.topic_poster = u2.user_id
ORDER BY t.topic_glance_priority DESC, t.topic_last_post_id DESC LIMIT 6
Line : 182 File : glance.php |
| |
|