| |
Could not query topic info
DEBUG MODE
SQL Error : 1054 Unknown column 'f.cat_id' in 'on clause'
SELECT c.cat_id, c.cat_title, f.forum_id, f.forum_name, f.forum_desc, f.auth_view, t.topic_id, t.topic_title, t.topic_last_post_id, t.topic_replies, p.poster_id, p.enable_html, p.enable_smilies, pt.bbcode_uid, pt.post_text
FROM phpbb_forums f, phpbb_topics t, phpbb_posts_text pt, phpbb_posts p
LEFT JOIN phpbb_categories c ON c.cat_id = f.cat_id
WHERE f.forum_id = t.forum_id
AND f.auth_view = 0
AND f.auth_read = 0
AND f.password = ''
AND (f.forum_link = '' OR forum_link IS NULL)
AND p.post_id = t.topic_first_post_id
AND pt.post_id = t.topic_first_post_id
ORDER BY c.cat_order, f.forum_order, t.topic_last_post_id DESC
LIMIT 0, 30
Line : 81 File : sitemap.php
Jeśli nie potrafisz znaleźć rozwiązania tego problemu, możesz spróbować poszukać, lub zadać pytanie na forum: http://przemo.org/phpBB2/forum |
| |
|