Error Number: 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 '-16, 16' at line 6
SELECT `id`, `title`, `description`, `image`, `seo_url`, `created_at` FROM `blogs` WHERE `publish` = 'yes' AND `status` = 1 ORDER BY `id` DESC LIMIT -16, 16
Filename: models/Common_model.php
Line Number: 171