Witam. Dokładnie 2 min. temu zainstalowałem mod do prefiksów przed nazwami tematów. Wchodzę w jakiś temat i pokazuje się błąd:
Kod:
Could not obtain topic information
DEBUG MODE
SQL Error : 1064 Something is wrong in your syntax obok 'LEFT JOIN phpbb_topic_types tt ON t.topic_ttype=tt.tt_id) phpbb_' w linii 2
SELECT t.topic_id, t.topic_title, t.topic_status, t.topic_replies, t.topic_time, t.topic_type, t.topic_vote, t.topic_last_post_id, t.topic_ttype, tt.tt_title, t.*, f.forum_name, f.forum_status, f.forum_id, f.auth_view, f.auth_read, f.auth_post, f.auth_reply, f.auth_edit, f.auth_delete, f.auth_sticky, f.auth_announce, f.auth_pollcreate, f.auth_vote, f.auth_attachments, f.raport_on, COUNT(p2.post_id) AS prev_posts FROM (phpbb_topics t,LEFT JOIN phpbb_topic_types tt ON t.topic_ttype=tt.tt_id) phpbb_forums f, phpbb_posts p, phpbb_posts p2 WHERE p.post_id = 8 AND t.topic_id = p.topic_id AND p2.topic_id = p.topic_id AND p2.post_id <= 8 AND f.forum_id = t.forum_id GROUP BY p.post_id, t.topic_id, t.topic_title, t.topic_status, t.topic_replies, t.topic_time, t.topic_type, t.topic_vote, t.topic_last_post_id, f.forum_name, f.forum_status, f.forum_id, f.auth_view, f.auth_read, f.auth_post, f.auth_reply, f.auth_edit, f.auth_delete, f.auth_sticky, f.auth_announce, f.auth_pollcreate, f.auth_vote, f.auth_attachments ORDER BY p.post_id ASC
Line : 155
File : viewtopic.php
Wiecie jak to naprawić??
A gdy wchodze w jakąś kategorie to jest:
Kod:
Could not obtain topic information
DEBUG MODE
SQL Error : 1064 Something is wrong in your syntax obok 'LEFT JOIN phpbb_topic_types tt ON t.topic_ttype=tt.tt_id), phpbb' w linii 2
SELECT t.*, tt.tt_title, u.username, u.user_id, u2.username as user2, u2.user_id as id2, p.post_time, p.post_username FROM (phpbb_topics t, LEFT JOIN phpbb_topic_types tt ON t.topic_ttype=tt.tt_id), phpbb_users u, phpbb_posts p, phpbb_users u2 WHERE t.forum_id = 2 AND t.topic_poster = u.user_id AND p.post_id = t.topic_last_post_id AND p.poster_id = u2.user_id AND t.topic_type = 2 ORDER BY t.topic_last_post_id DESC
Line : 297
File : viewforum.php
Jak to naprawić?