I'm getting an negative value error all the time from MySQL, when I run the query:
SELECT * FROM `nuke_multiheadlines_news` ORDER BY `news_status` ASC, `news_pubdate` DESC LIMIT -11800, -11795
I still get the same error and looks like there is something wrong but I can not find it.