DB function failed with error number 144 Table './alternacom_jn15/nn73_k2_items' is marked as crashed and last (automatic?) repair failed SQL=SELECT COUNT(*) as Cnt, DAYOFMONTH(i.created + INTERVAL 3 HOUR) as Day
FROM nn73_k2_items as i
JOIN nn73_k2_categories as c on c.id = i.catid
WHERE i.published=1
AND i.trash=0
AND i.access<=0
AND (i.created>='2026-02-28 21:00:00' AND i.created<'2026-03-31 21:00:00')
AND (i.publish_up='0000-00-00 00:00:00' OR i.publish_up<='2026-03-24 14:24:12')
AND (i.publish_down='0000-00-00 00:00:00' OR i.publish_down>='2026-03-24 14:24:12')
AND c.published=1
AND c.trash=0
AND c.access<=0
AND c.id not in(1,2,3,9)
GROUP BY Day