Query ErrorSELECT count(*) FROM fs_news
WHERE ( category_id = 19
OR category_id_wrapper like "%,19,%" )
AND published = 1
ORDER BY created_time DESC,ordering DESC
Array([0] => 42000[1] => 1140[2] => Mixing of GROUP columns (MIN(),MAX(),COUNT(),...) with no GROUP columns is illegal if there is no GROUP BY clause)