Could not execute SQL: Got error 28 from storage engine
SELECT c.*, count(a.id) as total_law, c.name,c.alias,c.description,c.meta_title,c.meta_key,c.meta_desc
FROM qt3_law_categories AS c
LEFT JOIN qt3_law AS a ON a.catid = c.id WHERE c.enable=1 GROUP BY c.id ORDER BY c.ordering LIMIT 0,20