Your query:
SELECT * FROM site_news
WHERE ( primaryCat = 4 OR secondaryCat = 4 )
GROUP BY id
ORDER BY timestamp DESC
LIMIT -10, 10
returned the following error:
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 '-10, 10' at line 5