INSERT INTO csg_config (name,value,authorid) values ('serendipity_event_staticpage:24cb82d51815e31468e1b36d300941f6/db_built', '21', '0')
/ Out of resources when opening file './csg/csg_config.MYD' (Errcode: 24)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
csg_entries AS e
LEFT JOIN csg_authors a
ON e.authorid = a.authorid
LEFT JOIN csg_entrycat ec
ON e.id = ec.entryid
LEFT JOIN csg_category c
ON ec.categoryid = c.categoryid
WHERE isdraft = 'false' AND e.timestamp <= 1732255200
GROUP BY e.id
ORDER BY timestamp DESC
LIMIT 25
/ Out of resources when opening file './csg/csg_entries.MYD' (Errcode: 24)