A Database Error Occurred

Error Number: 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 '-8, 8' at line 1

select SQL_CALC_FOUND_ROWS news.*,DATE_FORMAT(news.date,"%Y.%m.%d")date1,cate.name categoryName from t_news news left join s_apptree cate on cate.id=news.categoryId where active=1 order by date desc LIMIT -8, 8

Filename: core/MY_Model.php

Line Number: 77