1064 - 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 n.news_id = nd.news_id
WHERE n.news_id = '0'
AND nd.language_id = '5'' at line 13
-- shopnews.php
SELECT
n.news_id,
n.status,
n.show_date,
DATE_FORMAT(n.date, '%d.%m.%Y, %h:%i') AS DATE,
nd.title,
nd.subtitle,
nd.shorttext,
nd.text,
nd.image
FROM news n
INNER JOIN news_description nd ON AND n.news_id = nd.news_id
WHERE n.news_id = '0'
AND nd.language_id = '5'
[XT SQL Error]