Table './wishesh_responsive/news_k2_items' is marked as crashed and should be repaired SQL=SELECT i.*, CASE WHEN i.modified = 0 THEN i.created ELSE i.modified END as lastChanged, c.name as categoryname,c.id as categoryid, c.alias as categoryalias, c.params as categoryparams FROM news_k2_items as i LEFT JOIN news_k2_categories AS c ON c.id = i.catid WHERE i.published = 1 AND i.access IN(1,1,5) AND i.trash = 0 AND c.published = 1 AND c.access IN(1,1,5) AND c.trash = 0 AND ( i.publish_up = '0000-00-00 00:00:00' OR i.publish_up <= '2026-04-30 16:27:24' ) AND ( i.publish_down = '0000-00-00 00:00:00' OR i.publish_down >= '2026-04-30 16:27:24' ) AND ( i.startdate >= '2026-04-30' OR i.startdate = '2026-04-30' OR ('2026-04-30' BETWEEN i.startdate AND i.enddate) ) AND c.id IN (556,558,559,560,557,586,740,741) AND (i.portalsharing like '%bayarea%' OR i.portalsharing like 'all%') ORDER BY i.startdate ASC LIMIT 0, 12