Warning : DB: [1064] You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near 'FROM
articles a
INNER JOIN articles_description ad ON a.articles_id = a...' at line 5 from
in /home/agrosher/domains/agrosheriff.com/public_html/agroshop/includes/system/versioned/1.0.8.1/database_core.php on line 44
1064 - You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near 'FROM
articles a
INNER JOIN articles_description ad ON a.articles_id = a...' at line 5 SELECT au.*, a.*,
a.articles_viewed AS viewed,
articles_name AS articles_name,
articles_id AS articles_id,
FROM
articles a
INNER JOIN articles_description ad ON a.articles_id = ad.articles_id INNER JOIN articles_to_topics a2t ON a.articles_id = a2t.articles_id
LEFT JOIN authors au ON a.authors_id = au.authors_id
WHERE a.articles_status = 1 AND ad.language_id = 1 AND a2t.topics_id = 28 ORDER BY ad.articles_name LIMIT 0, 20[PHOENIX FATAL]