Warning: [mysql error 145] Table './Photos/piwigo_images' is marked as crashed and should be repaired
SELECT DISTINCT(YEAR(date_available)) as period,
COUNT(DISTINCT id) as nb_images FROM piwigo_images
INNER JOIN piwigo_image_category ON id = image_id
WHERE category_id IN (8,9,30,36,37,39,74,75,82,83,87,88,107,117,118,121,122,125,130,132,145,151,164,171,177,186,195,197)
AND date_available IS NOT NULL
GROUP BY period; in /home/e-smith/files/ibays/piwigo/html/include/dblayer/functions_mysqli.inc.php on line 864
Fatal error: Call to a member function fetch_assoc() on a non-object in /home/e-smith/files/ibays/piwigo/html/include/dblayer/functions_mysqli.inc.php on line 912