SQL QUERY:SELECT n.id, n.nadpis, n.hlavicka, n.text_spravy from europumps__news as n
LEFT JOIN europumps__newsCats as nc ON (nc.news_id = n.id )
WHERE n.zobrazit = 1 AND nc.category = 79
GROUP BY n.id
ORDER BY n.id ASC
LIMIT 0, 24
Got error 28 from storage engine
Got error 28 from storage engine