Warning: [mysql error 145] Table './Photos/piwigo_images' is marked as crashed and should be repaired
SELECT DATE_FORMAT(date_available, '%m%d') as period,
COUNT(DISTINCT id) as count FROM piwigo_images
INNER JOIN piwigo_image_category ON id = image_id
WHERE category_id IN (1,89,109,112,124,165,180,193,200,214)
AND date_available BETWEEN '2017-01-01' AND '2017-12-31 23:59:59'
GROUP BY period
ORDER BY period ASC 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 228