at query level > 1064SELECT n.ID, c.category_slug, n.news_slug, DATE_FORMAT(n.news_date,'%D %M %Y at %h:%i') as date, n.news_headline, n.news_details, n.rss_summary, n.news_details_search, n.news_image, n.news_image_caption, n.news_short_headline, Monthname(n.news_date) as MONTH from rps_news as n RIGHT JOIN rps_news_categories as c on n.category=.c.id where c.category_slug !='member_announcements' and c.category_slug='' ORDER BY news_date DESC LIMIT 5 OFFSET -5 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 '-5' at line 1.
Please click here to visit our homepage