Query failed:
SELECT
e.id,
e.title,
e.timestamp,
e.comments,
e.exflag,
e.authorid,
e.trackbacks,
e.isdraft,
e.allow_comments,
e.last_modified,
a.realname AS author,
a.username AS loginname,
a.email
, e.body, e.extended
FROM
serendipity_entries AS e
LEFT JOIN serendipity_authors a
ON e.authorid = a.authorid
LEFT JOIN serendipity_entrycat ec
ON e.id = ec.entryid
LEFT JOIN serendipity_category c
ON ec.categoryid = c.categoryid
INNER JOIN serendipity_entrytags AS entrytags ON (e.id = entrytags.entryid)
WHERE isdraft = 'false' AND e.timestamp <= 1369380300 AND entrytags.tag = _utf8 'tunesien' COLLATE utf8_general_ci
GROUP BY e.id
ORDER BY timestamp DESC
LIMIT -27, 10 / 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 '-27, 10' at line 33