Non riesco a pescare le gallery: SELECT g.id AS id,g.titolo AS titolo,COUNT(ig.id) AS totale FROM gallery g LEFT JOIN img_gallery ig ON g.id = ig.id_gallery WHERE g.abilitata = 1 GROUP BY g.id ORDER BY g.data DESC
Table 'ig' is marked as crashed and last (automatic?) repair failed