If this error persists, please report it to the administrator.
MySQL error!
Disk full (/tmp/#sql-temptable-96880-fc606-20905.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")(Errno=1021)
Your query: ItemListLight::query()
SELECT DISTINCT post_ID, post_datestart, post_datemodified, post_title, post_url,
post_excerpt, post_urltitle, post_canonical_slug_ID, post_tiny_slug_ID, post_main_cat_ID, post_ptyp_ID
FROM evo_items__item
INNER JOIN evo_postcats ON post_ID = postcat_post_ID
INNER JOIN evo_categories ON postcat_cat_ID = cat_ID
WHERE ( cat_blog_ID = 6 )
AND (( post_ptyp_ID IS NULL
OR post_ptyp_ID NOT IN (1000,1400,1500,1520,1530,1570,1600,3000,4000) ))
AND (post_datestart <= '2025-05-24 03:48')
AND ( ( ( post_status IN ( 'published' ) ) ) )
ORDER BY post_datestart DESC, post_ID DESC
LIMIT 12