Fatal error: 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 a.category_id = c.category_id' at line 32: SELECT a.article_id,
a.title,
a.category_id,
a.type,
a.advisor_id,
(select name from advisors where advisor_id=a.advisor_id) as advisor_name,
(select image from advisors where advisor_id=a.advisor_id) as advisor_image,
c.title as category,
a.summary,
a.members_only,
a.short_description,
a.content,
a.image,
a.image_description,
a.thumb,
a.source,
c.top_banner,
c.top_banner_link,
c.right_banner,
c.right_banner_link,
a.source_url,
a.video_length,
a.video_code,
a.video,
c.top_code,
c.right_code,
a.podcast,
FROM_UNIXTIME(a.publish_date, '%M %d in /home/wwwglob/public_html/admin/common/db.php on line 233