|
|
|
|
|
Could not obtain sub forum information
DEBUG MODE
SQL Error : 1 Can't create/write to file '/var/tmp/#sql_4ca_0.MAI' (Errcode: 28)
SELECT
f.forum_id, f.forum_name, f.forum_desc, f.forum_topics,
f.forum_posts, f.forum_order, f.forum_postcount,
f.forum_last_post_id, f.forum_status, p.post_time,
p.poster_id, u.username, t.topic_id, t.topic_title
FROM
phpbb_forums f
LEFT OUTER JOIN phpbb_posts p
ON p.post_id = f.forum_last_post_id
LEFT OUTER JOIN phpbb_users u
ON u.user_id = p.poster_id
LEFT OUTER JOIN phpbb_topics t
ON t.topic_id = p.topic_id
WHERE
f.parent_id = 36
ORDER BY
p.post_time DESC
Line : 333 File : viewforum.php |
|
|
|
|
|
Powered by phpBB © 2001, 2002 phpBB Group
|
|
|
 |
|
|
|
|