| |
Could not query topic info
DEBUG MODE
SQL Error : 1064 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 12
SELECT c.cat_id, c.cat_title, f.forum_id, f.forum_name, 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, u.user_level, u.user_allowhtml
FROM phpbb_topics t
LEFT JOIN phpbb_forums f ON f.forum_id = t.forum_id
LEFT JOIN phpbb_posts p ON p.post_id = t.topic_first_post_id
LEFT JOIN phpbb_posts_text pt ON pt.post_id = t.topic_first_post_id
LEFT JOIN phpbb_users u ON u.user_id = p.poster_id
LEFT JOIN phpbb_categories c ON c.cat_id = f.cat_id
WHERE f.auth_view = 0
AND f.auth_read = 0
AND IF(f.forum_moderate, p.post_approve, 1)
ORDER BY c.cat_order, f.forum_order, t.topic_last_post_id DESC
LIMIT 0,
Line : 109 File : sitemap.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/ |
| |
|