|
Couldn't access list of Forums
DEBUG MODE
SQL Error : 1146 Table 'wfgdansk_forum.phpbb_posts' doesn't exist
SELECT f.*, p.post_time, p.post_username, p.post_approve, u.username, u.user_id, u.user_level, u.user_jr, t.topic_last_post_id, t.topic_title
FROM phpbb_forums f
LEFT JOIN phpbb_posts p ON (p.post_id = f.forum_last_post_id)
LEFT JOIN phpbb_users u ON (u.user_id = p.poster_id)
LEFT JOIN phpbb_topics t ON (t.topic_last_post_id = p.post_id AND t.forum_id = f.forum_id)
ORDER BY f.forum_order, f.forum_id
Line : 233 File : functions.php
Jeśli nie potrafisz znaleźć rozwiązania tego problemu, możesz spróbować poszukać, lub zadać pytanie na forum: http://www.przemo.org/phpBB2/ |
|
|