Modul a fost instalat pe mai multe forumuri si nu am mai avut probleme la instalare. toate fisierele sunt la locul lor ok, modificarile facute, dar apare aceasta eroare
Eroare
Cod: Selectaţi tot
Eroare generală
SQL ERROR [ mysql4 ]
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 ') AND t.topic_status <> 2 AND t.forum_id = f.forum_id AND p.post' at line 1 [1064]
SQL
SELECT f.forum_id, f.forum_name, LEFT(t.topic_title, 20) as topic_title, t.*, p.post_time, p.poster_id, u.username as last_username, u.username as author_username FROM (phpbb_forums f, phpbb_posts p, phpbb_topics t, phpbb_users u) WHERE f.forum_id IN (10,) AND t.topic_status <> 2 AND t.forum_id = f.forum_id AND p.post_id = t.topic_first_post_id AND t.topic_moved_id = 0 AND p.poster_id = u.user_id AND t.topic_poster = u.user_id ORDER BY t.topic_last_post_id DESC LIMIT 3
BACKTRACE
FILE: includes/db/mysql.php
LINE: 158
CALL: dbal->sql_error()
FILE: includes/db/mysql.php
LINE: 205
CALL: dbal_mysql->sql_query()
FILE: includes/db/dbal.php
LINE: 159
CALL: dbal_mysql->_sql_query_limit()
FILE: recent_messages.php
LINE: 150
CALL: dbal->sql_query_limit()
FILE: index.php
LINE: 126
CALL: include('recent_messages.php')