вопрос
При переходе в /index.php?do=lastcomments&userid=1 ошибка:
и затем:
Понимаю что ошибка в файле lastcomments.php но где и что я так и не понял, я много раз его редактировал.
The Error returned was:
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 '.xfields, dle_post.title, dle_post.date as newsdate, dle_post.alt_name, dle_pos' at line 3
и затем:
SELECT dle_comments.id, post_id, dle_comments.user_id, dle_comments.date, dle_comments.autor as gast_name, dle_comments.email as gast_email,
text, ip, is_register, lastdate, group_concat(mid) as `awards`, name, dle_users.email, news_num, dle_users.comm_num, user_group,
reg_date, signature, foto, fullname, land, icq, repa, repa_mod, repa_off, xfields dle_users.xfields,
dle_post.title, dle_post.date as newsdate, dle_post.alt_name, dle_post.category, dle_post.flag FROM dle_comments LEFT JOIN dle_awards ON uid = dle_comments.user_id LEFT JOIN dle_post ON dle_comments.post_id=dle_post.id LEFT JOIN dle_users ON dle_comments.user_id=dle_users.user_id
WHERE dle_comments.user_id='1' GROUP BY id ORDER BY id desc LIMIT 0,30
Понимаю что ошибка в файле lastcomments.php но где и что я так и не понял, я много раз его редактировал.