Error sql_query(): qry: SELECT s.sid, s.informant, s.title, s.hometext, s.bodytext, s.comments, s.counter, s.notes, s.time, s.alanguage, s.acomm, s.aid, s.score, s.ratings, s.topic, t.topicname, t.topicimage, t.topictext, c.catid, c.title AS cattitle, a.url, a.email
FROM (({prefix}_stories AS s
LEFT JOIN {prefix}_stories_cat AS c ON s.catid = c.catid)
LEFT JOIN {prefix}_topics AS t ON s.topic = t.topicid)
LEFT JOIN {prefix}_authors AS a ON s.aid = a.aid
WHERE (s.alanguage LIKE 'german%' OR s.alanguage='') AND (s.catid = 8) AND (s.time <= now())
ORDER BY s.time DESC, s.sid DESC
LIMIT -4, 4 descr: 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 '-4, 4' at line 8 ( mysql 1064 )