Internal Server Error


Error Number: 23


MySQL error in file: /engine/modules/functions.php at line 1663


The Error returned was:
Out of resources when opening file './ab_db/dle_post_extras.MYD' (Errcode: 24)


SQL query:
SELECT p.id, p.autor, p.date, p.short_story, CHAR_LENGTH(p.full_story) as full_story, p.full_story AS full_story_text, p.xfields, p.title, p.category, p.alt_name, p.comm_num, p.allow_comm, p.fixed, p.tags, e.news_read, e.allow_rate, e.rating, e.vote_num, e.votes, e.view_edit, e.editdate, e.editor, e.reason FROM dle_post p LEFT JOIN dle_post_extras e ON (p.id=e.news_id) WHERE id NOT IN ('279867') AND p.date >= '2025-04-19 01:00:55' - INTERVAL 30 DAY AND p.date < '2025-04-19 01:00:55' AND approve=1 AND p.category IN ('29') ORDER BY date DESC LIMIT 0,12