Eroare Generală: You have an error in your SQL syntax
Scris: 30-Apr-2010, 21:18:37
Salutare !
Am creat categoriile şi când sa intru in categorie imi dă :
Am creat categoriile şi când sa intru in categorie imi dă :
Tocmai am instalat Portalul !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 'ORDER BY t.topic_time DESC' at line 2 [1064]
SQL
SELECT t.*, tp.topic_posted, tt.mark_time, ptl.post_text AS message_tooltip FROM (phpbb_topics t) LEFT JOIN phpbb_topics_posted tp ON (tp.topic_id = t.topic_id AND tp.user_id = 2) LEFT JOIN phpbb_topics_track tt ON (tt.topic_id = t.topic_id AND tt.user_id = 2) LEFT JOIN phpbb_posts ptl ON (ptl.post_id = t.topic_last_post_id) WHERE t.forum_id IN (4, 0) AND t.topic_type IN (2, 3 ORDER BY t.topic_time DESC
BACKTRACE
FILE: includes/db/mysql.php
LINE: 174
CALL: dbal->sql_error()
FILE: viewforum.php
LINE: 391
CALL: dbal_mysql->sql_query()