Pagina 1 din 1

Eroare Generală: You have an error in your SQL syntax

Scris: 30-Apr-2010, 21:18:37
de Ionut`z
Salutare !

Am creat categoriile şi când sa intru in categorie imi dă :
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()
Tocmai am instalat Portalul !

Re: Eroare Generală

Scris: 30-Apr-2010, 21:21:27
de Ivan Petre Paul
Inseamna ca nu l-ai instalat corespunzator.
Stiu ca mai ai vreo sapte forum-uri. Incearca instalarea pe un alt forum si vezi daca apare aceeasi problema.

Re: Eroare Generală

Scris: 30-Apr-2010, 21:23:53
de Ionut`z
Ok... totuşi nu pot face nimica ?!

Re: Eroare Generală

Scris: 30-Apr-2010, 22:03:16
de bogdan
Ce portal zici ca ai instalat ? Un MOD peste phpBB3? Daca da, ar verificat daca e compatibil cu versiunea phpBB3 folosita?

Re: Eroare Generală

Scris: 30-Apr-2010, 22:15:00
de Ionut`z
Am rezolvat...
Am inlocuit fişierul viewforum.php, cu unul deumblat la el